paper-with-me

홈 › Papers

Embodied CoT Distillation From LLM To Off-the-shelf Agents

2024-12-16 · Wonje Choi, Woo Kyung Kim, Minjong Yoo, Honguk Woo

We address the challenge of utilizing large language models (LLMs) for complex embodied tasks, in the environment where decision-making systems operate timely on capacity-limited, off-the-shelf devices. We present DeDer, a framework for decomposing and distilling the embodied reasoning capabilities from LLMs to efficient, small language model (sLM)-based policies. In DeDer, the decision-making process of LLM-based strategies is restructured into a hierarchy with a reasoning-policy and planning-policy. The reasoning-policy is distilled from the data that is generated through the embodied in-context learning and self-verification of an LLM, so it can produce effective rationales. The planning-policy, guided by the rationales, can render optimized plans efficiently. In turn, DeDer allows for adopting sLMs for both policies, deployed on off-the-shelf devices. Furthermore, to enhance the quality of intermediate rationales, specific to embodied tasks, we devise the embodied knowledge graph, and to generate multiple rationales timely through a single inference, we also use the contrastively prompted attention model. Our experiments with the ALFRED benchmark demonstrate that DeDer surpasses leading language planning and distillation approaches, indicating the applicability and efficiency of sLM-based embodied policies derived through DeDer.

📄 PDF Abstract BibTeX arXiv:2412.11499

Code (1)

osu-nlp-group/llm-planner 공식 구현

Tasks

Decision MakingIn-Context LearningLanguage ModelingLanguage ModellingSmall Language Model

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Do We Really Need a Complex Agent System? Distill Embodied Agent into a Single Model

2024-04-06 · Zhonghan Zhao, Ke Ma, Wenhao Chai, Xuan Wang 외

With the power of large language models (LLMs), open-ended embodied agents can flexibly understand human instructions, generate interpretable guidance strategies, and output executable actions. Nowadays, Multi-modal Lang…

Knowledge Distillation

Think Twice, Act Once: Verifier-Guided Action Selection For Embodied Agents

2026-05-12 · Nishad Singhi, Christian Bialas, Snehal Jauhri, Vignesh Prasad 외 arxiv

Building generalist embodied agents capable of solving complex real-world tasks remains a fundamental challenge in AI. Multimodal Large Language Models (MLLMs) have significantly advanced the reasoning capabilities of su…

Automating the Design of Embodied Agent Architectures

2026-07-03 · Jian Zhou, Sihao Lin, Jin Li, Shuai Fu 외 hf

Embodied agents are typically built as hand-designed compositions of perception, memory, planning, and action modules. This modularity exposes a large architectural design space, but current systems still rely on researc…

Vision-Language NavigationQuestion Answering

Distilling Internet-Scale Vision-Language Models into Embodied Agents

2023-01-29 · Theodore Sumers, Kenneth Marino, Arun Ahuja, Rob Fergus 외

Instruction-following agents must ground language into their observation and action spaces. Learning to ground language is challenging, typically requiring domain-specific engineering or large quantities of human interac…

Instruction Following

HY-Embodied-0.5: Embodied Foundation Models for Real-World Agents

2026-04-08 · Tencent Robotics X, HY Vision Team, :, Xumin Yu 외 arxiv

We introduce HY-Embodied-0.5, a family of foundation models specifically designed for real-world embodied agents. To bridge the gap between general Vision-Language Models (VLMs) and the demands of embodied agents, our mo…

Spatial Reasoning