Git Product home page Git Product logo

hsa-nrl's Introduction

HSA-NRL PWC visitors Tweet

This repo is the official implementation of our paper "Hard Sample Aware Noise Robust Learning for Histopathology Image Classification".

News

  • โšก(2021-11-20): Chaoyang dataset was released.

Citation

If you use this code/data for your research, please cite our paper "Hard Sample Aware Noise Robust Learning for Histopathology Image Classification".

@article{zhuhard,
  title={Hard Sample Aware Noise Robust Learning for Histopathology Image Classification},
  author={Zhu, Chuang and Chen, Wenkai and Peng, Ting and Wang, Ying and Jin, Mulan},
  journal={IEEE transactions on medical imaging}
}

Data

Chaoyang

Using instructions

  • Notes: step1.py is the label correction phase, NSHE.py is the NSHE phase.

  • Getting started:

    Run step1.py first to generate the "Almost clean dataset". Then run NSHE.py to train the model by the "Almost clean dataset".

    Take Chaoyang dataset as an example:

    First, run python step1.py --dataset chaoyang and get the "Almost clean dataset" file named "chaoyang_15_step1.p".

    Then, run the command below to train the model by the generated "Almost clean dataset".

    python NSHE.py --dataset chaoyang --forget_rate 0.01 --pickle_path chaoyang_15_step1.p

    (Remember to modify the dataset path before using.)

License

This project is made freely available to academic and non-academic entities for non-commercial purposes such as academic research, teaching, scientific publications, or personal experimentation. Permission is granted to use the data given that you agree to our license terms bellow:

  1. That you include a reference to our paper in any work that makes use of the data/code. For research papers, cite our preferred publication; for other media cite our preferred publication or link to our github project.
  2. That you do not distribute this dataset or modified versions. It is permissible to distribute derivative works in as far as they are abstract representations of this dataset (such as models trained on it or additional annotations that do not directly include any of our data).
  3. That you may not use the dataset or any derivative work for commercial purposes as, for example, licensing or selling the data, or using the data with a purpose to procure a commercial gain.
  4. That all rights not expressly granted to you are reserved by us.

Contact

Wenkai Chen

Chuang Zhu

If you have any questions, please contact us directly.

Additional Info

Some parts of our code are borrowed from the official Co-teaching implementation.

Acknowledgements

  • Thanks Chaoyang hospital for dataset annotation.
  • Thanks Yi Chen for the design of Fig. 3 in our paper.

hsa-nrl's People

Contributors

buptcwk avatar bupt-ai-cz 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.