SiMDex data mining lifts robot manipulation success rate to 61.1% from 47.7%
SiMDex mines 32M egocentric videos to pick just 1.49M that lift robot success by 13.4%.
A new research paper from an international team (including authors from the University of Tokyo, Shenzhen University, and industry labs) presents SiMDex, a similarity-based data mining framework for cross-embodiment dexterous manipulation. As egocentric human videos explode in scale, a core question remains: which data actually helps robot manipulation? SiMDex reframes this as a recommendation problem. For each robot demonstration, it runs a three-layer recall-ranking-re-ranking pipeline over a massive pool of ~32M egocentric human samples, extracting task-relevant subsets in a morphology-agnostic action space. This means the framework works with any vision-language-action (VLA) model without retraining or architectural changes.
Against a strong baseline trained with the same amount of randomly sampled human data, SiMDex achieves a dramatic improvement: using only ~1.49M mined samples (under 5% of the pool), it raises the overall success rate from 47.7% to 61.1%—a 13.4-point boost. This demonstrates that careful curation outperforms indiscriminate mixing at equal data volumes. The framework is model-agnostic, operating purely on data selection, and can be applied to existing robot learning pipelines. For the robotics community, SiMDex offers a practical way to leverage large-scale human video datasets without drowning in noise, making billion-scale egocentric video pools far more useful for dexterous manipulation training.
- SiMDex uses a three-layer recall-ranking-re-ranking pipeline to mine task-relevant samples from a 32M-sample egocentric video pool.
- Achieves 61.1% success rate vs. 47.7% with random sampling—a 13.4 absolute percentage point improvement while using only <5% (1.49M) of the data.
- Operates in a morphology-agnostic action space, requiring no changes to VLA architecture or training procedure.
Why It Matters
Selective data curation could drastically reduce training costs and improve robot skill acquisition from human videos.