← Latest papers
💻 computer science

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

LongE2V is a novel framework that leverages fine-tuned video diffusion models with specialized mechanisms like autoregressive unrolling and adaptive context switching to achieve high-quality, temporally coherent event-based video reconstruction, prediction, and frame interpolation with superior generalization.

Original 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-10
📖 5 min read🧠 Deep dive

Original authors: Cheng-De Fan, Chun-Wei Tuan Mu, Chen-Wei Chang, Chin-Yang Lin, Kun-Ru Wu, Yu-Chee Tseng, Yu-Lun Liu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a super-fast, super-sensitive camera that doesn't take normal photos. Instead of capturing a full picture every second, it only snaps tiny, invisible sparks whenever something in the scene moves or changes brightness. It's like a camera that only sees the "action" but forgets the "colors" and "shapes" in between. This is an event camera.

The problem? Trying to turn those scattered sparks back into a smooth, colorful movie is like trying to rebuild a shattered vase using only a few crumbs of clay. Old methods tried to guess the missing pieces, but they usually ended up with blurry, muddy videos. Other fancy new methods tried to guess the whole future, but they quickly got confused, drifting off into a weird, colorful nightmare as the video got longer.

Enter LongE2V, a new approach by researchers at National Yang Ming Chiao Tung University. Think of LongE2V as a master chef who has already memorized millions of recipes (a pre-trained video model) and is now learning to cook using only those tiny sparks as ingredients.

The Three Magic Tricks

LongE2V doesn't just do one thing; it tackles three different cooking challenges with the same kitchen:

  1. Reconstruction (The "Restore" Trick): You give it a stream of sparks with no starting picture. It has to guess what the scene looked like from scratch. Old chefs (like E2VID) would just guess the "average" color, resulting in a blurry mess. LongE2V, however, uses its memory of how real movies look to paint sharp, high-definition textures, recovering details that seemed lost forever.
  2. Prediction (The "Future" Trick): You give it one starting photo and a stream of sparks, and ask, "What happens next?" If you ask a standard AI to predict a long movie, it usually starts making things up, drifting away from reality until the colors are wrong and the shapes are melting. LongE2V uses a special "step-by-step" strategy. It checks its own work constantly, like a driver checking the rearview mirror, to make sure it doesn't drift off the road. It can generate long sequences without losing its mind.
  3. Frame Interpolation (The "Fill-in" Trick): You give it a start photo and an end photo, and ask it to fill in the middle. Imagine a car zooming past; you have the photo of it entering the frame and leaving, but you need the blurry middle. Old methods would just smear the car, creating a ghostly double-image. LongE2V acts like a time-traveling editor, looking at the sparks moving forward and backward, then snapping them perfectly together to create a smooth, ghost-free motion.

How It Avoids the "Drift"

The biggest enemy in making long videos is drift. Imagine you are trying to draw a long line by looking at your own drawing of the previous step. If you make a tiny mistake in step one, your brain tries to correct it in step two, but that correction makes a new mistake in step three. Soon, your line is a zigzag mess.

LongE2V solves this with two clever tricks:

  • Autoregressive Unrolling: Instead of just learning from perfect examples, the model practices by trying to predict its own mistakes. It learns to fix the errors it makes while generating, so it gets better at staying on track over long periods.
  • Adaptive Context Switching: Sometimes, the model gets too attached to its old memories (the start of the video) and ignores the new sparks. LongE2V has a "reality check." It calculates how much the current scene still cares about the past. If the connection gets too weak, it smartly switches its focus to the immediate past, preventing the video from drifting into nonsense.

The "Zero-Shot" Surprise

Here is the most playful part: The researchers trained LongE2V only on reconstruction and prediction tasks. They never explicitly taught it how to do frame interpolation. Yet, when they handed it a start and end frame, it figured out how to fill in the middle on its own, without any extra training. It's like teaching a dog to fetch a ball, and then watching it figure out how to catch a frisbee just by watching you throw it. This is called zero-shot adaptation, and it means the model is incredibly flexible.

What It Can't Do (The Limits)

The paper is honest about where the magic stops. If the input sparks are too sparse (like trying to rebuild a house with only two bricks), the video quality drops. Also, if the camera has "hot pixels" (tiny, noisy dots that are always on), the model might accidentally preserve those noise dots in the final video, making them look like permanent scars on the image.

The Proof

The team tested LongE2V on real-world datasets like ECD, MVSEC, and HQF. The results were measured using strict math scores (PSNR, SSIM, and LPIPS). In the Reconstruction task, LongE2V beat the best previous methods on all three datasets, achieving a top LPIPS score of 0.139 on the ECD dataset (where lower is better). In Prediction, it crushed the competition, scoring 24.40 PSNR on ECD compared to the next best's 20.33.

For Frame Interpolation, they tested it on the BS-ERGB and HQF datasets. Even though it wasn't trained for this, it beat specialized "interpolation-only" experts, achieving an LPIPS of 0.124 on BS-ERGB, proving it handles complex motion and fine details (like readable text) much better than the old ways.

In short, LongE2V is a versatile, high-fidelity engine that turns the chaotic sparks of event cameras into smooth, stable, and surprisingly long movies, all while keeping its cool and not drifting away into the void.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →