Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

A world model controlling a drone flying outdoors at 100Hz! 🚁 - Cuts position-tracking error 26-38% and attitude error up to 54% versus predictive baselines - Trained in simulation and deployed zero-shot on hardware. - predicts future dynamics in latent space instead of forecasting raw states, dodging the compounding-error...

52,773 Aufrufe • vor 2 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Chinese robotics company Astribot released their latest World-Action Model (WAM), Lumo-2. Technical breakdown: - based on a frozen 🥶 Qwen-3.5 4B VLM - trained in 3 progressive stages: 1. Action is aligned with latent world dynamics (an abstract representation of action). Real-world actions are anchored to physical constraints, while the latent space is guided to focus on motion-relevant changes. This bidirectional relationship makes the model physically grounded -> critical for a world model. 2. Action is aligned with vision and language. Reusing the vision backbone and action encoder from the frozen VLM, the authors add a custom vocabulary (for new actions), a semantic module, an action decoder, and an action projector. This aligns the (new) action representations with the (existing) vision-language semantic space. Most importantly: it builds a direct mapping from natural-language instructions to motor execution. 3. End-to-end training on language, video, and robot data. Only the new modules (everything outside the frozen backbone) are trained end-to-end across temporal reasoning, physical understanding, long-horizon, and dexterous manipulation. At the end of the day, Lumo-2 is not the best on benchmarks, but that's not the point. What's genuinely new: - a way to combine latent world modeling and action generation through progressive alignment - a physically-grounded latent dynamics space - it lifts performance on unseen objects using un-annotated human egocentric video + Vision Pro captures, no special transfer algorithm needed Why it matters: - the whole model is thin trainable adapters (semantic module, action decoder/projector) on a frozen 4B backbone (cheap) - that scale is suited for real-time embedded inference (~2.71× decode speedup, no accuracy loss) - its real moat is long-horizon execution, where the added temporal memory pays off far more than on any other task As a result, this robot can now make your latte (5x sped up video):

Léo

32,331 Aufrufe • vor 1 Monat

I am stocked to announce that I won the OpenAI Developers Codex x Mollie Hacka Worldwide Hackathon in Paris. 60+ builders, every one of us working solo, one day to ship. I built mine around a single question: who gets to own intelligence? The default answer is scary. You hand your data to a handful of labs, they train the model, they own it, and you rent back a thin slice of what your own data made possible. That is the bargain on the table today. I do not accept it. So I built Lensemble: a Tapestry like distributed training platform for JEPA based World Models. What does it enable: World Models that a community improves together, keeps sovereign, and co-owns. Two bets sit underneath it. First, the paradigm. Language models predict the next token. Powerful for text, a dead end for the physical world. A robot does not need to autocomplete sentences, it needs to predict what happens next in the world. That is what JEPA does: it learns by predicting representations instead of pixels or tokens. I am convinced world models are the most underrated paradigm in AI right now, and the closest thing we have to a ChatGPT moment for robotics. Second, the politics. Your raw trajectories never leave your machine. Each participant trains locally against a shared protocol and ships only an update, never the data. A federated round folds those updates into one shared world model, a LeWorldModel based model, and the gain is measured, not claimed: a 12k-parameter adapter on a frozen backbone, held-out prediction error down about 12 percent, the model measurably less surprised by the world. Then the upside is split by contribution weight, so the people who improved the model own a share of what it earns. This is the thesis behind Project Tapestry, the AI Alliance and Yann LeCun's push for federated, sovereign frontier AI, carried into world models and robotics. Call it Tapestry for the physical world. All of it built solo, in a single day, with Codex as my pair the whole way. Thank you to OpenAI Codex and Mollie for backing builders who ship real things, and to Boris and the organizing crew for the room and the standard you set. Intelligence the world improves, and the world owns. That is the future I want for my kids, and the one I will keep building.

abdel

20,191 Aufrufe • vor 2 Monaten

Introducing ProvableWorldModel: the first provable JEPA world model. A real pretrained world model runs, and anyone can verify, on a laptop CPU, or on a mobile phone, that the committed model ran exactly as claimed, in milliseconds. The whole industry spent this week asking one question about Anthropic's Fable 5: which model actually answered me? Nobody could prove it. Not during the silent downgrades, not after the apology. The fix is a notification you still have to trust. I've been building the alternative. The intuition is simple. World models are small. Small enough to run in exact integer arithmetic, where every operation is reproducible bit for bit, attention included. The prover commits to its full execution trace before any challenge is derived. The verifier fingerprints the heavy matmuls with 1979-era randomized algebra (Freivalds) and replays everything else exactly. Change one number anywhere and the proof dies. Receipts: → real pretrained JEPA predictor (LeWorldModel), 10 MiB int8, real expert episode → inference 49 ms, verification 29 ms, CPU only, no floats, no GPU → soundness error ≈ 2^-44 → forge a single matmul output and the verifier throws FreivaldsCheckFailed Why it matters: LLM agents need ever-thicker invisible harnesses to behave, and harnesses can't be audited from the outside. World models invert that. Small, structured, exact: verifiable by construction. Intelligence you can check, not intelligence you have to trust. Don't trust, verify.

abdel

15,377 Aufrufe • vor 3 Monaten