Papers › DenoiseRep: Denoising Model for Representation Learning

DenoiseRep: Denoising Model for Representation Learning

13 Jun 2024arXiv:2406.08773archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.08773")

Code

Syntology Ran 14 of 22 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 11 ran with no contract checked.

By repository: official repository: 22 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wangguanan/denoiserep officialmentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 14 ran; 2 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
11ran
8unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from wangguanan/denoiserep. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DenoiseLayer wangguanan/denoiserep/denoiserep_op/denoiserep/denoise_layer.py official repository ran Apache-2.0 (permissive) · cc79b939ebdd3e56 · report
SinusoidalPositionEmbeddings wangguanan/denoiserep/denoiserep_op/denoiserep/denoise_layer.py official repository ran fingerprinted Apache-2.0 (permissive) · 86b013bf84701f06 · report
_linear_beta_schedule wangguanan/denoiserep/denoiserep_op/denoiserep/denoise_layer.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 742e7c8b503f4e2f · report
auto_resume_helper wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/utils_simmim.py official repository ran Apache-2.0 (permissive) · 973ac6b787475389 · report
build_optimizer wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/optimizer.py official repository ran Apache-2.0 (permissive) · 9fe330952c4ee761 · report
build_scheduler wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/lr_scheduler.py official repository ran Apache-2.0 (permissive) · 016895042cc7e7ef · report
count_conv2d_layers wangguanan/DenoiseRep/denoiserep_op/denoiserep/denoise_conv2d.py official repository ran Apache-2.0 (permissive) · 414c3f1f64f991c2 · report
count_linear_layers wangguanan/DenoiseRep/denoiserep_op/denoiserep/denoise_linear.py official repository ran Apache-2.0 (permissive) · 1d9b9dbedc11ca9d · report
count_vit_linear_layers wangguanan/DenoiseRep/denoiserep_op/denoiserep/denoise_linear.py official repository ran Apache-2.0 (permissive) · 588f3ddb7ae2b2a1 · report
get_grad_norm wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/utils.py official repository ran · honoured contract Apache-2.0 (permissive) · eec1e7cba51d5e8e · report
load_checkpoint wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/utils.py official repository ran Apache-2.0 (permissive) · 59c3a4f0d92e6970 · report
load_checkpoint wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/utils_simmim.py official repository ran Apache-2.0 (permissive) · 8c60d1a4218dfd1b · report
pair wangguanan/DenoiseRep/Classification/cifar-10/vision-transformers-cifar10/models/vit.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 6ba8cee9f5daea41 · report
set_weight_decay wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/optimizer.py official repository ran Apache-2.0 (permissive) · b33222a09fc93bec · report
_extract wangguanan/denoiserep/denoiserep_op/denoiserep/denoise_layer.py official repository unverified Apache-2.0 (permissive) · f39904cfad74aa8e · report
auto_resume_helper wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/utils.py official repository unverified Apache-2.0 (permissive) · 0c32459bef92ff8c · report
check_keywords_in_name wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/optimizer.py official repository unverified Apache-2.0 (permissive) · b0a5beb34716d5a6 · report
create_logger wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/logger.py official repository unverified Apache-2.0 (permissive) · 80450600f7f09b0a · report
fuse_parameters wangguanan/DenoiseRep/denoiserep_op/denoiserep/denoise_layer.py official repository unverified Apache-2.0 (permissive) · 6233cec4ca021c61 · report
get_config wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/config.py official repository unverified Apache-2.0 (permissive) · b3d06a45875ffab2 · report
get_ploss wangguanan/DenoiseRep/denoiserep_op/denoiserep/denoise_layer.py official repository unverified Apache-2.0 (permissive) · 366afd054c0b5902 · report
update_config wangguanan/DenoiseRep/Classification/imagenet/Swin-Transformer/config.py official repository unverified Apache-2.0 (permissive) · 0b3a64a417dd8616 · report

Tasks

DenoisingFine-Grained Image ClassificationImage ClassificationImage RetrievalImage SegmentationObject DetectionPerson Re-IdentificationRepresentation LearningSemantic Segmentationimage-classificationmodelobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections