paper-with-me

홈 › Papers

ADAPT: Benchmarking Commonsense Planning under Unspecified Affordance Constraints

2026-04-16 · Pei-An Chen, Yong-Ching Liang, Jia-Fong Yeh, Hung-Ting Su, Yi-Ting Chen, Min Sun, Winston Hsu arxiv

Intelligent embodied agents should not simply follow instructions, as real-world environments often involve unexpected conditions and exceptions. However, existing methods usually focus on directly executing instructions, without considering whether the target objects can actually be manipulated, meaning they fail to assess available affordances. To address this limitation, we introduce DynAfford, a benchmark that evaluates embodied agents in dynamic environments where object affordances may change over time and are not specified in the instruction. DynAfford requires agents to perceive object states, infer implicit preconditions, and adapt their actions accordingly. To enable this capability, we introduce ADAPT, a plug-and-play module that augments existing planners with explicit affordance reasoning. Experiments demonstrate that incorporating ADAPT significantly improves robustness and task success across both seen and unseen environments. We also show that a domain-adapted, LoRA-finetuned vision-language model used as the affordance inference backend outperforms a commercial LLM (GPT-4o), highlighting the importance of task-aligned affordance grounding.

📄 PDF Abstract BibTeX arXiv:2604.14902

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

iCORPP: Interleaved Commonsense Reasoning and Probabilistic Planning on Robots

2020-04-18 · Shiqi Zhang, Piyush Khandelwal, Peter Stone

Robot sequential decision-making in the real world is a challenge because it requires the robots to simultaneously reason about the current world state and dynamics, while planning actions to accomplish complex tasks. On…

Decision MakingManagementSequential Decision Making

TP-RAG: Benchmarking Retrieval-Augmented Large Language Model Agents for Spatiotemporal-Aware Travel Planning

2025-04-11 · Hang Ni, Fan Liu, Xinyu Ma, Lixin Su 외

Large language models (LLMs) have shown promise in automating travel planning, yet they often fall short in addressing nuanced spatiotemporal rationality. While existing benchmarks focus on basic plan validity, they negl…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model+2

MineAnyBuild: Benchmarking Spatial Planning for Open-world AI Agents

2025-05-26 · Ziming Wei, Bingqian Lin, Zijian Jiao, Yunshuang Nie 외

Spatial Planning is a crucial part in the field of spatial intelligence, which requires the understanding and planning about object arrangements in space perspective. AI agents with the spatial planning ability can bette…

BenchmarkingMinecraftQuestion AnsweringSpatial Reasoning+2

C-TRAIL: A Commonsense World Framework for Trajectory Planning in Autonomous Driving

2026-03-31 · Zhihong Cui, Haoran Tang, Tianyi Li, Yushuai Li 외 arxiv

Trajectory planning for autonomous driving increasingly leverages large language models (LLMs) for commonsense reasoning, yet LLM outputs are inherently unreliable, posing risks in safety-critical applications. We propos…

Trajectory PlanningAutonomous Driving

Enhancing Cognitive Robotics with Commonsense through LLM-Generated Preconditions and Subgoals

2025-11-24 · Ohad Bachner, Bar Gamliel arxiv

Robots often fail at everyday tasks because instructions skip commonsense details like hidden preconditions and small subgoals. Traditional symbolic planners need these details to be written explicitly, which is time con…