PAC-MAN Shows CBF-RL Survives Real Perception—Dodgeball Was Just the Test

PAC-MAN Shows CBF-RL Survives Real Perception—Dodgeball Was Just the Test

PAC-MAN couples control-barrier-function guidance with reinforcement learning, then forces the deployed policy to operate on segmentation-masked depth from a head-mounted camera. The result is a whole-body dodgeball policy that maintains safety across all body links, setting a new benchmark for perception-aware safety in humanoid control.

A humanoid dodging a thrown ball sounds like a party trick. But the PAC-MAN framework posted on arXiv on July 30, 2026, uses that trick to answer a question that has quietly blocked every safety-critical legged robot: can a control-barrier function trained with perfect state knowledge still keep a body safe when the policy only sees noisy, head-mounted depth data? PAC-MAN's answer is a qualified yes—and that changes how we should evaluate the next wave of humanoid controllers.
  • PAC-MAN, a new arXiv preprint from July 30, 2026, couples control-barrier functions (CBFs) with reinforcement learning for whole-body humanoid dodgeball, then forces the deployed policy to rely only on segmentation-masked depth from a head-mounted camera.
  • The framework evaluates any-link contact safety under seeded throws in two regimes, directly addressing the simulation-to-reality perception gap that plagues most safety-critical RL.
  • An adversarial motion prior regularizes evasive reflexes, meaning the policy learns to dodge without learning brittle, unnatural movement patterns.

What Actually Changed With PAC-MAN's Perception-Aware CBF-RL?

According to the PAC-MAN paper on arXiv (submitted July 30, 2026), the deployed policy sees the ball only as segmentation-masked depth from a head-mounted camera. That single design decision is the real story. Prior CBF-RL work—including the influential safety-critical control literature from Ames et al.—assumes the controller has access to clean state estimates. PAC-MAN explicitly breaks that assumption at deployment time, while training-time CBF guidance still represents clearance to every body link.

That gap between training privilege and deployment reality is precisely where most legged systems fail. The paper evaluates on a controlled any-link contact benchmark with seeded throws in two regimes, meaning the authors did not just report aggregate dodge rates—they tested whether any part of the body—arm, torso, leg—could be struck. That is a materially harder and more honest evaluation than whole-body success metrics.

My read: this is not a dodgeball paper. It is a perception-robustness paper disguised as a game. The authors are saying that safety guarantees are worthless if they evaporate the moment you swap a simulator's perfect state for a camera feed.

Why Does the Adversarial Motion Prior Matter for Real Deployment?

The adversarial motion prior is the least flashy but most consequential component. The paper states this prior regularizes the resulting evasive reflexes. Without it, an RL policy trained purely to avoid contact will often learn jerky, high-torque movements that maximize evasion in simulation but damage hardware or destabilize the robot in reality.

PAC-MAN Shows CBF-RL Survives Real Perception—Dodgeball Was Just the Test

According to the PAC-MAN submission, the prior acts as a regularizer—it penalizes motion that deviates too far from natural humanoid kinematics. This is a quiet admission that pure RL optimization, even with safety constraints, produces policies that are unsafe in a different sense: they are physically reckless. The prior is a pragmatic bridge between the CBF's hard safety guarantee and the RL policy's flexibility.

For teams like Unitree or Figure AI, which are pushing humanoids toward dynamic tasks, this matters. The prior is not a new idea—adversarial motion priors have been used in motion generation since 2021—but coupling one to a CBF-RL safety layer is novel. It suggests the authors are thinking about hardware survivability, not just simulation scores.

How Does PAC-MAN Compare to Privileged-Information Training Approaches?

The dominant paradigm in legged locomotion, popularized by NVIDIA's Isaac Lab and adopted by many commercial teams, is teacher-student training: a teacher policy trains with privileged information, then a student policy distills that knowledge using only onboard sensors. PAC-MAN does not follow that path. It keeps the CBF guidance at training time but does not distill a privileged teacher into the deployed policy.

DimensionPAC-MAN (CBF-RL)Teacher-Student Distillation
Training-time state accessFull state for CBF guidanceFull state for teacher policy
Deployment-time perceptionSegmentation-masked depth onlyTypically RGB-D or depth, no masking
Safety guaranteeExplicit CBF layer per body linkImplicit, learned from teacher
Evaluation rigorAny-link contact benchmarkOften task-level success only
Robustness to perception noiseExplicitly tested with masked depthRarely stress-tested at link level
Hardware damage riskMitigated by adversarial motion priorDepends on reward shaping
VerdictPAC-MAN wins on safety rigor; distillation wins on task generality. For safety-critical whole-body tasks, PAC-MAN's approach is more defensible.

The paper's evaluation on a controlled any-link contact benchmark with seeded throws in two regimes is the strongest evidence in the submission. Seeded throws mean the evaluation is reproducible and not cherry-picked. Two regimes likely mean different ball speeds or trajectories, testing the policy's ability to generalize its evasive reflexes.

According to the arXiv listing, the benchmark measures contact to any body link, not just a single center-of-mass proxy. This is a meaningful advance over prior dodgeball or obstacle-avoidance papers that reported success as 'the robot avoided the ball' without specifying which part of the body was at risk. For a humanoid, a ball hitting the ankle is a different failure mode than a ball hitting the torso.

However, the paper is a preprint—arXiv 2607.28623v1—and has not been peer-reviewed. The two regimes are not described in the abstract, and without seeing the full methods, we cannot know if the ball trajectories include occlusions, variable lighting, or other perception stressors that would break the masked-depth assumption. That is the key uncertainty.

What Are the Limits of This Approach in Real-World Humanoids?

The most obvious limitation is the controlled benchmark itself. Seeded throws in a lab are not the same as a ball appearing from a crowd or a human throwing with unpredictable spin. The paper does not claim to solve perception in the wild; it claims to solve perception under masked-depth conditions. That is a narrower but more honest claim.

Another limit: the CBF guidance is applied at training time, not at deployment. According to the paper, training-time CBF guidance represents clearance to every body link. This means the deployed policy has no explicit safety layer—it relies on the learned policy to have internalized the CBF constraints. If the perception system fails catastrophically (e.g., the segmentation mask loses the ball entirely), the policy has no fallback. A deployment-time CBF that could take over when perception confidence drops would be the logical next step.

PAC-MAN's real contribution is proving that CBF-based safety constraints can survive the transition to noisy, onboard perception—but the field should not mistake a controlled benchmark for a deployment guarantee. In the short term, this paper raises the evaluation bar: any future humanoid safety paper that does not report any-link contact under perception noise will look weak by comparison. In the long term, the winner is the team that moves the CBF from training-time guidance to a deployment-time safety layer that activates when perception confidence drops. Boston Dynamics has the hardware and the safety culture to adopt this; Unitree has the speed but may skip the rigor. The loser is any team still claiming 'sim-to-real transfer' without testing perception robustness explicitly.

  1. By Q2 2027, Boston Dynamics will publish a perception-aware safety layer for its humanoid platform that cites PAC-MAN's any-link benchmark as a baseline evaluation metric.
  2. By Q4 2026, at least one commercial humanoid team (likely Unitree or Figure AI) will adopt masked-depth evaluation in their safety testing, driven by reviewer pressure from the PAC-MAN benchmark.
  3. By Q1 2028, the IEEE-RAS conference on humanoid robotics will require perception-robustness evaluation for any safety-critical control paper, directly mirroring PAC-MAN's any-link contact methodology.

Article Summary

  • PAC-MAN's any-link contact benchmark is the new minimum bar for evaluating whole-body safety in humanoids; aggregate success metrics are no longer credible.
  • The adversarial motion prior is a pragmatic admission that pure RL optimization produces physically reckless policies, even with safety constraints.
  • Training-time CBF guidance without a deployment-time fallback leaves a residual risk gap when perception fails entirely.
  • The teacher-student distillation paradigm is not the only path to deployable policies; PAC-MAN offers a credible alternative for safety-critical tasks.
  • The paper's two-regime evaluation is promising but insufficient without peer review and disclosure of the exact throw parameters.

Source and attribution

arXiv
PAC-MAN: Perception-Aware CBF-RL for Whole-Body Safety in Humanoid Dodgeball

Discussion

Add a comment

0/5000
Loading comments...