paper-with-me

홈 › Papers

Context Matters! Relaxing Goals with LLMs for Feasible 3D Scene Planning

2025-06-18 · Emanuele Musumeci, Michele Brienza, Francesco Argenziano, Vincenzo Suriani, Daniele Nardi, Domenico D. Bloisi

Classical planning in AI and Robotics addresses complex tasks by shifting from imperative to declarative approaches (e.g., PDDL). However, these methods often fail in real scenarios due to limited robot perception and the need to ground perceptions to planning predicates. This often results in heavily hard-coded behaviors that struggle to adapt, even with scenarios where goals can be achieved through relaxed planning. Meanwhile, Large Language Models (LLMs) lead to planning systems that leverage commonsense reasoning but often at the cost of generating unfeasible and/or unsafe plans. To address these limitations, we present an approach integrating classical planning with LLMs, leveraging their ability to extract commonsense knowledge and ground actions. We propose a hierarchical formulation that enables robots to make unfeasible tasks tractable by defining functionally equivalent goals through gradual relaxation. This mechanism supports partial achievement of the intended objective, suited to the agent's specific context. Our method demonstrates its ability to adapt and execute tasks effectively within environments modeled using 3D Scene Graphs through comprehensive qualitative and quantitative evaluations. We also show how this method succeeds in complex scenarios where other benchmark methods are more likely to fail. Code, dataset, and additional material are released to the community.

📄 PDF Abstract BibTeX arXiv:2506.15828

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DELTA: Decomposed Efficient Long-Term Robot Task Planning using Large Language Models

2024-04-04 · Yuchen Liu, Luigi Palmieri, Sebastian Koch, Ilche Georgievski 외

Recent advancements in Large Language Models (LLMs) have sparked a revolution across many research fields. In robotics, the integration of common-sense knowledge from LLMs into task and motion planning has drastically ad…

Common Sense ReasoningComputational EfficiencyMotion PlanningRobot Task Planning+2

Small Initialization Matters for Large Language Models

2026-06-16 · Liangkai Hang, Junjie Yao, Zhiyu Li, Feiyu Xiong 외 arxiv

Large language models provide a tractable system for asking how intelligence itself emerges, rather than only how LLMs can be engineered. Although progress is usually attributed to scale, data and architecture, we show t…

Contextual Imagined Goals for Self-Supervised Robotic Learning

2019-10-23 · Ashvin Nair, Shikhar Bahl, Alexander Khazatsky, Vitchyr Pong 외

While reinforcement learning provides an appealing formalism for learning individual skills, a general-purpose robotic system must be able to master an extensive repertoire of behaviors. Instead of learning a large colle…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

PRISM: Breaking the O(n) Memory Wall in Long-Context LLM Inference via O(1) Photonic Block Selection

2026-03-23 · Hyoseok Park, Yeonsang Park arxiv

Long-context LLM inference is bottlenecked not by compute but by the O(n) memory bandwidth cost of scanning the KV cache at every decode step -- a wall that no amount of arithmetic scaling can break. Recent photonic acce…

Protecting Users From Themselves: Safeguarding Contextual Privacy in Interactions with Conversational Agents

2025-02-22 · Ivoline Ngong, Swanand Kadhe, Hao Wang, Keerthiram Murugesan 외

Conversational agents are increasingly woven into individuals' personal lives, yet users often underestimate the privacy risks involved. The moment users share information with these agents (e.g., LLMs), their private in…