All Projects → junqiangchen → AttentionGatedVNet3D

junqiangchen / AttentionGatedVNet3D

Licence: other
Attention Gated VNet3D Model for KiTS19——2019 Kidney Tumor Segmentation Challenge

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AttentionGatedVNet3D

Sparse Structured Attention
Sparse and structured neural attention mechanisms
Stars: ✭ 198 (+465.71%)
Mutual labels:  segmentation, attention-mechanism
dcsp segmentation
No description or website provided.
Stars: ✭ 34 (-2.86%)
Mutual labels:  segmentation, attention-mechanism
VNet
Prostate MR Image Segmentation 2012
Stars: ✭ 54 (+54.29%)
Mutual labels:  segmentation, vnet
Linear-Attention-Mechanism
Attention mechanism
Stars: ✭ 27 (-22.86%)
Mutual labels:  segmentation, attention-mechanism
anomaly-seg
The Combined Anomalous Object Segmentation (CAOS) Benchmark
Stars: ✭ 115 (+228.57%)
Mutual labels:  segmentation
pyRANSAC-3D
A python tool for fitting primitives 3D shapes in point clouds using RANSAC algorithm
Stars: ✭ 253 (+622.86%)
Mutual labels:  segmentation
Multi-task-Conditional-Attention-Networks
A prototype version of our submitted paper: Conversion Prediction Using Multi-task Conditional Attention Networks to Support the Creation of Effective Ad Creatives.
Stars: ✭ 21 (-40%)
Mutual labels:  attention-mechanism
stanford-cs231n-assignments-2020
This repository contains my solutions to the assignments for Stanford's CS231n "Convolutional Neural Networks for Visual Recognition" (Spring 2020).
Stars: ✭ 84 (+140%)
Mutual labels:  attention-mechanism
extkeras
Playground for implementing custom layers and other components compatible with keras, with the purpose to learn the framework better and perhaps in future offer some utils for others.
Stars: ✭ 18 (-48.57%)
Mutual labels:  attention-mechanism
datastories-semeval2017-task6
Deep-learning model presented in "DataStories at SemEval-2017 Task 6: Siamese LSTM with Attention for Humorous Text Comparison".
Stars: ✭ 20 (-42.86%)
Mutual labels:  attention-mechanism
dictlearn
Dictionary Learning for image processing
Stars: ✭ 23 (-34.29%)
Mutual labels:  segmentation
medSeg
Medical Image Segmentation Toolkit based on PaddlePaddle - 基于paddle的医学影像分割框架
Stars: ✭ 88 (+151.43%)
Mutual labels:  segmentation
vesseg
Brain vessel segmentation using 3D convolutional neural networks
Stars: ✭ 27 (-22.86%)
Mutual labels:  segmentation
dodrio
Exploring attention weights in transformer-based models with linguistic knowledge.
Stars: ✭ 233 (+565.71%)
Mutual labels:  attention-mechanism
hamnet
PyTorch implementation of AAAI 2021 paper: A Hybrid Attention Mechanism for Weakly-Supervised Temporal Action Localization
Stars: ✭ 30 (-14.29%)
Mutual labels:  attention-mechanism
imgcrop
Simple image augmentation library focusing on random geometric cropping
Stars: ✭ 27 (-22.86%)
Mutual labels:  segmentation
Skin-Cancer-Segmentation
Classification and Segmentation with Mask-RCNN of Skin Cancer using ISIC dataset
Stars: ✭ 61 (+74.29%)
Mutual labels:  segmentation
wasr network
WaSR Segmentation Network for Unmanned Surface Vehicles v0.5
Stars: ✭ 32 (-8.57%)
Mutual labels:  segmentation
U-Time
U-Time: A Fully Convolutional Network for Time Series Segmentation
Stars: ✭ 156 (+345.71%)
Mutual labels:  segmentation
SASHIMI
SASHIMI segmentation is a Matlab App for semi-automatic interactive segmentation of multi-slice images.
Stars: ✭ 15 (-57.14%)
Mutual labels:  segmentation

Attention Gated VNet3D Model for KiTS19——2019 Kidney Tumor Segmentation Challenge

This is an example of combining VNet3D and AttentionGating.(re)implemented the model with tensorflow in the paper of "Ozan Oktay, Jo Schlemper, Loic Le Folgoc, Matthew Lee, Mattias Heinrich, Kazunari Misawa, Kensaku Mori, Steven McDonagh, Nils Y Hammerla, Bernhard Kainz, Ben Glocker, Daniel Rueckert.(2018) Attention U-Net: Learning Where to Look for the Pancreas"

Prerequisities

The following dependencies are needed:

  • numpy >= 1.11.1
  • opencv-python >=3.3.0
  • tensorflow-gpu ==1.8.0
  • pandas >=0.20.1
  • scikit-learn >= 0.17.1

How to Use

Preprocess

follow KiTS19——2019 Kidney Tumor Segmentation Challenge project

  • the AGVNet3D model

  • the Attention Gated model

Prerequisities

Attention U-Net model can find from here:https://github.com/ozan-oktay/Attention-Gated-Networks

Result

1、Kidney Segmentation

  • the train loss

  • 200-209case dice value and result

  • segmentation result can find in the video of attengat.avi

Contact

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].