Papers › Domain-adaptive Video Deblurring via Test-time Blurring

Domain-adaptive Video Deblurring via Test-time Blurring

12 Jul 2024arXiv:2407.09059archive 2025-07-28

Jin-Ting He, Fu-Jen Tsai, Jia-Hao Wu, Yan-Tsung Peng, Chung-Chi Tsai, Chia-Wen Lin, Yen-Yu Lin

Dynamic scene video deblurring aims to remove undesirable blurry artifacts captured during the exposure process. Although previous video deblurring methods have achieved impressive results, they suffer from significant performance drops due to the domain gap between training and testing videos, especially for those captured in real-world scenarios. To address this issue, we propose a domain adaptation scheme based on a blurring model to achieve test-time fine-tuning for deblurring models in unseen domains. Since blurred and sharp pairs are unavailable for fine-tuning during inference, our scheme can generate domain-adaptive training pairs to calibrate a deblurring model for the target domain. First, a Relative Sharpness Detection Module is proposed to identify relatively sharp regions from the blurry input images and regard them as pseudo-sharp images. Next, we utilize a blurring model to produce blurred images based on the pseudo-sharp images extracted during testing. To synthesize blurred images in compliance with the target data distribution, we propose a Domain-adaptive Blur Condition Generation Module to create domain-specific blur conditions for the blurring model. Finally, the generated pseudo-sharp and blurred pairs are used to fine-tune a deblurring model for better performance. Extensive experimental results demonstrate that our approach can significantly improve state-of-the-art video deblurring methods, providing performance gains of up to 7.54dB on various real-world video deblurring datasets. The source code is available at https://github.com/Jin-Ting-He/DADeblur.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2407.09059")

Code

Syntology Ran 22 of 24 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 18 ran with no contract checked.

By repository: official repository: 24 samples from 1 repository, 22 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jin-ting-he/dadeblur officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 22 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
18ran
2unverified

Licence: 24 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Jin-Ting-He/DADeblur. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AFF Jin-Ting-He/DADeblur/BlurringModel/ID_Blau/models/Reblur_Model.py official repository ran no licence file found · pointer only · 6e34527b61ff4276 · report
AdainResidualBlock Jin-Ting-He/DADeblur/BlurringModel/ID_Blau/models/Reblur_Model.py official repository ran no licence file found · pointer only · 9433df75233a9c3e · report
BasicConv Jin-Ting-He/DADeblur/BlurringModel/ID_Blau/models/Reblur_Model.py official repository ran fingerprinted no licence file found · pointer only · bea5cad145cb5352 · report
BlurEmbedding Jin-Ting-He/DADeblur/BlurringModel/ID_Blau/models/Reblur_Model.py official repository ran fingerprinted no licence file found · pointer only · a1ae8074fd031741 · report
Decoder Jin-Ting-He/DADeblur/BlurringModel/ID_Blau/models/Reblur_Model.py official repository ran no licence file found · pointer only · 7be037f96afa4569 · report
Encoder Jin-Ting-He/DADeblur/BlurringModel/ID_Blau/models/Reblur_Model.py official repository ran fingerprinted no licence file found · pointer only · 211057fc4dab74a7 · report
calc_psnr jin-ting-he/dadeblur/BlurringModel/ID_Blau/utils.py official repository ran fingerprinted no licence file found · pointer only · ddf62c53e7594fc1 · report
calc_ssim jin-ting-he/dadeblur/DeblurringModel/ESTRNN/deblur_inference.py official repository ran no licence file found · pointer only · 9072f9b136f81f59 · report
conv1x1 jin-ting-he/dadeblur/DeblurringModel/ESTRNN/arches.py official repository ran · our draft was wrong no licence file found · pointer only · 9bed061f167dd318 · report
conv3x3 jin-ting-he/dadeblur/DeblurringModel/ESTRNN/arches.py official repository ran · our draft was wrong no licence file found · pointer only · f3d374db4177f20c · report
conv5x5 jin-ting-he/dadeblur/DeblurringModel/ESTRNN/arches.py official repository ran · our draft was wrong no licence file found · pointer only · 05b9fb4be8292106 · report
count_parameters jin-ting-he/dadeblur/BlurringModel/ID_Blau/utils.py official repository ran · honoured contract no licence file found · pointer only · f6b944f50d3f15ae · report
feed jin-ting-he/dadeblur/DeblurringModel/ESTRNN/model.py official repository ran no licence file found · pointer only · ea472692c3b00532 · report
flow_to_image jin-ting-he/dadeblur/BlurringModel/ID_Blau/flow_viz.py official repository ran no licence file found · pointer only · 8fb73d047ce15fe1 · report
flow_uv_to_colors jin-ting-he/dadeblur/BlurringModel/ID_Blau/flow_viz.py official repository ran no licence file found · pointer only · ae9446901af6b9a8 · report
generate_neighbors_filenames jin-ting-he/dadeblur/DeblurringModel/ESTRNN/video_dataloader.py official repository ran no licence file found · pointer only · f6b711d23aa21b5d · report
generate_neighbors_filenames_RealBlur jin-ting-he/dadeblur/DeblurringModel/ESTRNN/video_dataloader.py official repository ran no licence file found · pointer only · e65dd7dd5a762dac · report
get_sharp_region jin-ting-he/dadeblur/RSDM/utils.py official repository ran no licence file found · pointer only · 44a0b2c5424035ee · report
isInside jin-ting-he/dadeblur/RSDM/utils.py official repository ran no licence file found · pointer only · 7417989708df1b9f · report
refining_region jin-ting-he/dadeblur/RSDM/utils.py official repository ran no licence file found · pointer only · c336bfd623cef04d · report
rotation_matrix jin-ting-he/dadeblur/DeblurringModel/ESTRNN/video_dataloader.py official repository ran fingerprinted no licence file found · pointer only · 5beb9d036d78e9aa · report
tensor2cv jin-ting-he/dadeblur/BlurringModel/ID_Blau/utils.py official repository ran no licence file found · pointer only · 90a8591a31d53d23 · report
Reblur_Model Jin-Ting-He/DADeblur/BlurringModel/ID_Blau/models/Reblur_Model.py official repository unverified no licence file found · pointer only · 117ced5e8c6fcff0 · report
extract jin-ting-he/dadeblur/BlurringModel/ID_Blau/diffusion_network.py official repository unverified no licence file found · pointer only · 09c8479d9a5b3e06 · report

Tasks

DeblurringDomain AdaptationVideo Deblurring

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections