paper-with-me

Papers

Neural Collapse Inspired Attraction-Repulsion-Balanced Loss for Imbalanced Learning

2022-04-19 · Liang Xie, Yibo Yang, Deng Cai, Xiaofei He

Class imbalance distribution widely exists in real-world engineering. However, the mainstream optimization algorithms that seek to minimize error will trap the deep learning model in sub-optimums when facing extreme class imbalance. It seriously harms the classification precision, especially on the minor classes. The essential reason is that the gradients of the classifier weights are imbalanced among the components from different classes. In this paper, we propose Attraction-Repulsion-Balanced Loss (ARB-Loss) to balance the different components of the gradients. We perform experiments on the large-scale classification and segmentation datasets and our ARB-Loss can achieve state-of-the-art performance via only one-stage training instead of 2-stage learning like nowadays SOTA works.

📄 PDF Abstract BibTeX arXiv:2204.08735

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Repulsion Loss: Detecting Pedestrians in a Crowd

2017-11-21 · CVPR 2018 6 · Xinlong Wang, Tete Xiao, Yuning Jiang, Shuai Shao 외

Detecting individual pedestrians in a crowd remains a challenging problem since the pedestrians often gather together and occlude each other in real-world scenarios. In this paper, we first explore how a state-of-the-art…

Pedestrian Detectionregression

Contrastive Attraction and Contrastive Repulsion for Representation Learning

2021-05-08 · Huangjie Zheng, Xu Chen, Jiangchao Yao, Hongxia Yang 외

Contrastive learning (CL) methods effectively learn data representations in a self-supervision manner, where the encoder contrasts each positive sample over multiple negative samples via a one-vs-many softmax cross-entro…

Contrastive LearningRepresentation Learning

Bypassing Skip-Gram Negative Sampling: Dimension Regularization as a More Efficient Alternative for Graph Embeddings

2024-04-30 · David Liu, Arjun Seshadri, Tina Eliassi-Rad, Johan Ugander

A wide range of graph embedding objectives decompose into two components: one that enforces similarity, attracting the embeddings of nodes that are perceived as similar, and another that enforces dissimilarity, repelling…

GPUGraph EmbeddingLink PredictionSelf-Supervised Learning

Attraction-Repulsion Swarming: A Generalized Framework of t-SNE via Force Normalization and Tunable Interactions

2024-11-15 · Jingcheng Lu, Jeff Calder

We propose a new method for data visualization based on attraction-repulsion swarming (ARS) dynamics, which we call ARS visualization. ARS is a generalized framework that is based on viewing the t-distributed stochastic …

Data Visualization

Attraction-Repulsion Spectrum in Neighbor Embeddings

2020-07-17 · Jan Niklas Böhm, Philipp Berens, Dmitry Kobak

Neighbor embeddings are a family of methods for visualizing complex high-dimensional datasets using $k$NN graphs. To find the low-dimensional embedding, these algorithms combine an attractive force between neighboring pa…