paper-with-me

홈 › Papers

$I^{2}$-World: Intra-Inter Tokenization for Efficient Dynamic 4D Scene Forecasting

2025-07-12 · Zhimin Liao, Ping Wei, Ruijie Zhang, Shuaijia Chen, Haoxuan Wang, Ziyang Ren

Forecasting the evolution of 3D scenes and generating unseen scenarios via occupancy-based world models offers substantial potential for addressing corner cases in autonomous driving systems. While tokenization has revolutionized image and video generation, efficiently tokenizing complex 3D scenes remains a critical challenge for 3D world models. To address this, we propose $I^{2}$-World, an efficient framework for 4D occupancy forecasting. Our method decouples scene tokenization into intra-scene and inter-scene tokenizers. The intra-scene tokenizer employs a multi-scale residual quantization strategy to hierarchically compress 3D scenes while preserving spatial details. The inter-scene tokenizer residually aggregates temporal dependencies across timesteps. This dual design preserves the compactness of 3D tokenizers while retaining the dynamic expressiveness of 4D tokenizers. Unlike decoder-only GPT-style autoregressive models, $I^{2}$-World adopts an encoder-decoder architecture. The encoder aggregates spatial context from the current scene and predicts a transformation matrix to enable high-level control over scene generation. The decoder, conditioned on this matrix and historical tokens, ensures temporal consistency during generation. Experiments demonstrate that $I^{2}$-World achieves state-of-the-art performance, outperforming existing methods by 25.1\% in mIoU and 36.9\% in IoU for 4D occupancy forecasting while exhibiting exceptional computational efficiency: it requires merely 2.9 GB of training memory and achieves real-time inference at 37.0 FPS. Our code is available on https://github.com/lzzzzzm/II-World.

📄 PDF Abstract BibTeX arXiv:2507.09144

Code (1)

lzzzzzm/ii-world 공식 구현 pytorch

Tasks

Autonomous DrivingComputational EfficiencyDecoderScene GenerationVideo Generation

Similar Papers 제목 키워드 기반

Dense Video Understanding with Gated Residual Tokenization

2025-09-17 · Haichao Zhang, Wenhao Chai, Shwai He, Ang Li 외 arxiv

High temporal resolution is essential for capturing fine-grained details in video understanding. However, current video large language models (VLLMs) and benchmarks mostly rely on low-frame-rate sampling, such as uniform…

DriveTok: 3D Driving Scene Tokenization for Unified Multi-View Reconstruction and Understanding

2026-03-19 · Dong Zhuo, Wenzhao Zheng, Sicheng Zuo, Siming Yan 외 arxiv

With the growing adoption of vision-language-action models and world models in autonomous driving systems, scalable image tokenization becomes crucial as the interface for the visual modality. However, most existing toke…

Semantic SegmentationImage ReconstructionAutonomous Driving

Self-Supervised Scene Dynamic Recovery from Rolling Shutter Images and Events

2023-04-14 · Yangguang Wang, Xiang Zhang, Mingyuan Lin, Lei Yu 외

Scene Dynamic Recovery (SDR) by inverting distorted Rolling Shutter (RS) images to an undistorted high frame-rate Global Shutter (GS) video is a severely ill-posed problem due to the missing temporal dynamic information …

Self-Supervised Learning

Trajeglish: Traffic Modeling as Next-Token Prediction

2023-12-07 · Jonah Philion, Xue Bin Peng, Sanja Fidler

A longstanding challenge for self-driving development is simulating dynamic driving scenarios seeded from recorded driving logs. In pursuit of this functionality, we apply tools from discrete sequence modeling to model h…

DecoderPrediction

GRACE: Generative Recommendation via Journey-Aware Sparse Attention on Chain-of-Thought Tokenization

2025-07-19 · Luyi Ma, Wanjia Zhang, Kai Zhao, Abhishek Kulkarni 외 arxiv

Generative models have recently demonstrated strong potential in multi-behavior recommendation systems, leveraging the expressive power of transformers and tokenization to generate personalized item sequences. However, t…

Sequential RecommendationRecommendation SystemsKnowledge Graphs