- The paper introduces the Follow-the-Expert (FTE) framework that fits Dynamic Movement Primitives to expert trajectories, ensuring minimal Dynamic Time Warping deviation.
- It couples DMP trajectories with a unified 3D Gaussian Splatting density field to achieve obstacle-aware motion retargeting without auxiliary simulation tools.
- Empirical results demonstrate that FTE outperforms planner-based and optimization-based methods in tasks like writing and push–pick–place through improved trajectory fidelity and reduced collisions.
High-Fidelity Synthetic Demonstration Generation for Imitation Learning
Motivation and Context
Imitation learning (IL) is a principal route to acquiring dexterous, semantic-rich robotic manipulation skills from human demonstration. However, policies trained from limited demonstration data are prone to overfitting to narrow distributions of object pose, viewpoint, and scene context, resulting in brittle behavior in unseen settings. Recent augmentation pipelines leveraging 3D Gaussian Splatting (3DGS) reconstruct photorealistic scenes and generate synthetic demonstrations spanning diverse visual conditions, enabling robust sim2real transfer. Despite substantial advances in visual generalization, prior 3DGS-based methods often ignore or distort the expert demonstration’s trajectory structure during motion synthesis, undermining policy efficacy in tasks where success depends on spatial and temporal fidelity (e.g., contact-rich manipulation, stroke-based actions).
Follow-the-Expert (FTE) Demonstration Synthesis
The paper introduces the FTE paradigm, which treats the full expert trajectory as a strong prior for synthetic demonstration generation. Rather than planner-centric or optimization-based motion synthesis, FTE fits Dynamic Movement Primitives (DMPs) to segmented end-effector paths and retargets the learned dynamical system to new goals, object configurations, and viewpoints. This guarantees phase-consistent, shape-preserving reproduction, systematically varying endpoints while enforcing the trajectory’s spatiotemporal structure.
The pipeline consists of:
Obstacle-Aware Motion Retargeting via 3DGS Density
A major contribution is the analytic coupling of DMP trajectories with the density field induced by 3DGS. The aligned 3DGS model not only serves as a renderer but also as a continuous geometric substrate for collision avoidance. Obstacle awareness is achieved by modulating DMP dynamics using density-gradient repulsion; rollouts deform locally around dense regions while minimizing deviation from the expert trajectory. This approach obviates the need for auxiliary simulators, meshes, or point clouds, streamlining pipeline complexity.
Figure 2: Obstacle-aware retargeting: density-gradient coupling locally deforms rollouts around obstacles, preserving expert motion structure.
Empirical Evaluation and Results
Experiments are conducted on the Spot mobile manipulator across three tasks, each requiring semantic, shape-sensitive trajectory fidelity: Sweep Clean, Push–Pick–Place, and Writing a Letter “A”.
Figure 3: Tasks where trajectory encodes both semantics and context.
The FTE synthesis is benchmarked against two baselines:
- Planner-based keyframe stitching (MPLib)
- Demo-anchored trajectory optimization (TrajOpt)
Metrics include task success rate, path deviation (Dynamic Time Warping), collision rate, and normalized writing error.
Trajectory Fidelity and Policy Transfer
FTE achieves minimal DTW deviation to the expert trajectory, both in synthesized demonstrations and executed policy rollouts, significantly outperforming planner-based and optimization-based approaches. Crucially, diffusion-based visuomotor policies trained on FTE data inherit this fidelity, reproducing expert motion profiles in deployment.
Figure 4: Comparison of synthesized and rollout trajectories across tasks.
Figure 5: Dynamic Time Warping to expert demonstration; lower is better and indicates superior trajectory fidelity.
On the writing task, FTE produces the lowest normalized pixel error, underscoring superior shape preservation.
Obstacle-Aware Synthesis: Safety vs Motion Deviation
The density-driven obstacle-aware variant (FTE+OA) reduces collision rates compared to optimization baselines, while minimally perturbing expert motion. This enables safe trajectory augmentation in cluttered scenes without sacrificing task semantics.
Implications and Future Directions
The results substantiate that effective demonstration augmentation in imitation learning is not merely about maximizing diversity, but generating diversity that preserves expert intent and motion structure, especially when task semantics are trajectory-encoded. The unified photorealistic and geometric reasoning via 3DGS density fields integrates visual realism and safety, supporting scalable, safe, and semantic policy learning.
The method’s closed-form DMP rollouts, analytic density coupling, and compatibility with diffusion-based visuomotor policies facilitate practical adoption in both academic and industrial settings. Limitations stem from reliance on static scene density proxies and lack of explicit contact modeling; dynamic environments and force-sensitive tasks warrant extension via hybrid contact DMPs or uncertainty-aware clearance.
Conclusion
FTE delivers a principled, computationally efficient framework for high-fidelity synthetic demonstration generation. By enforcing expert trajectory priors and leveraging unified density-based obstacle avoidance within 3DGS, the system produces safe, semantically accurate augmentations that directly translate to improved policy performance, especially in trajectory-sensitive manipulation. Future directions include extending to dynamic scenes, deformable objects, and closed-loop replanning.