AdaptViG: Adaptive Vision GNN with Exponential Decay Gating
Mustafa Munir, Md Mostafijur Rahman, Radu Marculescu
TL;DR
AdaptViG addresses the high computational cost of graph construction in Vision Graph Neural Networks by introducing Adaptive Graph Convolution (AGC), which blends a static scaffold of local and logarithmic connections with a learnable Exponential Decay Gating to weight long-range edges by feature similarity. A final-stage Global Attention mixer is employed in a four-stage backbone to maximize feature aggregation at low resolution, while early stages exploit efficient gating for high-resolution processing. Across ImageNet-1K and downstream tasks (COCO, ADE20K), AdaptViG achieves a new state-of-the-art Pareto frontier, e.g., AdaptViG-M attains 82.6% top-1 on ImageNet with substantially fewer parameters and GMACs, and downstream metrics exceed larger baselines with significantly reduced compute. This demonstrates that a carefully designed hybrid Vision GNN can outperform leading CNN and ViT architectures in both accuracy and efficiency.
Abstract
Vision Graph Neural Networks (ViGs) offer a new direction for advancements in vision architectures. While powerful, ViGs often face substantial computational challenges stemming from their graph construction phase, which can hinder their efficiency. To address this issue we propose AdaptViG, an efficient and powerful hybrid Vision GNN that introduces a novel graph construction mechanism called Adaptive Graph Convolution. This mechanism builds upon a highly efficient static axial scaffold and a dynamic, content-aware gating strategy called Exponential Decay Gating. This gating mechanism selectively weighs long-range connections based on feature similarity. Furthermore, AdaptViG employs a hybrid strategy, utilizing our efficient gating mechanism in the early stages and a full Global Attention block in the final stage for maximum feature aggregation. Our method achieves a new state-of-the-art trade-off between accuracy and efficiency among Vision GNNs. For instance, our AdaptViG-M achieves 82.6% top-1 accuracy, outperforming ViG-B by 0.3% while using 80% fewer parameters and 84% fewer GMACs. On downstream tasks, AdaptViG-M obtains 45.8 mIoU, 44.8 APbox, and 41.1 APmask, surpassing the much larger EfficientFormer-L7 by 0.7 mIoU, 2.2 APbox, and 2.1 APmask, respectively, with 78% fewer parameters.
