bio_img_deep-learning

Artificial Intelligence

Apply machine learning and deep learning

Accelerating Crash Simulations with Model Reduction using AI

Highlights from the SIA Student Challenge - INSA Hauts-de-France Team

This blog post is from Giovanni Donati, Senior Consultant at MathWorks.
 
At the 2025 edition of the SIA Simulation Numérique conference, taking place at the Renault Techo Center next to Paris, teams of engineering students from across France took on a cutting-edge challenge in simulation and digital modeling. Representing INSA Hauts-de-France, students Pierre Brégeon and João Marcos Souza Dias took on the challenge—and did so in an unexpected way.
Although both are mechanical engineering students with no prior experience in artificial intelligence, they decided to approach the SIA Student Challenge through the lens of deep learning. With guidance from their academic mentors Fabien Béchet, Bertrand Lallemand, and Franck Massa, they dove head-first into a new discipline.
Their toolkit of choice? MATLAB and Deep Learning Toolbox.
 

The Challenge: Faster Crash Simulations with Limited Data

The core task of the challenge was to estimate a Pareto front of mass vs. intrusion from a limited set of 60 high-fidelity crash simulations. Each simulation was defined by variations in six structural thickness parameters and outputting complex time-dependent displacement data across a thousand nodes. The dataset included the initial position of each node (X0, Y0, and Z0), the material thicknesses for each node (Ep1, Ep2, Ep3, Ep4, Ep5, and Ep6), as well as set of displacements for each node over 30 timesteps, representing the deformation of the structure over time.
Figure 1: P-Beam structure for shock absorption
The data used by the students for this challenge was made available by Renault, and it can be downloaded via the SIA website upon request. Renault also provided the students with tools for the verification of the model's final score on a new data set, unknown to the students. This ensured the fair verification of models in the competition.
In other words, the goal of the competition was to replicate the crash simulation behavior quickly and accurately, without the time or computational resources typically required for full finite element analysis. Crash tests can be quite expensive, timewise and in loss of materials (crashed vehicles). Computationally efficient simulation allows achieving the best design for shock absorption structures faster and at a low cost.
As sponsors of the student challenge, MathWorks offered two tickets for the 24 Hours of Le Mans to the winning students!
Joao and Pierre wearing their MathWorks t-shirts at the 24 Hours of Le Mans!
 

Smart Strategies for a Complex Problem

To solve this problem, the INSA HDF team developed and compared two alternative approaches:
  • Full neural network approximation
  • Model reduction supported by meta-modeling
Figure 2: First neural network architecture, used for the initial approach
The first approach led the INSA team to a good accuracy score (85.2%) but slow simulation time (about 1 hour for training and prediction). Using this model as a baseline for comparison, they improved the model and ultimately obtained impressive results, leading them to win the challenge! Let's dig into the winning approach.
 

Model Reduction Supported by Meta-Modeling

Their second and more advanced solution, integrated a multiple-stage model reduction:
  1. They applied Dynamic Model Decomposition (DMD) on each simulation, keeping only 15 key modes.
  2. They used Singular Value Decomposition (SVD) to create a global reduced basis (300 modes).
    Figure 3: Mode energies of SVD components
  3. They approximated the reduced coefficients by using a shallow neural network.
    Figure 4: Neural network architecture of the winning solution
  4. They reconstructed the physical displacements.
The full workflow is represented using the following principle scheme:
Figure 5: Principle scheme of the training and prediction process
By adding extra data preprocessing steps, their new strategy achieved a slightly better accuracy and an impressive simulation speed-up compared to their first approach. They achieved:
  • Accuracy score: 86.2%
  • Model Training and Prediction time: 150 seconds
The speed-up is 168x compared to the first full machine learning trial!
Figure 6: Score and Pareto Front visualization provided by Renault for evaluating the quality of the models
 

Why MATLAB?

For students new to AI and data science, MATLAB provided a smooth on-ramp. Its intuitive syntax, built-in visualization, and integrated deep learning modeling allowed the team to:
  • Experiment quickly with model architectures.
  • Easily visualize and analyze results.
  • Focus on their core engineering goals without losing time with figuring out the right tools.

Looking Ahead

The team's work demonstrated the effectiveness of hybrid AI / physics-based approaches in accelerating engineering simulations. Their strategy is not only technically elegant, but also directly applicable to real-word industrial settings where simulation time is a bottleneck.
Future improvements could include:
  • Improving the existing neural network
  • Exploring other decomposition techniques
  • Exploring other neural network architectures

Final Thoughts

The INSA HDF team's contribution to the SIA Student Challenge highlights how emerging engineers can blend machine learning and numerical methods to push the boundaries of simulation science.
Congratulations to Pierre, Joao, and their mentors for this outstanding achievement!
Want to learn more about model reduction and AI engineering? Check out resources on reduced-order modeling and dive into deep learning with MATLAB.
Resources:
|
  • print

コメント

コメントを残すには、ここ をクリックして MathWorks アカウントにサインインするか新しい MathWorks アカウントを作成します。