paper-with-me

홈 › Papers

Transfer CLIP for Generalizable Image Denoising

2024-03-22 · CVPR 2024 1 · Jun Cheng, Dong Liang, Shan Tan

Image denoising is a fundamental task in computer vision. While prevailing deep learning-based supervised and self-supervised methods have excelled in eliminating in-distribution noise, their susceptibility to out-of-distribution (OOD) noise remains a significant challenge. The recent emergence of contrastive language-image pre-training (CLIP) model has showcased exceptional capabilities in open-world image recognition and segmentation. Yet, the potential for leveraging CLIP to enhance the robustness of low-level tasks remains largely unexplored. This paper uncovers that certain dense features extracted from the frozen ResNet image encoder of CLIP exhibit distortion-invariant and content-related properties, which are highly desirable for generalizable denoising. Leveraging these properties, we devise an asymmetrical encoder-decoder denoising network, which incorporates dense features including the noisy image and its multi-scale features from the frozen ResNet encoder of CLIP into a learnable image decoder to achieve generalizable denoising. The progressive feature augmentation strategy is further proposed to mitigate feature overfitting and improve the robustness of the learnable decoder. Extensive experiments and comparisons conducted across diverse OOD noises, including synthetic noise, real-world sRGB noise, and low-dose CT image noise, demonstrate the superior generalization ability of our method.

📄 PDF Abstract BibTeX arXiv:2403.15132

Code (1)

alwaysuu/CLIPDenoising 공식 구현 pytorch

Tasks

DecoderDenoisingImage Denoising

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Kaiming Initialization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

FoundDiff: Foundational Diffusion Model for Generalizable Low-Dose CT Denoising

2025-08-24 · Zhihao Chen, Qi Gao, Zilong Li, Junping Zhang 외 arxiv

Low-dose computed tomography (CT) denoising is crucial for reduced radiation exposure while ensuring diagnostically acceptable image quality. Despite significant advancements driven by deep learning (DL) in recent years,…

Contrastive Learning

Diffusion-Based Makeup Transfer with Facial Region-Aware Makeup Features

2026-03-20 · Zheng Gao, Debin Meng, Yunqi Miao, Zhensong Zhang 외 arxiv

Current diffusion-based makeup transfer methods commonly use the makeup information encoded by off-the-shelf foundation models (e.g., CLIP) as condition to preserve the makeup style of reference image in the generation. …

Contrastive LearningImage Editing

Skip-Clip: Self-Supervised Spatiotemporal Representation Learning by Future Clip Order Ranking

2019-10-28 · Alaaeldin El-Nouby, Shuangfei Zhai, Graham W. Taylor, Joshua M. Susskind

Deep neural networks require collecting and annotating large amounts of data to train successfully. In order to alleviate the annotation bottleneck, we propose a novel self-supervised representation learning approach for…

Action RecognitionFuture predictionRepresentation LearningSelf-Supervised Action Recognition

One-Shot Novel View and Pose Human Image Synthesis via 3D Prior Guided Diffusion Model

2026-06-18 · Shenjian Gong, Kangkan Wang, Shanshan Zhang, Jian Yang arxiv

This paper addresses the challenge of one-shot novel view and pose human image synthesis. The existing methods transfer the reference human image to a target pose using a set of 2D pose keypoints or synthesize human imag…

Pose Transfer

CLIP-DFGS: A Hard Sample Mining Method for CLIP in Generalizable Person Re-Identification

2024-10-15 · Huazhong Zhao, Lei Qi, Xin Geng

Recent advancements in pre-trained vision-language models like CLIP have shown promise in person re-identification (ReID) applications. However, their performance in generalizable person re-identification tasks remains s…

Generalizable Person Re-identificationPerson Re-Identification