paper-with-me

Papers

Continuous Relaxation of Symbolic Planner for One-Shot Imitation Learning

2019-08-16 · De-An Huang, Danfei Xu, Yuke Zhu, Animesh Garg, Silvio Savarese, Li Fei-Fei, Juan Carlos Niebles

We address one-shot imitation learning, where the goal is to execute a previously unseen task based on a single demonstration. While there has been exciting progress in this direction, most of the approaches still require a few hundred tasks for meta-training, which limits the scalability of the approaches. Our main contribution is to formulate one-shot imitation learning as a symbolic planning problem along with the symbol grounding problem. This formulation disentangles the policy execution from the inter-task generalization and leads to better data efficiency. The key technical challenge is that the symbol grounding is prone to error with limited training data and leads to subsequent symbolic planning failures. We address this challenge by proposing a continuous relaxation of the discrete symbolic planner that directly plans on the probabilistic outputs of the symbol grounding model. Our continuous relaxation of the planner can still leverage the information contained in the probabilistic symbol grounding and significantly improve over the baseline planner for the one-shot imitation learning tasks without using large training data.

📄 PDF Abstract BibTeX arXiv:1908.06769

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

LLM-Flax : Generalizable Robotic Task Planning via Neuro-Symbolic Approaches with Large Language Models

2026-04-29 · Seongmin Kim, Daegyu Lee arxiv

Deploying a neuro-symbolic task planner on a new domain today requires significant manual effort: a domain expert must author relaxation and complementary rules, and hundreds of training problems must be solved to superv…

Graph Neural Network

Fast Task Planning with Neuro-Symbolic Relaxation

2025-07-21 · Qiwei Du, Bowen Li, Yi Du, Shaoshu Su 외 arxiv

Real-world task planning requires long-horizon reasoning over large sets of objects with complex relationships and attributes, leading to a combinatorial explosion for classical symbolic planners. To prune the search spa…

Graph Neural Network

Code-as-Symbolic-Planner: Foundation Model-Based Robot Planning via Symbolic Code Generation

2025-03-03 · Yongchao Chen, Yilun Hao, Yang Zhang, Chuchu Fan

Recent works have shown great potentials of Large Language Models (LLMs) in robot task and motion planning (TAMP). Current LLM approaches generate text- or code-based reasoning chains with sub-goals and action plans. How…

Code GenerationCommon Sense ReasoningMotion PlanningTask and Motion Planning

Towards Probabilistic Inductive Logic Programming with Neurosymbolic Inference and Relaxation

2024-08-21 · Fieke Hillerstrom, Gertjan Burghouts

Many inductive logic programming (ILP) methods are incapable of learning programs from probabilistic background knowledge, e.g. coming from sensory data or neural networks with probabilities. We propose Propper, which ha…

Graph Neural NetworkInductive logic programming

Planning in the LLM Era: Building for Reliability and Efficiency

2026-05-21 · Michael Katz, Harsha Kokel, Kavitha Srinivas, Shirin Sohrabi arxiv

Growing attention to intelligent agents has put a spotlight on one of their central capabilities: planning. Early attempts to leverage large language models (LLMs) for planning relied on single-shot plan generation, foll…