search
HomeTechnology peripheralsAIApplication practice of intelligent decision-making technology in the automotive industry

With the development of new energy, autonomous driving, and artificial intelligence technologies, the level of intelligence in the automotive industry has also increased. As the "crown jewel" in the field of artificial intelligence, how does decision-making intelligence promote the digital transformation of the automotive industry? What are the pain points and solutions for the actual implementation of decision-making intelligence? This article will combine ten years of personal data analysis experience and introduce the practical exploration and experience summary of operations optimization in the automotive industry from a practical perspective. I hope to bring help and inspiration to everyone's work. This sharing session will focus on the following four points:

  • Introduction to the automotive industry chain
  • Operations optimization empowers the automotive industry
  • Difficulties in implementation of operations optimization projects
  • ##Practical exploration and experience summary

01 Introduction to the automobile industry chain

The automobile industry chain can be divided into cores Four pieces , one piece covers the R&D and technology throughout the entire industry chain, from the procurement of parts to the manufacturing, sales and after-sales service of the automobile. The other part is the procurement of parts. Generally, an automobile company will have the support of many auto parts companies, which is very important. The third area is the vehicle manufacturer. For the vehicle manufacturer, general parts are supported by suppliers, and core components, such as engines and gearboxes, are produced by themselves. The fourth block is sales and service. The traditional sales model has a dealer, and then the dealer distributes to various customers. Now there is a direct sales model. After the sale, there will be after-sales and insurance services, including after-sales maintenance, insurance, second-hand cars and a series of after-sales services.

Application practice of intelligent decision-making technology in the automotive industry

The automobile industry chain is very long, so there will also be various artificial intelligence technologies that can play a role . For example, some knowledge graphs can be constructed for automobile parts. In terms of manufacturing and quality, there are predictive maintenance and defect detection, as well as invoice identification during the car sales process, and identification of automobile decorative parts, etc., where artificial intelligence technology can be used. From data statistical analysis, machine learning, to various technologies in the field of artificial intelligence such as natural language processing, knowledge graphs, intelligent interaction, and computer vision, many application scenarios can be found in the automotive industry chain. As many car manufacturing companies join the automotive industry, and as new energy and autonomous driving technologies advance, the automotive industry will become increasingly intelligent.

Application practice of intelligent decision-making technology in the automotive industry

##02

Operations optimization empowers the automotive industry

Operations optimization is to find the optimal decision that can optimize one or several goals under the constraints. Operations research optimization is divided into two key steps, modeling and solving. The first step of modeling is to turn the actual problem into a mathematical optimization model. The model contains some key elements, including decision variables, goals and constraints, etc. The next step is to solve. The solution involves many optimization algorithms, some of which are for exact solutions, and some of which are for inexact solutions, which involve different optimization algorithms. There are many traditional applications of operations research, such as path optimization, location optimization, supply chain optimization, network layout, etc.

Application practice of intelligent decision-making technology in the automotive industry

The following introduces the application of operations optimization in the automotive supply chain. In terms of terminal demand collection, for example, the new energy points policy affects the long-term planning of automobiles, and how to plan automobiles to meet national policy requirements. In terms of R&D and design, such as production scheduling, inventory management in R&D and design, vehicle allocation strategies in order management, and transportation planning and scheduling in logistics and transportation. According to the decision-making level and scope of practical applications, application scenarios in the automotive field can be divided into three levels:

  • The first level is the optimization of the strategic level, such as automobile production capacity planning, parts processing technology planning, long-term inventory planning, and long-term warehousing planning. Optimization at the strategic level will have lower requirements on timeliness and stability, but higher requirements on the optimization of results.
  • The second level is optimization at the planning level, such as production plan, distribution plan, logistics plan, Material planning, etc., these have certain requirements for optimal solutions, timeliness and stability. Generally, some plans are made every week or every month.
  • The third level is an execution level optimization, such as workshop scheduling, picking paths, materials Supply, etc., these will involve normal production, and the optimization results will immediately affect the business. The requirements for the timeliness and stability of the optimization system are very high.

In short, from all levels, the strategic level is biased towards optimal optimization; the planning level is in terms of optimality, timeliness and stability. There are certain requirements in terms of performance; at the execution level, the requirements for optimality are relatively weak, and the requirements for timeliness and stability are relatively high.

Application practice of intelligent decision-making technology in the automotive industry

Let’s share three examples of operations optimization.

Optimization of machining process plan, when designing a machining plan for an engine, the traditional machining process It takes dozens of senior engineers and several months of manual programming to complete the programming of an engine. The workload is huge. As a result of the programming, only a feasible solution can be found, but there is no way to find an optimal solution. This machining problem can be mathematically modeled to obtain an optimal solution, which can reduce 80% of the choreography work in practical applications. This is a mid- to long-term plan, and the goal is mainly cost optimization. This goal requires an accurate solution. The scale is relatively large. After the mathematical model is built, a solver will be used to help solve it.

The second example is the optimization of production plans, such as parts production, test vehicle production, and complete vehicle production Production all requires production planning. Production lines in the automotive field all require production planning. Generally, the goal of production planning is the balance of production, such as color balance, configuration balance, daily balance, monthly balance, etc. At the same time, the optimization of this kind of production plan also has requirements for performance. Because there are so many factories, each factory may have planners to arrange the production plan. They also have certain requirements for time response. This generally requires the use of an integer programming model. s solution.

Application practice of intelligent decision-making technology in the automotive industry

The third example is inventory optimization. The costs of warehouse inventory, dealer inventory, vehicle inventory, and parts inventory are all very high. Generally, the inventory must be kept as low as possible while meeting a certain service level. The previous traditional model was to use an inventory optimization model to comprehensively predict sales volume, average demand, satisfaction rate targets, out-of-stock costs, etc. to build an inventory optimization model, and finally output safety stock, target inventory levels, order plans, and reorder points. Nowadays, inventory optimization is generally done based on traditional methods and combined with machine learning algorithms.

Application practice of intelligent decision-making technology in the automotive industry03 Difficulties in the implementation of operations optimization projects

Application practice of intelligent decision-making technology in the automotive industry

Operations optimization project implementation From the perspective of the process from concept verification to the implementation of this project, the main points are as follows:

  • Business logic is relatively complex: The complexity of business logic is that there are many proper nouns in different businesses. It is very difficult to communicate between business demanders and modeling engineers. Modeling engineers must understand every detail to successfully model. This This makes understanding business requirements more complicated.
  • Modeling difficulties: On the one hand, because business goals and constraints cannot be quantified, qualitative descriptions will be more Many, such as the requirement to minimize processing time and make the production plan as balanced as possible, are as much as possible an unquantifiable constraint. On the other hand, many problems in practice are nonlinear, making modeling and implementation difficult.

Application practice of intelligent decision-making technology in the automotive industry

  • No solution when solving: There may be no solution when solving the model. It may be a data problem or a problem with the model. In addition, there may be some problems with the performance of the solver, which require a lot of effort to troubleshoot.

Application practice of intelligent decision-making technology in the automotive industry

  • Solution acceptance is affected by user habits: A big problem faced by operations research and optimization is that the solution results are inconsistent with the user's habits. Users have many own ideas and do not accept the optimization plan.

Application practice of intelligent decision-making technology in the automotive industry

  • ##The project is iterated repeatedly and the cost increases: The user requirements are not fully stated. This situation often occurs. After the project is completed, a requirement will suddenly be raised. Sometimes, if the modeling engineer does not have a strong business background, he will miss the requirements that the user thinks are common sense but have not been communicated to. . In addition, the degree of customization of operations research and optimization is very high, and new scenarios and constraints will lead to repeated iterations of the model.

Application practice of intelligent decision-making technology in the automotive industry

##04

Practical exploration and experience summary

The following is a summary of the different stages of the project.

Application practice of intelligent decision-making technology in the automotive industry

1. POC (Proof of Concept) stage

POC stage It is a proof of concept done before the project is implemented.

  • General projects may not have proof of concept, just demonstrate the UI interface and provide requirements.
  • The result of the algorithm in analytical projects is a key factor in the success of the project. For example, in image recognition projects, the accuracy of image recognition is more important. Whether it can achieve this accuracy Degree is critical to the success or failure of the project. Forecast accuracy for forecasting projects is also a key element of project success. In the POC stage, it is necessary to verify whether the standards are reasonable.
  • For operations research and optimization projects, in addition to having the elements of analytical projects, it is also necessary to verify the functions of the latent project phase, such as verifying the functions of analytical projects Users require 80% accuracy, and now it has reached 78%. It may be possible to achieve it with further optimization. However, due to the impact of demand changes on the plan, the verification of the operations optimization project in the POC stage can only be used as a reference. For example, if the optimal solution with the lowest cost is required, it is possible to use this solution for the current requirements. However, during the project implementation process, if more requirements and more constraints are put forward, the POC may not be guaranteed. stage verification effect. This is a prominent difficulty and risk point in operations optimization projects.

#2. define phase

  • General projects define the current process and future process , reporting requirements, business roles, performance requirements.
  • #Analytical projects define business pain points, inputs, outputs, and exit standards. For example, the input is a photo, and the output is the recognized field and accuracy.
  • Operations research optimization project defines business goals, maximum profit, highest efficiency, production capacity constraints, sequence constraints, etc. Modelers need to be clear about every constraint in order to build a good model. They will spend more time discussing requirements than other types of analytical projects.

3. Construction phase

Application practice of intelligent decision-making technology in the automotive industry

  • ##General The project can be developed directly according to the requirements. The needs of analysts and developers can be completely separated, as long as the requirements are clearly stated.
  • Analytical projects will have some data problems. For example, the data does not support the analysis requirements in the define stage. This is very common.
  • Operations research and optimization projects will encounter more problems, such as constraint conflicts leading to no solution, and the need to redefine what the constraints are with the user, or what they originally understood. The constraints are different from the constraints stated by the user, so the logic check must be done in reverse. It is also necessary to have a complete set of data to verify the model, and to prepare a feasible solution that satisfies all constraints.

4. Testing phase

  • General projects include testing by function point, forward Testing, backtesting, stress testing, user testing, etc.
  • # In addition to the tests required for general projects, analytical projects also need to use real data to test whether the results of the algorithm can meet the standards.
  • The operations research optimization project was tested and it was found that the previous constraints were satisfied and the results could be solved. However, the user suddenly found that some constraints had been forgotten. At this time, it may be necessary to Adding these constraints again requires entering the development iteration stage again, so sufficient testing time needs to be left during the testing stage of the operations research and optimization project.

05 Wonderful Q&A

Q: When doing production planning How is the order insertion plan implemented?

A: The order insertion plan is during the production planning process, and a new plan suddenly comes. Production plans are generally based on weeks. If a planning point has been passed within a week, no order will be considered. However, fixed long-term requirements, such as "color production volumes for certain weeks need to be locked in advance" can be placed in the model and can be placed in the model as constraints. But if this week has been produced as planned, the production plan has taken effect, and it is just a temporary order insertion, there is no need to put it in the model, and it may need to be adjusted manually.

#Q: What is the current situation of logistics applications in automobile companies? When the results obtained by the general algorithm are contrary to the experience of the salesperson, can the results obtained by the algorithm be promoted? The actual effect after advancement. How is it generally?

#A: There are two questions here. The first one is what is the current application status of operations research applications in the automotive industry? The second is the experience of what to do if there is a conflict between the model results and the user's experience.

# Let me talk about the first question first. I personally think that the application scenario of logistics optimization in the automotive industry is the most complex in the entire industry, including various e-commerce industries. of. Various scenarios found in other industries can be found in the automotive industry, and the implementation situation is different for each manufacturer. If the factory has been established for a long time, the data accumulation is relatively rich, and the basic systemization is relatively mature, the implementation of operations optimization will be easier. But there may also be problems with old equipment. For example, the equipment in some workshops is relatively old, and the extracted data does not have timely feedback, making real-time scheduling difficult.

#The second question is, if the optimization results conflict with the user, both the modeler and the user need to compromise. Because modeling also has some limitations, some complex business scenarios need to be simplified before a mathematical model can be implemented. If a business user insists on doing things according to his habits, the result may be the same as his habits, without any optimization. In addition, modelers also need to understand from a business perspective. Users really need this kind of operation, and they should try to think of as many ways as possible to help them. Therefore, based on the above, a successful operations optimization project requires coordination between the demand side and the implementation side. Only when multiple parties work together around a common goal can a relatively successful project be built.

#Q: What is the application situation of robust optimization in inventory management and replenishment links in the automotive industry?

#A: Inventory optimization in the automotive industry has different treatments for different situations, such as mature parts, new parts, parts with low demand, etc. If it is a mature part, it is basically based on the demand predicted in time series, based on the distribution variance of demand, and in accordance with inventory theory, it is enough to make target inventory levels and safety stocks.

For parts with low demand, dealers will only consume one part every month or half a year. Generally, there is only one in stock. Basically, there is no need for any theory. If one falls, replace it with another. In practice, not all theories are directly used. There will be a more flexible way, which needs to be combined with business restrictions, valuable practical experience and other aspects to deal with this problem.

The above is the detailed content of Application practice of intelligent decision-making technology in the automotive industry. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
Are You At Risk Of AI Agency Decay? Take The Test To Find OutAre You At Risk Of AI Agency Decay? Take The Test To Find OutApr 21, 2025 am 11:31 AM

This article explores the growing concern of "AI agency decay"—the gradual decline in our ability to think and decide independently. This is especially crucial for business leaders navigating the increasingly automated world while retainin

How to Build an AI Agent from Scratch? - Analytics VidhyaHow to Build an AI Agent from Scratch? - Analytics VidhyaApr 21, 2025 am 11:30 AM

Ever wondered how AI agents like Siri and Alexa work? These intelligent systems are becoming more important in our daily lives. This article introduces the ReAct pattern, a method that enhances AI agents by combining reasoning an

Revisiting The Humanities In The Age Of AIRevisiting The Humanities In The Age Of AIApr 21, 2025 am 11:28 AM

"I think AI tools are changing the learning opportunities for college students. We believe in developing students in core courses, but more and more people also want to get a perspective of computational and statistical thinking," said University of Chicago President Paul Alivisatos in an interview with Deloitte Nitin Mittal at the Davos Forum in January. He believes that people will have to become creators and co-creators of AI, which means that learning and other aspects need to adapt to some major changes. Digital intelligence and critical thinking Professor Alexa Joubin of George Washington University described artificial intelligence as a “heuristic tool” in the humanities and explores how it changes

Understanding LangChain Agent FrameworkUnderstanding LangChain Agent FrameworkApr 21, 2025 am 11:25 AM

LangChain is a powerful toolkit for building sophisticated AI applications. Its agent architecture is particularly noteworthy, allowing developers to create intelligent systems capable of independent reasoning, decision-making, and action. This expl

What are the Radial Basis Functions Neural Networks?What are the Radial Basis Functions Neural Networks?Apr 21, 2025 am 11:13 AM

Radial Basis Function Neural Networks (RBFNNs): A Comprehensive Guide Radial Basis Function Neural Networks (RBFNNs) are a powerful type of neural network architecture that leverages radial basis functions for activation. Their unique structure make

The Meshing Of Minds And Machines Has ArrivedThe Meshing Of Minds And Machines Has ArrivedApr 21, 2025 am 11:11 AM

Brain-computer interfaces (BCIs) directly link the brain to external devices, translating brain impulses into actions without physical movement. This technology utilizes implanted sensors to capture brain signals, converting them into digital comman

Insights on spaCy, Prodigy and Generative AI from Ines MontaniInsights on spaCy, Prodigy and Generative AI from Ines MontaniApr 21, 2025 am 11:01 AM

This "Leading with Data" episode features Ines Montani, co-founder and CEO of Explosion AI, and co-developer of spaCy and Prodigy. Ines offers expert insights into the evolution of these tools, Explosion's unique business model, and the tr

A Guide to Building Agentic RAG Systems with LangGraphA Guide to Building Agentic RAG Systems with LangGraphApr 21, 2025 am 11:00 AM

This article explores Retrieval Augmented Generation (RAG) systems and how AI agents can enhance their capabilities. Traditional RAG systems, while useful for leveraging custom enterprise data, suffer from limitations such as a lack of real-time dat

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools