Behavior Foundation Models (BFMs) give humanoids a promptable policy over a latent behavior
space, so that a single vector can specify a motion to imitate, a pose to reach, or a reward
to maximize. Forward–Backward representations produce such spaces, but at the cost of
hundreds of GPU-hours for a single robot — and a second robot repeating the procedure
arrives at a second space unrelated to the first. The result is embodiment-specific latents
that neither unify nor transfer under the same prompts.
We address this problem with CrossBFM, treating the latent space itself
as the transferable asset for various embodiments. As retargeting already puts every robot
in frame-level correspondence, transferring it becomes supervised regression, with
neither simulator nor training required on the target side. We propose a unified
encoder architecture for distilling behavior space from cross-embodiment
correspondence, which allows a single encoder with no robot-specific parameters to address
all training embodiments simultaneously in only under a GPU hour. Following this encoder,
latent-conditioned trackers turn the distilled latent into whole-body control in a
conventional PPO training manner in just 10 more GPU hours.
On three humanoids, all three prompting modes transfer: motion tracking with a
latent-conditioned policy losing only 0.025 rad to its
joint-conditioned counterpart, smooth goal reaching between poses with no falls, and reward
optimization for all 41 reward prompts. Regressing the encoder on a quarter
of the motion corpus costs only 5% of tracking performance, and training
the encoder on a subset of robots and evaluating on an unseen one recovers up to
89% of the tracking performance of seen robots, demonstrating
cross-embodiment generalization to morphologically similar robots. We also verify the
pipeline on real robots across all three prompting modes and with flow-based generated
latents.