All Projects → wulalago → DAF3D

wulalago / DAF3D

Licence: other
Deep Attentive Features for Prostate Segmentation in 3D Transrectal Ultrasound

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DAF3D

amta-net
Asymmetric Multi-Task Attention Network for Prostate Bed Segmentation in CT Images
Stars: ✭ 26 (-56.67%)
Mutual labels:  attention-mechanism, prostate-segmentation
TS3000 TheChatBOT
Its a social networking chat-bot trained on Reddit dataset . It supports open bounded queries developed on the concept of Neural Machine Translation. Beware of its being sarcastic just like its creator 😝 BDW it uses Pytorch framework and Python3.
Stars: ✭ 20 (-66.67%)
Mutual labels:  attention-mechanism, pytorch-implementation
DCAN
[AAAI 2020] Code release for "Domain Conditioned Adaptation Network" https://arxiv.org/abs/2005.06717
Stars: ✭ 27 (-55%)
Mutual labels:  attention-mechanism, pytorch-implementation
datastories-semeval2017-task6
Deep-learning model presented in "DataStories at SemEval-2017 Task 6: Siamese LSTM with Attention for Humorous Text Comparison".
Stars: ✭ 20 (-66.67%)
Mutual labels:  attention-mechanism
minimal-nmt
A minimal nmt example to serve as an seq2seq+attention reference.
Stars: ✭ 36 (-40%)
Mutual labels:  attention-mechanism
SpinNet
[CVPR 2021] SpinNet: Learning a General Surface Descriptor for 3D Point Cloud Registration
Stars: ✭ 181 (+201.67%)
Mutual labels:  pytorch-implementation
visualization
a collection of visualization function
Stars: ✭ 189 (+215%)
Mutual labels:  attention-mechanism
tldr
TLDR is an unsupervised dimensionality reduction method that combines neighborhood embedding learning with the simplicity and effectiveness of recent self-supervised learning losses
Stars: ✭ 95 (+58.33%)
Mutual labels:  pytorch-implementation
OpenNMT-kpg-release
Keyphrase Generation
Stars: ✭ 162 (+170%)
Mutual labels:  pytorch-implementation
3HAN
An original implementation of "3HAN: A Deep Neural Network for Fake News Detection" (ICONIP 2017)
Stars: ✭ 29 (-51.67%)
Mutual labels:  attention-mechanism
domain-attention
codes for paper "Domain Attention Model for Multi-Domain Sentiment Classification"
Stars: ✭ 22 (-63.33%)
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 (-70%)
Mutual labels:  attention-mechanism
Multigrid-Neural-Architectures
Multigrid Neural Architecture
Stars: ✭ 28 (-53.33%)
Mutual labels:  attention-mechanism
hamnet
PyTorch implementation of AAAI 2021 paper: A Hybrid Attention Mechanism for Weakly-Supervised Temporal Action Localization
Stars: ✭ 30 (-50%)
Mutual labels:  attention-mechanism
SANET
Arbitrary Style Transfer with Style-Attentional Networks
Stars: ✭ 105 (+75%)
Mutual labels:  attention-mechanism
LMFD-PAD
Learnable Multi-level Frequency Decomposition and Hierarchical Attention Mechanism for Generalized Face Presentation Attack Detection
Stars: ✭ 27 (-55%)
Mutual labels:  attention-mechanism
halonet-pytorch
Implementation of the 😇 Attention layer from the paper, Scaling Local Self-Attention For Parameter Efficient Visual Backbones
Stars: ✭ 181 (+201.67%)
Mutual labels:  attention-mechanism
abcnn pytorch
Implementation of ABCNN(Attention-Based Convolutional Neural Network) on Pytorch
Stars: ✭ 35 (-41.67%)
Mutual labels:  attention-mechanism
A-Persona-Based-Neural-Conversation-Model
No description or website provided.
Stars: ✭ 22 (-63.33%)
Mutual labels:  attention-mechanism
DeepAtlas
Joint Semi-supervised Learning of Image Registration and Segmentation
Stars: ✭ 38 (-36.67%)
Mutual labels:  medical-image-analysis

Deep Attentive Features for Prostate Segmentation in 3D Transrectal Ultrasound.

This repository is the implementation of the DAF3DNet for Prostate Segmentation by Haoran Dou in MUSIC Lab at Shenzhen University.

Deep Attentive Features for Prostate Segmentation in 3D Transrectal Ultrasound.
Yi Wang, Haoran Dou, Xiaowei Hu, Lei Zhu, Xin Yang, Ming Xu, Jing Qin, Pheng-Ann Heng, Tianfu Wang, and Dong Ni.
IEEE Transactions on Medical Imaging, 2019. [Paper] [arXiv]

framework

Automatic prostate segmentation in transrectal ultrasound (TRUS) images is of essential importance for image-guided prostate interventions and treatment planning. However, developing such automatic solutions remains very challenging due to the missing/ambiguous boundary and inhomogeneous intensity distribution of the prostate in TRUS, as well as the large variability in prostate shapes. This paper develops a novel 3D deep neural network equipped with attention modules for better prostate segmentation in TRUS by fully exploiting the complementary information encoded in different layers of the convolutional neural network (CNN). Our attention module utilizes the attention mechanism to selectively leverage the multilevel features integrated from different layers to refine the features at each individual layer, suppressing the non-prostate noise at shallow layers of the CNN and increasing more prostate details into features at deep layers. Experimental results on challenging 3D TRUS volumes show that our method attains satisfactory segmentation performance. The proposed attention mechanism is a general strategy to aggregate multi-level deep features and has the potential to be used for other medical image segmentation tasks.

Usage

Dependencies

This work depends on the following libraries:
Pytorch == 0.4.0
Python == 3.6

Train and Validate

Run

python Train.py

You can rewrite the DataOprate.py to train your own data.

Result

One case to illustrate the effectiveness of the proposed attention module for the feature refinement.
result

metric results

Metric 3D FCN 3D U-Net Ours
Dice 0.8210 0.8453 0.9004
Jaccard 0.6985 0.7340 0.8200
CC 0.5579 0.6293 0.7762
ADB 9.5801 8.2715 3.3198
95HD 25.113 20.390 8.3684
Precision 0.8105 0.8283 0.8995
Recall 0.8486 0.8764 0.9055

Citation

If this work is helpful for you, please cite our paper as follows:

@ARTICLE{8698868,
  author={Y. {Wang} and H. {Dou} and X. {Hu} and L. {Zhu} and X. {Yang} and M. {Xu} and J. {Qin} and P. -A. {Heng} and T. {Wang} and D. {Ni}},
  journal={IEEE Transactions on Medical Imaging}, 
  title={Deep Attentive Features for Prostate Segmentation in 3D Transrectal Ultrasound}, 
  year={2019},
  volume={38},
  number={12},
  pages={2768-2778},
  doi={10.1109/TMI.2019.2913184}}
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].