Papers › Deep Multi-scale Convolutional Neural Network for Dynamic Scene Deblurring

Deep Multi-scale Convolutional Neural Network for Dynamic Scene Deblurring

7 Dec 2016CVPR 2017 7arXiv:1612.02177archive 2025-07-28

Seungjun Nah, Tae Hyun Kim, Kyoung Mu Lee

Non-uniform blind deblurring for general dynamic scenes is a challenging computer vision problem as blurs arise not only from multiple object motions but also from camera shake, scene depth variation. To remove these complicated motion blurs, conventional energy optimization based methods rely on simple assumptions such that blur kernel is partially uniform or locally linear. Moreover, recent machine learning based methods also depend on synthetic blur datasets generated under these assumptions. This makes conventional deblurring methods fail to remove blurs where blur kernel is difficult to approximate or parameterize (e.g. object motion boundaries). In this work, we propose a multi-scale convolutional neural network that restores sharp images in an end-to-end manner where blur is caused by various sources. Together, we present multi-scale loss function that mimics conventional coarse-to-fine approaches. Furthermore, we propose a new large-scale dataset that provides pairs of realistic blurry image and the corresponding ground truth sharp image that are obtained by a high-speed camera. With the proposed model trained on this dataset, we demonstrate empirically that our method achieves the state-of-the-art performance in dynamic scene deblurring not only qualitatively, but also quantitatively.

PaperPDFConference PDFCodeCode 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="1612.02177")

Code

Syntology Ran 0 of 11 code samples harvested from 1 repository linked to this paper; 11 have no recorded run.

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

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

11 samples harvested; 0 ran; 0 honoured the contract we drafted; 11 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.

11unverified

Licence: 0 of the 11 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 SeungjunNah/DeepDeblur-PyTorch. “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.

ResNet SeungjunNah/DeepDeblur-PyTorch/src/model/structure.py official repository unverified MIT (permissive) · 17a9b6e426c0dc58 · report
build_model SeungjunNah/DeepDeblur-PyTorch/src/model/MSResNet.py official repository unverified MIT (permissive) · 10d1127a3f643335 · report
build_model SeungjunNah/DeepDeblur-PyTorch/src/model/ResNet.py official repository unverified MIT (permissive) · bf5bf2723333f402 · report
decoder SeungjunNah/DeepDeblur-PyTorch/src/model/structure.py official repository unverified MIT (permissive) · 63d5fc80979f2742 · report
default_conv SeungjunNah/DeepDeblur-PyTorch/src/model/common.py official repository unverified MIT (permissive) · 37a49bceb7355edb · report
default_norm SeungjunNah/DeepDeblur-PyTorch/src/model/common.py official repository unverified MIT (permissive) · 4e46152975c0143c · report
empty_h SeungjunNah/DeepDeblur-PyTorch/src/model/common.py official repository unverified MIT (permissive) · 4986decdbcb47823 · report
encoder SeungjunNah/DeepDeblur-PyTorch/src/model/structure.py official repository unverified MIT (permissive) · febb4c023ef09ae5 · report
int2str SeungjunNah/DeepDeblur-PyTorch/src/utils.py official repository unverified MIT (permissive) · fc6599d8dacc846a · report
setup SeungjunNah/DeepDeblur-PyTorch/src/option.py official repository unverified MIT (permissive) · 1d3b2776cacc0f66 · report
str2bool SeungjunNah/DeepDeblur-PyTorch/src/utils.py official repository unverified MIT (permissive) · 5b79c2dada2b986a · report

Tasks

DeblurringImage Deblurring

Datasets

Introduced by this paper, per the archive.

GoPro

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Deblurring GoPro Nah et al PSNR 29.08 #51 of 56 Archive leaderboard report
Deblurring GoPro Nah et al SSIM 0.9135 #51 of 56 Archive leaderboard report
Deblurring HIDE (trained on GOPRO) Nah et al PSNR (sRGB) 25.73 #26 of 26 Archive leaderboard report
Deblurring RealBlur-R (trained on GoPro) Nah et al SSIM (sRGB) 0.841 #19 of 19 Archive leaderboard report
Image Deblurring GoPro Nah et al PSNR 29.08 #50 of 55 Archive leaderboard report
Image Deblurring GoPro Nah et al SSIM 0.9135 #50 of 55 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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