CVAug 28, 2018

DeepGUM: Learning Deep Robust Regression with a Gaussian-Uniform Mixture Model

arXiv:1808.09211v129 citations
Originality Incremental advance
AI Analysis

This addresses the problem of outlier sensitivity in deep regression for computer vision applications, offering an incremental improvement over traditional L2 loss methods.

The paper tackles robust training of convolutional neural networks for regression by proposing DeepGUM, a model that uses a Gaussian-uniform mixture to handle outliers, achieving reliability across tasks like facial landmark detection and age estimation with protection against high outlier percentages.

In this paper, we address the problem of how to robustly train a ConvNet for regression, or deep robust regression. Traditionally, deep regression employs the L2 loss function, known to be sensitive to outliers, i.e. samples that either lie at an abnormal distance away from the majority of the training samples, or that correspond to wrongly annotated targets. This means that, during back-propagation, outliers may bias the training process due to the high magnitude of their gradient. In this paper, we propose DeepGUM: a deep regression model that is robust to outliers thanks to the use of a Gaussian-uniform mixture model. We derive an optimization algorithm that alternates between the unsupervised detection of outliers using expectation-maximization, and the supervised training with cleaned samples using stochastic gradient descent. DeepGUM is able to adapt to a continuously evolving outlier distribution, avoiding to manually impose any threshold on the proportion of outliers in the training set. Extensive experimental evaluations on four different tasks (facial and fashion landmark detection, age and head pose estimation) lead us to conclude that our novel robust technique provides reliability in the presence of various types of noise and protection against a high percentage of outliers.

Foundations

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

Your Notes