paper-with-me

Papers

Deep Gaussian mixture model for unsupervised image segmentation

2024-04-18 · Matthias Schwab, Agnes Mayr, Markus Haltmeier

The recent emergence of deep learning has led to a great deal of work on designing supervised deep semantic segmentation algorithms. As in many tasks sufficient pixel-level labels are very difficult to obtain, we propose a method which combines a Gaussian mixture model (GMM) with unsupervised deep learning techniques. In the standard GMM the pixel values with each sub-region are modelled by a Gaussian distribution. In order to identify the different regions, the parameter vector that minimizes the negative log-likelihood (NLL) function regarding the GMM has to be approximated. For this task, usually iterative optimization methods such as the expectation-maximization (EM) algorithm are used. In this paper, we propose to estimate these parameters directly from the image using a convolutional neural network (CNN). We thus change the iterative procedure in the EM algorithm replacing the expectation-step by a gradient-step with regard to the networks parameters. This means that the network is trained to minimize the NLL function of the GMM which comes with at least two advantages. As once trained, the network is able to predict label probabilities very quickly compared with time consuming iterative optimization methods. Secondly, due to the deep image prior our method is able to partially overcome one of the main disadvantages of GMM, which is not taking into account correlation between neighboring pixels, as it assumes independence between them. We demonstrate the advantages of our method in various experiments on the example of myocardial infarct segmentation on multi-sequence MRI images.

📄 PDF Abstract BibTeX arXiv:2404.12252

Code (1)

matthi99/deepgmm 공식 구현 pytorch

Tasks

Image SegmentationmodelSemantic SegmentationUnsupervised Image Segmentation

Similar Papers 제목 키워드 기반

Deep asymmetric mixture model for unsupervised cell segmentation

2024-06-03 · Yang Nan, Guang Yang

Automated cell segmentation has become increasingly crucial for disease diagnosis and drug discovery, as manual delineation is excessively laborious and subjective. To address this issue with limited manual annotation, r…

Cell SegmentationDrug DiscoverymodelSegmentation

Unsupervised Tissue Segmentation via Deep Constrained Gaussian Network

2022-08-04 · Yang Nan, Peng Tang, Guyue Zhang, Caihong Zeng 외

Tissue segmentation is the mainstay of pathological examination, whereas the manual delineation is unduly burdensome. To assist this time-consuming and subjective manual step, researchers have devised methods to automati…

Segmentation

Unsupervised Outlier Detection using Random Subspace and Subsampling Ensembles of Dirichlet Process Mixtures

2024-01-01 · DongWook Kim, Juyeon Park, Hee Cheol Chung, Seonghyun Jeong

Probabilistic mixture models are recognized as effective tools for unsupervised outlier detection owing to their interpretability and global characteristics. Among these, Dirichlet process mixture models stand out as a s…

Outlier DetectionVariational Inference

Comparative Analysis of Unsupervised Algorithms for Breast MRI Lesion Segmentation

2018-02-23 · Sulaiman Vesal, Nishant Ravikumar, Stephan Ellman, Andreas Maier

Accurate segmentation of breast lesions is a crucial step in evaluating the characteristics of tumors. However, this is a challenging task, since breast lesions have sophisticated shape, topological structure, and variat…

ClusteringLesion SegmentationSegmentation

GMM-Based Hidden Markov Random Field for Color Image and 3D Volume Segmentation

2012-12-18 · Quan Wang

In this project, we first study the Gaussian-based hidden Markov random field (HMRF) model and its expectation-maximization (EM) algorithm. Then we generalize it to Gaussian mixture model-based hidden Markov random field…

Image SegmentationSegmentationSemantic Segmentation