3D-aware VLA control
Several robot papers put geometry closer to the action output. GaussianDream trains a VLA policy with 3D Gaussian reconstruction and short-horizon scene-flow prediction, then removes the decoding heads at inference and keeps only learned prefix tokens. It reports 98.4% average success on LIBERO and 52.6% on RoboCasa Human-50.
PointACT makes the action decoder attend to multi-scale point-cloud features. Its reported LIBERO average is 96.0%, with a 17.9-point gain over SpatialVLA in the same table. DISC tackles a different grounding failure: the instruction generates a task-specific policy, while the control policy sees only observations. That design reaches 94.3% on LIBERO-90 and 86.4% on a real 9-task shared-context setup.