HyperSMOTE: A Hypergraph-based Oversampling Approach for Imbalanced Node Classifications
Ziming Zhao, Tiehua Zhang, Zijian Yi, Zhishu Shen

TL;DR
HyperSMOTE introduces a hypergraph-based oversampling method that synthesizes and integrates minority class nodes to address class imbalance in hypergraph learning, improving classification accuracy across multiple datasets.
Contribution
The paper presents HyperSMOTE, a novel oversampling technique specifically designed for hypergraphs, combining node synthesis and adaptive integration to enhance minority class representation.
Findings
Achieves an average accuracy improvement of around 3% on multiple datasets.
Effectively synthesizes and integrates minority class nodes in hypergraphs.
Demonstrates superior performance over existing methods like GraphSMOTE.
Abstract
Hypergraphs are increasingly utilized in both unimodal and multimodal data scenarios due to their superior ability to model and extract higher-order relationships among nodes, compared to traditional graphs. However, current hypergraph models are encountering challenges related to imbalanced data, as this imbalance can lead to biases in the model towards the more prevalent classes. While the existing techniques, such as GraphSMOTE, have improved classification accuracy for minority samples in graph data, they still fall short when addressing the unique structure of hypergraphs. Inspired by SMOTE concept, we propose HyperSMOTE as a solution to alleviate the class imbalance issue in hypergraph learning. This method involves a two-step process: initially synthesizing minority class nodes, followed by the nodes integration into the original hypergraph. We synthesize new nodes based on…
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
TopicsImbalanced Data Classification Techniques
MethodsSynthetic Minority Over-sampling Technique.
