Unsupervised Deep Learning Meets Chan-Vese Model
Dihan Zheng, Chenglong Bao, Zuoqiang Shi, Haibin Ling, Kaisheng Ma

TL;DR
This paper introduces an unsupervised image segmentation method that combines the classical Chan-Vese model with deep neural networks, improving segmentation accuracy without needing pre-training.
Contribution
It integrates deep neural networks with the Chan-Vese model within a Bayesian framework, enabling unsupervised segmentation that handles violations of the piecewise constant assumption.
Findings
Outperforms existing unsupervised segmentation methods.
Effective in multi-phase and dataset-based segmentation tasks.
No pre-training required, only input images.
Abstract
The Chan-Vese (CV) model is a classic region-based method in image segmentation. However, its piecewise constant assumption does not always hold for practical applications. Many improvements have been proposed but the issue is still far from well solved. In this work, we propose an unsupervised image segmentation approach that integrates the CV model with deep neural networks, which significantly improves the original CV model's segmentation accuracy. Our basic idea is to apply a deep neural network that maps the image into a latent space to alleviate the violation of the piecewise constant assumption in image space. We formulate this idea under the classic Bayesian framework by approximating the likelihood with an evidence lower bound (ELBO) term while keeping the prior term in the CV model. Thus, our model only needs the input image itself and does not require pre-training from…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
