LingBot-VLA-V2: From Foundation to Application
42
8 commits
1 linked in READMEs
updated Jul 7, 2026
LingBot-VLA-V2 is a practical Vision-Language-Action foundation model designed to move from large-scale pre-training toward reliable real-world robot applications.
Compared with LingBot-VLA, V2 improves three core capabilities:
To improve cross-embodiment scaling, LingBot-VLA-V2 uses sparse MoE layers inside the action expert. Fine-grained expert segmentation and shared expert isolation allow universal priors and specialized embodiment/task patterns to coexist under the same active compute budget.
LingBot-VLA-V2 appends current and future perceptual queries to the visual/text tokens. These queries are distilled from LingBot-Depth and DINO-Video, encouraging causal inference to capture both current scene geometry and future scene evolution.
This project is licensed under the Apache-2.0 License.
This codebase is builded on the VeOmni project. Thanks for their excellent work!
8 commits
LingBot-VLA-V2: From Foundation to Application
42
8 commits
1 linked in READMEs
updated Jul 7, 2026
LingBot-VLA-V2 is a practical Vision-Language-Action foundation model designed to move from large-scale pre-training toward reliable real-world robot applications.
Compared with LingBot-VLA, V2 improves three core capabilities:
To improve cross-embodiment scaling, LingBot-VLA-V2 uses sparse MoE layers inside the action expert. Fine-grained expert segmentation and shared expert isolation allow universal priors and specialized embodiment/task patterns to coexist under the same active compute budget.
LingBot-VLA-V2 appends current and future perceptual queries to the visual/text tokens. These queries are distilled from LingBot-Depth and DINO-Video, encouraging causal inference to capture both current scene geometry and future scene evolution.
This project is licensed under the Apache-2.0 License.
This codebase is builded on the VeOmni project. Thanks for their excellent work!
8 commits