SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2408.13459 · 2024

Rethinking Video Deblurring with Wavelet-Aware Dynamic Transformer and Diffusion Model

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 6 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
chen-rao/vd-diff canonical 3 of 6
FunctionStatusWhere it lives
get_position_from_periods Ran chen-rao/vd-diff/basicsr/models/lr_scheduler.py
code served (permissive licence) · get_code("cd569444547de84f")
to_3d Ran chen-rao/vd-diff/basicsr/archs/ChanDynamic_GMLP.py
code served (permissive licence) · get_code("82a15cc1e46f7e4d")
to_4d Ran chen-rao/vd-diff/basicsr/archs/ChanDynamic_GMLP.py
code served (permissive licence) · get_code("b20f2a5df739a59e")
reduce_loss Not yet run chen-rao/vd-diff/basicsr/losses/loss_util.py
code served (permissive licence) · get_code("a648a03a952822c0")
weight_reduce_loss Not yet run chen-rao/vd-diff/basicsr/losses/loss_util.py
code served (permissive licence) · get_code("1ba39317ea81871a")
weighted_loss Not yet run chen-rao/vd-diff/basicsr/losses/loss_util.py
code served (permissive licence) · get_code("cf63f8afc13f62a7")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Current video deblurring methods have limitations in recovering high-frequency information since the regression losses are conservative with high-frequency details. Since Diffusion Models (DMs) have strong capabilities in generating high-frequency details, we consider introducing DMs into the video deblurring task. However, we found that directly applying DMs to the video deblurring task has the following problems: (1) DMs require many iteration steps to generate videos from Gaussian noise, which consumes many computational resources. (2) DMs are easily misled by the blurry artifacts in the video, resulting in irrational content and distortion of the deblurred video. To address the above issues, we propose a novel video deblurring framework VD-Diff that integrates the diffusion model into the Wavelet-Aware Dynamic Transformer (WADT). Specifically, we perform the diffusion model in a highly compact latent space to generate prior features containing high-frequency information that conforms to the ground truth distribution. We design the WADT to preserve and recover the low-frequency information in the video while utilizing the high-frequency information generated by the diffusion model. Extensive experiments show that our proposed VD-Diff outperforms SOTA methods on GoPro, DVD, BSD, and Real-World Video datasets.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2408.13459")
get_code_for_paper("2408.13459")
have("2408.13459")

Connect an agent — have() is free.