- The paper presents a novel framework using 3D pose extraction and mesh reconstruction for physically plausible object swapping in robot data augmentation.
- It employs an object-centric augmentation pipeline incorporating rotation, translation, and scaling to ensure multi-view consistency and physical plausibility.
- Empirical results demonstrate a 16.5% relative improvement in success rate and robust recovery of challenging OOD objects compared to 2D and simulation-based methods.
Pose6DAug: Physically Plausible Multi-view Object Swapping for Robot Data Augmentation
Overview
Pose6DAug introduces a 3D-grounded framework for robot data augmentation aimed at overcoming generalization failures in Vision-Language-Action (VLA) manipulation policies when faced with novel object instances. The method leverages existing successful robot episodes by substituting manipulated objects with new target objects using explicit 3D mesh extraction and a temporally coherent 6D pose trajectory, maintaining strict physical plausibility and multi-view consistency. This approach departs from 2D video editing and simulation-only augmentation, offering significant improvements in out-of-distribution object handling while being simulation-free and maintaining data scalability.
Figure 1: Failure-driven object-swap augmentation pipeline, transforming failed episodes into successful demonstrations for novel objects by swapping objects in successful source rollouts.
Methodology
Pose6DAug is built on three main modules: target mesh reconstruction with 6D pose extraction, object augmentation via geometric perturbations, and 3D mesh-pose-guided multi-view video composition.
- Target Mesh Reconstruction & Pose Extraction: A single observation of the target object is used with an off-the-shelf image-to-3D model (SAM3D) to reconstruct the 3D mesh. The episode’s pose sequence (in SE(3) per timestep) is extracted from either simulator or external pose estimators, with all objects operating in a shared canonical coordinate frame to preserve gripper interaction configurations.
- Object-centric Data Augmentation: Geometric perturbations are applied to the target mesh before rendering:
- Rotation: Randomly rotating or flipping the mesh to expose the policy to diverse, plausible object orientations.
- Translation: Shifting the mesh along the gripper's approach axis to vary contact offsets.
- Scaling: Adjusting the target mesh to remain within the feasible range for the gripper, ensuring plausible manipulation post-substitution.

Figure 2: Examples of applied object-centered augmentations—rotation, translation, scaling, and their composition—demonstrably maintain physical plausibility and 3D consistency.
- Multi-view Video Composition: For each timestep and view, the background plate is generated by removing the source object (using segmentation masks and inpainting). The transformed target mesh is rendered at the kinematically coupled pose, and the robot/gripper layers are composited to guarantee correct occlusion and interaction. Because mesh rendering is driven by a shared 6D trajectory, all synthesized videos are guaranteed to be consistent across camera perspectives and over time.
Empirical Results
Pose6DAug undergoes extensive benchmarking on RoboCasa365, emphasizing failures arising from OOD object geometries and leveraging the Counter-to-Cabinet pick-and-place task as a challenging scenario. The methodology is compared against:
- VACE: 2D video editing via multimodal diffusion transformers, applied per camera view.
- MimicGen: Simulation-based data generation by trajectory retargeting, requiring extensive rollout filtering and simulator access.
Results are analyzed by success rate, turnover ratio (fraction of previously failed instances successfully manipulated post-augmentation), and per-object recovery rate, using GR00T-1.5 as the foundation model.
Numerical Highlights
Qualitative Assessment
Pose6DAug consistently generates visually and kinematically coherent robot-object interactions across all multi-view configurations. In contrast, VACE's per-view 2D edits result in identity and geometry drift, and MimicGen's simulation-constrained approach suffers from low coverage due to the inability to generate valid trajectories for complex object geometries or occlusion scenarios.
Failure Modes and Limitations
Pose6DAug’s main limitations are associated with the affordance mismatch between source and target objects—significant variations in scale or geometry can result in physically implausible grasps despite the canonical pose coupling. The framework also inherits potential artifacts from external 3D mesh or inpainting models, and compositional rendering can neglect photorealistic interaction effects (e.g., shadows, reflections).
Figure 4: Typical Pose6DAug failures stem from mesh scale and geometry mismatches, producing visually implausible robot-object intersections.
Implications and Future Directions
Practically, Pose6DAug’s scalable, simulation-free data augmentation pipeline circumvents major bottlenecks in VLA robot learning: cost, diversity, and multi-view expertise. By combining generative 3D object substitution with rigorous kinematic grounding, it enables targeted failure recovery and robust OOD handling not previously attainable by 2D generative or simulation-only strategies.
- Theoretical Implications: The work advocates that robust robot policy generalization requires explicit 3D physical grounding throughout the augmentation and training pipeline. It demonstrates that geometric trajectory alignment and view consistency can be algorithmically enforced to provide effective training signals, triggering new design paradigms for multimodal robot learning systems.
- Future Directions: Research thrusts include automated affordance-aware substitution algorithms, mesh-inpainting co-design for photorealistic synthesis, and generalization to unaligned object categories and multi-object manipulation scenes. Neural relighting and dynamic interaction rendering could further enhance realism.
Conclusion
Pose6DAug provides a technically rigorous, physically and geometrically consistent augmentation framework for robotic manipulation, substantiated by both quantitative and qualitative advances over 2D and simulation-based alternatives. Its integration of explicit 3D reasoning, mesh-based object swapping, and multi-view trajectory alignment establishes a new baseline for scalable, generalizable robot learning infrastructure.