Investigation into using stochastic embedding representations for evaluating the trustworthiness of the Fréchet Inception Distance
Ciaran Bench, Vivek Desai, Carlijn Roozemond, Ruben van Engen, Spencer A. Thomas
TL;DR
The paper tackles the reliability of the Fréchet Inception Distance (FID) for assessing synthetic medical images, where standard natural-image embeddings may be misleading. It adopts Monte Carlo dropout to quantify uncertainty in both embedding representations and the FID, introducing metrics such as $pVar$ and $\mathrm{vFID}$ to capture predictive variance across stochastic evaluations. Empirical results show that the uncertainty proxy $\sigma_{\mathrm{FID}}$ tends to increase with the degree of out-of-distribution (OOD) in test data, suggesting its potential as a usable indicator of FID trustworthiness, while $pVar$ exhibits less consistent behavior. The work provides a framework for uncertainty-aware evaluation of generative models in high-stakes settings like healthcare, highlighting when and how FID-based assessments may be trusted and where they may require caution.
Abstract
Feature embeddings acquired from pretrained models are widely used in medical applications of deep learning to assess the characteristics of datasets; e.g. to determine the quality of synthetic, generated medical images. The Fréchet Inception Distance (FID) is one popular synthetic image quality metric that relies on the assumption that the characteristic features of the data can be detected and encoded by an InceptionV3 model pretrained on ImageNet1K (natural images). While it is widely known that this makes it less effective for applications involving medical images, the extent to which the metric fails to capture meaningful differences in image characteristics is not obviously known. Here, we use Monte Carlo dropout to compute the predictive variance in the FID as well as a supplemental estimate of the predictive variance in the feature embedding model's latent representations. We show that the magnitudes of the predictive variances considered exhibit varying degrees of correlation with the extent to which test inputs (ImageNet1K validation set augmented at various strengths, and other external datasets) are out-of-distribution relative to its training data, providing some insight into the effectiveness of their use as indicators of the trustworthiness of the FID.
