SEMIR: Semantic Minor-Induced Representation Learning on Graphs for Visual Segmentation

📅 2026-05-12
📈 Citations: 0
Influential: 0
📄 PDF

career value

175K/year
🤖 AI Summary
This work addresses the challenges of boundary information loss and computational inefficiency in segmenting sparse, minute structures within high-resolution images. To this end, we propose a task-adaptive, topology-preserving graph coarsening approach. By formulating graph coarsening as a few-shot structural learning problem, our method automatically learns simplification parameters aligned with boundary fidelity, eliminating the need for manual preprocessing. Compact coarse graphs are generated through parameterized edge contraction and node/edge removal, enabling efficient region-level reasoning via a graph neural network enhanced with scale- and rotation-invariant geometric-intensity descriptors and relational edge features. Evaluated on the BraTS 2021, KiTS23, and LiTS datasets, our approach significantly improves Dice scores for minority-class structures while maintaining practical computational efficiency.
📝 Abstract
Segmenting small and sparse structures in large-scale images is fundamentally constrained by voxel-level, lattice-bound computation and extreme class imbalance -- dense, full-resolution inference scales poorly and forces most pipelines to rely on fixed regionization or downsampling, coupling computational cost to image resolution and attenuating boundary evidence precisely where minority structures are most informative. We introduce SEMIR (Semantic Minor-Induced Representation Learning), a representation framework that decouples inference from the native grid by learning a task-adapted, topology-preserving latent graph representation with exact decoding. SEMIR transforms the underlying grid graph into a compact, boundary-aligned graph minor through parameterized edge contraction, node deletion, and edge deletion, while preserving an exact lifting map from minor predictions to lattice labels. Minor construction is formalized as a few-shot structure learning problem that replaces hand-tuned preprocessing with a boundary-alignment objective: minor parameters are learned by maximizing agreement between predicted boundary elements and target-specific semantic edges under a boundary Dice criterion, and the induced minor is annotated with scale- and rotation-robust geometric and intensity descriptors and supports efficient region-level inference via message passing on a graph neural network (GNN) with relational edge features. We benchmark SEMIR on three tumor segmentation datasets -- BraTS 2021, KiTS23, and LiTS -- where targets exhibit high structural variability and distributional uncertainty. SEMIR yields consistent improvements in minority-structure Dice at practical runtime. More broadly, SEMIR establishes a framework for learning task-adapted, topology-preserving latent representations with exact decoding for high-resolution structured visual data.
Problem

Research questions and friction points this paper is trying to address.

semantic segmentation
class imbalance
graph representation
minority structures
boundary detection
Innovation

Methods, ideas, or system contributions that make the work stand out.

graph minor
boundary-aligned representation
exact decoding
task-adapted graph learning
region-level GNN inference
🔎 Similar Papers
No similar papers found.