Papers › DOVE: Efficient One-Step Diffusion Model for Real-World Video Super-Resolution

DOVE: Efficient One-Step Diffusion Model for Real-World Video Super-Resolution

22 May 2025arXiv:2505.16239archive 2025-07-28

Zheng Chen, Zichen Zou, Kewei Zhang, Xiongfei Su, Xin Yuan, Yong Guo, Yulun Zhang

Diffusion models have demonstrated promising performance in real-world video super-resolution (VSR). However, the dozens of sampling steps they require, make inference extremely slow. Sampling acceleration techniques, particularly single-step, provide a potential solution. Nonetheless, achieving one step in VSR remains challenging, due to the high training overhead on video data and stringent fidelity demands. To tackle the above issues, we propose DOVE, an efficient one-step diffusion model for real-world VSR. DOVE is obtained by fine-tuning a pretrained video diffusion model (*i.e.*, CogVideoX). To effectively train DOVE, we introduce the latent-pixel training strategy. The strategy employs a two-stage scheme to gradually adapt the model to the video super-resolution task. Meanwhile, we design a video processing pipeline to construct a high-quality dataset tailored for VSR, termed HQ-VSR. Fine-tuning on this dataset further enhances the restoration capability of DOVE. Extensive experiments show that DOVE exhibits comparable or superior performance to multi-step diffusion-based VSR methods. It also offers outstanding inference efficiency, achieving up to a **28×** speed-up over existing methods such as MGLD-VSR. Code is available at: https://github.com/zhengchen1999/DOVE.

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="2505.16239")

Code

Syntology Ran 2 of 13 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 2 ran with no contract checked.

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

zhengchen1999/dove officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

13 samples harvested; 2 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.

2ran
11unverified

Licence: 0 of the 13 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 zhengchen1999/DOVE. “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.

load_prompts zhengchen1999/DOVE/finetune/datasets/utils.py official repository ran Apache-2.0 (permissive) · fad222ebf1926ea1 · report
load_videos zhengchen1999/DOVE/finetune/datasets/utils.py official repository ran Apache-2.0 (permissive) · 2fb1df079657be8e · report
bivariate_gaussian zhengchen1999/DOVE/finetune/datasets/blur_kernels.py official repository unverified Apache-2.0 (permissive) · 1157ad5c10a29e03 · report
calculate_gaussian_pdf zhengchen1999/DOVE/finetune/datasets/blur_kernels.py official repository unverified Apache-2.0 (permissive) · 0546f36a30c80ff7 · report
crop_border zhengchen1999/DOVE/eval_metrics.py official repository unverified Apache-2.0 (permissive) · 5ca3bf0ba45f1fc5 · report
get_rotated_sigma_matrix zhengchen1999/DOVE/finetune/datasets/blur_kernels.py official repository unverified Apache-2.0 (permissive) · 81b9c3c9856eb520 · report
is_video_file zhengchen1999/DOVE/eval_metrics.py official repository unverified Apache-2.0 (permissive) · 75c8eb0a2125a98c · report
load_videos_with_root zhengchen1999/DOVE/finetune/datasets/utils.py official repository unverified Apache-2.0 (permissive) · 412d21f84b9d648d · report
no_grad zhengchen1999/DOVE/inference_script.py official repository unverified Apache-2.0 (permissive) · 26fe8087487f833a · report
pad_if_odd zhengchen1999/DOVE/finetune/datasets/degradation.py official repository unverified Apache-2.0 (permissive) · 2d41df23c01e89f6 · report
read_video_frames zhengchen1999/DOVE/inference_script.py official repository unverified Apache-2.0 (permissive) · 3fde5e5945c1a390 · report
remove_padding zhengchen1999/DOVE/finetune/datasets/degradation.py official repository unverified Apache-2.0 (permissive) · 4c36dfe2eac29393 · report
rgb_to_y zhengchen1999/DOVE/eval_metrics.py official repository unverified Apache-2.0 (permissive) · a6b6201fd5ae4166 · report

Tasks

Super-ResolutionVideo Super-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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