AIAny
Icon for item

LongE2V: Long-Horizon Event-based Video Reconstruction, Prediction, and Frame Interpolation with Video Diffusion Models

Recovers and predicts RGB video from sparse event-camera streams by fine-tuning pre-trained video diffusion priors; jointly addresses reconstruction, long-horizon prediction, and bidirectional frame interpolation with mechanisms to reduce temporal drift and enforce interpolation consistency.

Introduction

LongE2V targets a concrete bottleneck in event-based vision: turning highly sparse, asynchronous event streams into stable, photorealistic video over long time horizons. Event cameras give superior temporal resolution but produce very different data than frame cameras; prior regression methods blur textures and prior generative approaches tend to drift over long sequences. LongE2V leverages a pre-trained video diffusion foundation model and adds targeted adaptations so a single approach can reconstruct, predict, and interpolate long event-driven video with strong temporal coherence.

Key Findings
  • Fine-tuning a foundational video diffusion prior yields high data efficiency and perceptual quality compared with training from scratch, so you get better-looking reconstructions with less task-specific data.
  • Autoregressive Unrolling + Adaptive Context Switching mitigates long-term temporal drift, so the model maintains consistency over much longer sequences than prior generative methods.
  • Reencoding Alignment with Cross Residual Correction enforces precise bidirectional consistency for frame interpolation, so interpolated frames align closely with both past and future contexts.
  • Event Voxel Density Augmentation improves robustness across sensor resolutions, so the same model generalizes better zero-shot to different event-camera settings and datasets.
Who it's for — tradeoffs

Great fit if you work on event-based vision, video generation, or multi-task video modeling and need perceptually high-quality reconstruction, long-term prediction, or consistent bidirectional interpolation from event streams. It is less suitable if you require ultra-low-latency on-device inference or strictly deterministic, pixel-perfect reconstruction under extreme sensor noise; the approach depends on a pretrained video diffusion backbone and nontrivial fine-tuning compute. In short, use LongE2V when perceptual fidelity and temporal coherence across long sequences matter more than minimal latency or purely deterministic outputs.

Information

  • Websitearxiv.org
  • OrganizationsNational Yang Ming Chiao Tung UniversityTaiwan
  • AuthorsCheng-De Fan, Chun-Wei Tuan Mu, Chen-Wei Chang, Chin-Yang Lin, Kun-Ru Wu, Yu-Chee Tseng, Yu-Lun Liu
  • Published date2026/07/09

More Items

Generates enterable omnimodal world-model rollouts that follow continuous 6-DoF camera control while jointly producing 720p video, environmental sound, music and speech. Uses dataset-level motion calibration, a specialized data engine, progressive training and autoregressive post-training to support long-horizon first- and third-person interaction.

Continues a live or ongoing video stream while applying user-specified edits on the fly using a lightweight edit-ignition adapter. The adapter injects edits only in chunks where requests arrive and uses history cross-attention and temporal causal self-attention to preserve continuity and stability for unbounded streaming edits.

Benchmarks assistant-style, multi-turn interaction for omni-modal LLMs on real-time video by reverse-engineering Internet clips into guided multi-turn interactions. It provides predefined priors and segment-level constraints so models must follow exact routes while being evaluated on answer correctness, timing, visual-prompt handling, and context retention.