paper-with-me

홈 › Papers

Dynamic Contrastive Knowledge Distillation for Efficient Image Restoration

2024-12-12 · Yunshuai Zhou, Junbo Qiao, Jincheng Liao, Wei Li, Simiao Li, Jiao Xie, Yunhang Shen, Jie Hu, Shaohui Lin

Knowledge distillation (KD) is a valuable yet challenging approach that enhances a compact student network by learning from a high-performance but cumbersome teacher model. However, previous KD methods for image restoration overlook the state of the student during the distillation, adopting a fixed solution space that limits the capability of KD. Additionally, relying solely on L1-type loss struggles to leverage the distribution information of images. In this work, we propose a novel dynamic contrastive knowledge distillation (DCKD) framework for image restoration. Specifically, we introduce dynamic contrastive regularization to perceive the student's learning state and dynamically adjust the distilled solution space using contrastive learning. Additionally, we also propose a distribution mapping module to extract and align the pixel-level category distribution of the teacher and student models. Note that the proposed DCKD is a structure-agnostic distillation framework, which can adapt to different backbones and can be combined with methods that optimize upper-bound constraints to further enhance model performance. Extensive experiments demonstrate that DCKD significantly outperforms the state-of-the-art KD methods across various image restoration tasks and backbones.

📄 PDF Abstract BibTeX arXiv:2412.08939

Code (1)

super-SSS/DCKD 공식 구현 pytorch

Tasks

Contrastive LearningImage RestorationKnowledge Distillation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Soft Knowledge Distillation with Multi-Dimensional Cross-Net Attention for Image Restoration Models Compression

2025-01-16 · Yongheng Zhang, Danfeng Yan

Transformer-based encoder-decoder models have achieved remarkable success in image-to-image transfer tasks, particularly in image restoration. However, their high computational complexity-manifested in elevated FLOPs and…

Contrastive LearningDeblurringDecoderDenoising+3

RestoRect: Degraded Image Restoration via Latent Rectified Flow & Feature Distillation

2025-09-27 · Shourya Verma, Mengbo Wang, Nadia Atallah Lanman, Ananth Grama arxiv

Current approaches for restoration of degraded images face a trade-off: high-performance models are slow for practical use, while fast models produce poor results. Knowledge distillation transfers teacher knowledge to st…

Knowledge DistillationOutlier DetectionImage Restoration

Flow-Map Distillation on Relation Manifolds for Image Restoration

2026-08-06 · Zihao He, Songhua Liu arxiv

Knowledge distillation for image restoration typically aligns intermediate features or relation matrices between teacher and student networks as static targets, ignoring the dynamic structure of the knowledge transfer pr…

Knowledge DistillationImage Restoration

Distribution-aware Dataset Distillation for Efficient Image Restoration

2025-04-21 · Zhuoran Zheng, Xin Su, Chen Wu, Xiuyi Jia

With the exponential increase in image data, training an image restoration model is laborious. Dataset distillation is a potential solution to this problem, yet current distillation techniques are a blank canvas in the f…

4kDataset DistillationGPUImage Restoration

Decoder-Free Distillation for Quantized Image Restoration

2026-03-10 · S. M. A. Sharif, Abdur Rehman, Seongwan Kim, Jaeho Lee arxiv

Quantization-Aware Training (QAT), combined with Knowledge Distillation (KD), holds immense promise for compressing models for edge deployment. However, joint optimization for precision-sensitive image restoration (IR) t…

Knowledge DistillationImage RestorationObject Detection