Paper Overview
Research Area: Computer Vision (CV) Authors: Cheng-De Fan, Chun-Wei Tuan Mu, Chen-Wei Chang, Chin-Yang Lin, Kun-Ru Wu, Yu-Chee Tseng, Yu-Lun Liu Published: 2026-07-09 arXiv: 2607.08770
Original Abstract
Recovering high-quality video from sparse event streams is a challenging task. Regression methods often blur textures, while existing generative models struggle with long-term stability. We propose LongE2V, a novel approach that leverages pre-trained video diffusion priors to jointly handle event-based video reconstruction, prediction, and frame interpolation.
By fine-tuning a foundational video model, our approach achieves high data efficiency and superior perceptual quality. We introduce Autoregressive Unrolling and Adaptive Context Switching to mitigate temporal drift in extremely long sequences. We also propose Reencoding Alignment with Cross Residual Correction to ensure precise bidirectional consistency during frame interpolation. Furthermore, Event Voxel Density Augmentation ensures robustness across varying sensor resolutions.
Extensive experiments on real-world benchmarks demonstrate that LongE2V outperforms state-of-the-art methods across all three tasks, exhibiting superior temporal consistency and zero-shot generalization.
Key Techniques
- Autoregressive Unrolling & Adaptive Context Switching: reduces temporal drift over extremely long sequences
- Reencoding Alignment + Cross Residual Correction: precise bidirectional consistency for frame interpolation
- Event Voxel Density Augmentation: robust to different sensor resolutions
- Built on a fine-tuned foundational video diffusion model for data-efficient training
- arXiv: https://arxiv.org/abs/2607.08770
- Project page: https://cdfan0627.github.io/LongE2V-page/