paper-with-me

홈 › Papers

TAM: Topology-Aware Margin Loss for Class-Imbalanced Node Classification

2022-06-26 · Jaeyun Song, Joonhyung Park, Eunho Yang

Learning unbiased node representations under class-imbalanced graph data is challenging due to interactions between adjacent nodes. Existing studies have in common that they compensate the minor class nodes `as a group' according to their overall quantity (ignoring node connections in graph), which inevitably increase the false positive cases for major nodes. We hypothesize that the increase in these false positive cases is highly affected by the label distribution around each node and confirm it experimentally. In addition, in order to handle this issue, we propose Topology-Aware Margin (TAM) to reflect local topology on the learning objective. Our method compares the connectivity pattern of each node with the class-averaged counter-part and adaptively adjusts the margin accordingly based on that. Our method consistently exhibits superiority over the baselines on various node classification benchmark datasets with representative GNN architectures.

📄 PDF Abstract BibTeX arXiv:2206.12917

Code (1)

Jaeyun-Song/TAM 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Fair Loss: Margin-Aware Reinforcement Learning for Deep Face Recognition

2019-10-01 · ICCV 2019 10 · Bingyu Liu, Weihong Deng, Yaoyao Zhong, Mei Wang 외

Recently, large-margin softmax loss methods, such as angular softmax loss (SphereFace), large margin cosine loss (CosFace), and additive angular margin loss (ArcFace), have demonstrated impressive performance on deep fac…

Face RecognitionQ-Learningreinforcement-learningReinforcement Learning+1

Difficulty-aware Balancing Margin Loss for Long-tailed Recognition

2024-12-20 · Minseok Son, Inyong Koo, Jinyoung Park, Changick Kim

When trained with severely imbalanced data, deep neural networks often struggle to accurately recognize classes with only a few samples. Previous studies in long-tailed recognition have attempted to rebalance biased lear…

Enlarged Large Margin Loss for Imbalanced Classification

2023-06-15 · Sota Kato, Kazuhiro Hotta

We propose a novel loss function for imbalanced classification. LDAM loss, which minimizes a margin-based generalization bound, is widely utilized for class-imbalanced image classification. Although, by using LDAM loss, …

Classificationimage-classificationImage Classificationimbalanced classification

Learning Imbalanced Datasets with Maximum Margin Loss

2022-06-11 · Haeyong Kang, Thang Vu, Chang D. Yoo

A learning algorithm referred to as Maximum Margin (MM) is proposed for considering the class-imbalance data learning issue: the trained model tends to predict the majority of classes rather than the minority ones. That …

Learning Imbalanced Datasets with Label-Distribution-Aware Margin Loss

2019-06-18 · NeurIPS 2019 12 · Kaidi Cao, Colin Wei, Adrien Gaidon, Nikos Arechiga 외

Deep learning algorithms can fare poorly when the training dataset suffers from heavy class-imbalance but the testing criterion requires good generalization on less frequent classes. We design two novel methods to improv…

Long-tail LearningLong-tail learning with class descriptors