PanoWorld: Real-World Panoramic Generation
arXiv · HuggingFace · ▲5
Abstract (verbatim)
In this work, we aim to address the challenge of long-range memory in panoramic world models by exploiting the rotation-equivariant property of omnidirectional representations, where rotation can be treated as an implicit geometric transformation.Building on this insight, we propose PanoWorld, which simplifies camera trajectories into translations via fixed headings for both current-action modeling and long-range memory through Dense Panoramic Ray-Conditioning (DPRC) and Geometry-aware Memory Augmentation (GMA).Then, a three-stage training pipeline is introduced to progressively optimize each component. To better evaluate physical consistency under large-scale spatial variations and diverse illumination conditions, where existing datasets are relatively stable, we construct World360, a large-scale dataset consisting of both real-world video clips collected via panoramic unmanned aerial vehicles and high-quality simulated clips generated by AirSim360.Extensive experiments on World360 demonstrate the effectiveness of PanoWorld, outperforming alternative methods by a large margin.Our models, training code, and dataset will be publicly available. More information can be found on our project page: https://lihaoy-ux.github.io/panoworld-page/.
Background
Background Analysis
1. Technical Background and Real-world Needs
Recent advances in panoramic world models have shown great potential in robotics (e.g., autonomous driving, drone navigation) and dynamic environment modeling. These models capture full-field-of-view visual information to help agents understand their surroundings and make decisions. For instance, self-driving cars need real-time perception of obstacles and road changes in 360 degrees, while drones require consistent panoramic video generation for environmental monitoring. However, existing methods struggle to maintain physical consistency (e.g., geometry and lighting) under large-scale spatial variations (e.g., rotation, illumination changes), which becomes a key bottleneck for practical applications.
2. Limitations of Previous Methods
Traditional panoramic modeling relies on memory mechanisms (e.g., 3D point clouds or KV caches) to retrieve historical information for spatiotemporal consistency. However, these methods assume perspective projection, ignoring the unique properties of panoramic data (e.g., equirectangular projection, ERP). For example, when the viewpoint rotates, perspective-based memory retrieval fails due to severe distortion, leading to inconsistent results. Additionally, existing datasets are mostly indoor or simulation-based with stable physical conditions, making them insufficient for evaluating real-world performance.
3. Solution Proposed in This Paper
To address these issues, PanoWorld introduces a framework that leverages the rotation-equivariant property of panoramic representations. Specifically, rotation only alters the distortion pattern without destroying scene content, so it can be treated as an implicit geometric transformation while explicitly modeling translation. PanoWorld solves key challenges with two modules:
- Dense Panoramic Ray-Conditioning (DPRC): Provides dense geometric conditioning for accurate current-action modeling.
- Geometry-aware Memory Augmentation (GMA): Enhances memory retrieval robustness and spatiotemporal consistency in panoramic space.
A three-stage training pipeline is also introduced to optimize components progressively. The World360 dataset, combining real-world drone videos and high-fidelity simulations, supports training and evaluation under diverse physical conditions.
4. Key Differences from Previous Work
Unlike traditional methods relying on perspective projection assumptions, PanoWorld directly exploits the rotation-equivariant property of panoramic data, simplifying camera motion modeling. Additionally, World360’s diversity (covering real-world physical variations) addresses the limitations of existing datasets, enabling superior performance in complex scenarios. This data-driven design approach is the core innovation distinguishing PanoWorld from others.




