From Finite Element Analysis to Self-Optimization: FRAME (Finite element Reasoning and AI-Agent Model Engine) and the Era of Agentic AI in Engineering
Keywords: Finite Element Analysis, Vision-Language Models, Agentic AI, Closed-loop optimization, Design automation, Domain-specific benchmark, Digital twin.
TL;DR: FRAME introduces a benchmark dataset to evaluate and finetune multimodal large language models in interpretation and reasoning tasks for finite element analysis (FEA). It enables self-optmizing agentic workflows for engineering design optimization.
Abstract: Finite Element Analysis (FEA) is a cornerstone of aerospace, automotive, civil, biomedical engineering, etc. However, the extensive visual and numerical outputs it generates—such as stress fields, strain distributions, and temperature maps—create a major bottleneck in the design cycle. Interpreting this data demands specialized expertise and deep contextual domain knowledge to make informed design decisions.[1] Multimodal large Language Models (LLMs) and Vision Language Model (VLMs), presents a transformative opportunity to automate this critical step. These models excel at complex reasoning and may interpret scientific visuals and physics effectively.[2] Yet, in computational mechanics, their progress is limited by missing domain-specific benchmarks. General datasets lack the nuanced semantics of engineering physics, causing a mismatch between model abilities and field needs. [3] [4]
This paper introduces FRAME (Finite element Reasoning and AI-Agent Model Engine) to address this gap. Our primary contributions are twofold: FRAME Benchmark and FRAME application in Agentic workflow.
FRAME Benchmark: We present a new, open-source benchmark dataset designed specifically for the interpretation of FEA results. It pairs visual simulation outputs like contour plots and key problem parameters (e.g., material properties, boundary conditions)—to a structured textual description. This provides a robust foundation for evaluating and fine-tuning models on tasks of
- Identifying critical features like stress concentrations, yielding, or maximum deformation,
- Extracting critical values (e.g., maximum von Mises stress) and
- Proposing a specific, actionable change to the component's geometry or material to address an identified issue (e.g., "increase fillet radius to reduce stress concentration").
The dataset is composed of thousands of data points systematically curated from academic literature and in-house simulations, covering a diverse range of engineering domains, including aerospace, automotive, and biomechanics. The quality of the dataset was validated through human expert evaluation on criteria such as faithfulness, physical accuracy, and completeness, confirming its suitability for both model evaluation and fine-tuning.
We evaluated the zero-shot performance of several leading general-purpose multimodal language models on the FRAME benchmark. We also fine-tuned a suite of smaller open-source models on the FRAME training set, resulting in slight improvement in the evaluation metrics. Using semantic similarity and ROBERTA-based keyword-based accuracy measures, these fine-tuned models outperformed the larger general-purpose baselines, underscoring the importance of domain-specific data.
Self Optimization Agentic Workflow: We contextualize these fine-tuned models within a proposed agentic workflow for automated design improvement, showcasing a path toward autonomous, self-optimizing engineering systems.[5][6]
The enhanced reasoning capabilities of models fine-tuned on FRAME lay the foundation for a broader vision: a closed-loop, agentic system for automated design optimization. In this paradigm, the fine-tuned vision-language model serves as the core reasoning engine of a multi-step workflow. The system begins by analyzing FEA results from an initial design iteration, identifying key weaknesses such as stress concentrations or excessive deformation. It then proposes specific, parameterized design modifications—for instance, increasing a fillet radius to reduce stress. Acting on these insights, another agent generates a Python script to update the constructive solid geometry (CSG) of the CAD model and triggers a re-simulation using the modified geometry and boundary conditions.
This iterative loop refines designs based on simulation feedback, shifting engineers from manual analysis to supervisory roles. The result is faster design space exploration and quicker convergence to optimal solutions. FRAME is essential for fine-tuning large AI models to meet the complex demands of engineering, advancing self-optimizing digital twins and reducing R&D time and cost.
However, limitations exist. The current scope of FRAME is primarily focused on Finite Element Analysis. Future work will expand the benchmark to include more complex physics, such as fluid dynamics, as multi-scale material simulation data. An immediate next step is the development of a Retrieval-Augmented Generation (RAG) agent that combines the reasoning power of the fine-tuned model with a vast knowledge base of design handbooks and material datasheets, further enhancing its decision-making capabilities.
Serve As Reviewer: ~Mahish_K._Guru1
Submission Number: 12
Loading