The acquisition of large-scale physical interaction data is severely bottlenecked by the cost and scalability limits of human-in-the-loop collection. We introduce RADAR — Robust Autonomous Data Acquisition for Robotics — a fully autonomous, closed-loop data generation engine that removes human intervention from the collection cycle. Anchored by merely 2–5 3D human demonstrations as geometric priors, a Vision-Language Model first orchestrates scene-relevant task generation via semantic object grounding and skill retrieval. A Graph Neural Network policy then translates these subtasks into robust physical actions through in-context imitation learning. Following execution, the VLM performs automated success evaluation using a structured Visual Question Answering pipeline. Finally, a Finite State Machine orchestrates autonomous environment reset and asymmetric data routing — driven by simultaneous forward–reverse planning under a strict Last-In, First-Out causal sequence, seamlessly restoring workspaces and recovering from failures. This continuous brain–cerebellum synergy achieves up to 90% success on complex long-horizon tasks in simulation, and reliably executes contact-rich atomic skills — such as deformable object manipulation — on hardware via few-shot adaptation without domain-specific fine-tuning.
RADAR separates high-level cognition from low-level control: the VLM reasons about what to do and whether it worked; the graph-diffusion policy handles sub-millimeter SE(3) execution grounded in real human demonstrations.
Grounds objects, decomposes long-horizon goals into atomic subtasks, retrieves congruent 3D priors, and verifies outcomes through structured VQA — replacing fragile pixel generation and 3D coordinate hallucination.
Represents demonstrations, observations, and future actions as a heterogeneous graph, then denoises action nodes into valid end-effector transformations — high-frequency control from a handful of examples.
Ground objects and geometry, decompose goals into atomic subtasks, each matched to a library demonstration.
A graph-diffusion policy maps retrieved demos and the point cloud to continuous trajectories under closed-loop control.
A three-stage VQA pipeline — task-to-query, assessment, boolean decoding — yields a deterministic success signal.
The FSM computes the LIFO-causal inverse of the forward plan to restore the workspace — no hard-coded scripts.
Rather than back-projecting noisy 2D keypoints, the planner grounds objects semantically and retrieves the most geometrically congruent 3D prior — shifting the precision burden onto human-demonstrated trajectories.
Evaluated in RLBench against two state-of-the-art vision-language manipulation baselines, MOKA and ReKep, over 10 rollouts per task with randomized initial states.
| Task | ReKep | MOKA | Ours |
|---|---|---|---|
| Atomic | |||
| Large Container (Cup) | 2/10 | 2/10 | 8/10 |
| Large Container (Block) | 0/10 | 3/10 | 8/10 |
| Large Container (Laptop) | 0/10 | 1/10 | 9/10 |
| Push Block | 4/10 | 4/10 | 10/10 |
| Stack Block | 4/10 | 1/10 | 8/10 |
| Close Box | 4/10 | 3/10 | 10/10 |
| Open Box | 2/10 | 2/10 | 7/10 |
| Long-horizon | |||
| Put Laptop & Cup into Tray | 1/10 | 0/10 | 8/10 |
| Push & Stack Blocks | 0/10 | 0/10 | 4/10 |
| Close then Open Box | 2/10 | 1/10 | 9/10 |
Feeding raw scene point clouds into the execution policy causes catastrophic failure — VLM-driven selective attention is what makes execution robust in clutter.
Under a 1-shot adaptation paradigm without domain-specific fine-tuning, RADAR executes contact-rich physical skills — deformable manipulation and precise grasping among distractors.
Fully 100% reliable environment resetting remains open. Chaining a forward execution with a causal reverse reset inherently compounds failure rates:
The FSM currently acts as a robust proof-of-concept for simple-to-moderate scenes. Overcoming this compounding error in highly unstructured environments — via multi-modal tactile feedback or high-frequency visual servoing — is a frontier for future work, alongside using the generated data to train downstream visuomotor policies.
@inproceedings{wang2026radar,
title = {RADAR: Closed-Loop Robotic Data Generation via Semantic
Planning and Autonomous Causal Environment Reset},
author = {Wang, Yongzhong and Zhu, Keyu and Zhong, Yong and
Wang, Liqiong and Yang, Jinyu and Zheng, Feng},
booktitle = {IEEE/RSJ International Conference on Intelligent Robots
and Systems (IROS)},
year = {2026}
}