Code Monkey home page Code Monkey logo

chollette / sednet_shallow-encoder-decoder-network-for-brain-tumor-segmentation Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 59.3 MB

Official Implementation for SEDNet

Home Page: https://sites.google.com/view/cholletteolisah

License: MIT License

Jupyter Notebook 53.52% Python 46.48%
brain-tumor-segmentation brats2020 deep-learning keras-tensorflow semantic-segmentation representational-learning convolutional-neural-networks preprocessing-data binary-cross-entropy soft-dice weighted-binary-cross-entropy-soft-dice-loss

sednet_shallow-encoder-decoder-network-for-brain-tumor-segmentation's Introduction

This repo is built for paper: SEDNet_Shallow-Encoder-Decoder-Network-for-Brain-Tumor-Segmentation (https://doi.org/10.48550/arXiv.2401.13403)

License GitHub Issues GitHub Stars

Description

SEDNet is a segmentation algorithm that adopts sufficiency in hierarchical convolutional downsampling and selective skip mechanism for cost-efficient and effective Brain Tumor semantic segmentation. SEDNet with the integration of the proposed preprocessing algorithm and optimization function on the BraTS2020 set reserved for testing achieves impressive dice and Hausdorff scores of 0.9308, 0.9451, 0.9026, and 0.7040, 1.2866, 0.7762 for non-enhancing tumor core (NTC), peritumoral edema (ED), and enhancing tumor (ET), respectively. With about 1.3 million parameters and impressive performance in comparison to the state-of-the-art, SEDNet(X) is shown to be computationally efficient for real-time clinical diagnosis.

Citation

If it is helpful for your work, please cite this paper:

@misc{olisah2024sednet,
      title={SEDNet: Shallow Encoder-Decoder Network for Brain Tumor Segmentation}, 
      author={Chollette C. Olisah},
      year={2024},
      eprint={2401.13403},
      archivePrefix={arXiv},
      primaryClass={eess.IV}
}

Example Model Use

model_dir = "your model directory"
model = keras.models.load_model(model_dir, compile=False)
model.compile(loss=bce_dice_loss2, optimizer=keras.optimizers.Adam(learning_rate=0.0003), metrics = [dice_coef, sensitivity, specificity, C_0, C_1, C_2])

Example Evaluation Result

License

This project is licensed under the MIT License.

Chollette, SEDNet_Shallow-Encoder-Decoder-Network-for-Brain-Tumor-Segmentation

sednet_shallow-encoder-decoder-network-for-brain-tumor-segmentation's People

Contributors

chollette avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.