GAPNet: Multi-Domain Neural Models
- GAPNet is a term used for distinct neural models across disciplines like graph partitioning, point cloud analysis, and medical image segmentation.
- In point cloud analysis, methods such as graph attention with k-NN pooling enhance feature extraction and address incomplete data issues.
- Domain-specific implementations, like using anatomy-prior constraints for carotid artery segmentation, highlight GAPNet’s tailored applications in specialized imaging tasks.
GAPNet is not a single canonical architecture in the arXiv literature. The name designates several unrelated neural models across graph learning, point cloud analysis, medical image segmentation, learning with missing data, and salient object detection; in some cases, “GAPNet” is only an informal label for a method officially introduced as “GAP” (Nazi et al., 2019, Kefato et al., 2020). The term therefore requires domain-specific disambiguation. Its most established uses include Graph Attention based Point Neural Network for 3D point clouds (Chen et al., 2019), Granularity Attention Network with Anatomy-Prior-Constraint for carotid artery segmentation in MR black-blood vessel wall imaging (Zhang et al., 2024), and GapNet as a two-stage training strategy for highly incomplete datasets (Chang et al., 2021).
1. Terminological scope and disambiguation
The label has been reused for distinct objectives, architectures, and mathematical programs. In the graph-partitioning and graph-embedding literature, multiple papers explicitly state that “GAPNet” is not the official model name; by contrast, in point clouds, carotid segmentation, and salient object detection, GAPNet is the formal title of the method (Nazi et al., 2019, Kefato et al., 2020, Chen et al., 2019, Zhang et al., 2024, Wu et al., 11 Aug 2025).
| Usage | Core formulation | Reference |
|---|---|---|
| GAP for graph partitioning | Differentiable relaxation of normalized cut with balance penalty | (Nazi et al., 2019) |
| Graph Neighborhood Attentive Pooling | Context-sensitive neighborhood attention for node embeddings | (Kefato et al., 2020) |
| Graph Attention based Point Neural Network | k-NN graph attention and attention pooling for point clouds | (Chen et al., 2019) |