Papers › Equalization Loss for Long-Tailed Object Recognition

Equalization Loss for Long-Tailed Object Recognition

11 Mar 2020CVPR 2020 6arXiv:2003.05176archive 2025-07-28

Jingru Tan, Changbao Wang, Buyu Li, Quanquan Li, Wanli Ouyang, Changqing Yin, Junjie Yan

Object recognition techniques using convolutional neural networks (CNN) have achieved great success. However, state-of-the-art object detection methods still perform poorly on large vocabulary and long-tailed datasets, e.g. LVIS. In this work, we analyze this problem from a novel perspective: each positive sample of one category can be seen as a negative sample for other categories, making the tail categories receive more discouraging gradients. Based on it, we propose a simple but effective loss, named equalization loss, to tackle the problem of long-tailed rare categories by simply ignoring those gradients for rare categories. The equalization loss protects the learning of rare categories from being at a disadvantage during the network parameter updating. Thus the model is capable of learning better discriminative features for objects of rare classes. Without any bells and whistles, our method achieves AP gains of 4.1% and 4.8% for the rare and common categories on the challenging LVIS benchmark, compared to the Mask R-CNN baseline. With the utilization of the effective equalization loss, we finally won the 1st place in the LVIS Challenge 2019. Code has been made available at: https: //github.com/tztztztztz/eql.detectron2

PaperPDFConference PDFCodeCode 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="2003.05176")

Code

Syntology Ran 7 of 12 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 6 ran with no contract checked.

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

tztztztztz/eql.detectron2 officialmentioned in papermentioned on GitHubpytorchApache-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

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 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 · fixture could not drive it
6ran
5unverified

Licence: 12 of the 12 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 tztztztztz/eql.detectron2. “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.

batched_nms tztztztztz/eql.detectron2/detectron2/layers/nms.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · 0df9d3b583fbc6cb · report
cat tztztztztz/eql.detectron2/detectron2/layers/wrappers.py official repository ran · fixture could not drive it Apache-2.0 recorded; this copy not marked cleared · pointer only · 6cbf46794989b731 · report
convert_basic_c2_names tztztztztz/eql.detectron2/detectron2/checkpoint/c2_model_loading.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · e8526a516b4f9206 · report
convert_c2_detectron_names tztztztztz/eql.detectron2/detectron2/checkpoint/c2_model_loading.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · 52810b504f0d1066 · report
pad_masks tztztztztz/eql.detectron2/detectron2/layers/mask_ops.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · 406f84cf799ed34d · report
paste_mask_in_image_old tztztztztz/eql.detectron2/detectron2/layers/mask_ops.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · d03592674030077f · report
paste_masks_in_image tztztztztz/eql.detectron2/detectron2/layers/mask_ops.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · fc1b0400223ff90e · report
batched_nms_rotated tztztztztz/eql.detectron2/detectron2/layers/nms.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 4845964b76bba6c5 · report
get_checkpoint_url tztztztztz/eql.detectron2/detectron2/model_zoo/model_zoo.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 22f71a6d1391bbe3 · report
get_config_file tztztztztz/eql.detectron2/detectron2/model_zoo/model_zoo.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 10d4b4b249a78f42 · report
interpolate tztztztztz/eql.detectron2/detectron2/layers/wrappers.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · e3055ddd5ac36b0b · report
nms_rotated tztztztztz/eql.detectron2/detectron2/layers/nms.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · d3fa37a000ad294d · report

Tasks

Long-tail LearningObjectObject DetectionObject Recognitionobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Long-tail Learning CIFAR-10-LT (ρ=10) Equalization Loss Error Rate 9.8 #17 of 50 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.

Methods

ConvolutionMask R-CNNRPNRoIAlignSoftmax

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