Weakly Supervised Learning on Large Graphs
Aditya Prakash

TL;DR
This paper presents a weakly supervised graph classification framework that uses subgraph extraction and attention mechanisms to classify large graphs, such as pathology images, without requiring detailed subgraph labels.
Contribution
It introduces two subgraph extraction techniques combined with Graph Attention Networks for weakly supervised classification of large graphs.
Findings
Effective subgraph extraction methods demonstrated
Attention mechanisms improve subgraph relevance identification
Framework reduces annotation effort in graph classification
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition
MethodsSoftmax · Attention Is All You Need
