N_0-TWAM: Scaling Tactile-Native World-Action Model for Contact-Rich Manipulation

Hugging Face Daily Papers Papers

Summary

Nβ‚€-TWAM is a tactile-native world-action model for contact-rich manipulation, trained at scale on visuo-tactile data from 6 embodiments and 450 tasks. The authors release code and pretrained checkpoints, positioning it as the first tactile world-action model trained at scale.

We present N_0-TWAM, a tactile-native world-action model for contact-rich manipulation that predicts both future vision and future contact. To our knowledge, it is the first tactile world-action model trained at large scale, and it shows strong capability on contact-rich tasks. We pre-train N_0-TWAM at large scale with visuo-tactile joint training over tactile-rich demonstrations spanning six embodiments and 450 tasks. We use NeoForce, a unified force-based tactile representation, to form a physically grounded contact signal that conditions action generation. To improve long-horizon and multi-stage manipulation, we introduce tactile contact events for task staging and advance through them during execution. For real-time efficiency, we adopt an asymmetric Mixture-of-Transformers architecture that pairs a full-width expert for video prediction with slim experts for downstream action and tactile prediction. Evaluations on both real and simulated benchmarks justify the capabilities of N_0-TWAM across a range of contact-rich tasks, and demonstrate the benefit of data scaling for precise tactile and action prediction. In summary, N_0-TWAM endows a world-action model with predictive capabilities to foresee vision, touch and action, building a solid foundation for fine-grained manipulation on open contact-rich tasks. The codebase and model checkpoints will be made publicly available to foster further research and development in tactile-enabled robotic manipulation.
Original Article
View Cached Full Text

Cached at: 08/03/26, 09:31 AM

Paper page - N_0-TWAM: Scaling Tactile-Native World-Action Model for Contact-Rich Manipulation

Source: https://huggingface.co/papers/2607.23783 Hi everyone β€” author here! πŸ‘‹

Excited to share Nβ‚€-TWAM, a tactile-native world-action model for contact-rich manipulation. Code and pretrained checkpoints are already out:

Code:https://github.com/neoteai/N0-TWAM Project page:https://research.neoteai.com/n0-twam/

Instead of treating touch as an auxiliary input channel, we make the model predict future contact together with future vision, under the same objective and at the same causal step, and read actions off that jointly predicted future.

Tactile-native world model! To our knowledge the first tactile world-action model trained at scale β€” visuo-tactile joint pre-training on tactile-rich demos spanning 6 embodiments and 450 tasks.

Happy to answer questions here or at github, and feedback or criticism is very welcome, especially from people working on tactile sensing, VLA, or world models. πŸ™Œ

Similar Articles

Ο„_0-WM: A Unified Video-Action World Model for Robotic Manipulation

Hugging Face Daily Papers

Ο„_0-WM is a unified video-action world model for robotic manipulation that integrates policy learning, video prediction, and action evaluation using a shared video diffusion backbone. It shows superior performance on challenging long-horizon and fine-grained tasks.

ABot-M0.5: Unified Mobility-and-Manipulation World Action Model

Hugging Face Daily Papers

ABot-M0.5 is a new World Action Model for mobile manipulation that improves performance through temporal granularity alignment, action space disentanglement, and train-test consistency, achieving state-of-the-art results on long-horizon and fine-grained manipulation benchmarks.