UARK-AICV / 3DConvCaps

[ICPR 2022] 3DConvCaps: 3DUnet with Convolutional Capsule Encoder for Medical Image Segmentation

Home Page:https://arxiv.org/abs/2205.09299

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3DConvCaps: 3DUnet with Convolutional Capsule Encoder for Medical Image Segmentation

Table of Contents

Introduction

alt text

The figure above illustrates our 3DConvCaps architecture. Details about it are described in our paper here. The main implementation of this network can be find here.

Usage

Installation

  • Clone the repository:
git clone https://github.com/UARK-AICV-Lab/3DConvCaps
  • Install dependencies depends on your cuda version (CUDA 10 or CUDA 11)
conda env create -f environment_cuda11.yml
or
conda env create -f environment_cuda10.yml

Data preparation

Our method is evaluated on three datasets:

See this repository for more details on data preparation.

Training

The training example script is available here

Validation

The evaluating example script is available here

See this repository for more details on training and evaluating parameters.

Trained models

Our trained 3DConvCaps models on three datasets can be downloaded as follows:

Acknowledgement

The implementation is mainly based on 3DUCaps thorough implementation.

Citation

@article{tran20223dconvcaps,
  title={3DConvCaps: 3DUnet with Convolutional Capsule Encoder for Medical Image Segmentation},
  author={Tran, Minh and Vo-Ho, Viet-Khoa and Le, Ngan TH},
  journal={arXiv preprint arXiv:2205.09299},
  year={2022}
}

Contacts

If you have any question, feel free to open an issue.

About

[ICPR 2022] 3DConvCaps: 3DUnet with Convolutional Capsule Encoder for Medical Image Segmentation

https://arxiv.org/abs/2205.09299

License:Apache License 2.0


Languages

Language:Python 99.2%Language:Shell 0.8%