Scaling Behavior Foundation Models for Humanoid Robots

Official release of relevant resources for the paper Scaling Behavior Foundation Model for Humanoid Robots.

Project Page Paper Code Issues

ScaleBFM capabilities: dexterous manipulation, natural and agile locomotion, and whole-body coordinated loco-manipulation

ScaleBFM studies how Behavior Foundation Models (BFMs) for humanoid control can be scaled through the coordinated design of three components:

  1. a unified whole-body motion-tracking objective that reformulates diverse humanoid control tasks as the reproduction of integrated whole-body trajectories in the global frame;
  2. the strategic coordination of training-data quantity and diversity to enable effective scaling; and
  3. an expressive and scalable model architecture, termed Humanoid Transformer, designed to learn structured behavioral representations.

The resulting controller supports diverse whole-body behaviors, including dexterous manipulation, natural and agile locomotion, and coordinated loco-manipulation.

Download

Install the Hugging Face command-line client:

pip install -U huggingface_hub

Download the complete repository:

hf download WeishuaiZeng/ScaleBFM --local-dir ScaleBFM

Download the checkpoints:

hf download WeishuaiZeng/ScaleBFM \
  --include "checkpoint/**" \
  --local-dir ScaleBFM

Download only the test data:

hf download WeishuaiZeng/ScaleBFM \
  --include "test_set/**" \
  --local-dir ScaleBFM

Usage

First, clone the ScaleBFM code repository, which contains ScaleRetarget, ScaleTrack, and ScaleBridge:

git clone https://github.com/zengweishuai/ScaleBFM.git

Then follow the instructions for the component that matches your task:

  1. Motion Retargeting: Follow the ScaleRetarget instructions to prepare human motion data and retarget it to the robot embodiment.
  2. Training and Playing policies: Follow the ScaleTrack instructions to train policies or run the released checkpoints.
  3. Deployment: Follow the ScaleBridge instructions to deploy trained policies.

Repository contents

ScaleBFM/
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ scalebfm_teaser_figure.png
β”œβ”€β”€ checkpoint/
β”‚   β”œβ”€β”€ humanoid_transformer_m/
β”‚   β”‚   └── model_22200.pt
β”‚   └── humanoid_transformer_xl/
β”‚       └── model_22200.pt
└── test_set/
    β”œβ”€β”€ BONES_Test_Set/
    β”‚   └── BONES_Test_Set_processed.zip
    └── Ours_Test_Set/
        β”œβ”€β”€ Ours_Test_Set_orig_bvh.zip
        β”œβ”€β”€ Ours_Test_Set_retargeted_pkl.zip
        └── Ours_Test_Set_processed.zip

Citation

If you find this work useful, please cite:

@article{zeng2026scaling,
  title   = {Scaling Behavior Foundation Model for Humanoid Robots},
  author  = {Zeng, Weishuai and Yin, Kangning and Niu, Xiaojie and
             Lu, Shunlin and Zhong, Weixiang and Chen, Jiahe and
             Jia, Feiyu and Chen, Xiao and Wang, Zirui and Xu, Furui and
             Zhou, Ming and Li, Kailin and Zhang, Weinan and Wang, He and
             Yi, Li and Lin, Dahua and Pang, Jiangmiao and Wang, Jingbo},
  journal = {arXiv preprint arXiv:2607.15163},
  year    = {2026}
}

License

The ScaleBFM release is provided under the license identified in this repository. Third-party datasets and derived artifacts remain subject to their respective source licenses and terms.

Specifically, test_set/BONES_Test_Set/BONES_Test_Set_processed.zip is derived from BONES-SEED and is governed by the BONES Motion Capture Dataset License Agreement, not this repository's MIT license. Before downloading or using this file, you must review and agree to the BONES license. If you do not agree to its terms or do not meet its eligibility requirements, do not download or use the BONES-derived test data. By downloading or using the processed test set, you acknowledge that you have reviewed and agreed to the applicable BONES terms, including its use restrictions and attribution requirements.

Acknowledgements

We thank Bones Studio for providing motion data used in the test set. The use of the underlying dataset is subject to the BONES Motion Capture Dataset License Agreement.

Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading

Paper for WeishuaiZeng/ScaleBFM