ConceptACT: Episode-Level Concepts for Sample-Efficient Robotic Imitation Learning
Jakob Karalus, Friedhelm Schwenker
TL;DR
ConceptACT addresses the inefficiency of purely low-level imitation learning by letting human demonstrators annotate episodes with high-level semantic concepts. It integrates these episode-level concepts through a class-aware Concept Transformer within ACT, aligning attention with concepts during training while keeping deployment agnostic to semantics. Empirically, ConceptACT-Transformer delivers faster convergence and stronger sample efficiency than standard ACT and language-conditioned baselines, especially in concept-rich tasks. This architectural grounding of semantic supervision provides a practical, scalable path to more data-efficient robotic imitation learning with real-world deployment benefits.
Abstract
Imitation learning enables robots to acquire complex manipulation skills from human demonstrations, but current methods rely solely on low-level sensorimotor data while ignoring the rich semantic knowledge humans naturally possess about tasks. We present ConceptACT, an extension of Action Chunking with Transformers that leverages episode-level semantic concept annotations during training to improve learning efficiency. Unlike language-conditioned approaches that require semantic input at deployment, ConceptACT uses human-provided concepts (object properties, spatial relationships, task constraints) exclusively during demonstration collection, adding minimal annotation burden. We integrate concepts using a modified transformer architecture in which the final encoder layer implements concept-aware cross-attention, supervised to align with human annotations. Through experiments on two robotic manipulation tasks with logical constraints, we demonstrate that ConceptACT converges faster and achieves superior sample efficiency compared to standard ACT. Crucially, we show that architectural integration through attention mechanisms significantly outperforms naive auxiliary prediction losses or language-conditioned models. These results demonstrate that properly integrated semantic supervision provides powerful inductive biases for more efficient robot learning.
