paper-with-me

홈 › Papers

LTE4G: Long-Tail Experts for Graph Neural Networks

2022-08-22 · Sukwon Yun, Kibum Kim, Kanghoon Yoon, Chanyoung Park

Existing Graph Neural Networks (GNNs) usually assume a balanced situation where both the class distribution and the node degree distribution are balanced. However, in real-world situations, we often encounter cases where a few classes (i.e., head class) dominate other classes (i.e., tail class) as well as in the node degree perspective, and thus naively applying existing GNNs eventually fall short of generalizing to the tail cases. Although recent studies proposed methods to handle long-tail situations on graphs, they only focus on either the class long-tailedness or the degree long-tailedness. In this paper, we propose a novel framework for training GNNs, called Long-Tail Experts for Graphs (LTE4G), which jointly considers the class long-tailedness, and the degree long-tailedness for node classification. The core idea is to assign an expert GNN model to each subset of nodes that are split in a balanced manner considering both the class and degree long-tailedness. After having trained an expert for each balanced subset, we adopt knowledge distillation to obtain two class-wise students, i.e., Head class student and Tail class student, each of which is responsible for classifying nodes in the head classes and tail classes, respectively. We demonstrate that LTE4G outperforms a wide range of state-of-the-art methods in node classification evaluated on both manual and natural imbalanced graphs. The source code of LTE4G can be found at https://github.com/SukwonYun/LTE4G.

📄 PDF Abstract BibTeX arXiv:2208.10205

Code (1)

SukwonYun/LTE4G 공식 구현 pytorch

Tasks

Knowledge DistillationNode Classification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Scalable Heterogeneous Graph Learning via Heterogeneous-aware Orthogonal Prototype Experts

2026-01-09 · Wei Zhou, Hong Huang, Ruize Shi, Bang Liu arxiv

Heterogeneous Graph Neural Networks(HGNNs) have advanced mainly through better encoders, yet their decoding/projection stage still relies on a single shared linear head, assuming it can map rich node embeddings to labels…

Graph Learning

Towards Long-Tailed Recognition for Graph Classification via Collaborative Experts

2023-08-31 · Siyu Yi, Zhengyang Mao, Wei Ju, Yongdao Zhou 외

Graph classification, aiming at learning the graph-level representations for effective class assignments, has received outstanding achievements, which heavily relies on high-quality datasets that have balanced class dist…

Contrastive LearningGraph ClassificationKnowledge DistillationRepresentation Learning

Balanced Product of Calibrated Experts for Long-Tailed Recognition

2022-06-10 · CVPR 2023 1 · Emanuel Sanchez Aimar, Arvi Jonnarth, Michael Felsberg, Marco Kuhlmann

Many real-world recognition problems are characterized by long-tailed label distributions. These distributions make representation learning highly challenging due to limited generalization over the tail classes. If the t…

Long-tail LearningLong-tail Learning on CIFAR-10-LT (ρ=100)Representation Learning

LPT++: Efficient Training on Mixture of Long-tailed Experts

2024-09-17 · Bowen Dong, Pan Zhou, WangMeng Zuo

We introduce LPT++, a comprehensive framework for long-tailed classification that combines parameter-efficient fine-tuning (PEFT) with a learnable model ensemble. LPT++ enhances frozen Vision Transformers (ViTs) through …

Mixture-of-Expertsparameter-efficient fine-tuning

Fine-Grained Action Recognition with Cross-Attentive Latent Sparse Experts

2026-08-13 · Imtiaz Ul Hassan, Tasweer Ahmad, Nik Bessis, Ardhendu Behera arxiv

Fine-grained human action recognition (FHAR) must distinguish visually similar actions that differ mainly in body configuration, timing, or local appearance. RGB representations retain visual context but often suppress j…

Action Recognition