ReGrAt: Regularization in Graphs using Attention to handle class imbalance
Node classification is an important task to solve in graph-based learning. Even though a lot of work has been done in this field, imbalance is neglected. Real-world data is not perfect, and is imbalanced in representations most of the times. Apart from text and images, data can be represented using graphs, and thus addressing the imbalance in graphs has become of paramount importance. In the context of node classification, one class has less examples than others. Changing data composition is a popular way to address the imbalance in node classification. This is done by resampling the data to balance the dataset. However, that can sometimes lead to loss of information or add noise to the dataset. Therefore, in this work, we implicitly solve the problem by changing the model loss. Specifically, we study how attention networks can help tackle imbalance. Moreover, we observe that using a regularizer to assign larger weights to minority nodes helps to mitigate this imbalance. We achieve State of the Art results than the existing methods on several standard citation benchmark datasets.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationNode ClassificationSimilar Papers 제목 키워드 기반
Gophormer: Ego-Graph Transformer for Node Classification
Transformers have achieved remarkable performance in a myriad of fields including natural language processing and computer vision. However, when it comes to the graph mining area, where graph neural network (GNN) has bee…
ClassificationData AugmentationGraph MiningGraph Neural Network+2GSINA: Improving Subgraph Extraction for Graph Invariant Learning via Graph Sinkhorn Attention
Graph invariant learning (GIL) has been an effective approach to discovering the invariant relationships between graph data and its labels for different graph learning tasks under various distribution shifts. Many recent…
Graph AttentionGraph LearningLovasz Convolutional Networks
Semi-supervised learning on graph structured data has received significant attention with the recent introduction of Graph Convolution Networks (GCN). While traditional methods have focused on optimizing a loss augmented…
Multi-class ClassificationSparse Graph Attention Networks
Graph Neural Networks (GNNs) have proved to be an effective representation learning framework for graph-structured data, and have achieved state-of-the-art performance on many practical predictive tasks, such as node cla…
ClassificationGeneral ClassificationGraph AttentionGraph Classification+4Superpixel Image Classification with Graph Attention Networks
This paper presents a methodology for image classification using Graph Neural Network (GNN) models. We transform the input images into region adjacency graphs (RAGs), in which regions are superpixels and edges connect ne…
ClassificationGeneral ClassificationGraph AttentionGraph Neural Network+5