# Attention-Gated-Networks **Repository Path**: wuwu-wu/Attention-Gated-Networks ## Basic Information - **Project Name**: Attention-Gated-Networks - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Attention Gated Networks
(Image Classification & Segmentation) Pytorch implementation of attention gates used in U-Net and VGG-16 models. The framework can be utilised in both medical image classification and segmentation tasks.


The schematics of the proposed Attention-Gated Sononet


The schematics of the proposed additive attention gate

### References: 1) "Attention-Gated Networks for Improving Ultrasound Scan Plane Detection", MIDL'18, Amsterdam
[Conference Paper](https://openreview.net/pdf?id=BJtn7-3sM)
[Conference Poster](https://www.doc.ic.ac.uk/~oo2113/posters/MIDL2018_poster_Jo.pdf) 2) "Attention U-Net: Learning Where to Look for the Pancreas", MIDL'18, Amsterdam
[Conference Paper](https://openreview.net/pdf?id=Skft7cijM)
[Conference Poster](https://www.doc.ic.ac.uk/~oo2113/posters/MIDL2018_poster.pdf) ### Installation pip install --process-dependency-links -e .