RAHNet: Retrieval Augmented Hybrid Network for Long-tailed Graph Classification
Zhengyang Mao, Wei Ju, Yifang Qin, Xiao Luo, and Ming Zhang

TL;DR
RAHNet introduces a retrieval-augmented hybrid network that enhances long-tailed graph classification by enriching tail class features and optimizing classifier bias, outperforming existing methods.
Contribution
The paper proposes a novel framework combining retrieval modules and contrastive loss for long-tailed graph classification, addressing class imbalance without sacrificing head class performance.
Findings
Outperforms state-of-the-art methods on benchmark datasets.
Effectively enriches tail class features through graph retrieval.
Balances classifier weights to improve generalization.
Abstract
Graph classification is a crucial task in many real-world multimedia applications, where graphs can represent various multimedia data types such as images, videos, and social networks. Previous efforts have applied graph neural networks (GNNs) in balanced situations where the class distribution is balanced. However, real-world data typically exhibit long-tailed class distributions, resulting in a bias towards the head classes when using GNNs and limited generalization ability over the tail classes. Recent approaches mainly focus on re-balancing different classes during model training, which fails to explicitly introduce new knowledge and sacrifices the performance of the head classes. To address these drawbacks, we propose a novel framework called Retrieval Augmented Hybrid Network (RAHNet) to jointly learn a robust feature extractor and an unbiased classifier in a decoupled manner. In…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Computational Drug Discovery Methods
MethodsFocus · Supervised Contrastive Loss
