Giter Site home page Giter Site logo

1st-in-miccai-midog-2021-challenge's Introduction

A Generalizable and Robust Deep Learning Algorithm for Mitosis Detection in Multicenter Breast Histopathological Images(Medical Image Analysis)

Journal Link

This is the source code for the first place solution to the MICCAI 2021 MIDOG microscopy domain generalization challenge. Our Algorithms and Weights is already on the platform, ready to run directly, you can get the results by applying, on your image

Please open new threads or address all questions to [email protected]

Hardware

  • 32GB of RAM
  • 4*Nvidia V100 32G GPUs

Updates / TODOs

Please follow this GitHub for more updates.

  • Add training code
  • Add inference code for evaluation.
  • Add model.
  • Add fourier-based data augmentation.

1.Preparations

2.Get fourier-based data augmentation

Step 1: Apply FFT to source and target images.

Step 2: Replace the low frequency part of the source amplitude with that from the target.

Step 3: Apply inverse FFT to the modified source spectrum.

Here are some images we grabbed randomly

python get_fda_image.py

3.Get instance mask

please see the HoVer-Net,get the cell mask.And then intersect with the mitotic bbox to get the mitotic mask, and finally preprocess 512*512 patches. Here is our processed some image and the corresponding mask

Inference

test image is on the path ./test/007.tiff

python process.py

License

This code(FMDet) is released under the GPLv3 License and is available for non-commercial academic purposes.

Citation

Please use below to cite this paper if you find our work useful in your research.

@article{WANG2022102703,
title = {A generalizable and robust deep learning algorithm for mitosis detection in multicenter breast histopathological images},
author = {Xiyue Wang and Jun Zhang and Sen Yang and Jingxi Xiang and Feng Luo and Minghui Wang and Jing Zhang and Wei Yang and Junzhou Huang and Xiao Han},
journal = {Medical Image Analysis},
pages = {102703},
year = {2022},
issn = {1361-8415},
doi = {https://doi.org/10.1016/j.media.2022.102703}
}

1st-in-miccai-midog-2021-challenge's People

Contributors

xiyue-wang 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.