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.

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

Model Reduction Supported by Meta-Modeling
Their second and more advanced solution, integrated a multiple-stage model reduction:- They applied Dynamic Model Decomposition (DMD) on each simulation, keeping only 15 key modes.
- They used Singular Value Decomposition (SVD) to create a global reduced basis (300 modes).
Figure 3: Mode energies of SVD components
- They approximated the reduced coefficients by using a shallow neural network.
Figure 4: Neural network architecture of the winning solution
- They reconstructed the physical displacements.

- Accuracy score: 86.2%
- Model Training and Prediction time: 150 seconds

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:- Category:
- Deep Learning
Comments
To leave a comment, please click here to sign in to your MathWorks Account or create a new one.