Related Experiment Video
Updated: Jun 29, 2025

07:35
A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports
Published on: October 13, 2023
1.6K
Node-degree aware edge sampling mitigates inflated classification performance in biomedical random walk-based graph
Luca Cappelletti1, Lauren Rekerle2, Tommaso Fontana1
1AnacletoLab, Dipartimento di Informatica, Università degli Studi di Milano, Milano 20133, Italy.
Bioinformatics Advances
|April 5, 2024
Summary
Standard negative edge sampling in graph representation learning creates imbalanced node degrees, impacting biomedical machine learning. A new degree-aware sampling method improves model evaluation accuracy.
Area of Science:
- Computational biology
- Machine learning
- Graph theory
Background:
- Graph representation learning generates embeddings for nodes and graph elements, useful for tasks like predicting new relationships (edges).
- Biomedical knowledge graphs often have known positive relationships but lack explicit negative relationships, forcing models to assume most unlabeled edges are negative.
- Current methods uniformly sample negative edges, leading to imbalanced node degree distributions between positive and negative examples.
Purpose of the Study:
- To investigate the impact of uniform negative edge sampling on graph representation learning performance in biomedical applications.
- To develop and present a novel, degree-aware node sampling approach to mitigate biases in negative example selection.
Main Methods:
- Utilized a representative heterogeneous biomedical knowledge graph.
- Employed random walk-based graph machine learning techniques.
- Implemented and compared a novel degree-aware node sampling strategy against uniform sampling.
Main Results:
- Uniform negative edge sampling results in imbalanced node degree distributions, significantly affecting classification performance.
- This imbalance can artificially inflate model performance estimates during validation.
- The proposed degree-aware sampling approach effectively mitigates this bias, leading to more accurate model evaluation.
Conclusions:
- The method of selecting negative examples is critical for accurate graph representation learning, especially in biomedicine.
- Degree-aware node sampling provides a more reliable approach for training and evaluating graph-based machine learning models.
- The developed method is publicly available and easy to implement for researchers.

