HERMES++: Toward a Unified Driving World Model for 3D Scene Understanding and Generation
Summary
This paper introduces HERMES++, a unified driving world model that integrates 3D scene understanding and future geometry prediction using BEV representation, LLM-enhanced queries, and joint geometric optimization.
View Cached Full Text
Cached at: 05/08/26, 08:13 AM
Paper page - HERMES++: Toward a Unified Driving World Model for 3D Scene Understanding and Generation
Source: https://huggingface.co/papers/2604.28196
Abstract
HERMES++ combines 3D scene understanding and future geometry prediction through BEV representation, LLM-enhanced queries, temporal linking, and joint geometric optimization for autonomous driving applications.
Drivingworld modelsserve as a pivotal technology for autonomous driving by simulating environmental dynamics. However, existing approaches predominantly focus on future scene generation, often overlooking comprehensive3D scene understanding. Conversely, whileLarge Language Models(LLMs) demonstrate impressive reasoning capabilities, they lack the capacity to predict future geometric evolution, creating a significant disparity between semantic interpretation and physical simulation. To bridge this gap, we propose HERMES++, a unified driving world model that integrates3D scene understandingandfuture geometry predictionwithin a single framework. Our approach addresses the distinct requirements of these tasks through synergistic designs. First, aBEV representationconsolidates multi-view spatial information into a structure compatible with LLMs. Second, we introduceLLM-enhanced world queriesto facilitate knowledge transfer from the understanding branch. Third, aCurrent-to-Future Linkis designed to bridge the temporal gap, conditioning geometric evolution on semantic context. Finally, to enforce structural integrity, we employ aJoint Geometric Optimizationstrategy that integrates explicitgeometric constraintswith implicitlatent regularizationto align internal representations with geometry-aware priors. Extensive evaluations on multiple benchmarks validate the effectiveness of our method. HERMES++ achieves strong performance, outperforming specialist approaches in both future point cloud prediction and3D scene understandingtasks. The model and code will be publicly released at https://github.com/H-EmbodVis/HERMESV2.
View arXiv pageView PDFProject pageGitHub40Add to collection
Get this paper in your agent:
hf papers read 2604\.28196
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2604.28196 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2604.28196 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2604.28196 in a Space README.md to link it from this page.
Collections including this paper4
Similar Articles
HY-World 2.0: A Multi-Modal World Model for Reconstructing, Generating, and Simulating 3D Worlds
HY-World 2.0 is a multi-modal world model framework that generates high-fidelity 3D Gaussian Splatting scenes from text, images, and videos through specialized modules for panorama generation, trajectory planning, and scene composition, achieving state-of-the-art performance among open-source approaches.
NVIDIA OmniDreams: Real-Time Generative World Model for Closed-Loop Autonomous Vehicle Simulation
NVIDIA presents OmniDreams, a generative world model built from the Cosmos diffusion model for real-time action-conditioned video generation, enabling closed-loop simulation for autonomous driving policy evaluation in complex unseen scenarios.
Decart’s new world model can simulate hours of photorealistic driving — with some caveats
Decart unveils Oasis 3, an interactive world model that generates photorealistic driving environments in real time, available via API. Targeting autonomous vehicle simulation and other physical AI applications, the model leverages Decart's optimization stack for cost efficiency.
Learning A Unified Risk Map for Autonomous Driving in Partially Observable Environments
Proposes a unified risk map modeling framework for autonomous driving that integrates traffic flow and collision risks in partially observable environments, using spatiotemporal modeling and diffusion-based scenario generation. Outperforms state-of-the-art occlusion-aware baselines on the Waymo Open Motion Dataset.
The DAWN of World-Action Interactive Models
This paper introduces DAWN, a latent generative baseline for World-Action Interactive Models (WAIMs) that jointly models scene evolution and action generation through recursive refinement, achieving strong long-horizon planning in autonomous driving scenarios.