← Latest papers
⚡ electrical engineering

EvBS: Event-guided Blur Synthesis for Domain-adaptive Motion Deblurring

The paper proposes EvBS, an event-guided blur synthesis framework that leverages the high temporal resolution of event cameras to decouple motion from visual content, enabling the generation of diverse training pairs for effective domain adaptation in motion deblurring.

Original authors: Junsik Jung, Seokryun Choi, Yoonki Cho, Woo Jae Kim, Andrew Jeong, Sung-Eui Yoon

Published 2026-08-11
📖 6 min read🧠 Deep dive

Original authors: Junsik Jung, Seokryun Choi, Yoonki Cho, Woo Jae Kim, Andrew Jeong, Sung-Eui Yoon

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 are trying to take a perfect photo of a hummingbird in flight. If your camera is a bit slow, the bird comes out as a fuzzy smear. This is the world of motion deblurring: a branch of computer vision where scientists teach computers to "un-smear" blurry images and restore the sharp details hidden inside. For years, the best way to do this has been to show computers thousands of examples of blurry and sharp pictures, letting them learn the pattern. But here's the catch: a computer that learns to un-blur a photo taken in a sunny park might get completely confused when asked to un-blur a photo taken in a rainy city street. The "blur" looks different in different places, a problem scientists call a "domain shift." It's like teaching someone to drive on dry pavement and then expecting them to handle a snowstorm without any extra practice.

To solve this, researchers have started using a special kind of camera called an "event camera." Unlike normal cameras that take a picture every fraction of a second, event cameras are like hyper-sensitive ears that only "hear" when something moves. They don't see the whole picture; they just record tiny, rapid changes in light, creating a stream of data that tells the computer exactly how things moved, even if the image itself is a mess. This paper, titled "EvBS," asks a clever question: If we can separate the movement from the picture using these event cameras, can we use that separation to teach our blurry-photo-fixing computers how to handle new, real-world situations they've never seen before?

The Problem: The "Baked-In" Blur

The authors point out a major headache in current technology. In a normal video, the blur and the object are "baked" together. If you see a blurry car, the blur is caused by the car moving. You can't easily take that blur off the car and put it on a tree to see how the tree would look if it were moving that fast. Previous methods tried to fix this by finding a sharp patch in a blurry video and re-blurring it, but they were stuck in a loop: they could only use the movement that was already attached to that specific patch. It was like trying to learn how to dance by only practicing the steps you already know, rather than trying new moves.

The Solution: The "Motion Swap" Trick

The team behind EvBS (Event-guided Blur Synthesis) came up with a way to break this loop. They treat the "movement" and the "object" as two separate ingredients. Think of it like a cooking show where you have a chef (the object) and a sauce (the motion). Usually, the chef is stuck with the sauce they are currently wearing. EvBS uses the event camera data to wash the sauce off one chef and spray it onto a different chef.

Here is how they do it, step-by-step:

  1. The Detective Work (Dual Source Extractor): First, the system scans a blurry video from the real world (the "target domain"). It acts like a detective, looking for two things:

    • Sharp Content: Areas that are still clear enough to see what the object is (like a sharp face or a clear sign).
    • Motion Sources: Areas that are very blurry but show clear movement patterns (like a fast-moving car or a swinging arm).
      The system uses the event camera data to figure out where the movement is happening, even if the picture is fuzzy.
  2. The Two Strategies (Blur Synthesis): Once the system has its ingredients, it uses two different recipes to create new training data:

    • Intrinsic Blur (The "Selfie" Method): It takes a sharp object and blurs it using its own natural movement. If a person is walking, it blurs them as if they are walking. This is the standard way, but it's still useful.
    • Extrinsic Blur (The "Body Swap" Method): This is the magic part. The system takes a sharp object (like a static tree) and forces it to move using the motion pattern of a completely different object (like a speeding car). It's like taking a photo of a tree and digitally painting the blur of a race car onto it. Because the event camera data separates the movement from the object, the computer can do this swap without getting confused.
  3. The New Training Class: By mixing and matching these "selfie" blurs and "body swap" blurs, the system creates a massive, diverse library of training examples. It's no longer just learning from the few blurry things it found in the video; it's learning from every possible combination of objects and movements available in that environment.

The Results: Sharper Than Ever

The researchers tested this new framework on several different computer models, including those that only look at normal pictures and those that use event cameras. They took models that had been trained on standard datasets and "fine-tuned" them using the new, diverse data EvBS created.

The results were impressive. On a dataset called EVRB, the models improved their clarity scores (measured in PSNR) by about 2.24 dB. On another dataset called REVD, they improved by 2.35 dB, and on the HighREV datasets, the gains went up to 2.63 dB. To put that in perspective, in the world of image processing, even a tiny fraction of a dB is a big deal; a gain of over 2 dB is a massive leap forward.

When they compared EvBS to other recent methods that try to adapt models to new environments, EvBS consistently came out on top. For example, on the NAFNet model, EvBS beat the next best method by 1.01 dB. The visual results showed that the models could restore fine details—like the texture of a leaf or the edge of a building—that other methods left fuzzy.

Why This Matters

The paper doesn't just claim this works; they proved it by running extensive experiments and even testing what happens if you remove certain parts of their system. When they tried to swap motions randomly (without checking if the directions matched), the performance actually got worse than the original model. This confirmed that their specific method of matching the direction of movement was crucial. They also showed that using their special "event-guided" data (FEDA) was better than just using standard motion maps, because it captured the intensity of the movement, not just the direction.

In short, EvBS suggests that by using event cameras to untangle movement from objects, we can teach computers to be much more flexible. Instead of being stuck with the blurry patterns they learned in the lab, they can now adapt to the messy, unpredictable blur of the real world, making them much more reliable for things like self-driving cars or robotics, where seeing clearly in a blur can be a matter of safety.

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 →