paper-with-me

홈 › Papers

Learning General Policies from Small Examples Without Supervision

2021-01-03 · Guillem Francès, Blai Bonet, Hector Geffner

Generalized planning is concerned with the computation of general policies that solve multiple instances of a planning domain all at once. It has been recently shown that these policies can be computed in two steps: first, a suitable abstraction in the form of a qualitative numerical planning problem (QNP) is learned from sample plans, then the general policies are obtained from the learned QNP using a planner. In this work, we introduce an alternative approach for computing more expressive general policies which does not require sample plans or a QNP planner. The new formulation is very simple and can be cast in terms that are more standard in machine learning: a large but finite pool of features is defined from the predicates in the planning examples using a general grammar, and a small subset of features is sought for separating "good" from "bad" state transitions, and goals from non-goals. The problems of finding such a "separating surface" while labeling the transitions as "good" or "bad" are jointly addressed as a single combinatorial optimization problem expressed as a Weighted Max-SAT problem. The advantage of looking for the simplest policy in the given feature space that solves the given examples, possibly non-optimally, is that many domains have no general, compact policies that are optimal. The approach yields general policies for a number of benchmark domains.

📄 PDF Abstract BibTeX arXiv:2101.00692

Code (1)

rleap-project/d2l 공식 구현

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

Active Example Selection for In-Context Learning

2022-11-08 · Yiming Zhang, Shi Feng, Chenhao Tan

With a handful of demonstration examples, large-scale language models show strong capability to perform various tasks by in-context learning from these examples, without any fine-tuning. We demonstrate that in-context le…

In-Context Learning

Learning Generalized Policies Without Supervision Using GNNs

2022-05-12 · Simon Ståhlberg, Blai Bonet, Hector Geffner

We consider the problem of learning generalized policies for classical planning domains using graph neural networks from small instances represented in lifted STRIPS. The problem has been considered before but the propos…

Learning Structured Robot Policies from Vision-Language Models via Synthetic Neuro-Symbolic Supervision

2026-04-03 · Alessandro Adami, Tommaso Tubaldo, Marco Todescato, Ruggero Carli 외 arxiv

Vision-Language Models (VLMs) have recently demonstrated strong capabilities in mapping multimodal observations to robot behaviors. However, most current approaches rely on end-to-end visuomotor policies that remain opaq…

Contrastive Cross-Modal Pre-Training: A General Strategy for Small Sample Medical Imaging

2020-10-06 · Gongbo Liang, Connor Greenwell, Yu Zhang, Xiaoqin Wang 외

A key challenge in training neural networks for a given medical imaging task is often the difficulty of obtaining a sufficient number of manually labeled examples. In contrast, textual imaging reports, which are often re…

Image ClassificationImage-text matchingText MatchingTransfer Learning

ELAN4D: Embodiment-Centric 4D Supervision for Vision-Language-Action Models via Plug-and-Play Adaptation

2026-05-28 · Zeyuan He, Bowen Yang, Zhirui Fang, Keru Zhou 외 arxiv

Vision-Language-Action (VLA) models have shown promise for robotic manipulation, yet most existing policies operate reactively by directly regressing actions from current observations, without explicitly modeling future …