CVLGSep 25, 2022

VAESim: A probabilistic approach for self-supervised prototype discovery

arXiv:2209.12279v18 citationsh-index: 52
Originality Incremental advance
AI Analysis

This addresses the need for better image stratification in medicine, where discrete labels inadequately represent continuous conditions like Alzheimer's, offering an incremental improvement over existing methods.

The paper tackles the problem of stratifying medical images along a continuous spectrum of disorders using a self-supervised approach, achieving up to 15% improvement in kNN accuracy over a standard VAE and performing comparably to fully supervised models on MNIST and PneumoniaMNIST datasets.

In medicine, curated image datasets often employ discrete labels to describe what is known to be a continuous spectrum of healthy to pathological conditions, such as e.g. the Alzheimer's Disease Continuum or other areas where the image plays a pivotal point in diagnosis. We propose an architecture for image stratification based on a conditional variational autoencoder. Our framework, VAESim, leverages a continuous latent space to represent the continuum of disorders and finds clusters during training, which can then be used for image/patient stratification. The core of the method learns a set of prototypical vectors, each associated with a cluster. First, we perform a soft assignment of each data sample to the clusters. Then, we reconstruct the sample based on a similarity measure between the sample embedding and the prototypical vectors of the clusters. To update the prototypical embeddings, we use an exponential moving average of the most similar representations between actual prototypes and samples in the batch size. We test our approach on the MNIST-handwritten digit dataset and on a medical benchmark dataset called PneumoniaMNIST. We demonstrate that our method outperforms baselines in terms of kNN accuracy measured on a classification task against a standard VAE (up to 15% improvement in performance) in both datasets, and also performs at par with classification models trained in a fully supervised way. We also demonstrate how our model outperforms current, end-to-end models for unsupervised stratification.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes