Read the paper's approach to combining visual and action tokenization for robot control.
Compare RepWAM's reported results against other vision language action models.
Track when the inference code and model weights are released to try the method yourself.
Study how semantic alignment during tokenizer training affects manipulation task success rates.
| wdrink/repwam | 1425sd/ai-memory-project | akisato57/aki-bangumi-vault | |
|---|---|---|---|
| Stars | 30 | 30 | 30 |
| Language | — | — | HTML |
| Setup difficulty | hard | easy | easy |
| Complexity | 5/5 | 1/5 | 2/5 |
| Audience | researcher | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Inference code and model weights are listed as not yet released as of the README.
RepWAM is the code repository for an academic paper about teaching robots to understand and predict how the world changes when actions happen. It comes from researchers at Fudan University and Ant Group's Robbyant lab, and pairs with a paper posted on arXiv and a Hugging Face listing. The approach has two parts. First, the team trains what they call a visual-action tokenizer, named RepViTok, which watches video and learns to compress both the visual scene and the actions that connect one moment to the next into compact tokens. It is trained with both plain pixel reconstruction and a semantic alignment step, meaning it is pushed to capture meaningful scene content rather than just raw pixel detail. Second, on top of that tokenizer, they train what they call a world action model, a system that predicts future visual states and the actions linking them, guided by written language instructions. The stated goal is to let a system that learns general patterns about how the visual world evolves transfer that understanding into controlling a real robot. The README reports results on a real Franka dual arm robot across three manipulation tasks, such as picking fruit into a plate, pushing open a drawer, and inserting a test tube into a rack, claiming the model outperforms other vision language action systems and prior world action models on these. It also reports scores on a benchmark called RoboTwin 2.0 across 50 tasks, and states that swapping in their tokenizer in place of an existing one improves average success rates. The README notes an open source plan where the paper itself has already been released, with inference code and full code and model weights listed as still to come as of this writing, so the repository may not yet contain runnable code for everyone. No license file or terms are mentioned in the README.
A research paper repo introducing a visual-action tokenizer and world model that helps a robot predict outcomes and follow instructions.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.