paper-with-me

홈 › Papers

Long-tailed Visual Recognition via Gaussian Clouded Logit Adjustment

2023-05-19 · CVPR 2022 1 · Mengke Li, Yiu-ming Cheung, Yang Lu

Long-tailed data is still a big challenge for deep neural networks, even though they have achieved great success on balanced data. We observe that vanilla training on long-tailed data with cross-entropy loss makes the instance-rich head classes severely squeeze the spatial distribution of the tail classes, which leads to difficulty in classifying tail class samples. Furthermore, the original cross-entropy loss can only propagate gradient short-lively because the gradient in softmax form rapidly approaches zero as the logit difference increases. This phenomenon is called softmax saturation. It is unfavorable for training on balanced data, but can be utilized to adjust the validity of the samples in long-tailed data, thereby solving the distorted embedding space of long-tailed problems. To this end, this paper proposes the Gaussian clouded logit adjustment by Gaussian perturbation of different class logits with varied amplitude. We define the amplitude of perturbation as cloud size and set relatively large cloud sizes to tail classes. The large cloud size can reduce the softmax saturation and thereby making tail class samples more active as well as enlarging the embedding space. To alleviate the bias in a classifier, we therefore propose the class-based effective number sampling strategy with classifier re-training. Extensive experiments on benchmark datasets validate the superior performance of the proposed method. Source code is available at https://github.com/Keke921/GCLLoss.

📄 PDF Abstract BibTeX arXiv:2305.11733

Code (1)

keke921/gclloss 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Wrapped Cauchy Distributed Angular Softmax for Long-Tailed Visual Recognition

2023-05-30 · Boran Han

Addressing imbalanced or long-tailed data is a major challenge in visual recognition tasks due to disparities between training and testing distributions and issues with data noise. We propose the Wrapped Cauchy Distribut…

Adjusting Logit in Gaussian Form for Long-Tailed Visual Recognition

2023-05-18 · Mengke Li, Yiu-ming Cheung, Yang Lu, Zhikai Hu 외

It is not uncommon that real-world data are distributed with a long tail. For such data, the learning of deep neural networks becomes challenging because it is hard to classify tail classes correctly. In the literature, …

Form

Deep Long-Tailed Learning: A Survey

2021-10-09 · Yifan Zhang, Bingyi Kang, Bryan Hooi, Shuicheng Yan 외

Deep long-tailed learning, one of the most challenging problems in visual recognition, aims to train well-performing deep models from a large number of images that follow a long-tailed class distribution. In the last dec…

Survey

Balanced Meta-Softmax for Long-Tailed Visual Recognition

2020-07-21 · NeurIPS 2020 12 · Jiawei Ren, Cunjun Yu, Shunan Sheng, Xiao Ma 외

Deep classifiers have achieved great success in visual recognition. However, real-world data is long-tailed by nature, leading to the mismatch between training and testing distributions. In this paper, we show that the S…

General ClassificationInstance SegmentationLong-tail LearningSemantic Segmentation

Bag of Tricks for Long-Tailed Visual Recognition with Deep Convolutional Neural Networks

2021-05-19 · Association for the Advancement of Artificial Intelligence 2021 5 · Yongshun Zhang, Xiu-Shen Wei, Boyan Zhou, Jianxin Wu

In recent years, visual recognition on challenging long-tailed distributions, where classes often exhibit extremely imbalanced frequencies, has made great progress mostly based on various complex paradigms (e.g., meta le…

Data AugmentationMeta-Learning