paper-with-me

홈 › Papers

Dual-domain Adaptation Networks for Realistic Image Super-resolution

2025-11-21 · Chaowei Fang, Bolin Fu, De Cheng, Lechao Cheng, Guanbin Li arxiv

Realistic image super-resolution (SR) focuses on transforming real-world low-resolution (LR) images into high-resolution (HR) ones, handling more complex degradation patterns than synthetic SR tasks. This is critical for applications like surveillance, medical imaging, and consumer electronics. However, current methods struggle with limited real-world LR-HR data, impacting the learning of basic image features. Pre-trained SR models from large-scale synthetic datasets offer valuable prior knowledge, which can improve generalization, speed up training, and reduce the need for extensive real-world data in realistic SR tasks. In this paper, we introduce a novel approach, Dual-domain Adaptation Networks, which is able to efficiently adapt pre-trained image SR models from simulated to real-world datasets. To achieve this target, we first set up a spatial-domain adaptation strategy through selectively updating parameters of pre-trained models and employing the low-rank adaptation technique to adjust frozen parameters. Recognizing that image super-resolution involves recovering high-frequency components, we further integrate a frequency domain adaptation branch into the adapted model, which combines the spectral data of the input and the spatial-domain backbone's intermediate features to infer HR frequency maps, enhancing the SR result. Experimental evaluations on public realistic image SR benchmarks, including RealSR, D2CRealSR, and DRealSR, demonstrate the superiority of our proposed method over existing state-of-the-art models. Codes are available at: https://github.com/dummerchen/DAN.

📄 PDF Abstract BibTeX arXiv:2511.17217

Code (0)

등록된 구현이 없습니다.

Tasks

Image Super-ResolutionDomain Adaptation

Similar Papers 제목 키워드 기반

SHERPA: Seam-aware Harmonized ERP Adaptation for Open-Domain 360$^\circ$ Panorama Generation

2026-06-10 · Jungwoon Kang, Jaehun Kim, Yiwon Yu, Hyungyum Jang 외 arxiv

Panoramic imagery is increasingly used in world-generation, games, and simulation, where users may need not only photorealistic scenes but also stylized and non-photorealistic environments. Large-scale text-to-image diff…

Dual Moving Average Pseudo-Labeling for Source-Free Inductive Domain Adaptation

2022-12-15 · Hao Yan, Yuhong Guo

Unsupervised domain adaptation reduces the reliance on data annotation in deep learning by adapting knowledge from a source to a target domain. For privacy and efficiency concerns, source-free domain adaptation extends u…

Domain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Open-Ended Visual Question Answering by Multi-Modal Domain Adaptation

2019-11-11 · Findings of the Association for Computational Linguistics 2020 · Yiming Xu, Lin Chen, Zhongwei Cheng, Lixin Duan 외

We study the problem of visual question answering (VQA) in images by exploiting supervised domain adaptation, where there is a large amount of labeled data in the source domain but only limited labeled data in the target…

Domain AdaptationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Multi-scale Feature Alignment for Continual Learning of Unlabeled Domains

2023-02-02 · Kevin Thandiackal, Luigi Piccinelli, Pushpak Pati, Orcun Goksel

Methods for unsupervised domain adaptation (UDA) help to improve the performance of deep neural networks on unseen domains without any labeled data. Especially in medical disciplines such as histopathology, this is cruci…

Continual LearningDomain AdaptationUnsupervised Domain Adaptation

Augmentation based unsupervised domain adaptation

2022-02-23 · Mauricio Orbes-Arteaga, Thomas Varsavsky, Lauge Sorensen, Mads Nielsen 외

The insertion of deep learning in medical image analysis had lead to the development of state-of-the art strategies in several applications such a disease classification, as well as abnormality detection and segmentation…

Anomaly DetectionDomain AdaptationMedical Image AnalysisSegmentation+1