paper-with-me

홈 › Papers

ELM: Embedding and Logit Margins for Long-Tail Learning

2022-04-27 · Wittawat Jitkrittum, Aditya Krishna Menon, Ankit Singh Rawat, Sanjiv Kumar

Long-tail learning is the problem of learning under skewed label distributions, which pose a challenge for standard learners. Several recent approaches for the problem have proposed enforcing a suitable margin in logit space. Such techniques are intuitive analogues of the guiding principle behind SVMs, and are equally applicable to linear models and neural models. However, when applied to neural models, such techniques do not explicitly control the geometry of the learned embeddings. This can be potentially sub-optimal, since embeddings for tail classes may be diffuse, resulting in poor generalization for these classes. We present Embedding and Logit Margins (ELM), a unified approach to enforce margins in logit space, and regularize the distribution of embeddings. This connects losses for long-tail learning to proposals in the literature on metric embedding, and contrastive learning. We theoretically show that minimising the proposed ELM objective helps reduce the generalisation gap. The ELM method is shown to perform well empirically, and results in tighter tail class embeddings.

📄 PDF Abstract BibTeX arXiv:2204.13208

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningLong-tail Learning

Similar Papers 제목 키워드 기반

Margin Calibration for Long-Tailed Visual Recognition

2021-12-14 · Yidong Wang, BoWen Zhang, Wenxin Hou, Zhen Wu 외

The long-tailed class distribution in visual recognition tasks poses great challenges for neural networks on how to handle the biased predictions between head and tail classes, i.e., the model tends to classify tail clas…

Angular Gaussian Supervised Contrastive Learning for Long-Tailed Electrocardiogram Arrhythmia Diagnosis

2026-07-16 · Jin Dai, Qiuzhen Zhang, Chenyun Dai, Danmei Lan 외 arxiv

Long-tailed label distributions reduce the reliability of deep learning for electrocardiogram (ECG) arrhythmia diagnosis, particularly for clinically important but rare abnormalities. Existing rebalancing and logit adjus…

Representation LearningContrastive Learning

One-vs-the-Rest Loss to Focus on Important Samples in Adversarial Training

2022-07-21 · Sekitoshi Kanai, Shin'ya Yamaguchi, Masanori Yamada, Hiroshi Takahashi 외

This paper proposes a new loss function for adversarial training. Since adversarial training has difficulties, e.g., necessity of high model capacity, focusing on important data points by weighting cross-entropy loss has…

Adversarial Robustness

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 in…

Open-set recognition with long-tail sonar images

2024-09-01 · Expert Systems with Applications 2024 9 · Wenpei Jiao, Jianlei Zhang, Chunyan Zhang

Current sonar image recognition methods excel in closed-set and balanced scenarios, but real underwater data often follow an open-set and long-tailed distribution, leading to misclassifications, especially among tail cla…

Open Set LearningOut-of-Distribution Detection