paper-with-me

홈 › Papers

DenoiseRep: Denoising Model for Representation Learning

2024-06-13 · Zhengrui Xu, Guan'an Wang, Xiaowen Huang, Jitao Sang

The denoising model has been proven a powerful generative model but has little exploration of discriminative tasks. Representation learning is important in discriminative tasks, which is defined as "learning representations (or features) of the data that make it easier to extract useful information when building classifiers or other predictors". In this paper, we propose a novel Denoising Model for Representation Learning (DenoiseRep) to improve feature discrimination with joint feature extraction and denoising. DenoiseRep views each embedding layer in a backbone as a denoising layer, processing the cascaded embedding layers as if we are recursively denoise features step-by-step. This unifies the frameworks of feature extraction and denoising, where the former progressively embeds features from low-level to high-level, and the latter recursively denoises features step-by-step. After that, DenoiseRep fuses the parameters of feature extraction and denoising layers, and theoretically demonstrates its equivalence before and after the fusion, thus making feature denoising computation-free. DenoiseRep is a label-free algorithm that incrementally improves features but also complementary to the label if available. Experimental results on various discriminative vision tasks, including re-identification (Market-1501, DukeMTMC-reID, MSMT17, CUHK-03, vehicleID), image classification (ImageNet, UB200, Oxford-Pet, Flowers), object detection (COCO), image segmentation (ADE20K) show stability and impressive improvements. We also validate its effectiveness on the CNN (ResNet) and Transformer (ViT, Swin, Vmamda) architectures.

📄 PDF Abstract BibTeX arXiv:2406.08773

Code (1)

wangguanan/denoiserep 공식 구현 pytorch

Tasks

DenoisingFine-Grained Image Classificationimage-classificationImage ClassificationImage RetrievalImage Segmentationmodelobject-detectionObject DetectionPerson Re-IdentificationRepresentation LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Representation Learning in Continuous-Time Score-Based Generative Models

2021-06-02 · ICML Workshop INNF 2021 7 · Korbinian Abstreiter, Stefan Bauer, Arash Mehrjou

Score-based methods represented as stochastic differential equations on a continuous time domain have recently proven successful as a non-adversarial generative model. Training such models relies on denoising score match…

DenoisingRepresentation Learning

Denoising Adversarial Autoencoders

2017-03-03 · Antonia Creswell, Anil Anthony Bharath

Unsupervised learning is of growing interest because it unlocks the potential held in vast amounts of unlabelled data to learn useful representations for inference. Autoencoders, a form of generative model, may be traine…

DenoisingGeneral Classification

Diffusion-Based Representation Learning

2021-05-29 · Korbinian Abstreiter, Sarthak Mittal, Stefan Bauer, Bernhard Schölkopf 외

Diffusion-based methods represented as stochastic differential equations on a continuous-time domain have recently proven successful as a non-adversarial generative model. Training such models relies on denoising score m…

Denoisingimage-classificationImage ClassificationRepresentation Learning+1

Learning Robust 3D Representation from CLIP via Dual Denoising

2024-07-01 · Shuqing Luo, Bowen Qu, Wei Gao

In this paper, we explore a critical yet under-investigated issue: how to learn robust and well-generalized 3D representation from pre-trained vision language models such as CLIP. Previous works have demonstrated that cr…

Adversarial RobustnessDenoisingRepresentation Learning

Zero-shot Blind Image Denoising via Implicit Neural Representations

2022-04-05 · Chaewon Kim, Jaeho Lee, Jinwoo Shin

Recent denoising algorithms based on the "blind-spot" strategy show impressive blind image denoising performances, without utilizing any external dataset. While the methods excel in recovering highly contaminated images,…

DenoisingImage DenoisingInductive Bias