GigaBrain-0.7: Scaling Embodied Foundation Models to Emergent Capabilities with a Three-System Architecture
1. Key Themes
Three-System Architecture for Coordinated Embodied Intelligence
GigaBrain-0.7 organizes embodied intelligence into three interacting systems: System 1 (Action & Control), System 2 (Understanding & Planning), and System 3 (Prediction & Evaluation). This moves beyond reactive observation-to-action models by explicitly integrating future-state prediction and task-progress evaluation. As stated in Section 4, "System 2 describes what should be done next, while System 3 provides prospective information about what may happen next and how the current execution state is evaluated."
Scaling Heterogeneous Data to 37,000+ Hours
The model is pretrained on over 37,000 hours of curated embodied trajectory data spanning 16 robot morphologies, alongside 270 million vision-language samples. This data pyramid includes real robot data (55.12%), UMI (22.15%), EGO (7.68%), simulation (3.90%), and world-model-generated data (11.15%). The paper demonstrates that "larger-scale pretraining consistently reduces validation loss and makes challenging real-robot behaviors increasingly reliable" (Section 1).
One-Stage Alignment Training with Soft Knowledge Insulation
Instead of multi-stage training pipelines that separate vision-language learning from action optimization, GigaBrain-0.7 uses a one-stage approach that jointly optimizes both. To prevent action learning from degrading the VLM's general capabilities, it introduces "Soft Knowledge Insulation (Soft KI), which attenuates rather than completely blocks action gradients entering the VLM backbone" (Section 1). This allows the model to adapt to physical control while retaining semantic understanding.
World Model as a Predictive and Evaluative Engine (System 3)
System 3 uses a world value model (GigaWorld-1, 5B parameters) to predict future visual states (subgoal images) and estimate task-progress values. These signals condition System 1's action generation. The paper shows that "when the imagined future trajectory results in task failure, the estimated advantage exhibits a pronounced decrease" (Section 6.5.1), enabling the policy to distinguish productive from unproductive behaviors.
Cross-Embodiment Generalization and Real-World Deployment
The model demonstrates strong task adaptability across diverse platforms, including the AgileX PiPER and the in-house Maker H01 humanoid. It achieves substantial improvements over prior state-of-the-art models like π0.5 in zero-shot capabilities and post-training task success rates. The unified robot representation maps heterogeneous states and actions to a common semantic structure, allowing "different robot platforms to share the core manipulation knowledge while preserving embodiment-specific precision" (Section 4.2).
2. Contrarian Perspectives
One-Stage Pretraining Outperforms Multi-Stage Pipelines
Many leading VLA systems (like π0.5 and Xiaomi-Robotics-0) use staged training recipes where vision-language learning and continuous action optimization are separated. GigaBrain-0.7 argues against this, stating that one-stage training "eliminates the optimization fragmentation typical of multi-stage training pipelines" (Section 1). By jointly optimizing semantic understanding, hierarchical task prediction, and continuous action generation, the model achieves better integration of reasoning and control.
Human Demonstration Data (UMI/EGO) Provides Complementary, Non-Redundant Value
A common assumption is that only robot-specific data is useful for training robot policies. GigaBrain-0.7 shows that adding human manipulation data (UMI and EGO) to robot data yields better results than robot data alone. As shown in Figure 8c, "both human-data sources improve performance over robot-only pretraining, and the combination of robot, UMI, and EGO data provides the strongest results" (Section 6.3). The improvement persists even after task-specific post-training, indicating that human data improves the quality of the pretraining prior.
Dual-Stream Coupling is Superior to Decoupled Cross-Attention
While some architectures decouple the action expert from the VLM backbone to reduce computational cost, GigaBrain-0.7 finds that tight coupling is necessary for complex tasks. Table 5 shows that while last-layer cross-attention has lower inference latency, the dual-stream architecture "achieves the strongest real-robot performance across all three tasks, including nonzero success on the more challenging shirt-folding task" (Section 6.2). Decoupled approaches failed entirely on shirt folding.
3. Companies Identified
- GigaAI (GigaBrain Team): The organization behind the paper. They developed the GigaBrain-0.7 model, the Maker H01 humanoid platform, and the GigaWorld-1 world model. Relevant as the primary contributor and open-sourcer of the model.
- Physical Intelligence: Creators of the π0, π0.5, π0.7, and π*_0.6 models. Relevant as the primary baseline and competitor. The paper states GigaBrain-0.7 "achieves substantial improvements over the preceding GigaBrain-0 series in foundation zero-shot capabilities... compared with prior state-of-the-art models including π0.5" (Abstract).
- Google DeepMind: Creators of RT-2 and Gemini Robotics. Referenced in the related work as examples of autoregressive and serial VLA architectures (Section 2.1).
- NVIDIA: Creators of GR00T N1 and Cosmos Policy/3. Referenced as examples of cascaded VLA designs and world-action models (Sections 2.1, 2.3).
- Alibaba (Qwen): Creators of Qwen-RobotManip and Qwen3.5. Referenced for their cross-source alignment approach and as a backbone comparison (Sections 2.1, 6.2).
- Xiaomi: Creators of Xiaomi-Robotics-0 and Xiaomi-Robotics-1. Referenced as a baseline and for their multi-stage training recipe using UMI data (Sections 2.2, 6.1).
- AgileX: Creators of the PiPER/PiPER-X and Cobot Magic platforms. Relevant as a primary evaluation platform for real-world tasks (Section 6.1).
- Galaxea: Creators of Galaxea G0.5 and Galaxea R1 Lite. Referenced as a baseline and a data source (Sections 2.1, 3.1).
- Agibot: Creators of Agibot-G1 and G2. Referenced as a major data source in the real-robot corpus (Section 3.1).
- Unitree: Creators of the G1edu. Referenced as a robot type in the training data (Table 2).
- Franka / Universal Robots: Creators of Franka and UR5. Referenced as robot types in the training data (Table 2).
4. People Identified
- GigaBrain Team (59 authors): The collective team at GigaAI. Notable for producing a state-of-the-art open-source embodied foundation model with a massive data curation and training pipeline. The paper lists authors alphabetically, including Angen Ye, Axiang Sun, Can Jin, Chen Cheng, etc. (Title page). No specific individual quotes are highlighted, but the scale of the team indicates a well-resourced industrial lab effort.
5. Operating Insights
Data Processing Pipeline is Critical for Multi-Embodiment Scaling
For companies looking to train VLAs across multiple robot platforms, the data processing pipeline is as important as the model architecture. GigaBrain-0.7's pipeline includes converting all data to LeRobot v3.0 format, mapping to a unified robot representation (left arm, right arm, head, waist, base), and using LLMs for instruction standardization. The paper notes that "without appropriate alignment and contextualization, greater data diversity may introduce interference rather than transferable knowledge" (Section 1). CTOs should invest in robust data standardization before scaling model size.
Temporal Context is Necessary to Break Repeated-Action Cycles
Single-frame observation policies can get stuck in infinite loops when encountering visually similar states at different task stages. GigaBrain-0.7 incorporates Temporal-Spatial Blocks that fuse historical information into the current-frame representation without increasing context length. Figure 9 shows that without temporal context, "the policy repeatedly revisits similar interaction states and falls into a repeated-action cycle," whereas with temporal context, it can "exit the repeated interaction and continue task execution" (Section 6.4). This is a practical requirement for reliable long-horizon deployment.
World Model Conditioning Improves Task Success and Efficiency
Adding predictive signals from a world model (System 3) to the action policy (System 1) significantly boosts performance on complex tasks. On gift wrapping, the base model failed completely, but adding both subgoal images and value conditioning achieved 80% success. Even on tasks where the base model succeeded (like clothes folding), System 3 signals improved task scores and reduced completion time from 107s to 75s (Section 6.5.2). Operators should consider integrating world model predictions to improve both reliability and speed.
6. Overlooked Insights
Soft Knowledge Insulation Gradient Control
The exact mechanism of Soft KI is a tunable gradient attenuation coefficient (α_KI) applied to flow-matching gradients before they enter the VLM backbone. The paper specifies that "FM gradients are propagated fully within the Action Expert but attenuated by a coefficient α_KI before entering the vision-language backbone" (Section 5.1). This is a critical hyperparameter for balancing VLM preservation and action adaptation, and companies training joint VLAs should experiment with this coefficient rather than using hard stops or full gradient flow.
Condition Dropout for System 3 Signals
To prevent the policy from over-relying on the world model's predictions during deployment, GigaBrain-0.7 applies stochastic condition dropout during training. The subgoal image is dropped with a probability of 0.50, and the value condition with 0.15, exposing the model to four conditioning regimes (neither, subgoal only, value only, both) (Section 5.3). This ensures the policy remains robust even if System 3's predictions are noisy or unavailable at inference time, a practical safeguard for real-world deployment.