Embodied AI & World Models: The Last 30 Days (Jul 7 – Aug 6)
2026-08-06 06:22 UTC
Highlights
-
- Embodiment-agnostic contact-point trajectories enable cross-robot skill transfer from human video without per-embodiment retraining, while pixel-space masks are used as a control interface in other video model approaches.
- World models with explicit 4D geometry [citation] and investigations into physical parameter identifiability [citation] explore alternatives to pure video generation, which can produce physically incorrect rollouts under contact and long horizons [citation].
- Edge deployment profiling identifies output token generation as the critical energy bottleneck, with compact streaming architectures rivaling larger GPU-bound models.
World Models Shift from Scale to Structure: Geometry, Memory, and Physics Expose the Limits of Raw Video Generation
The diagnostic that propels the structural rearchitecture of world models centers on a fundamental misalignment in long-horizon prediction: models can produce kinematically plausible sequences that nonetheless violate dynamic reality. 1 reframes this failure not as generic compounding error but as a structural kinematic-versus-dynamic deficit, in which internally consistent position-velocity trajectories ignore physical constraints such as friction and contact, remaining stable in short rollouts yet collapsing catastrophically when physical regimes change 1. This finding directly motivates replacing raw video generation with representations that embed geometric and physical structure.
Efforts to attack the deficit inject explicit 4D geometric information into world-model pipelines. 2 introduces a projective 4D representation that co-generates synchronized RGB, depth, and optical flow (RGB-DF) within a unified diffusion process, preserving the spatial relationships that 2D video models lose and that are needed for precise 6-DoF robot actions 2. In a complementary design, 3 transfers 4D geometric priors into World Action Model latents during training only, so that the deployed representation carries action-relevant temporal geometry without increasing inference latency. The reported manipulation accuracies reach 98.2% on LIBERO and 92.6% on RoboTwin 2.0, outperforming appearance-oriented video latents that lack precise spatial relations 3. Both approaches thus demonstrate that geometry injection directly elevates manipulation performance over video-only formulations.
The limits of video-generation models are further circumscribed by two lines of evidence that constrain what they can, in principle, know. 4 introduces a certificate-gated protocol to test physical parameter identifiability from raw observations; the protocol issues a recoverability certificate when parameters are identifiable, offering a formal guarantee of identifiability under specified conditions 4. Meanwhile, 5 identifies a statistical shortcut: action-conditioned world models often exploit visual inertia and recurring motion patterns instead of learning genuine action-dependent dynamics, so that apparently accurate predictions mask a failure to model causal effects of actions 5. While the certificate protocol in 4 can verify recoverability where it holds, the statistical shortcut exposed by 5 underscores that video-only objectives remain vulnerable to confounds that degrade their reliability for contact-rich and long-horizon control 4, 5.
A new data infrastructure enables systematic verification of whether world models actually capture scene physics. 6 provides a large-scale dataset of approximately 850,000 shot-level world-state segments, each jointly aligning 3D scene state, multimodal observations, actions, physics, and counterfactual branches within a shared spatiotemporal framework drawn from industrial computer graphics production pipelines 6. This resource supplies the missing ground truth for evaluating whether models internalize true scene structure rather than surface correlations.
Taken together, these results converge on a structural shift: world models are being rearchitected around explicit 4D geometry, physical-parameter identifiability, and causal dynamics precisely because raw video generation—even when kinematically convincing—proves dynamically inadequate. Each source is an arXiv preprint (peer-review status unknown) 1, 2, 3, 4, 5, 6, and 4 is available only in abstract form, so its full protocol details remain unverified at this stage.
Open-Source VLA Models Close the Performance Gap via Data Volume, Not Parameter Count
A series of open-source releases and preprints during the review period tentatively indicate a recalibration of scaling priorities in vision-language-action (VLA) models: data volume and embodiment diversity, rather than parameter count, are emerging as the primary drivers of generalization, challenging the assumption that proprietary billion-parameter models hold an insurmountable advantage.
According to a media report by The Decoder, Xiaomi’s Xiaomi-Robotics-1 robot foundation model was trained on over 100,000 hours of manipulation recordings collected across more than 1,700 environments using portable handheld grippers (UMI), largely bypassing physical robots during data collection 7. The report states that this work provides strong empirical evidence that robot AI scaling laws differ from LLM scaling laws—data diversity and volume matter far more than model size 7. In parallel, an Ant Lingbo release described by QbitAI reports that the open-source LingBot-VLA 2.0 model incorporates 60,000 hours of curated real-world physical data spanning 17 robot brands and more than 20 configurations, including whole-body control across head, waist, end-effector, and mobile chassis degrees of freedom 8. A related preprint details that the model’s data pipeline covers 60,000 hours of pretraining data across 20 robot embodiments, enabling cross-embodiment generalization and long-horizon mobile manipulation 9. These parallel accounts describe a model whose generalist capabilities are tied to the breadth of its training embodiments rather than to an unusually large parameterization.
Further reinforcing the point, QbitAI reports that ModelBest’s open-source MiniCPM-Robot series includes MiniCPM-RobotManip, a 1.5-billion-parameter VLA for manipulation, which can compete with much larger systems on benchmark scores and achieve real-hardware latency of roughly 120 milliseconds per decision on an H100, compared to approximately 234 milliseconds for the larger π0.5 model 10. This suggests that per-FLOP efficiency, not raw scale, may be the more relevant performance axis. A preprint introducing TurboVLA directly challenges the LLM-centric paradigm: the authors claim that by replacing the conventional V→L→A pathway with a direct V+L→A mapping, a compact 0.2-billion-parameter model can match or outperform substantially larger VLA policies, demonstrating that execution-level control need not be centered on a billion-parameter LLM 11.
Taken together, these developments—though drawn from media reports and preprints—suggest a tentative convergence: open-source VLA models are narrowing the performance gap by leveraging massive, diverse real-world datasets and rethinking architectural bottlenecks, rather than by outscaling proprietary systems in parameter count. If the reported results hold, the field’s competitive barrier may shift from access to large models to investment in data collection infrastructure and cross-embodiment curation.
Action Representations Decouple from Embodiment, Unlocking Cross-Robot Skill Transfer from Human Video
A foundational architecture for embodiment-agnostic control projects robot commands into the same 2D pixel space used by the visual world model: the method represents actions as a partially revealed trajectory—a masked spatiotemporal pattern of an entity in the video frames 12. By encoding actions in this video-native format, the approach eliminates the need for per-embodiment action heads and allows a single pretrained video backbone to control multiple robot morphologies 12. ContactFlow extends this decoupling by representing manipulation as the 2D projection of the 3D trajectory of contact points between the actor’s hand and the target object, making the action encoding invariant to a specific robot’s kinematics 13. This representation directly enables cross-embodiment transfer: a world model trained on a mixture of human and robot demonstration videos can deploy the acquired contact-point manipulation knowledge on robots with different kinematic structures 13.
Optical flow provides a complementary video-native action representation that bridges the gap between numerical command vectors and pretrained video generators. FlowWAM adopts dense optical flow as the unified action space for World Action Models, aligning actions with the motion templates already captured by generative video priors such as Stable Video Diffusion, and thereby permits label-free pretraining on large-scale internet video 14. This capacity to harness unlabeled footage sidesteps one of the most persistent data bottlenecks—the scarcity of action-annotated robot demonstrations—by allowing the model to draw scaling signals from readily available action-unlabeled video datasets 14.
The Mixture of Frames policy further loosens reliance on a fixed kinematic reference frame by denoising actions in parallel across multiple coordinate frames (e. g., end-effector, base, world) and dynamically blending the per-frame denoising scores with a learned router or uniform weighting 15. This design imparts an internal flexibility, suggesting that a single architecture could serve varied kinematic configurations with less re-engineering of the action space 15.
A move from deterministic to distributional latent actions strengthens the signals that can be extracted from unlabeled video. DLAM parameterizes latent actions as diagonal-Gaussian distributions and trains them through temporal composition and reversal constraints, supervising both the transition mean and dimension-wise variance 16. Modeling full distributions yields more temporally consistent transitions when learning solely from action-free video, and this distributional form integrates seamlessly with action-labeled robot data during downstream VLA fine-tuning 16. WALA offers a practical synthesis: it first pretrains a semantic-geometric latent action model on action-free videos by predicting future deltas in DINOv3 feature space and dense depth space, avoiding uncertain pixel-level reconstruction, and then jointly trains a policy on both action-labeled robot demonstrations and action-free videos 17. The model thus grounds physical scene evolution from unlabeled video in latent actions that directly transfer to executable robot control, sharply reducing dependence on scarce, expensive action annotations 17.
Together, these representations—pixel-space point tracks, 2D-projected contact-point trajectories, optical flow fields, multi-frame motion blends, and distributional latent actions—converge on a shared design principle: each encodes robot actions in a modality that is natively populated by human video. This alignment lets generalist policies absorb knowledge from massive, unlabeled human video corpora and transfer it across diverse robot morphologies without per-embodiment retraining, fundamentally lowering the data barrier. All cited works here are arXiv preprints whose peer-review status is unknown, so these capabilities remain under active validation.
Test-Time Adaptation and Runtime Steering Emerge as Viable Alternatives to Costly VLA Retraining
The emergence of test-time adaptation mechanisms across multiple independent frameworks demonstrates that frozen vision-language-action (VLA) policies can be steered for out-of-domain generalization without the expense of full retraining. A preprint introduces RoboTTT, which integrates Test-Time Training (TTT) into robot foundation models to scale visuomotor context to 8,000 timesteps—three orders of magnitude beyond prior policies—without increasing inference latency 18. This establishes TTT as a practical mechanism for handling long-horizon distribution shifts during deployment. A media report describes Galbot’s WAM-TTT, claimed as the first test-time training framework for embodied AI large models, which similarly replaces costly teleoperation data collection with human video and reportedly exhibits resistance to catastrophic forgetting 19. While the media report’s framing as “world’s first” is not independently verified, the alignment of this approach with the paradigm in 18 suggests a convergent recognition that on-policy adaptation at inference time can sidestep the prohibitive cost of retraining.
Beyond test-time training, alternative frameworks steer frozen models through lightweight, modular interventions on internal representations or output trajectories. RL²-VLA, according to its abstract, trains a lightweight offline RL policy conditioned on expressive latents extracted from a frozen VLA’s action expert, then composes its flow velocity with the VLA during inference to improve robustness without extensive data collection 20. In a complementary direction, PriGo introduces a plug-and-play framework that enforces compositional motion primitive structure at test time to steer diffusion and flow-based manipulation policies under distribution shift, improving generalization and long-horizon execution without retraining 21.
Test-time adaptation also targets the variable reliance on visual information across execution phases and environments. IDR proposes a training-free, model-agnostic infer-diagnose-refine loop that diagnoses and corrects a frozen VLA’s visual over- or under-reliance at test time, directly mitigating degradation without policy modification 22. A separate preprint abstract presents ActFovea, a runtime safeguarding layer that detects and mitigates spatiotemporal misalignment among visual observations, robot states, and executed actions—addressing safety risks such as visual overlays and action drift without retraining 23.
Taken together, these frameworks span test-time training, latent steering, primitive guidance, modality re-weighting, and runtime consistency checks, all operating on frozen VLA policies. The convergence of these independent lines of work indicates that inference-time adaptation is becoming a viable architectural paradigm, offering out-of-domain generalization comparable to retraining while dramatically reducing the associated data and compute costs.
Embodied World Models Become Trainable Simulators, But Their Verdicts Remain Unverified
A media report states that Dexmal released DW0.5, an embodied world model that functions as a learned simulation environment within the company’s DFOL 2.0 framework for vision-language-action (VLA) post-training 24. Separately, a preprint introduces the Boundless World Model (BWM), an open-source, action-conditioned world simulator that integrates an initial-environment embedding, a dynamic visual history buffer, and temporally aligned robot-action conditioning to generate stateful autoregressive predictions of future observation frames 25. Together, these systems illustrate a maturation in which world models are treated as stand-ins for classical simulators, offering closed-loop feedback for reinforcement learning without the cost of authoring physics-based environments.
This paradigm shift collides with a direct warning from another preprint, which identifies a “trust inversion”: when a generative world model replaces a physics-based simulator for closed-loop policy testing, its outputs are accepted as safety evidence even though the model itself is an unverified learned artifact 26. The preprint argues that, unlike classical simulators, a world model’s predictions cannot be accredited without explicit validation, challenging the assumption that a simulator constructed from data can serve as a reliable oracle 26. One mechanism behind this unreliability is documented by a preprint that demonstrates how action-conditioned world models exploit statistical shortcuts—particularly visual inertia (repeating the last frame when motion is minimal) and recurring motion patterns—instead of learning genuine action-dependent dynamics, introducing a bias that distorts the causal relationship between a commanded action and the predicted outcome 5.
A potential pathway toward resolving this tension appears in a preprint that proposes WorldCycle, a self-verifiable reinforcement learning framework that post-trains interactive video world models using reversible action cycles: the model must generate a forward rollout under a sequence of actions and then reverse those actions to reconstruct the initial observation, enforcing cycle-consistency to improve long-horizon physical plausibility without ground-truth trajectory annotations 27. While this approach addresses the trust gap by building verification into the training objective itself, it remains a preprint proposal. Taken together, these results expose a structural paradox: world models accelerate RL by providing cheap closed-loop feedback 104, yet the same models inherit statistical biases that undermine their reliability as evaluative tools, and the explicit validation mechanisms needed to certify their verdicts 27 remain in early stages.
Adversarial Vulnerabilities in Embodied AI Are Demonstrated Mechanistically, Moving Safety from Speculation to Exploit
Concrete, mechanism-level adversarial exploits of embodied AI pipelines have been demonstrated, moving safety from a speculative concern to an engineered attack surface. A comparative survey of security risks across LLMs, AI agents, and embodied agents introduces a taxonomy spanning data, model, system, content, and application layers; the breadth of this taxonomy suggests that the shift to autonomous and embodied agents may expand the attack surface 28. Two recent works instantiate this expansion at the mechanism level.
VLAGuard, a paper accepted for publication in Ad Hoc & Sensor Wireless Networks, exposes policy-critical action-to-vision attention hijacking in vision-language-action robots 29. Physical adversarial patches divert the model's cross-attention away from task-relevant regions, causing unsafe kinematic behavior, particularly when VLA models are deployed as mobile edge nodes 29.
BadWAM, an arXiv preprint (peer-review status unknown), introduces the World-Action Drift Attack, which exploits a new vulnerability class specific to world-action models 30. The attack preserves the imagined future—visual predictions appear normal—while hijacking executed actions, reducing task success from 96.5% to 43.1% 30. Safety monitors that inspect imagined futures are thus bypassed, as they see a plausible rollout and fail to detect the deviation in action execution 30.
Modular defenses are proposed in parallel. ActFovea, described in an arXiv preprint (abstract-only), provides a plug-and-play runtime safeguarding framework that detects failures caused by temporal misalignment among visual observations, robot states, and executed actions, without retraining the underlying VLA policy 23. The class of timing and consistency faults it targets overlaps directly with the consequences of attention hijacking and world-action drift attacks 23.
Two retraining-free frameworks offer formal safety guarantees. Acc-CBF-QP, accepted for publication at IROS 2026, wraps any pretrained RL policy with an acceleration-based Quadratic Program safety filter using Control Barrier Functions, achieving a 92% reduction in safety violations on real H1 humanoid hardware and full elimination on a Kinova Gen3 manipulator 31. Safe Vision Language Action Models via Barrier Enhanced Flow Matching, presented in an arXiv preprint (abstract-only), integrates Flow Matching generative models with Control Barrier Function safety guarantees within a modular VLA inference framework, potentially enabling safe action generation without retraining 32. While ActFovea operates as a runtime consistency monitor, the CBF-based approaches provide formal action-level safety filters, together forming a layered response to the demonstrated adversarial surface in embodied control.
Tactile Sensing and Contact Modeling Emerge as the Critical Missing Modality for Dexterous Manipulation
The inability of visual perception alone to resolve slip, force, and micro‑alignment during contact has constrained dexterous manipulation, a gap that a convergence of visuo‑tactile world models, cross‑sensor architectures, and accessible hardware is now systematically addressing. ViTacWorld 33 introduces an action‑conditioned visuo‑tactile world model that generates temporally aligned visual and tactile rollouts, overcoming the scarcity of synchronized visuo‑tactile‑action data by exploiting the narrower sim‑to‑real gap of simulated tactile signals. TouchWorld 34 presents a tactile foundation model that jointly performs predictive contact modeling and reactive online correction, decoupling slow reasoning from fast contact adaptation and reporting a 65.0% success rate across six real‑robot long‑horizon tasks. FeelWorld 35 proposes a hierarchical visuo‑tactile world model that predicts future visual latents alongside three explicitly supervised tactile states—binary contact, a 3D latent encoding force‑related deformation, and temporal slip—moving beyond coarse contact awareness to fine‑grained physical contact modeling. However, these visuo‑tactile world models have been evaluated on tightly bounded task suites and object sets 33, 34, 35; their capacity to generalise to the full variability of unstructured, everyday manipulation remains undemonstrated, and the transferability of contact representations learned from simulated or scripted interactions is an open question.
The integration of tactile perception into generalist policies is further advanced by UniTac, which, according to a QbitAI report 37, proposes a unified cross‑sensor tactile understanding and generation architecture integrated into VLA models. This design extends tactile perception across heterogeneous sensor types and targets manipulation of soft, fragile, or contact‑dense objects where vision alone fails. Meanwhile, the hardware foundation for such model‑driven approaches is being lowered by the MIDAS Hand 38, an open‑source, low‑cost (under $3,000) dexterous hand with high‑density three‑axis tactile sensing and direct‑drive actuation, explicitly designed to ease the collection of high‑quality tactile data and support sim‑to‑real transfer—thereby offering an enabling substrate for the data‑hungry visuo‑tactile world models. In a parallel development, QbitAI reports that Being‑H0.8 from BeingBeyond is described as the first implicit tactile world‑action model trained on human video, attempting to infer contact without dedicated tactile sensors 36. This approach suggests an alternative data pathway that could circumvent hardware dependency, yet it simultaneously introduces an unresolved trade‑off in contact inference fidelity that the source report does not quantify. Together, these developments mark a structural push to close the contact‑understanding deficit: while 33, 34, and 35 provide architectures that learn and predict contact dynamics, 37 extends such representations across sensor modalities and into VLA frameworks, 38 makes the requisite tactile data more affordable to collect, and 36 explores whether contact inference can be learned from passive human video. The heavy reliance on simulated tactile signals in 33 and 35, combined with the moderate real‑world success rate in 34, indicates that bridging the gap between tactile sensing models and robust, general‑purpose dexterous manipulation remains an active, unresolved challenge.
Edge Deployment Constraints Reshape VLA Architecture: Energy, Latency, and Memory Drive Model Redesign
Systematic profiling of on-device vision-language model inference has upended a central assumption in embodied AI: rather than visual processing, it is output token generation that dominates the energy budget. An analyst interpretation suggests that a first-of-its-kind study 39 finds visual token pruning saves at most 10% of energy, while output length control can save up to 97%. This finding redirects efficiency efforts away from modality compression and toward the language and action generation pipeline that sits at the heart of conventional vision-language-action (VLA) architectures.
TurboVLA directly embodies this shift in design philosophy. By replacing the large language model (LLM)-centric V→L→A pathway with a direct V+L→A mapping, the system removes the billion-parameter LLM from execution-level control entirely, achieving 32 Hz real-time control on an RTX 4090 with under 1 GB VRAM using a 0.2B-parameter model that matches or outperforms substantially larger VLA policies 11. The link between energy profiling and architectural response is reinforced by VQVLA, an algorithm–hardware co-design framework that targets the transformer backbone of VLA models—a component that can dominate inference latency in large models such as LLaMA2-7B—with motion-aware vector quantization and centroid reuse to accelerate edge inference 40. Where TurboVLA eliminates the LLM altogether, VQVLA keeps the transformer but restructures its compute, and both approaches converge on the same bottleneck identified by the energy study: the cost of producing action-conditioned output tokens.
The real-time control gap on low-power hardware is addressed by Jetson-PI, which introduces a foresight-aligned asynchronous correction method for deploying VLA models on Jetson Orin devices. This asynchronous scheduling yields significant control frequency improvements over naive PyTorch and vla. cpp baselines, bringing onboard execution closer to the loop rates required for responsive manipulation 41. While the prior works restructure the model itself, Jetson-PI tackles the compute-schedule mismatch, demonstrating that the latency problem can also be mitigated at the runtime layer without altering the policy architecture.
This cluster of compact architectures and scheduling strategies does not end with VLA models. Faster-WAM demonstrates that world-action models (WAMs) can achieve VLA-level inference latency without sacrificing control performance by using lightweight “dock of transformer” heads attached to a frozen video diffusion transformer backbone; the approach delivers a 3.2× speedup over Fast-WAM and achieves 75.0% success on LIBERO-Plus out-of-distribution tasks 42. The result extends the evidence that execution-time control need not be routed through a deep, parameter-heavy action module. Meanwhile, PhyAI provides a unified runtime that spans VLA and world-action models across onboard, edge, and cloud tiers with a single codebase 43, reducing the engineering burden of maintaining separate inference stacks for the diverse deployment profiles that these emerging architectures create. Taken together, these sources describe a field in which profiling insights and architectural innovations are jointly pushing VLA design away from monolithic LLM pipelines and toward compact, specialized models and asynchronous serving strategies that meet the latency and memory budgets of physical robots.
Major Robotics and Embodied Systems Releases
In quadruped locomotion, a preprint introduced a unified framework for torque-annotated motion data and a Transformer-based VAE, demonstrating instantaneous peak speeds of 4.25 m/s over high steps and 6 m/s during drop-down maneuvers on unstructured terrain 44. A separate paper applied multiple RL formulations to train a custom bicycle robot to execute acrobatic stunts including jumps, flips, and wheelies, bridging the gap between wheeled efficiency and legged agility 45. For humanoids, an abstract‑only preprint proposed a skill‑growth method that expands a pretrained walking policy to jogging and running without retraining from scratch 46. A hardware platform release, Handroid, provided an open‑source system uniting dexterous manipulation and bipedal mobility across 27 controllable degrees of freedom, lowering barriers for cross‑embodiment research 47.
In application‑driven systems, a preprint showed that a neural‑network approximation of computational fluid dynamics data enabled an autonomous underwater vehicle to achieve 31 % lower energy usage and 11 % faster waypoint traversal in field tests 48. Agricultural robotics advanced with a paper accepted to IROS 2026 that formulates the full strawberry‑harvesting process—obstacle separation, detachment, and placement—as a sequential decision problem 49. A preprint introduced LabRobFail, a simulation platform and benchmark for robotic failure analysis in chemical self‑driving laboratories, featuring over 20 000 trajectories across 70 task scenarios and 5 failure categories 50. An end‑to‑end pipeline described in a preprint automates the synthesis of collision‑free facial mechanisms for animatronic robots from a single 2D portrait 51. For microrobots, a paper accepted by Nature Machine Intelligence presented a learning framework that trains autonomous navigation policies in under 10 minutes 52. A large‑scale physical implementation of Neural Cellular Automata in a research paper used hundreds of simple bricks to demonstrate emergent self‑recognition and damage recovery 53.
Developer infrastructure expanded with RLinf v0.3, which QbitAI reported unifies data collection, SFT, RL, evaluation, and real‑robot deployment into a single platform, adding six embodied models 54. A research paper introduced a sim‑to‑real RL pipeline for legged robots that integrates a physics‑grounded energy model for Permanent Magnet Synchronous Motors with systematic actuator identification 55. A separate preprint presented NeuralActuator, a data‑driven model for low‑cost servo‑driven robots that jointly predicts torque surrogates and external forces 56. Calibration‑free dexterous hand retargeting was addressed by a preprint enabling mapping of human motions to diverse hands without tedious calibration 57. An abstract‑only preprint introduced a city‑scale outdoor navigation paradigm that uses directional instructions from commercial mapping tools, reducing reliance on dense pre‑built maps 58.
Google DeepMind officially announced Gemini Robotics 2, a vision‑language‑action model that expands to full humanoid control from feet to fingertips 59, and Gemini Robotics ER 2, an embodied reasoning model upgrade with real‑time video progress tracking and multi‑robot collaboration accessible via API 60. QbitAI reported that Yuanli Lingji released DM0.5, a 4B‑parameter general‑purpose embodied foundation model with 400 % more data than its predecessor, setting new records on RoboChallenge and LIBERO 61. Yaofang Intelligence, an iFlytek spin‑off, detailed iFLYTEK‑Embodied‑Omni, a unified multimodal foundation model with explicit body‑awareness training, according to a QbitAI report 62. Ant Group’s LingBot team open‑sourced LingBot‑Vision, a spatial‑native embodied vision model designed to give robots spatial common sense beyond semantic labels, QbitAI noted 63.
Foundation Models, World Simulation, and Generative Advances
Foundation models for embodied AI continued to broaden their modality and task coverage. Xiaomi Robotics’ preprint 64 introduces U0, a 38‑billion‑parameter multimodal autoregressive model that unifies text‑to‑image generation, image editing, and embodied scene and video generation. BAAI’s Orca, reported by The Decoder 65, is a world foundation model trained on 125,000 hours of video and 160 million event descriptions without any action labels; it decouples world understanding from task execution and matches specialized systems such as π0.5 on real‑world manipulation tasks including shelving, stacking, and scooping. LingBot‑Video, described in a preprint 66, is the first large‑scale open‑source Mixture‑of‑Experts video foundation model designed specifically for embodied intelligence, replacing dense feed‑forward layers with sparse MoE blocks to decouple parameter capacity from per‑token compute. According to The Decoder 67, Black Forest Labs’ Flux 3 generates videos with native audio up to 20 seconds using joint training across image, video, and audio modalities; early vendor‑reported preference evaluations cited in the report indicate 93% preference for Flux 3 over Luma Ray 3.2.
Efficiency in world modeling remains a pressing concern. DriftWorld, introduced in a preprint 68, is the first action‑conditioned world model built on drifting generative models rather than diffusion, generating future frames in a single forward pass at over 30 fps. Its authors report a 17× speedup over diffusion‑based baselines and argue that it could make real‑time model‑based planning feasible for robotic manipulation. MoWorld conceptualizes a “Flash World Model” that targets up to 50 FPS on NPUs without high‑end GPUs, co‑designing data, training, distillation, and inference to challenge the prevailing scale‑over‑speed trade‑off 69. ABot‑World‑0, from AMAP CV Lab (Alibaba) 70, is an action‑conditioned video world model that enables real‑time, long‑horizon closed‑loop interaction on a single desktop GPU, framing the coupled bottlenecks of data, control, stability, and deployment as a unified systems challenge. The Wonder framework proposes a system‑level co‑design for real‑time camera‑controllable video world models, combining a rectified self‑forcing‑style distillation pipeline and camera‑aware adversarial regularization 71. INTACT introduces an end‑to‑end JEPA architecture with an isomorphic intent‑to‑action predictor that maps both physical motion intents and goal deployment intents to action chunks through shared parameters; the authors claim a ~300× planner‑latency reduction that could enable higher‑frequency real‑time control loops 72. LingBot‑World‑Infinity, an open‑source causal world model, produces unbounded, real‑time interactive generation at 720p and 60 fps with hour‑long drift‑free stability and diverse actions, providing a practical foundation for embodied AI simulation and open‑ended game generation 73.
In the driving domain, world models advanced in multi‑sensor generation and distillation. M4World, introduced in a preprint 74, is a multi‑view multimodal driving world model that jointly generates synchronized camera and LiDAR streams with fine‑grained object‑level control over spatial layout and visual appearance. The authors report improvements in FID from 41.7 to 34.8, FVD from 346.1 to 288.7, and object‑level visual fidelity from 13.4% to 62.7% over a strong baseline. Orbis 2 proposes a hierarchical world model for driving trained on 2.6M frames from BDD100K, OpenDV, Honda HAD/HDD, ONCE, nuScenes, and nuPlan, decomposing generation across abstraction levels to better balance long‑horizon stability and perceptual fidelity 75. WAM‑Diff2 distills an 8B diffusion teacher into a compact 2B student for autonomous driving VLAs through hierarchical AR‑to‑diffusion distillation, achieving a 2.8× decoding speedup while preserving multi‑task semantic capabilities 76. SafeGen reformulates safety‑critical scenario generation for VLM‑based autonomous driving as a goal‑conditioned diffusion process, addressing the substantial sim‑to‑real gap and the lack of realistic human‑vehicle interaction dynamics in conventional simulators 77.
Generating simulation environments and physically grounded assets advanced across multiple fronts. Image2Sim offers a real‑time neural simulator that converts posed RGB‑D sequences into interactive environments for embodied navigation, targeting the trade‑off between the visual realism of scanned scenes and the scalability of synthetic simulators 78. A preprint abstract for Genie Sim PanoWorld describes a two‑stage feed‑forward pipeline that reconstructs a freely navigable 3D scene from a single 360° panorama without per‑scene optimization 79. MIT News reports on SceneSmith 80, which employs three collaborative VLM agents—designer, critic, and orchestrator—to generate physics‑ready 3D indoor scenes from text prompts and to support zero‑shot transfer of real‑world‑trained policies into generated scenes. PlanCraft bridges incomplete design sketches to fully furnished 3D residential scenes by treating design as inherently progressive, using 2D floor plans as an irreplaceable spatial prior 81. SONG, a social navigation simulation platform, uses 3D Gaussian Splatting for static environments and dynamic human avatars, coupled with an LLM‑driven behavior model, to provide photorealism lacking in prior social navigation simulators 82. GS‑Agent generates dynamic, physically plausible 4D worlds from natural language by integrating a physics engine in the loop, sidestepping the physical plausibility limitations of purely data‑driven video generation models 83. UniPhysGen contributes a physically grounded dataset of 40K assets and a human‑verified benchmark, using SO(3) augmentation and spherical axis parameterization to achieve geometry‑robust articulation grounding for simulation‑ready 3D objects 84.
Navigation and spatial reasoning works tackled fundamental representational bottlenecks. SoftNav, accepted at IROS 2026, injects entity‑level 3D scene encoder representations directly into a VLM’s hidden space as soft tokens via a lightweight projector. The authors provide the first empirical evidence that the text‑based interface—not model capacity—is a primary bottleneck in VLM‑based navigation pipelines 85. AutoPath learns a transferable goal‑conditioned stochastic path prior without human demonstrations, decoupling embodiment‑agnostic geometric path generation from platform‑specific trajectory optimization so that a single prior transfers from differential‑drive robots to quadrupeds without retraining 86. EAGOR reformulates embodied 360° directional reasoning as recursive Bayesian estimation directly on the spherical manifold, avoiding equirectangular distortions and achieving average relative gains of +34.4% and +45.1% on map‑free navigation and visual search 87. A preprint on Parse, Search, and Confirmation (PSC) introduces a training‑free aerial vision‑and‑dialog navigation framework that performs hierarchical target exploration via a Search Chain‑of‑Thought and fine‑grained verification via a Confirmation Chain‑of‑Thought, supported by a Structured Spatial Memory module 88. FactorJEPA factorizes future predictions into layout, agent, and interaction channels and introduces DENSEWORLD‑115k, a 1,000‑hour dataset of drive‑through, walk‑through, and aerial video across 22 Indian cities, targeting dense, heterogeneous urban scenes uncovered by standard benchmarks 89. DynTrace, a training‑free framework, continuously tracks dynamic object evidence to improve 4D spatio‑temporal reasoning in MLLMs by disentangling real object motion from camera‑induced apparent motion 90. CAIRN extends 3D large multimodal models to multi‑room household scene understanding, moving beyond the single‑room paradigm that has dominated existing 3D‑LLMs 91. IGGT4D formulates online 4D scene understanding as streaming geometry‑instance prediction, jointly estimating camera motion, 3D geometry, and temporally consistent object identities from sequential video; its authors argue this joint formulation is essential for tracking objects through occlusions in long dynamic videos 92.
Physical reasoning and sim‑to‑real transfer saw distinct methodological contributions. SiPhy, accepted at ECCV 2026, is the first single‑image framework to predict pixel‑level density and Young’s modulus and object‑level mass from a single RGB image without multi‑view reconstruction or physics‑based supervision 93. A theoretical preprint on Physics from Video characterizes the minimal trajectory conditions for recovering parameters of second‑order linear ODEs directly from raw video pixels via an encoder‑only pipeline, bridging visual perception and physical understanding without compute‑intensive reconstruction 94. World Translation proposes backward dynamics extraction, inferring unobservable hidden variables from already‑observed transition outcomes, and uses unpaired domain translation to minimize the sim‑to‑real gap in cases where history is uninformative 95. The GARFIELD framework, also accepted at ECCV 2026, learns a probabilistic spatio‑temporal latent distribution over possible future scene motions given an image and optional sparse constraints, addressing the dual limitation that video world models spend capacity on appearance and existing motion models fail to provide accessible densities 96.
Memory, structured reasoning, and model compression round out the period’s generative advances. HDR integrates tree‑structured hierarchical latents into streaming autoregressive diffusion, enabling coarse‑to‑fine multi‑step visual reasoning before committing to frame‑level output, and by doing so reconciles the efficiency of streaming with the need for global revision in video generation 97. ReMind trains video diffusion transformers to use their existing KV‑cache mechanisms as dynamic memory for maintaining out‑of‑sight state evolution, aiming to produce temporally consistent outputs when objects or scenes become occluded or cut in camera views 98. The Narrative World Model encodes narratological structure—focalization, event order, dramatic function—as first‑class primitives in a temporal‑state graph, substantially outperforming a strong temporal knowledge graph baseline on multi‑hop question answering for long‑form fiction (0.898 vs. 0.539) 99. UniVR investigates learning complex reasoning, fine‑grained physical dynamics, and long‑term planning jointly from pure visual demonstrations without task‑specific heuristics or image‑text pairs; it releases open‑source code, data, and models to accelerate research at the intersection of embodied AI and visual reasoning 100. MobileSAM2 distills SAM2 into a lightweight model family for mobile devices using hypergraphical knowledge distillation, offering a potential generalizable compression framework for large vision models 101. QbitAI reports that Taku Komura received the 2026 SIGGRAPH Test‑of‑Time Award for his 2016 paper on deep learning for character motion synthesis, a line of work that may provide a human interaction prior model to help bridge the data scarcity bottleneck in embodied AI 102.
Benchmarks, Datasets, and Evaluation Infrastructure
A research paper introduced RealX3D 103, a real-capture benchmark comprising 55 high-resolution scenes organized into four degradation families—illumination, scattering, occlusion, and blurring—that addresses the gap between curated synthetic-degradation datasets and real-world deployment conditions where multi-view consistency breaks. QbitAI reports that RoboDojo 104 paired 42 simulation tasks with 18 real-robot tasks across three dual-arm platforms, revealing sobering results: the best model achieved only 8.80% simulation success and 12.8% real-world success versus human experts at 76.03% and 100%, with open-semantic tasks as low as 1.67%. A preprint presented DexVerse 105, a modular simulation benchmark for dexterous manipulation that features 100 tasks across eight categories—including contact-rich insertion, bimanual coordination, and tool use—and supports three robot arms and six dexterous hands, targeting the coordinated high-DoF control that existing benchmarks have not jointly supported. A preprint introduced NavVerse 106, a physics-enabled benchmark unifying indoor, outdoor, and indoor-to-outdoor navigation under continuous robot execution, exposing the cross-context adaptation gap and incorporating safety metrics and kinodynamic constraints. For embodied scene understanding, a preprint (accepted to ECCV 2026) extended 3D Gaussian Splatting segmentation to the Generalized Referring task with two new benchmarks, GR-LERF and GR-ScanNet 107, supporting multi-target and zero-target queries common in embodied AI, while another preprint offered HIOcc 108, a hierarchical indoor semantic occupancy benchmark that unifies ScanNet, ScanNet++, and Matterport3D to evaluate long-horizon embodied mapping from local views to building-scale environments.
Evaluation infrastructure for world models also advanced: a preprint described KineBench 109, an IDM-free closed-loop benchmark for Embodied World Models, which replaces learned inverse dynamics models with an explicit kinematic grounding pipeline to resolve the attribution ambiguity between world-model inaccuracies and action-extraction errors in prior closed-loop evaluation. Data pipelines and community-driven infrastructure saw notable activity. A preprint detailed Ego2Robot 110, an end-to-end pipeline that converts egocentric human manipulation videos into embodiment-specific robot training data through action alignment, visual alignment, and multi-level curation, potentially lowering the cost barrier for scaling robot policy training by tapping into vast egocentric sources. Another preprint introduced AXIS 111, a growable community-driven data engine that combines browser-based MuJoCo-WASM teleoperation for large-scale demonstration collection, LLM-driven automated task generation, and a unified processing pipeline, aiming to replace specialized hardware-dependent teleoperation with accessible interfaces and broaden community participation in dataset growth.
Synthesis and Outlook
The reviewed developments collectively reinforce a structural decoupling that redefines embodied AI’s trajectory. The demonstration that open-source VLA models achieve generalization through diverse data volume rather than parameter scaling aligns directly with the emergence of embodiment-agnostic action representations that unlock cross-robot skill transfer from human video; together, these findings suggest the field’s data bottleneck is being addressed not by monolithic model expansion but by radically diversifying training corpora across embodiments and modalities—incorporating human video, multi-robot play data, and procedurally generated simulation. The parallel shift in world models toward explicit 4D geometry and physics-based structure, coupled with the growing consensus that tactile sensing now constitutes the critical missing modality for contact-rich tasks, further reflects a shared pivot toward geometric and physical grounding that vision alone cannot supply. A productive tension exists between this drive for richer world simulation and the evidence that learned world models remain statistically biased and unverified as oracles: the very simulators that accelerate policy training simultaneously threaten its reliability when trusted without validation. This tension intersects with the newly mechanistic understanding of adversarial vulnerabilities and the proposal of runtime safety guards, while the profiling insight that output token generation—not visual encoding—is the primary energy bottleneck on edge devices implies that any inference-time adaptation or safety filter must navigate strict latency constraints. An open question is whether frozen policy adaptation via test-time steering can be made robust against demonstrated exploits like attention hijacking without introducing computational overhead that defeats the performance of the compact, streaming architectures now proven viable for deployment. Crucially, these exploits have been demonstrated only in digital vision-language settings; their transferability to physical action selection in embodied contexts, where real-world feedback loops and sensor-actuator dynamics could alter attack surfaces and failure modes, awaits experimental validation.
Canonical Sources & Links
- [1] Imagined Rollouts are Kinematic, Not Dynamic: A Diagnosis of Long-Horizon World-Model Failure — arXiv · Tier A/research_paper
- [2] RynnWorld-4D: 4D Embodied World Models for Robotic Manipulation — arXiv · Tier A/research_paper
- [3] Learning 4D Geometric Priors for Inference-Efficient World Action Models — arXiv · Tier A/research_paper
- [4] What Can Latent World Models Know? Physical Parameter Identifiability in Multimodal Predictive Representations — arXiv · Tier A/research_paper
- [5] Overcoming Statistical Bias in Action-Controllable World Models — arXiv · Tier A/research_paper
- [6] CG-World: A Large-Scale World-State Dataset and Protocol for World Models — arXiv · Tier A/research_paper
- [7] Xiaomi-Robotics-1 shows that more data beats bigger models when training robots to move — The Decoder · Tier D/other
- [8] Ant Lingbo LingBot-VLA 2.0 Open-Sourced, Supporting 20+ Robot Configurations from 17 Manufacturers — 量子位 QbitAI · Tier C/media_report
- [9] From Foundation to Application: Improving VLA Models in Practice — arXiv · Tier A/research_paper
- [10] 1.5B Open-Source General VLA Model Enters the First Tier of Embodied Intelligence — 量子位 QbitAI · Tier C/media_report
- [11] TurboVLA: Real-Time Vision-Language-Action Model at 32 Hz on an RTX 4090 with <1 GB VRAM — arXiv · Tier A/research_paper
- [12] Masked Visual Actions for Unified World Modeling — arXiv · Tier A/research_paper
- [13] ContactFlow: A video action conditioning that transfers across embodiments — arXiv · Tier A/research_paper
- [14] FlowWAM: Optical Flow as a Unified Action Representation for World Action Models — arXiv · Tier A/research_paper
- [15] Mixture of Frames Policy: Multi-Frame Action Denoising for Bimanual Mobile Manipulation — arXiv · Tier A/research_paper
- [16] DLAM: Distributional Latent Actions with Temporal Constraints — arXiv · Tier A/research_paper
- [17] WALA Learning Executable Latent Actions from Action-Labeled Demonstrations and Action-Free Videos — arXiv · Tier A/research_paper
- [18] RoboTTT: Context Scaling for Robot Policies — arXiv · Tier A/research_paper
- [19] World's First: Galbot's New Framework Deploys Robots Using Only Human Videos via WAM-TTT — 量子位 QbitAI · Tier C/media_report
- [20] RL$^2$-VLA: Adaptive RL Latent Compositional Steering with Test-Time Scaling for Vision-Language-Action Models — arXiv · Tier A/research_paper
- [21] PriGo: Test-Time Primitive Guidance to Diffusion and Flow Policies for Adaptive Robotic Manipulation — arXiv · Tier A/research_paper
- [22] A Causality-aware Infer-diagnose-refine Framework for Test-time Modality Adaptation in VLA Models — arXiv · Tier A/research_paper
- [23] ActFovea: Runtime Safeguarding for VLA Policies via Spatiotemporal Visual-Action Consistency — arXiv · Tier A/research_paper
- [24] Dexmal Releases DW0.5: Using World Models as VLA Coaches by Moving Reinforcement Learning into Virtual Worlds — 量子位 QbitAI · Tier C/media_report
- [25] BWM: A Low-Cost High-Fidelity World Simulator for Robot Learning — arXiv · Tier A/research_paper
- [26] Validate the Dream Before You Trust Its Verdict: Admissibility for World-Model Simulators — arXiv · Tier A/research_paper
- [27] WorldCycle: Self-Verifiable Reinforcement Learning for Long-Horizon Video World Models — arXiv · Tier A/research_paper
- [28] A Comparative Survey of Security Risks in AI Systems: From LLMs to AI Agents and Embodied Agents — OpenAlex: peer-reviewed AI venues · Tier A/research_paper
- [29] VLAGuard: A Framework for Evaluating and Mitigating Physical Attention Hijacking in Vision-Language-Action Robots within Wireless Sensor Networks — arXiv · Tier A/research_paper
- [30] BadWAM: When World-Action Models Dream Right but Act Wrong — arXiv · Tier A/research_paper
- [31] Safe Execution of RL Policies Via Acceleration-Based CBF-QP Constraint Enforcement for Real-World Robotic Deployments — arXiv · Tier A/research_paper
- [32] Safe Vision Language Action Models via Barrier Enhanced Flow Matching — arXiv · Tier A/research_paper
- [33] ViTacWorld: Scaling Visuo-Tactile World Models for Contact-Rich Robot Manipulation — arXiv · Tier A/research_paper
- [34] TouchWorld: A Predictive and Reactive Tactile Foundation Model for Dexterous Manipulation — arXiv · Tier A/research_paper
- [35] FeelWorld: Visuo-Tactile World Model for Hierarchical Contact Prediction and Planning — arXiv · Tier A/research_paper
- [36] World Models Now Have Touch: 500K Hours of Video Trains the First Implicit Tactile World-Action Model — 量子位 QbitAI · Tier C/media_report
- [37] UniTac: Giving Robots Tactile Imagination for Contact-Aware VLA — 量子位 QbitAI · Tier C/media_report
- [38] MIDAS Hand: Modular low-Impedance Direct-drive Anthropomorphic Sensing Hand — arXiv · Tier A/research_paper
- [39] Seeing is Free, Speaking is Not: Uncovering the True Energy Bottleneck in Edge VLM Inference — arXiv · Tier A/research_paper
- [40] A Motion-Aware Vector Quantization Framework with Centroid Reuse for Efficient VLA Inference — arXiv · Tier A/research_paper
- [41] Jetson-PI: Towards Onboard Real-Time Robot Control via Foresight-Aligned Asynchronous Inference — arXiv · Tier A/research_paper
- [42] Faster-WAM: Do World Action Models Need Deep Action Modules? — arXiv · Tier A/research_paper
- [43] PhyAI: Real-Time Physical AI at the Edge, Scalable Rollouts in the Cloud — arXiv · Tier A/research_paper
- [44] Agile perceptive multi-skill locomotion for quadrupedal robots in the wild — arXiv · Tier A/research_paper
- [45] Bicycle Acrobatics with Reinforcement Learning — arXiv · Tier A/research_paper
- [46] GaitSpan: Growing Humanoid Locomotion from Walking to Running — arXiv · Tier A/research_paper
- [47] Handroid: Bridging Dexterous Hand and Humanoid — arXiv · Tier A/research_paper
- [48] CORAL-AUV: CFD Oriented Reinforcement Learning for Autonomous Underwater Vehicles — arXiv · Tier A/research_paper
- [49] Reinforcement Learning for the Full Strawberry Harvesting Process: Obstacle Separation, Detachment, and Placement — arXiv · Tier A/research_paper
- [50] LabRobFail: A Benchmark for Robotic Failure Analysis in Chemical Self-driving Laboratories — arXiv · Tier A/research_paper
- [51] Automated Synthesis of Facial Mechanisms for Conversational Animatronic Robots — arXiv · Tier A/research_paper
- [52] Minute-Scale Training for Microrobot Navigation — arXiv · Tier A/research_paper
- [53] Smart cellular bricks for decentralized shape classification and damage recovery — Nature Communications · Tier A/research_paper
- [54] RLinf v0.3: A One-Stop RL Infrastructure for Embodied AI Continuous Evolution, Co-Developed by Infini-AI and Tsinghua University — 量子位 QbitAI · Tier C/media_report
- [55] Towards bridging the gap: Systematic sim-to-real transfer for diverse legged robots — OpenAlex: peer-reviewed AI venues · Tier A/research_paper
- [56] NeuralActuator: Neural Actuation Modeling for Robot Dynamics and External Force Perception — arXiv · Tier A/research_paper
- [57] AnyDexRT: Calibration-Free Dexterous Hand Retargeting with Few-Shot Human Guidance — arXiv · Tier A/research_paper
- [58] DA-Nav: Direction-Aware City-Scale Vision-Language Navigation — arXiv · Tier A/research_paper
- [59] Gemini Robotics 2 brings whole body intelligence to robots — DeepMind Blog · Tier B/official_tech_blog
- [60] Introducing Gemini Robotics ER 2 — Google AI News · Tier B/official_tech_blog
- [61] Zero-Shot Up 31%! Yuanli Lingji DM0.5 Debuts, Trained on 150,000 Hours of Data — 量子位 QbitAI · Tier C/media_report
- [62] Why Are Robots Stuck in Demos? iFlytek's New Company Yaofang Intelligence Has an Answer: Missing 'Embodiment Cognition' — 量子位 QbitAI · Tier C/media_report
- [63] LingBot-Vision and LingBot-Depth 2.0: First Open-Source Spatial-Native Embodied Vision Foundation Model — 量子位 QbitAI · Tier C/media_report
- [64] Xiaomi-Robotics-U0: Unified Embodied Synthesis with World Foundation Model — arXiv · Tier A/research_paper
- [65] China's Orca world model matches specialized robotics systems without ever seeing a single action label — The Decoder · Tier D/other
- [66] Scaling Mixture-of-Experts Video Pretraining for Embodied Intelligence — arXiv · Tier A/research_paper
- [67] Flux 3 generates videos with native audio up to 20 seconds long, a first for Black Forest Labs — The Decoder · Tier D/other
- [68] DriftWorld: Fast World Modeling through Drifting — arXiv · Tier A/research_paper
- [69] MoWorld: A Flash World Model — arXiv · Tier A/research_paper
- [70] ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU — arXiv · Tier A/research_paper
- [71] Wonder: Video World Model Done Better — arXiv · Tier A/research_paper
- [72] INTACT: Isomorphic Intent-to-Action Learning for Search-Free World Models — arXiv · Tier A/research_paper
- [73] Infinite Worlds with Versatile Interactions — arXiv · Tier A/research_paper
- [74] M$^\text{4}$World: A Multi-view Multimodal Driving World Model for Interactive Object Manipulation and Minute-long Streaming — arXiv · Tier A/research_paper
- [75] Orbis 2: A Hierarchical World Model for Driving — arXiv · Tier A/research_paper
- [76] WAM-Diff2: Hierarchical AR-to-Diffusion Distillation for Highly Efficient Autonomous Driving VLA — arXiv · Tier A/research_paper
- [77] SafeGen: Goal-Conditioned Video Diffusion of Safety-Critical Scenarios for VLM-Based Autonomous Driving — arXiv · Tier A/research_paper
- [78] Image2Sim: Scaling Embodied Navigation via Generative Neural Simulator — arXiv · Tier A/research_paper
- [79] Genie Sim PanoWorld: An Infinite Indoor 3D World Generation Pipeline via Panoramic Scene Modeling and Simulation — arXiv · Tier A/research_paper
- [80] AI agents create virtual playgrounds to help robots get crucial training data — MIT News: Computer Science · Tier D/other
- [81] PlanCraft: Sketch, Refine, and Furnish for Architect-Inspired Progressive 3D Residential Scene Generation — arXiv · Tier A/research_paper
- [82] SONG: A Photorealistic 3D Gaussian Simulation Platform for Benchmarking Social Navigation — arXiv · Tier A/research_paper
- [83] GS-Agent: Creating 4D Physical Worlds With Generative Simulation — arXiv · Tier A/research_paper
- [84] UniPhysGen: Unified Physical Grounding for Simulation-Ready 3D Assets — arXiv · Tier A/research_paper
- [85] SoftNav: Injecting 3D Scene Tokens into VLMs for Embodied Navigation — arXiv · Tier A/research_paper
- [86] AutoPath: Learning Transferable Goal-Conditioned Stochastic Path Prior for Safe Navigation Without Human Demonstrations — arXiv · Tier A/research_paper
- [87] EAGOR: Embodied Reasoning in Omni-direction — arXiv · Tier A/research_paper
- [88] Parse, Search, and Confirmation: Training-Free Aerial Vision-and-Dialog Navigation with Chain-of-Thought Reasoning and Structured Spatial Memory — arXiv · Tier A/research_paper
- [89] FactorJEPA: Factorizing Monolithic Futures into Layout-Agent-Interaction Channels for Crowded and Chaotic Global South Urban Worlds — arXiv · Tier A/research_paper
- [90] DynTrace: Tracking Dynamic Object Evidence for 4D Spatio-Temporal Reasoning in MLLMs — arXiv · Tier A/research_paper
- [91] CAIRN: Cross-Room 3D Scene Understanding with Topology-Aware Large Multimodal Models — arXiv · Tier A/research_paper
- [92] IGGT4D: Streaming 4D Instance-Grounded Geometry Transformer — arXiv · Tier A/research_paper
- [93] SiPhy: Single-Image Physical Property Reasoning — arXiv · Tier A/research_paper
- [94] Physics from Video: Identifiability of Time-Invariant Second-Order ODEs under Minimal Trajectory Conditions — arXiv · Tier A/research_paper
- [95] World Translation: Minimizing Sim-to-Real Gap with Backward Dynamics Extraction and Unpaired Domain Translation — arXiv · Tier A/research_paper
- [96] Schrödinger's Cat: Probabilistic Representation and Prediction of Potential Scene Kinematics — arXiv · Tier A/research_paper
- [97] Hierarchical Denoising For Multi-Step Visual Reasoning — arXiv · Tier A/research_paper
- [98] Teaching Video Generators to Remember: Eliciting Dynamic Memory for Out-of-Sight State Evolution — arXiv · Tier A/research_paper
- [99] Narrative World Model: Narratology-Grounded Writer Memory for Long-Form Fiction — arXiv · Tier A/research_paper
- [100] UniVR: Thinking in Visual Space for Unified Visual Reasoning — arXiv · Tier A/research_paper
- [101] MobileSAM2: Lightweight Segment Anything for Spatial Intelligence — arXiv · Tier A/research_paper
- [102] SIGGRAPH Test-of-Time Award: Research That Anticipated Physical AI a Decade Early — 量子位 QbitAI · Tier C/media_report
- [103] RealX3D: A Physically-Degraded 3D Benchmark for Multi-view Visual Restoration and Reconstruction — OpenAlex: peer-reviewed AI venues · Tier A/research_paper
- [104] RoboDojo: A Unified Simulation + Real-World Robot Manipulation Benchmark — 量子位 QbitAI · Tier C/media_report
- [105] DexVerse: A Modular Benchmark for Multi-Task, Multi-Embodiment Dexterous Manipulation — arXiv · Tier A/research_paper
- [106] NavVerse: Benchmarking Indoor-to-Outdoor Embodied Navigation in Continuous Robot Simulation — arXiv · Tier A/research_paper
- [107] ZeroSplat: Generalized Referring Segmentation in 3D Gaussian Splatting — arXiv · Tier A/research_paper
- [108] GEM-Occ: From Visual Geometry Evidence to Embodied Semantic Occupancy Memory — arXiv · Tier A/research_paper
- [109] KineBench: Benchmarking Embodied World Models via IDM-Free Kinematic Grounding — arXiv · Tier A/research_paper
- [110] Ego2Robot: Scalable Robot Data Synthesis from Egocentric Human Data — arXiv · Tier A/research_paper
- [111] AXIS: A Growable Community-Driven Data Engine for Scalable Robot Manipulation — arXiv · Tier A/research_paper