Testing the robustness of robot manipulation policies has traditionally relied on manually designed scenarios, but the set of adversarial cases humans can imagine is limited. Geometric Red-Teaming offers an automated alternative.
The Method
From a CoRL 2025 Oral paper: given a target object (e.g., a mechanical part) and a trained grasping policy, the system automatically generates CrashShapes — geometric deformations of the object that are physically plausible (they still look like the original part) but cause the robot policy to completely collapse (success rate dropping from 90% to 22.5%).
How It Works
The core technique applies local deformations using a Jacobian field, combined with gradient-free optimization in simulation to search for the shapes most likely to make the policy fail. Discovered failure modes include:
- Subtle shifts in visual features during insertion tasks
- Minor changes in contact surfaces during grasping tasks
Blue-Teaming: Turning Attacks Into Defenses
This is not just a red-teaming tool. The paper further demonstrates Blue-Teaming: fine-tuning the policy on the discovered CrashShapes restores the success rate to 90% on those shapes, while maintaining performance on the original objects.
Takeaway
In Feynman-style commentary: the best defense is not building the tallest wall — it's knowing where the enemy will attack.
Reference: *Geometric Red-Teaming for Robotic Manipulation* (CoRL 2025 Oral).