TL;DR
This paper introduces RA-GCN, a novel graph convolutional network that addresses class imbalance in disease prediction by using adversarial training and class-specific weighting networks, improving accuracy on medical datasets.
Contribution
The paper proposes a Re-weighted Adversarial GCN that effectively handles class imbalance by integrating class-specific weighting networks trained adversarially, enhancing disease prediction accuracy.
Findings
RA-GCN outperforms recent methods on three medical datasets.
The approach effectively balances class importance in imbalanced datasets.
Quantitative and qualitative analyses confirm the method's superiority.
Abstract
Disease prediction is a well-known classification problem in medical applications. GCNs provide a powerful tool for analyzing the patients' features relative to each other. This can be achieved by modeling the problem as a graph node classification task, where each node is a patient. Due to the nature of such medical datasets, class imbalance is a prevalent issue in the field of disease prediction, where the distribution of classes is skewed. When the class imbalance is present in the data, the existing graph-based classifiers tend to be biased towards the major class(es) and neglect the samples in the minor class(es). On the other hand, the correct diagnosis of the rare positive cases among all the patients is vital in a healthcare system. In conventional methods, such imbalance is tackled by assigning appropriate weights to classes in the loss function which is still dependent on the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Networks
