CoolFace
Datasetpublic

failo0711/ATG-MoE_TrainingSet

ATG-MoE Pressure-Reducing Valve Assembly Training Set This repository provides the training set used in our paper: "ATG-MoE: Autoregressive trajectory generation with mixture-of-experts for assembly skill learning". The dataset is specifically designed for the pressure-reducing valve assembly task, featuring multi-skill robotic learning capabilities. [!IMPORTANT] This release only contains the training set.Evaluation requires a Unity-based simulation environment. The… See the full description on the dataset page: https://huggingface.co/datasets/failo0711/ATG-MoE_TrainingSet.

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes1.3kdownloads
Dataset Card

ATG-MoE Pressure-Reducing Valve Assembly Training Set

![License: MIT](https://opensource.org/licenses/MIT) ![Paper: arXiv](https://arxiv.org/abs/2603.19029) ![Project Page](https://hwh23.github.io/ATG-MoE) ![GitHub](https://github.com/hwh23/ATG-MoE)

This repository provides the training set used in our paper: "ATG-MoE: Autoregressive trajectory generation with mixture-of-experts for assembly skill learning".

The dataset is specifically designed for the pressure-reducing valve assembly task, featuring multi-skill robotic learning capabilities.

[!IMPORTANT] This release only contains the training set. Evaluation requires a Unity-based simulation environment. The evaluation scripts and instructions will be released in our GitHub repository.

πŸ“Œ Dataset Overview

The dataset supports multi-skill imitation learning in industrial assembly. It provides high-quality demonstrations mapping multi-view observations to precise skill trajectories.

πŸ› οΈ Included Skills

The dataset covers 8 key skills required for the assembly process:

  • β€”Sleeve Placement
  • β€”Large Spring Insertion
  • β€”Rod Placement
  • β€”Rod Seating
  • β€”Nut Seating
  • β€”Spring Insertion
  • β€”Plug Seating
  • β€”Body Seating

πŸ“Š Dataset Scale

  • β€”Total Training Episodes: 768
  • β€”Skills: 8 distinct assembly tasks
  • β€”Data per Skill: 96 training episodes

πŸ“‚ Data Format

The dataset follows the RLBench organization style. Each episode folder contains a complete demonstration trajectory.

Directory Structure

text
episode0/
β”œβ”€β”€ front_depth/                # Depth maps from front camera
β”œβ”€β”€ front_rgb/                  # RGB images from front camera
β”œβ”€β”€ left_shoulder_depth/        # Depth maps from left shoulder camera
β”œβ”€β”€ left_shoulder_rgb/          # RGB images from left shoulder camera
β”œβ”€β”€ overhead_depth/             # Depth maps from overhead camera
β”œβ”€β”€ overhead_rgb/               # RGB images from overhead camera
β”œβ”€β”€ right_shoulder_depth/       # Depth maps from right shoulder camera
β”œβ”€β”€ right_shoulder_rgb/         # RGB images from right shoulder camera
β”œβ”€β”€ proprioception/             # Robot joint states and end-effector pose
β”œβ”€β”€ camera_matrix.json          # Intrinsic and extrinsic parameters
β”œβ”€β”€ kfs.json                    # Keyframe indices for trajectory
β”œβ”€β”€ lang_emb.pkl                # Language instruction embeddings
β”œβ”€β”€ variation_descriptions.json # Natural language descriptions
└── variation_number.pkl        # Variation ID for the task

πŸ“ Citation

If you find this dataset or our work helpful, please cite:

bibtex
@misc{huang2026atgmoeautoregressivetrajectorygeneration,
  title={ATG-MoE: Autoregressive trajectory generation with mixture-of-experts for assembly skill learning},
  author={Weihang Huang and Chaoran Zhang and Xiaoxin Deng and Hao Zhou and Zhaobo Xu and Shubo Cui and Long Zeng},
  year={2026},
  eprint={2603.19029},
  archivePrefix={arXiv},
  primaryClass={cs.RO},
  url={https://arxiv.org/abs/2603.19029},
}
failo0711/ATG-MoE_TrainingSet Β· CoolFace