All Projects → ozan-oktay → Attention Gated Networks

ozan-oktay / Attention Gated Networks

Licence: mit
Use of Attention Gates in a Convolutional Neural Network / Medical Image Classification and Segmentation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Attention Gated Networks

Dmsmsgrcg
A photo OCR project aims to output DMS messages contained in sign structure images.
Stars: ✭ 18 (-98.54%)
Mutual labels:  convolutional-neural-networks, image-classification
Deep learning projects
Stars: ✭ 28 (-97.74%)
Mutual labels:  convolutional-neural-networks, image-classification
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-98.14%)
Mutual labels:  image-classification, image-segmentation
Pba
Efficient Learning of Augmentation Policy Schedules
Stars: ✭ 461 (-62.73%)
Mutual labels:  convolutional-neural-networks, image-classification
Hardhat Detector
A convolutional neural network implementation of a script that detects whether an individual is wearing a hardhat or not.
Stars: ✭ 41 (-96.69%)
Mutual labels:  convolutional-neural-networks, image-classification
Cvpr2021 Paper Code Interpretation
cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
Stars: ✭ 8,075 (+552.79%)
Mutual labels:  image-classification, image-segmentation
Pytorch Toolbelt
PyTorch extensions for fast R&D prototyping and Kaggle farming
Stars: ✭ 942 (-23.85%)
Mutual labels:  image-classification, image-segmentation
Trashnet
Dataset of images of trash; Torch-based CNN for garbage image classification
Stars: ✭ 368 (-70.25%)
Mutual labels:  convolutional-neural-networks, image-classification
Reading comprehension tf
Machine Reading Comprehension in Tensorflow
Stars: ✭ 37 (-97.01%)
Mutual labels:  convolutional-neural-networks, attention-model
Albumentations
Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Stars: ✭ 9,353 (+656.1%)
Mutual labels:  image-classification, image-segmentation
Caer
High-performance Vision library in Python. Scale your research, not boilerplate.
Stars: ✭ 452 (-63.46%)
Mutual labels:  image-classification, image-segmentation
Efficientnas
Towards Automated Deep Learning: Efficient Joint Neural Architecture and Hyperparameter Search https://arxiv.org/abs/1807.06906
Stars: ✭ 44 (-96.44%)
Mutual labels:  convolutional-neural-networks, image-classification
Computer Vision
Programming Assignments and Lectures for Stanford's CS 231: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 408 (-67.02%)
Mutual labels:  convolutional-neural-networks, image-classification
Eccv2020 Code
ECCV 2020 论文开源项目合集,同时欢迎各位大佬提交issue,分享ECCV 2020开源项目
Stars: ✭ 827 (-33.14%)
Mutual labels:  image-classification, image-segmentation
Rmdl
RMDL: Random Multimodel Deep Learning for Classification
Stars: ✭ 375 (-69.68%)
Mutual labels:  convolutional-neural-networks, image-classification
Wbc segmentaion
White Blood Cell Image Segmentation Using Deep Convolution Neural Networks
Stars: ✭ 11 (-99.11%)
Mutual labels:  convolutional-neural-networks, image-segmentation
Medpy
Medical image processing in Python
Stars: ✭ 321 (-74.05%)
Mutual labels:  image-classification, image-segmentation
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (-73.65%)
Mutual labels:  convolutional-neural-networks, image-classification
Deepmodels
TensorFlow Implementation of state-of-the-art models since 2012
Stars: ✭ 33 (-97.33%)
Mutual labels:  convolutional-neural-networks, image-classification
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+564.03%)
Mutual labels:  convolutional-neural-networks, image-classification

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
    Conference Poster

  2. "Attention U-Net: Learning Where to Look for the Pancreas", MIDL'18, Amsterdam
    Conference Paper
    Conference Poster

Installation

pip install --process-dependency-links -e .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].