H-SGANet: Hybrid Sparse Graph Attention Network for Deformable Medical Image Registration
Yufeng Zhou, Wenming Cao

TL;DR
H-SGANet is a lightweight hybrid neural network combining graph attention, convolution, and transformer mechanisms to improve deformable medical image registration, achieving higher accuracy with efficient computation.
Contribution
The paper introduces H-SGANet, a novel hybrid sparse graph attention network that effectively integrates anatomical connectivity and long-range dependencies for medical image registration.
Findings
H-SGANet outperforms VoxelMorph with 3.5% higher Dice score on OASIS.
The model achieves 1.5% higher Dice score on LPBA40.
H-SGANet demonstrates efficient computation with reduced GPU memory usage.
Abstract
The integration of Convolutional Neural Network (ConvNet) and Transformer has emerged as a strong candidate for image registration, leveraging the strengths of both models and a large parameter space. However, this hybrid model, treating brain MRI volumes as grid or sequence structures, faces challenges in accurately representing anatomical connectivity, diverse brain regions, and vital connections contributing to the brain's internal architecture. Concerns also arise regarding the computational expense and GPU memory usage associated with this model. To tackle these issues, a lightweight hybrid sparse graph attention network (H-SGANet) has been developed. This network incorporates a central mechanism, Sparse Graph Attention (SGA), based on a Vision Graph Neural Network (ViG) with predetermined anatomical connections. The SGA module expands the model's receptive field and seamlessly…
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
TopicsMedical Imaging and Analysis · Medical Image Segmentation Techniques · AI in cancer detection
MethodsAttention Is All You Need · Linear Layer · Adam · Layer Normalization · Position-Wise Feed-Forward Layer · Dense Connections · Residual Connection · Multi-Head Attention · Byte Pair Encoding · Absolute Position Encodings
