paper-with-me

홈 › Papers

ControlAgent: Automating Control System Design via Novel Integration of LLM Agents and Domain Expertise

2024-10-17 · Xingang Guo, Darioush Keivan, Usman Syed, Lianhui Qin, huan zhang, Geir Dullerud, Peter Seiler, Bin Hu

Control system design is a crucial aspect of modern engineering with far-reaching applications across diverse sectors including aerospace, automotive systems, power grids, and robotics. Despite advances made by Large Language Models (LLMs) in various domains, their application in control system design remains limited due to the complexity and specificity of control theory. To bridge this gap, we introduce ControlAgent, a new paradigm that automates control system design via novel integration of LLM agents and control-oriented domain expertise. ControlAgent encodes expert control knowledge and emulates human iterative design processes by gradually tuning controller parameters to meet user-specified requirements for stability, performance, and robustness. ControlAgent integrates multiple collaborative LLM agents, including a central agent responsible for task distribution and task-specific agents dedicated to detailed controller design for various types of systems and requirements. ControlAgent also employs a Python computation agent that performs complex calculations and controller evaluations based on standard design information provided by task-specified LLM agents. Combined with a history and feedback module, the task-specific LLM agents iteratively refine controller parameters based on real-time feedback from prior designs. Overall, ControlAgent mimics the design processes used by (human) practicing engineers, but removes all the human efforts and can be run in a fully automated way to give end-to-end solutions for control system design with user-specified requirements. To validate ControlAgent's effectiveness, we develop ControlEval, an evaluation dataset that comprises 500 control tasks with various specific design goals. The effectiveness of ControlAgent is demonstrated via extensive comparative evaluations between LLM-based and traditional human-involved toolbox-based baselines.

📄 PDF Abstract BibTeX arXiv:2410.19811

Code (1)

controlagent/controlagent 공식 구현

Tasks

Specificity

Similar Papers 제목 키워드 기반

When AI meets quantum information: A comprehensive review

2026-07-01 · Min Chen, Yu Gan, Xin Jin, Yuqing Li 외 arxiv

Artificial intelligence (AI) and quantum information (QI) are rapidly co-evolving. AI is becoming a practical tool for learning, designing, controlling, and verifying quantum systems, while QI offers new computational mo…

Benchmarking Web API Integration Code Generation

2025-09-24 · Daniel Maninger, Leon Chemnitz, Amir Molzam Sharifloo, Jannis Brugger 외 arxiv

API integration is a cornerstone of our digital infrastructure, enabling software systems to connect and interact. However, as shown by many studies, writing or generating correct code to invoke APIs, particularly web AP…

Code Generation

Automating Hot-Rolling: Designing an Integrated Mechatronics System for Enhanced Efficiency in Sheet Metal Production

2025-03-03 · Mostafa A. Mostafa, Mohamed Khaled, Abdelrahman Ali, Amr Mostafa 외

The hot-rolling process is a critical stage in sheet metal production within the heavy steel industry. Traditionally, parameter adjustments such as sheet metal velocity and roll gap are performed manually, leading to ine…

Architecting Digital Twins for Intelligent Transportation Systems

2025-02-24 · Hiya Bhatt, Sahil, Karthik Vaidhyanathan, Rahul Biju 외

Modern transportation systems face growing challenges in managing traffic flow, ensuring safety, and maintaining operational efficiency amid dynamic traffic patterns. Addressing these challenges requires intelligent solu…

Computational EfficiencyManagement

AutoBridge: Automating Smart Device Integration with Centralized Platform

2025-07-31 · Siyuan Liu, Zhice Yang, Huangxun Chen arxiv

Multimodal IoT systems coordinate diverse IoT devices to deliver human-centered services. The ability to incorporate new IoT devices under the management of a centralized platform is an essential requirement. However, it…

Code Generation