LGMay 21, 2025

NeuBM: Mitigating Model Bias in Graph Neural Networks through Neutral Input Calibration

arXiv:2505.15180v21 citationsh-index: 2IJCAI
Originality Highly original
AI Analysis

This addresses unfair predictions in GNNs for underrepresented classes, particularly in imbalanced data scenarios, representing a novel method for a known bottleneck.

The paper tackles model bias in Graph Neural Networks (GNNs) due to class imbalance by introducing NeuBM, a method that uses neutral input calibration to correct biases, resulting in significant improvements in balanced accuracy and recall for minority classes while maintaining overall performance.

Graph Neural Networks (GNNs) have shown remarkable performance across various domains, yet they often struggle with model bias, particularly in the presence of class imbalance. This bias can lead to suboptimal performance and unfair predictions, especially for underrepresented classes. We introduce NeuBM (Neutral Bias Mitigation), a novel approach to mitigate model bias in GNNs through neutral input calibration. NeuBM leverages a dynamically updated neutral graph to estimate and correct the inherent biases of the model. By subtracting the logits obtained from the neutral graph from those of the input graph, NeuBM effectively recalibrates the model's predictions, reducing bias across different classes. Our method integrates seamlessly into existing GNN architectures and training procedures, requiring minimal computational overhead. Extensive experiments on multiple benchmark datasets demonstrate that NeuBM significantly improves the balanced accuracy and recall of minority classes, while maintaining strong overall performance. The effectiveness of NeuBM is particularly pronounced in scenarios with severe class imbalance and limited labeled data, where traditional methods often struggle. We provide theoretical insights into how NeuBM achieves bias mitigation, relating it to the concept of representation balancing. Our analysis reveals that NeuBM not only adjusts the final predictions but also influences the learning of balanced feature representations throughout the network.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes