TTDCapsNet

所属分类:生物医药技术
开发工具:Python
文件大小:0KB
下载次数:2
上传日期:2024-02-03 20:15:45
上 传 者sh-1993
说明:  用于复杂和医学图像识别的Tri-Texton密集胶囊网络
(Tri Texton-Dense Capsule Network for Complex and Medical image recognition)

文件列表:
figures/
LICENSE
T_MD_3LDCNet.py
capsulelayers.py
densenet.py
utils.py

# TTDCapsNet [![DOI](https://zenodo.org/badge/751786438.svg)](https://zenodo.org/doi/10.5281/zenodo.10613575) ## Contents 1. [Introduction](#introduction) 2. [Usage](#usage) 3. [Results](#results) 4. [Contact Us](#contact-us) ## Introduction We introduced a three hierachically layerd Capsule Network (CapsNet) structure named Tri Texton-Dense CapsNet (TTDCapsNet) with the aim of improving the classification of complex and medical images. The Texton layer contributes significantly to the better performance of the model. Results from this study suggest that TTDCapsNet surpasses the baseline and demonstrates competitive performance when compared to state-of-the-art CapsNet models. The state-of-the-art performance on fashion-MNIST, CIFAR-10, Breast Cancer, and Brain Tumor datasets, showcasing 94.90%, 89.09%, 95.01%, and 97.71% validation accuracies respectively, serves as evidence of the efficacy of TTDCapsNet. Below is the architecture of TTDCapsNet:

## Usage Codes for training fashion-MNIST, CIFAR-10, Breast Cancer, and Brain Tumor Datasets is found in this repository. follow the procedure below: **Step 1. Install [Keras==2.1.2](https://github.com/fchollet/keras) with [TensorFlow>=1.2](https://github.com/tensorflow/tensorflow) backend.** ``` pip install tensorflow-gpu pip install keras==2.1.2 **Step 2. Clone the repository to local.** ``` https://github.com/vivianakotoadjepong/TTDCapsNet.git ``` **Step 3. Train the network.** Training TTDCapsNet on fashion-MNIST, and CIFAR-10 with default settings: ``` use; python T_MD_3LDCNet.py or run by creating a .ipynb jupyter notebook file and run using; %run T_MD_3LDCNet.py ``` You can check the well commented code for more settings. ``` For more settings, the code is well-commented and it should be easy to change the parameters looking at the comments. ## Results We performed different ablation experiments to prove the efficiency of TTDCapsNet. the following figures depicts accuracy curves for TTDCapsNet and the baseline model on CIFAR-10(first) and fashion-MNIST (second):

The precision recall (first) and Reciever Operating Characteristics Curve (second) values for CIFAR-10 using the proposed model can also be observed below with good values, representing better performance and robustness of the model.

## Contact Us Please contact us on vivianakotoadjepong@gmail.com

近期下载者

相关文件


收藏者