DESSERT: Diffusion-based Event-driven Single-frame Synthesis via Residual Training
Jiyun Kong, Jun-Hyuk Kim, Jong-Seok Lee
TL;DR
DESSERT tackles the challenge of predicting future video frames by leveraging asynchronous event data and a pre-trained diffusion prior. It introduces a two-stage training pipeline: an ER-VAE that aligns event representations with inter-frame residual latents, and an event-conditioned diffusion model that denoises these residual latents to synthesize the next frame, guided by both image and event signals. The Diverse-Length Temporal augmentation further improves robustness to varying motion scales. Empirical results on real and synthetic datasets demonstrate sharper, more temporally coherent frame synthesis with state-of-the-art quantitative scores and favorable qualitative comparisons, albeit with higher inference cost due to diffusion steps. The work highlights the potential of residual-centric diffusion conditioning for event-based video synthesis and points to future directions in efficiency and multi-frame generation.
Abstract
Video frame prediction extrapolates future frames from previous frames, but suffers from prediction errors in dynamic scenes due to the lack of information about the next frame. Event cameras address this limitation by capturing per-pixel brightness changes asynchronously with high temporal resolution. Prior research on event-based video frame prediction has leveraged motion information from event data, often by predicting event-based optical flow and reconstructing frames via pixel warping. However, such approaches introduce holes and blurring when pixel displacement is inaccurate. To overcome this limitation, we propose DESSERT, a diffusion-based event-driven single-frame synthesis framework via residual training. Leveraging a pre-trained Stable Diffusion model, our method is trained on inter-frame residuals to ensure temporal consistency. The training pipeline consists of two stages: (1) an Event-to-Residual Alignment Variational Autoencoder (ER-VAE) that aligns the event frame between anchor and target frames with the corresponding residual, and (2) a diffusion model that denoises the residual latent conditioned on event data. Furthermore, we introduce Diverse-Length Temporal (DLT) augmentation, which improves robustness by training on frame segments of varying temporal lengths. Experimental results demonstrate that our method outperforms existing event-based reconstruction, image-based video frame prediction, event-based video frame prediction, and one-sided event-based video frame interpolation methods, producing sharper and more temporally consistent frame synthesis.
