Papers › Distribution-Aware Robust Learning from Long-Tailed Data with Noisy Labels

Distribution-Aware Robust Learning from Long-Tailed Data with Noisy Labels

23 Jul 2024arXiv:2407.16802archive 2025-07-28

Jae Soon Baik, In Young Yoon, Kun Hoon Kim, Jun Won Choi

Deep neural networks have demonstrated remarkable advancements in various fields using large, well-annotated datasets. However, real-world data often exhibit long-tailed distributions and label noise, significantly degrading generalization performance. Recent studies addressing these issues have focused on noisy sample selection methods that estimate the centroid of each class based on high-confidence samples within each target class. The performance of these methods is limited because they use only the training samples within each class for class centroid estimation, making the quality of centroids susceptible to long-tailed distributions and noisy labels. In this study, we present a robust training framework called Distribution-aware Sample Selection and Contrastive Learning (DaSC). Specifically, DaSC introduces a Distribution-aware Class Centroid Estimation (DaCC) to generate enhanced class centroids. DaCC performs weighted averaging of the features from all samples, with weights determined based on model predictions. Additionally, we propose a confidence-aware contrastive learning strategy to obtain balanced and robust representations. The training samples are categorized into high-confidence and low-confidence samples. Our method then applies Semi-supervised Balanced Contrastive Loss (SBCL) using high-confidence samples, leveraging reliable label information to mitigate class bias. For the low-confidence samples, our method computes Mixup-enhanced Instance Discrimination Loss (MIDL) to improve their representations in a self-supervised manner. Our experimental results on CIFAR and real-world noisy-label datasets demonstrate the superior performance of the proposed DaSC compared to previous approaches.

PaperPDFCodeCode 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="2407.16802")

Code

Syntology Ran 14 of 17 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 13 ran with no contract checked.

By repository: official repository: 17 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.

jaesoonbaik1213/dasc officialmentioned in paperpytorchMIT 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

17 samples harvested; 14 ran; 0 honoured the contract we drafted; 3 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.

1ran · our draft was wrong
13ran
3unverified

Licence: 0 of the 17 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 JaesoonBaik1213/DaSC. “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.

Preact_ResNet18 JaesoonBaik1213/DaSC/models/PreResNet.py official repository ran MIT (permissive) · edb2f37e016d955a · report
ResNet18 JaesoonBaik1213/DaSC/models/PreResNet.py official repository ran MIT (permissive) · 621298c338df1815 · report
conv3x3 JaesoonBaik1213/DaSC/models/PreResNet.py official repository ran · our draft was wrong MIT (permissive) · 583f9780bdd00a45 · report
get_imbalance_ratios JaesoonBaik1213/DaSC/datas/dataloader_red_mini_imagenet.py official repository ran MIT (permissive) · d6b493f24b80f8d3 · report
get_imbalance_ratios_1 JaesoonBaik1213/DaSC/datas/data_utils_N.py official repository ran MIT (permissive) · 23afa08e1cbdacce · report
get_img_num_per_cls JaesoonBaik1213/DaSC/datas/dataloader_red_mini_imagenet.py official repository ran MIT (permissive) · b419771b07d6b313 · report
sample_dataset JaesoonBaik1213/DaSC/datas/dataloader_red_mini_imagenet.py official repository ran MIT (permissive) · 04303b0f4abc9b27 · report
sample_dataset_1 JaesoonBaik1213/DaSC/datas/data_utils.py official repository ran MIT (permissive) · a399ccf88d7166c6 · report
sample_dataset_1 JaesoonBaik1213/DaSC/datas/data_utils_N.py official repository ran MIT (permissive) · 082b83cd93beed20 · report
set_device JaesoonBaik1213/DaSC/settings/configs.py official repository ran MIT (permissive) · 1edaa58918fd8481 · report
set_tensor JaesoonBaik1213/DaSC/utils/util.py official repository ran MIT (permissive) · 56df0904ca7bc6a3 · report
to_var JaesoonBaik1213/DaSC/models/resnet.py official repository ran fingerprinted MIT (permissive) · 0d26b5abf61353f9 · report
unpickle JaesoonBaik1213/DaSC/datas/data_utils.py official repository ran MIT (permissive) · 5543609031c0e900 · report
unpickle JaesoonBaik1213/DaSC/datas/data_utils_N.py official repository ran MIT (permissive) · ef49e82a7403eee1 · report
accuracy JaesoonBaik1213/DaSC/models/metric.py official repository unverified MIT (permissive) · f0c9a29156911331 · report
balanced_softmax_loss JaesoonBaik1213/DaSC/experiment/train_cifar_ssl.py official repository unverified MIT (permissive) · fd714bbda15c3c95 · report
balanced_softmax_loss_semi JaesoonBaik1213/DaSC/experiment/train_cifar_ssl.py official repository unverified MIT (permissive) · 15a4b28e19a85a2a · report

Tasks

Contrastive Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Contrastive Learning

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