Artificial Intelligence AI trends for engineers

Von Margit Kuther 4 min Reading Time

Related Vendors

Companies that have adopted AI engineering practices for developing and managing adaptive AI systems have a clear competitive advantage, according to the US-based research and consulting firm Gartner.

By 2026, such pioneers will outperform their competitors by at least 25 percent in terms of the number and time required for operationalizing AI models. Consequently, it is important for companies to further drive the adoption of AI and explore new use cases in order to not fall behind. Johanna Pingel, Product Marketing Manager for AI at MathWorks, explains the AI trends that engineers should keep an eye on and the challenges that need to be addressed:

Physics-based AI models consider rules and principles of the real world

As AI spreads into more and more research areas, such as complex technical systems, AI models must consider the physical constraints to be relevant overall. The combination of data and physics, for example through neural ODEs (ordinary differential equations) or PINNS (physics-informed neural networks), holds great potential. At the core of physics-informed AI are simulations: complex models can be configured as variations within a simulation, allowing developers to quickly switch between models to achieve the best and most accurate solutions.

Reduced Order Modeling (ROM) modeling with physically based reduction models is also an important new trend. By using AI, simulations can be accelerated by replacing an extremely computationally intensive first-principles model of a system - while maintaining accuracy.

Collaboration on AI - free access to AI is becoming established

Researchers, engineers, and data scientists should further enhance their interdisciplinary collaboration to think of innovative solutions from different perspectives. To provide the latest models on demand and enable users to build upon the latest research results in a short time, network-based version control services for software development projects like GitHub are recommended. Open-source solutions are also gaining popularity, as engineering teams often work with models from different frameworks. A stronger network between science, academic research institutions, and companies is further driving AI research, benefiting researchers and users. This applies, for example, to topics such as physics-informed machine learning and biomedical image processing.

Companies are focusing on smaller, more easily explainable AI models

AI users are increasingly finding that they need to deploy models, tailor them to hardware, and provide explanations for the models' decisions to make these models relevant. The explainability of models and corresponding applications are therefore becoming more and more important for engineers.

To meet the requirements for cost-effective devices with low power consumption and explainable outputs, engineers are increasingly turning to traditional machine learning models and parametric models. These models are compact, have low memory requirements, and meet the application's requirements through simple interpretability of the output.

When newer, more memory-intensive models are needed, quantization and pruning techniques provide ways to compress the models, reducing the model size with minimal impact on accuracy. If necessary, engineering teams can therefore utilize interpretability, quantization, and pruning to expand the use of AI, including deep learning and traditional machine learning models, to conventional model development.

AI is becoming crucial for the design, development, and operation of modern technical systems

AI is increasingly prevailing in all industries and applications and will be crucial for technological advancement and the development and operation of modern technical systems in the future. In more established fields where AI has only recently been introduced, engineers often require additional background information on this technology and specific reference examples to integrate AI into their work. Based on proven examples, engineering teams can contribute their data and expertise to such examples, expand them, and thus integrate AI specifically tailored to their tasks.

What challenges AI engineers can expect

What challenges do these developments bring? Since different teams are often responsible for creating and implementing AI models, complex challenges arise in the AI environment that engineers continue to face. For example, the selection of preprocessing algorithms and model training typically falls within the purview of data scientists, who focus on accuracy and robustness. However, for a successful port to the target platform, engineers must consider many other criteria. Early testing of algorithms for feasibility assessment (e.g., using PIL = Processor-in-the-Loop) can prevent already trained and sometimes very powerful models from being discarded in the end.

Subscribe to the newsletter now

Don't Miss out on Our Best Content

By clicking on „Subscribe to Newsletter“ I agree to the processing and use of my data according to the consent form (please expand for details) and accept the Terms of Use. For more information, please see our Privacy Policy. The consent declaration relates, among other things, to the sending of editorial newsletters by email and to data matching for marketing purposes with selected advertising partners (e.g., LinkedIn, Google, Meta)

Unfold for details of your consent

In most cases, AI training is implemented in a different programming language than the implementation on hardware. However, models from the training environment cannot easily be run on the target hardware. To overcome barriers between scripting languages, there are runtime interpreters (such as TensorFlow Lite), machine learning compiler frameworks like Apache TVM, or automatic code generation in MATLAB/Simulink.

Finally, the security of AI models remains an important topic: While AI models are allowed to make mistakes in the training environment to learn and improve, errors after implementation on hardware can lead to significant damage in real-world systems. The question of reliable, objectively verifiable criteria for a model deemed safe will continue to be an important research area in the future.

Outlook

The introduction of AI has implications for the entire company, from interdisciplinary collaboration to the design of specific components. Therefore, it is crucial for engineers to identify use cases that align with their short-term and long-term goals and to implement them accordingly. With the advancement of AI into all areas of work, including safety-critical areas, questions regarding model quality, language compatibility, and security will particularly come into focus.

Link: More at Mathworks