All Projects → jcwang123 → BA-Transformer

jcwang123 / BA-Transformer

Licence: other
[MICCAI 2021] Boundary-aware Transformers for Skin Lesion Segmentation

Programming Languages

python
139335 projects - #7 most used programming language
Cuda
1817 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to BA-Transformer

Skin-Lesion-Recognition.Pytorch
Rank3 Code for ISIC 2018: Skin Lesion Analysis Towards Melanoma Detection, Task 3
Stars: ✭ 37 (-56.98%)
Mutual labels:  miccai
SIGIR2021 Conure
One Person, One Model, One World: Learning Continual User Representation without Forgetting
Stars: ✭ 23 (-73.26%)
Mutual labels:  transformer-architecture
pytorch-psetae
PyTorch implementation of the model presented in "Satellite Image Time Series Classification with Pixel-Set Encoders and Temporal Self-Attention"
Stars: ✭ 117 (+36.05%)
Mutual labels:  transformer-architecture
SeqFormer
SeqFormer: a Frustratingly Simple Model for Video Instance Segmentation
Stars: ✭ 230 (+167.44%)
Mutual labels:  transformer-architecture
SReT
Official PyTorch implementation of our ECCV 2022 paper "Sliced Recursive Transformer"
Stars: ✭ 51 (-40.7%)
Mutual labels:  transformer-architecture
mmwave-gesture-recognition
Basic Gesture Recognition Using mmWave Sensor - TI AWR1642
Stars: ✭ 32 (-62.79%)
Mutual labels:  transformer-architecture
ChangeFormer
Official PyTorch implementation of our IGARSS'22 paper: A Transformer-Based Siamese Network for Change Detection
Stars: ✭ 220 (+155.81%)
Mutual labels:  transformer-architecture
swin-transformer-pytorch
Implementation of the Swin Transformer in PyTorch.
Stars: ✭ 610 (+609.3%)
Mutual labels:  transformer-architecture

Boundary-aware Transformers for Skin Lesion Segmentation

Introduction

This is an official release of the paper Boundary-aware Transformers for Skin Lesion Segmentation.

Boundary-aware Transformers for Skin Lesion Segmentation,
Jiacheng Wang, Lan Wei, Liansheng Wang, Qichao Zhou, Lei Zhu, Jing Qin
In: Medical Image Computing and Computer Assisted Intervention (MICCAI), 2021
[arXiv][Bibetex]

News

  • [5/27 2022] We have released a more powerful XBound-Former with clearer concept and codes.
  • [11/15 2021] We have released the point map data.
  • [11/08 2021] We have released the training / testing codes.

Code List

  • Network
  • Pre-processing
  • Training Codes
  • MS

For more details or any questions, please feel easy to contact us by email ([email protected]).

Usage

Dataset

Please download the dataset from ISIC challenge and PH2 website.

Pre-processing

Please run:

$ python src/process_resize.py
$ python src/process_point.py

You need to change the File Path to your own.

Point Maps

For your convenience, we release the processed maps and the dataset division.

Please download them from Baidu Disk (code:kmqr) or Google Drive

The file names are equal to the original image names.

Training

Testing

Download the pretrained weight for PH2 dataset from Google Drive.

$ python test.py --dataset isic2016

Result

Method Dice IoU HD95 ASSD
Lee et al. 0.918 0.843 - -
BAT (paper) 0.921 0.858 - -

Citation

If you find BAT useful in your research, please consider citing:

@inproceedings{wang2021boundary,
  title={Boundary-Aware Transformers for Skin Lesion Segmentation},
  author={Wang, Jiacheng and Wei, Lan and Wang, Liansheng and Zhou, Qichao and Zhu, Lei and Qin, Jing},
  booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
  pages={206--216},
  year={2021},
  organization={Springer}
}
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].