Table of Contents
Fetching ...

Restoring Real-World Degraded Events Improves Deblurring Quality

Yeqing Shen, Shang Li, Kun Song

TL;DR

This work targets the degradation of real-world DVS events that impair event-guided deblurring. It introduces RDNet, a two-stage framework where degradation-aware event restoration precedes deblurring, leveraging undegraded-event supervision and image guidance; the second stage fuses restored high-temporal-resolution events with blurred frames to recover sharp images. A central contribution is the DavisMCR dataset, which provides varied illumination and contrast degradation to rigorously evaluate deblurring methods on real-world events. Empirically, RDNet outperforms classical denoising and state-of-the-art methods on GOPRO, REBlur, and DavisMCR, demonstrating the practical value of restoration-guided, event-based deblurring for real-world scenarios.

Abstract

Due to its high speed and low latency, DVS is frequently employed in motion deblurring. Ideally, high-quality events would adeptly capture intricate motion information. However, real-world events are generally degraded, thereby introducing significant artifacts into the deblurred results. In response to this challenge, we model the degradation of events and propose RDNet to improve the quality of image deblurring. Specifically, we first analyze the mechanisms underlying degradation and simulate paired events based on that. These paired events are then fed into the first stage of the RDNet for training the restoration model. The events restored in this stage serve as a guide for the second-stage deblurring process. To better assess the deblurring performance of different methods on real-world degraded events, we present a new real-world dataset named DavisMCR. This dataset incorporates events with diverse degradation levels, collected by manipulating environmental brightness and target object contrast. Our experiments are conducted on synthetic datasets (GOPRO), real-world datasets (REBlur), and the proposed dataset (DavisMCR). The results demonstrate that RDNet outperforms classical event denoising methods in event restoration. Furthermore, RDNet exhibits better performance in deblurring tasks compared to state-of-the-art methods. DavisMCR are available at https://github.com/Yeeesir/DVS_RDNet.

Restoring Real-World Degraded Events Improves Deblurring Quality

TL;DR

This work targets the degradation of real-world DVS events that impair event-guided deblurring. It introduces RDNet, a two-stage framework where degradation-aware event restoration precedes deblurring, leveraging undegraded-event supervision and image guidance; the second stage fuses restored high-temporal-resolution events with blurred frames to recover sharp images. A central contribution is the DavisMCR dataset, which provides varied illumination and contrast degradation to rigorously evaluate deblurring methods on real-world events. Empirically, RDNet outperforms classical denoising and state-of-the-art methods on GOPRO, REBlur, and DavisMCR, demonstrating the practical value of restoration-guided, event-based deblurring for real-world scenarios.

Abstract

Due to its high speed and low latency, DVS is frequently employed in motion deblurring. Ideally, high-quality events would adeptly capture intricate motion information. However, real-world events are generally degraded, thereby introducing significant artifacts into the deblurred results. In response to this challenge, we model the degradation of events and propose RDNet to improve the quality of image deblurring. Specifically, we first analyze the mechanisms underlying degradation and simulate paired events based on that. These paired events are then fed into the first stage of the RDNet for training the restoration model. The events restored in this stage serve as a guide for the second-stage deblurring process. To better assess the deblurring performance of different methods on real-world degraded events, we present a new real-world dataset named DavisMCR. This dataset incorporates events with diverse degradation levels, collected by manipulating environmental brightness and target object contrast. Our experiments are conducted on synthetic datasets (GOPRO), real-world datasets (REBlur), and the proposed dataset (DavisMCR). The results demonstrate that RDNet outperforms classical event denoising methods in event restoration. Furthermore, RDNet exhibits better performance in deblurring tasks compared to state-of-the-art methods. DavisMCR are available at https://github.com/Yeeesir/DVS_RDNet.
Paper Structure (29 sections, 11 equations, 14 figures, 3 tables)

This paper contains 29 sections, 11 equations, 14 figures, 3 tables.

Figures (14)

  • Figure 1: The event degradation process and the pipeline of RDNet. The red region (1) above illustrates the event degradation process for constructing paired data of undegraded $E_{u}$ and degraded events $E_{d}$. (a) illustrates how threshold bias introduces differences in events. (b) represents how limited bandwidth leads to event loss. (c) provides visualization of simulated circuit noise. The yellow region (2) below is the first-stage event restoration. Degraded events $E_{d}$ and blurry image $I_{b}$ are fed into dual-branch encoders, and a single-branch event decoder generates the restored event $E_{r}$. The ground-truth is undegraded event $E_{u}$, and the loss is $L_{er}$. The green region (3) below is the second-stage event-based deblurring. Restored event $E_{r}$ and blurry image $I_{b}$ are fed into dual-branch encoders, and a single-branch image decoder generates the deblurred image $I_{d}$. The ground-truth is sharp images $I_{s}$, and the loss is $L_{d}$.
  • Figure 2: The innovation of DavisMCR dataset. (a) represents the control group, capturing a normal contrast text motion scene under the illumination of lux=800. The events exhibit clear textures with minimal noise. (b) depicts a low-contrast text motion scene, where events are relatively weak, and the edges are less defined. (c) showcases a text motion scene captured in a high-lux environment, displaying events with clear edges and minimal noise. (d) presents a text motion scene with a dark background, showing events with severe background noise. (e) illustrates a natural scene with events containing diverse forms and various intensity levels.
  • Figure 3: Comparision of restoring results on REBlur. The first column consists of input blurry images and their corresponding degraded events. The second column shows restored events obtained by SCF and the corresponding deblurred results. The third column presents restored events obtained by GEF and the corresponding deblurred results. The fourth column displays restored events obtained by the first-stage of RDNet and the corresponding deblurred results.
  • Figure 4: Results of deblurring on GOPRO dataset. (a) is the input blurry image. (b*) are the results of image-only deblurring methods. (c*) are the results of event-based deblurring methods. (d) is the ground-truth. (e) are input degraded events. (f) are restored events.
  • Figure 5: Comparision of deblurred results on REBlur. $b*$ are the results of the image-only methods. $c*$ are the results of event-based methods. $d$ is the ground-truth. The results of RDNet in $c3$ have clearer textures and fewer artifacts.
  • ...and 9 more figures