Papers › ResLT: Residual Learning for Long-tailed Recognition

ResLT: Residual Learning for Long-tailed Recognition

26 Jan 2021arXiv:2101.10633archive 2025-07-28

Jiequan Cui, Shu Liu, Zhuotao Tian, Zhisheng Zhong, Jiaya Jia

Deep learning algorithms face great challenges with long-tailed data distribution which, however, is quite a common case in real-world scenarios. Previous methods tackle the problem from either the aspect of input space (re-sampling classes with different frequencies) or loss space (re-weighting classes with different weights), suffering from heavy over-fitting to tail classes or hard optimization during training. To alleviate these issues, we propose a more fundamental perspective for long-tailed recognition, i.e., from the aspect of parameter space, and aims to preserve specific capacity for classes with low frequencies. From this perspective, the trivial solution utilizes different branches for the head, medium, and tail classes respectively, and then sums their outputs as the final results is not feasible. Instead, we design the effective residual fusion mechanism -- with one main branch optimized to recognize images from all classes, another two residual branches are gradually fused and optimized to enhance images from medium+tail classes and tail classes respectively. Then the branches are aggregated into final results by additive shortcuts. We test our method on several benchmarks, i.e., long-tailed version of CIFAR-10, CIFAR-100, Places, ImageNet, and iNaturalist 2018. Experimental results manifest the effectiveness of our method. Our code is available at https://github.com/jiequancui/ResLT.

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="2101.10633")

Code

Syntology Ran 5 of 9 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: official repository: 8 samples from 1 repository, 4 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jiequancui/ResLT officialmentioned in papermentioned on GitHubpytorch report
dvlab-research/imbalanced-learning mentioned on GitHubpytorch report
dvlab-research/rescom mentioned on GitHubpytorch 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

9 samples harvested; 5 ran; 0 honoured the contract we drafted; 4 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 · violated contract
2ran · our draft was wrong
2ran · fixture could not drive it
4unverified

Licence: 1 of the 9 samples is 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 jiequancui/ResLT. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

crossEntropy jiequancui/ResLT/Inat/iNaturalTrain_reslt.py official repository ran · our draft was wrong MIT (permissive) · e3b2c8f412a7b141 · report
label_smoothing jiequancui/ResLT/ImageNetLT/ImageNetTrain_reslt.py official repository ran · violated contract fingerprinted MIT (permissive) · 9dadc657844ac856 · report
mixup_criterion jiequancui/ResLT/CIFAR/cifarTrain_reslt_cifar10.py official repository ran · our draft was wrong MIT (permissive) · 9b2fdcdcc7de945a · report
mixup_data jiequancui/ResLT/CIFAR/cifarTrain_reslt_cifar10.py official repository ran · fixture could not drive it MIT (permissive) · 760098c40816bbe8 · report
crossEntropy jiequancui/ResLT/CIFAR/cifarTrain_reslt_cifar10.py official repository unverified MIT (permissive) · dfb9a2fb0f62176c · report
crossEntropy jiequancui/ResLT/ImageNetLT/ImageNetTrain_reslt.py official repository unverified MIT (permissive) · 1a5cea782c37726a · report
validate jiequancui/ResLT/ImageNetLT/ImageNetTrain_reslt.py official repository unverified MIT (permissive) · 1402adb1ad919a47 · report
validate jiequancui/ResLT/Inat/iNaturalTrain_reslt.py official repository unverified MIT (permissive) · b9c94d8815e978c1 · report
accuracy identical code first harvested elsewhere ran · fixture could not drive it licence of this copy not recorded · b793b278a771fd52 · report

Tasks

Long-tail Learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Long-tail Learning CIFAR-10-LT (ρ=10) ResLT Error Rate 10.3 #22 of 50 Archive leaderboard report
Long-tail Learning ImageNet-LT ResLT(ResNeXt-50-3 experts) Top-1 Accuracy 57.6 #27 of 69 Archive leaderboard report
Long-tail Learning ImageNet-LT ResLT(ResNeXt101-32x4d) Top-1 Accuracy 55.1 #37 of 69 Archive leaderboard report
Long-tail Learning ImageNet-LT ResLT(ResNeXt50) Top-1 Accuracy 52.9 #47 of 69 Archive leaderboard report
Long-tail Learning iNaturalist 2018 ResLT(3 experts) Top-1 Accuracy 72.9% #25 of 43 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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