Papers › Uncertainty-Aware Source-Free Adaptive Image Super-Resolution with Wavelet...

Uncertainty-Aware Source-Free Adaptive Image Super-Resolution with Wavelet Augmentation Transformer

31 Mar 2023CVPR 2024 1arXiv:2303.17783archive 2025-07-28

Yuang Ai, Xiaoqiang Zhou, Huaibo Huang, Lei Zhang, Ran He

Unsupervised Domain Adaptation (UDA) can effectively address domain gap issues in real-world image Super-Resolution (SR) by accessing both the source and target data. Considering privacy policies or transmission restrictions of source data in practical scenarios, we propose a SOurce-free Domain Adaptation framework for image SR (SODA-SR) to address this issue, i.e., adapt a source-trained model to a target domain with only unlabeled target data. SODA-SR leverages the source-trained model to generate refined pseudo-labels for teacher-student learning. To better utilize pseudo-labels, we propose a novel wavelet-based augmentation method, named Wavelet Augmentation Transformer (WAT), which can be flexibly incorporated with existing networks, to implicitly produce useful augmented data. WAT learns low-frequency information of varying levels across diverse samples, which is aggregated efficiently via deformable attention. Furthermore, an uncertainty-aware self-training mechanism is proposed to improve the accuracy of pseudo-labels, with inaccurate predictions being rectified by uncertainty estimation. To acquire better SR results and avoid overfitting pseudo-labels, several regularization losses are proposed to constrain target LR and SR images in the frequency domain. Experiments show that without accessing source data, SODA-SR outperforms state-of-the-art UDA methods in both synthetic→real and real→real adaptation settings, and is not constrained by specific network architectures.

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

Code

Syntology Ran 6 of 12 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

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

shallowdream204/SODA-SR officialmentioned 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

12 samples harvested; 6 ran; 2 honoured the contract we drafted; 6 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 · honoured contract
2ran · our draft was wrong
1ran · fixture could not drive it
1ran
6unverified

Licence: 0 of the 12 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 shallowdream204/SODA-SR. “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.

window_partition shallowdream204/SODA-SR/models/network_soda.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 144d10b49baeb8a6 · report
conv shallowdream204/SODA-SR/models/basicblock.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 0bb3503f833a6f8e · report
create_window shallowdream204/SODA-SR/models/loss_ssim.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 6154e3744ece5728 · report
gaussian shallowdream204/SODA-SR/models/loss_ssim.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · c56b7ef16f309a45 · report
upsample_pixelshuffle shallowdream204/SODA-SR/models/basicblock.py official repository ran Apache-2.0 (permissive) · 1e826b826044c581 · report
window_reverse shallowdream204/SODA-SR/models/network_soda.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 61bf152e6a42a184 · report
g_path_regularize shallowdream204/SODA-SR/models/loss.py official repository unverified Apache-2.0 (permissive) · d290bf91cc78c038 · report
get_valid_ratio shallowdream204/SODA-SR/models/network_soda.py official repository unverified Apache-2.0 (permissive) · fe4acbd5f88b4231 · report
gradient_penalty_loss shallowdream204/SODA-SR/models/loss.py official repository unverified Apache-2.0 (permissive) · 370bd3c6bf3bd496 · report
pixel_unshuffle shallowdream204/SODA-SR/models/basicblock.py official repository unverified Apache-2.0 (permissive) · e84da58ba9736585 · report
r1_penalty shallowdream204/SODA-SR/models/loss.py official repository unverified Apache-2.0 (permissive) · 7dfb6088a1ae2d27 · report
ssim shallowdream204/SODA-SR/models/loss_ssim.py official repository unverified Apache-2.0 (permissive) · 9151c793f90473f0 · report

Tasks

Domain AdaptationImage Super-ResolutionSource-Free Domain AdaptationSuper-ResolutionUnsupervised Domain Adaptation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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