ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
1.9k
Citations
94
Influential Citations
Medical Image Analysis
Venue
2019
Year
We propose a novel attention gate (AG) model for medical image analysis that automatically learns to focus on target structures of varying shapes and sizes. Models trained with AGs implicitly learn to suppress irrelevant regions in an input image while highlighting salient features useful for a specific task. This enables us to eliminate the necessity of using explicit external tissue/organ localisation modules when using convolutional neural networks (CNNs). AGs can be easily integrated into standard CNN models such as VGG or U-Net architectures with minimal computational overhead while increasing the model sensitivity and prediction accuracy. The proposed AG models are evaluated on a variety of tasks, including medical image classification and segmentation. For classification, we demonstrate the use case of AGs in scan plane detection for fetal ultrasound screening. We show that the proposed attention mechanism can provide efficient object localisation while improving the overall prediction performance by reducing false positives. For segmentation, the proposed architecture is evaluated on two large 3D CT abdominal datasets with manual annotations for multiple organs. Experimental results show that AG models consistently improve the prediction performance of the base architectures across different datasets and training sizes while preserving computational efficiency. Moreover, AGs guide the model activations to be focused around salient regions, which provides better insights into how model predictions are made. The source code for the proposed AG models is publicly available.
This paper addresses a critical challenge in medical image analysis: the need for models to focus on relevant anatomical structures while ignoring irrelevant background. Traditional CNNs often require separate localization modules or multi-stage pipelines to achieve this, which adds complexity and computational cost. The proposed attention gate (AG) provides a simple, elegant solution that can be plugged into existing architectures like U-Net, enabling end-to-end learning of salient regions.
The significance of this work lies in its broad applicability and demonstrated effectiveness. By integrating AGs, models achieve higher accuracy and better interpretability without significant overhead. This has made AGs a standard tool in medical imaging, influencing many subsequent works. The paper's impact is evidenced by its high citation count (1946) and its adoption in diverse applications beyond the original tasks.
The paper reports consistent improvements across tasks. For fetal ultrasound scan plane detection, AGs reduce false positives while improving overall classification performance. For segmentation on two large 3D CT datasets, AG-augmented U-Net outperforms the base U-Net across multiple organs and training set sizes. The improvements are achieved with minimal computational overhead, making the method practical for real-world clinical use. The attention maps also show that the model focuses on anatomically relevant regions, confirming the effectiveness of the gating mechanism.
The attention gate has had a lasting impact on the field of medical image analysis. It provided a simple yet powerful mechanism to improve model performance and interpretability, which is crucial for clinical adoption. The idea has been extended to various architectures and tasks, including 3D segmentation, detection, and even non-medical domains. By eliminating the need for external localization modules, AGs streamline the pipeline and enable more efficient training. This work has inspired a wave of attention-based methods and remains a foundational reference for researchers and practitioners.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba