paper-with-me

홈 › Papers

CODEI: Resource-Efficient Task-Driven Co-Design of Perception and Decision Making for Mobile Robots Applied to Autonomous Vehicles

2025-03-13 · Dejan Milojevic, Gioele Zardini, Miriam Elser, Andrea Censi, Emilio Frazzoli

This paper discusses the integration challenges and strategies for designing mobile robots, by focusing on the task-driven, optimal selection of hardware and software to balance safety, efficiency, and minimal usage of resources such as costs, energy, computational requirements, and weight. We emphasize the interplay between perception and motion planning in decision-making by introducing the concept of occupancy queries to quantify the perception requirements for sampling-based motion planners. Sensor and algorithm performance are evaluated using False Negative Rates (FPR) and False Positive Rates (FPR) across various factors such as geometric relationships, object properties, sensor resolution, and environmental conditions. By integrating perception requirements with perception performance, an Integer Linear Programming (ILP) approach is proposed for efficient sensor and algorithm selection and placement. This forms the basis for a co-design optimization that includes the robot body, motion planner, perception pipeline, and computing unit. We refer to this framework for solving the co-design problem of mobile robots as CODEI, short for Co-design of Embodied Intelligence. A case study on developing an Autonomous Vehicle (AV) for urban scenarios provides actionable information for designers, and shows that complex tasks escalate resource demands, with task performance affecting choices of the autonomy stack. The study demonstrates that resource prioritization influences sensor choice: cameras are preferred for cost-effective and lightweight designs, while lidar sensors are chosen for better energy and computational efficiency.

📄 PDF Abstract BibTeX arXiv:2503.10296

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesComputational EfficiencyDecision MakingMotion Planning

Similar Papers 제목 키워드 기반

OpenCodeInterpreter: Integrating Code Generation with Execution and Refinement

2024-02-22 · Tianyu Zheng, Ge Zhang, Tianhao Shen, Xueling Liu 외

The introduction of large language models has significantly advanced code generation. However, open-source models often lack the execution capabilities and iterative refinement of advanced systems like the GPT-4 Code Int…

Code GenerationHumanEvalmbpp

CodeIt: Self-Improving Language Models with Prioritized Hindsight Replay

2024-02-07 · Natasha Butt, Blazej Manczak, Auke Wiggers, Corrado Rainone 외

Large language models are increasingly solving tasks that are commonly believed to require human-level reasoning ability. However, these models still perform very poorly on benchmarks of general intelligence such as the …

ARCData AugmentationLanguage ModelingLanguage Modelling+1

CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction

2025-02-11 · Junlong Li, Daya Guo, Dejian Yang, Runxin Xu 외

Reasoning is a fundamental capability of Large Language Models. While prior research predominantly focuses on enhancing narrow skills like math or code generation, improving performance on many other reasoning tasks rema…

Code GenerationMath

CodeInstruct: Empowering Language Models to Edit Code

2023-05-23 · Github 2023 5 · Qisheng Hu*, Kaixin Li*, Xu Zhao, Yuxi Xie 외

Code editing encompasses a variety of pragmatic tasks that developers deal with daily. Despite its relevance and practical usefulness, automatic code editing remains an underexplored area in the evolution of deep learnin…

Diversity

CodeIF-Bench: Evaluating Instruction-Following Capabilities of Large Language Models in Interactive Code Generation

2025-03-05 · Peiding Wang, Li Zhang, Fang Liu, Lin Shi 외

Large Language Models (LLMs) have demonstrated exceptional performance in code generation tasks and have become indispensable programming assistants for developers. However, existing code generation benchmarks primarily …

Code GenerationInstruction Following