ConsisDrive: Identity-Preserving Driving World Models for Video Generation by Instance Mask
Zhuoran Yang, Yanyong Zhang
TL;DR
ConsisDrive tackles identity drift in driving world models by enforcing instance-level temporal consistency through Instance-Masked Attention and Instance-Masked Loss. It adds per-instance identity and trajectory masks to a diffusion-transformer video generator and emphasizes foreground supervision via probabilistic masking. On nuScenes, it achieves state-of-the-art video realism (FVD=37.23, FID=3.88) and strong downstream performance in perception and tracking when used for data augmentation, demonstrating robust instance attribute binding. The approach is compatible with existing foundation models and control signals, enabling scalable, identity-preserving driving video generation with practical impact for perception and planning tasks.
Abstract
Autonomous driving relies on robust models trained on large-scale, high-quality multi-view driving videos. Although world models provide a cost-effective solution for generating realistic driving data, they often suffer from identity drift, where the same object changes its appearance or category across frames due to the absence of instance-level temporal constraints. We introduce ConsisDrive, an identity-preserving driving world model designed to enforce temporal consistency at the instance level. Our framework incorporates two key components: (1) Instance-Masked Attention, which applies instance identity masks and trajectory masks within attention blocks to ensure that visual tokens interact only with their corresponding instance features across spatial and temporal dimensions, thereby preserving object identity consistency; and (2) Instance-Masked Loss, which adaptively emphasizes foreground regions with probabilistic instance masking, reducing background noise while maintaining overall scene fidelity. By integrating these mechanisms, ConsisDrive achieves state-of-the-art driving video generation quality and demonstrates significant improvements in downstream autonomous driving tasks on the nuScenes dataset. Our project page is https://shanpoyang654.github.io/ConsisDrive/page.html.
