Git Product home page Git Product logo

cellsegmentation's Introduction

Multiple Instance Learning for Immune Cell Image Segmentation with Counting Labels

This is the new multi-stage auto-immunoquantitative analytical model we proposed.

Special thanks to Dr. Cheng @ShenghuaCheng for contributing to this work and WNLO for platform provision.

New MIL for immune cell pathological images

Taking immunohistochemistry-stained digital cell images as input, the model is merely supervised by positive cell counting labels and transforms whole-image (bag) level counting results into superpixel (instance) level classification results via the specifically designed adaptive top-k instance selection strategy.

Network frame

  • Stage 1: Image-wise regressive positive cell counter
  • Stage 2: Superpixel-wise tile instance classifier
  • Stage 3: Pixel-wise segmentation encoder-decoder network

Adaptive top-k selection

Mask refinement

Instance classifier provides us semantic information of positive cells. HSV channel separation and thresholding provide us fine-grained profile of positive cells.

Grand Challenge results

Kappa = 0.9319, 4th in Lymphocyte Assessment Hackathon (LYSTO) Challenge. Leaderboard

We also tested our localization method in LYON19.

Dataset

Visit LYSTO to get data.

Quick Start

  • Add image data in ./data
  • Train cell counter by python train_image.py
  • Test your counter by python test_count.py
  • Train tile classifier by python train_tile.py
  • Test the classifier and get heatmaps by python test_tile.py
  • Train segmentation network by python train_seg.py
  • Test segmentation network and get masks by python test_seg.py --draw_masks
  • Test segmentation network and get localization points by python test_seg.py --detect

and use arguments you like. You can find arguments list in the source code file.

Citing

... under construction ... stay tuned.

2021-2022 By Newiz

cellsegmentation's People

Contributors

newiz430 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.