Papers › Decoupled Training for Long-Tailed Classification With Stochastic Representations

Decoupled Training for Long-Tailed Classification With Stochastic Representations

19 Apr 2023arXiv:2304.09426archive 2025-07-28

Giung Nam, Sunguk Jang, Juho Lee

Decoupling representation learning and classifier learning has been shown to be effective in classification with long-tailed data. There are two main ingredients in constructing a decoupled learning scheme; 1) how to train the feature extractor for representation learning so that it provides generalizable representations and 2) how to re-train the classifier that constructs proper decision boundaries by handling class imbalances in long-tailed data. In this work, we first apply Stochastic Weight Averaging (SWA), an optimization technique for improving the generalization of deep neural networks, to obtain better generalizing feature extractors for long-tailed classification. We then propose a novel classifier re-training algorithm based on stochastic representation obtained from the SWA-Gaussian, a Gaussian perturbed SWA, and a self-distillation strategy that can harness the diverse stochastic representations based on uncertainty estimates to build more robust classifiers. Extensive experiments on CIFAR10/100-LT, ImageNet-LT, and iNaturalist-2018 benchmarks show that our proposed method improves upon previous methods both in terms of prediction accuracy and uncertainty estimation.

PaperPDFCode Syntology ran

In Syntology 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="2304.09426")

Code

Syntology Ran 3 of 14 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 14 samples from 2 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cs-giung/long-tailed-srepr found in paper text by Syntologynot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
zhmiao/OpenLongTailRecognition-OLTR found in paper text by SyntologyBSD-3-Clause report
visipedia/inat found in paper text by Syntologynot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
kaidic/LDAM-DRW found in paper text by SyntologyMIT 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

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

2ran · our draft was wrong
1ran · fixture could not drive it
11unverified

Licence: 0 of the 14 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

accuracy kaidic/LDAM-DRW/utils.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 1e369e39c90cada6 · report
conv3x3 zhmiao/OpenLongTailRecognition-OLTR/models/ResNetFeature.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause (permissive) · fac5364e2f53c6db · report
focal_loss kaidic/LDAM-DRW/losses.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 4dcf06ba28983266 · report
create_loss zhmiao/OpenLongTailRecognition-OLTR/loss/DiscCentroidsLoss.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 84954cc67863b073 · report
create_model zhmiao/OpenLongTailRecognition-OLTR/models/CosNormClassifier.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · a50d9d62804228f2 · report
create_model zhmiao/OpenLongTailRecognition-OLTR/models/DotProductClassifier.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · a2ab1cdb1975f18e · report
create_model zhmiao/OpenLongTailRecognition-OLTR/models/ResNet10Feature.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · aec4f3ee8eb5c0e4 · report
create_model zhmiao/OpenLongTailRecognition-OLTR/models/ResNet152Feature.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 9b5c18aaeaac34a0 · report
init_weights zhmiao/OpenLongTailRecognition-OLTR/utils.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 4826cd3596c12660 · report
plot_confusion_matrix kaidic/LDAM-DRW/utils.py found in paper text by Syntology unverified MIT (permissive) · e5ce72a1e8d9bc22 · report
resnet32 kaidic/LDAM-DRW/models/resnet_cifar.py found in paper text by Syntology unverified MIT (permissive) · 11d038f53d77a8d2 · report
shot_acc zhmiao/OpenLongTailRecognition-OLTR/utils.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · ebb474138acbc60c · report
source_import zhmiao/OpenLongTailRecognition-OLTR/utils.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 07cca9631fe4f26a · report
validate kaidic/LDAM-DRW/cifar_train.py found in paper text by Syntology unverified MIT (permissive) · d9855945f564e8f2 · report

Tasks

ClassificationRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Stochastic Weight Averaging

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