Skip to content

Cellpose 3

Fabian Reith edited this page Mar 14, 2024 · 3 revisions

Overview

image

Basic idea:

  • Use fixed Cellpose model
  • train another model to denoise Poisson noise
  • The denoised image shoudld have good segmentation performance on cellpose

Losses:

  • Reconstruction loss - denoised vs clean
  • Perceptual loss - feature similarity in cellpose encodings
  • Segmentation loss - pred vs target flows of the fixed cellpose model

Performance:

image
  • Doesn't really compare with other approaches, but shows qualitative and quantitative results
  • Clean Tissuenet AP@0.5 = 0.85

Clone this wiki locally