paper-with-me

Papers

THE COLOSSEUM: A Benchmark for Evaluating Generalization for Robotic Manipulation

2024-02-13 · Wilbert Pumacay, Ishika Singh, Jiafei Duan, Ranjay Krishna, Jesse Thomason, Dieter Fox

To realize effective large-scale, real-world robotic applications, we must evaluate how well our robot policies adapt to changes in environmental conditions. Unfortunately, a majority of studies evaluate robot performance in environments closely resembling or even identical to the training setup. We present THE COLOSSEUM, a novel simulation benchmark, with 20 diverse manipulation tasks, that enables systematical evaluation of models across 14 axes of environmental perturbations. These perturbations include changes in color, texture, and size of objects, table-tops, and backgrounds; we also vary lighting, distractors, physical properties perturbations and camera pose. Using THE COLOSSEUM, we compare 5 state-of-the-art manipulation models to reveal that their success rate degrades between 30-50% across these perturbation factors. When multiple perturbations are applied in unison, the success rate degrades $\geq$75%. We identify that changing the number of distractor objects, target object color, or lighting conditions are the perturbations that reduce model performance the most. To verify the ecological validity of our results, we show that our results in simulation are correlated ($\bar{R}^2 = 0.614$) to similar perturbations in real-world experiments. We open source code for others to use THE COLOSSEUM, and also release code to 3D print the objects used to replicate the real-world perturbations. Ultimately, we hope that THE COLOSSEUM will serve as a benchmark to identify modeling decisions that systematically improve generalization for manipulation. See https://robot-colosseum.github.io/ for more details.

📄 PDF Abstract BibTeX arXiv:2402.08191

Code (1)

robot-colosseum/robot-colosseum 공식 구현

Tasks

Robot Manipulation Generalization

Similar Papers 제목 키워드 기반

Colosseum V2: Benchmarking Generalization for Vision Language Action Models

2026-05-26 · Jeremy Morgan, Prajwal Vijay, Hyeonho Oh, Jincen Song 외 arxiv

Vision-Language-Action (VLA) models demonstrate promising generalization in robotic manipulation, driven by advances in large-scale vision and language pre-training. This progress can be misleading. Despite the zero-shot…

DynaRend: Learning 3D Dynamics via Masked Future Rendering for Robotic Manipulation

2025-10-28 · Jingyi Tian, Le Wang, Sanping Zhou, Sen Wang 외 arxiv

Learning generalizable robotic manipulation policies remains a key challenge due to the scarcity of diverse real-world training data. While recent approaches have attempted to mitigate this through self-supervised repres…

Representation LearningVideo Prediction

Cortical Policy: A Dual-Stream View Transformer for Robotic Manipulation

2026-03-22 · Xuening Zhang, Qi Lv, Xiang Deng, Miao Zhang 외 arxiv

View transformers process multi-view observations to predict actions and have shown impressive performance in robotic manipulation. Existing methods typically extract static visual representations in a view-specific mann…

Spatial ReasoningGaze Estimation

Hyperbolic Multiview Pretraining for Robotic Manipulation

2026-03-05 · Jin Yang, Ping Wei, Yixin Chen, Nanning Zheng arxiv

3D-aware visual pretraining has proven effective in improving the performance of downstream robotic manipulation tasks. However, existing methods are constrained to Euclidean embedding spaces, whose flat geometry limits …

Point Clouds

A Taxonomy for Evaluating Generalist Robot Policies

2025-03-03 · Jensen Gao, Suneel Belkhale, Sudeep Dasari, Ashwin Balakrishna 외

Machine learning for robotics promises to unlock generalization to novel tasks and environments. Guided by this promise, many recent works have focused on scaling up robot data collection and developing larger, more expr…

Robot ManipulationVision-Language-Action