Logit Normalization for Long-tail Object Detection
Liang Zhao, Yao Teng, Limin Wang

TL;DR
This paper introduces Logit Normalization (LogN), a simple, training-free technique that self-calibrates logits in object detectors to improve performance on long-tail datasets, demonstrating superior results across multiple benchmarks.
Contribution
The paper proposes Logit Normalization (LogN), a novel, plug-and-play method for long-tail object detection that requires no additional training or tuning.
Findings
LogN outperforms state-of-the-art methods on LVIS dataset.
LogN generalizes well across different detectors and datasets.
LogN is simple, effective, and easy to integrate into existing systems.
Abstract
Real-world data exhibiting skewed distributions pose a serious challenge to existing object detectors. Moreover, the samplers in detectors lead to shifted training label distributions, while the tremendous proportion of background to foreground samples severely harms foreground classification. To mitigate these issues, in this paper, we propose Logit Normalization (LogN), a simple technique to self-calibrate the classified logits of detectors in a similar way to batch normalization. In general, our LogN is training- and tuning-free (i.e. require no extra training and tuning process), model- and label distribution-agnostic (i.e. generalization to different kinds of detectors and datasets), and also plug-and-play (i.e. direct application without any bells and whistles). Extensive experiments on the LVIS dataset demonstrate superior performance of LogN to state-of-the-art methods with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Remote-Sensing Image Classification
