Integrating Implicit and Explicit Relational Biases through Graph-Based Multiple Instance Learning: A Case Study in Skin Lesion Diagnosis explores a dual-level framework for classifying medical images. The researchers, Rafał Buler, Jakub Buler, Maciej Bobowicz, and Michał Grochowski, propose combining self-supervised learning with graph-based modeling to better capture the structural dependencies between different regions of a skin lesion image.
Bridging Implicit and Explicit Modeling
Standard convolutional neural networks often rely on hierarchical receptive fields to model spatial relationships. This paper introduces a two-stage approach to improve upon these standard biases. First, the authors use a convolutional masked autoencoder to learn implicit relationships between image patches through self-supervised reconstruction. Second, they introduce explicit relational modeling by organizing these learned patch embeddings into graph structures. This allows the model to perform message passing between patches before making a final classification.
Experimental Approach
The researchers evaluated their framework on the ISIC-2018 and ISIC-2019 skin lesion benchmarks. They compared three paradigms:
Baseline: A conventional fully convolutional feature extraction pipeline.
Implicit Modeling: A patch-based strategy using a masked autoencoder to capture local spatial context without explicit graph structures.
Integrated Modeling: A two-stage strategy that combines implicit patch embeddings with explicit graph-based aggregation, testing grid, random, and k-nearest neighbor (kNN) topologies.
Performance Results
The integration of implicit and explicit modeling consistently improved diagnostic accuracy. On the ISIC-2018 test set, the baseline model achieved a balanced accuracy of 76.17%. The implicit patch-based model improved this to 77.12%, and the fully integrated grid-structured Graph Attention Network reached 79.27%. Similarly, on the ISIC-2019 dataset, the combination of implicit and explicit modeling achieved a balanced accuracy of 60.67%, compared to 59.84% for the implicit-only approach.
Key Findings
The study suggests that relational information is most effectively captured when learned representations are enhanced through explicit graph-based message passing. The authors observed a significant performance drop when the graph neural network parameters were frozen, which indicates that the model benefits specifically from learning these relationships rather than just having the additional capacity of the graph structure. These results show that combining self-supervised learning with graph-based relational modeling provides a competitive alternative to more complex ensemble methods in medical image analysis.
Comments (0)
to join the discussion
No comments yet
Be the first to share your thoughts!