paper-with-me

Papers

Contribution-based Low-Rank Adaptation with Pre-training Model for Real Image Restoration

2024-08-02 · Donwon Park, Hayeon Kim, Se Young Chun

Recently, pre-trained model and efficient parameter tuning have achieved remarkable success in natural language processing and high-level computer vision with the aid of masked modeling and prompt tuning. In low-level computer vision, however, there have been limited investigations on pre-trained models and even efficient fine-tuning strategy has not yet been explored despite its importance and benefit in various real-world tasks such as alleviating memory inflation issue when integrating new tasks on AI edge devices. Here, we propose a novel efficient parameter tuning approach dubbed contribution-based low-rank adaptation (CoLoRA) for multiple image restorations along with effective pre-training method with random order degradations (PROD). Unlike prior arts that tune all network parameters, our CoLoRA effectively fine-tunes small amount of parameters by leveraging LoRA (low-rank adaptation) for each new vision task with our contribution-based method to adaptively determine layer by layer capacity for that task to yield comparable performance to full tuning. Furthermore, our PROD strategy allows to extend the capability of pre-trained models with improved performance as well as robustness to bridge synthetic pre-training and real-world fine-tuning. Our CoLoRA with PROD has demonstrated its superior performance in various image restoration tasks across diverse degradation types on both synthetic and real-world datasets for known and novel tasks.

📄 PDF Abstract BibTeX arXiv:2408.01099

Code (0)

등록된 구현이 없습니다.

Tasks

Image Restoration

Similar Papers 제목 키워드 기반

Towards Adapting ImageNet to Reality: Scalable Domain Adaptation with Implicit Low-rank Transformations

2013-08-20 · Erik Rodner, Judy Hoffman, Jeff Donahue, Trevor Darrell 외

Images seen during test time are often not from the same distribution as images used for learning. This problem, known as domain shift, occurs when training classifiers from object-centric internet image databases and tr…

Domain AdaptationScene Understanding

Preventing Rank Collapse in Federated Low-Rank Adaptation with Client Heterogeneity

2026-02-13 · Fei Wu, Jia Hu, Geyong Min, Shiqiang Wang arxiv

Federated low-rank adaptation (FedLoRA) has facilitated communication-efficient and privacy-preserving fine-tuning of foundation models for downstream tasks. In practical federated learning scenarios, client heterogeneit…

Federated Learning

GLoRIA: Gated Low-Rank Interpretable Adaptation for Dialectal ASR

2026-03-02 · Pouya Mehralian, Melissa Farasyn, Anne Breitbarth, Anne-Sophie Ghyselen 외 arxiv

Automatic Speech Recognition (ASR) in dialect-heavy settings remains challenging due to strong regional variation and limited labeled data. We propose GLoRIA, a parameter-efficient adaptation framework that leverages met…

Speech Recognition

Dynamic Low-Rank Instance Adaptation for Universal Neural Image Compression

2023-08-15 · Yue Lv, Jinxi Xiang, Jun Zhang, Wenming Yang 외

The latest advancements in neural image compression show great potential in surpassing the rate-distortion performance of conventional standard codecs. Nevertheless, there exists an indelible domain gap between the datas…

DecoderImage Compression

Test-time Adaptation for Real Image Denoising via Meta-transfer Learning

2022-07-05 · Agus Gunawan, Muhammad Adi Nugroho, Se Jin Park

In recent years, a ton of research has been conducted on real image denoising tasks. However, the efforts are more focused on improving real image denoising through creating a better network architecture. We explore a di…

Auxiliary LearningDenoisingImage DenoisingMeta-Learning+2