LGAIJan 2, 2025

Weakly Supervised Learning on Large Graphs

arXiv:2501.02021v2
Originality Incremental advance
AI Analysis

This work addresses the problem of reducing annotation costs for graph-based image analysis in medical fields, though it appears incremental by combining existing techniques like GAT with weak supervision.

The paper tackles graph classification in domains like pathology by introducing a weakly-supervised framework that uses subgraph extraction and Graph Attention Networks to identify informative regions without detailed annotations, achieving results that demonstrate improved classification accuracy.

Graph classification plays a pivotal role in various domains, including pathology, where images can be represented as graphs. In this domain, images can be represented as graphs, where nodes might represent individual nuclei, and edges capture the spatial or functional relationships between them. Often, the overall label of the graph, such as a cancer type or disease state, is determined by patterns within smaller, localized regions of the image. This work introduces a weakly-supervised graph classification framework leveraging two subgraph extraction techniques: (1) Sliding-window approach (2) BFS-based approach. Subgraphs are processed using a Graph Attention Network (GAT), which employs attention mechanisms to identify the most informative subgraphs for classification. Weak supervision is achieved by propagating graph-level labels to subgraphs, eliminating the need for detailed subgraph annotations.

Foundations

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

Your Notes