LGMLOct 5, 2020

Multi-Loss Sub-Ensembles for Accurate Classification with Uncertainty Estimation

arXiv:2010.01917v210 citations
Originality Incremental advance
AI Analysis

This addresses the need for reliable uncertainty assessment in high-stakes domains like medical or autonomous driving, though it is incremental as it builds on existing non-Bayesian and ensemble methods.

The paper tackles uncertainty estimation in deep neural networks for safety-critical applications by proposing a multi-loss sub-ensemble method, achieving improved classification accuracy and competitive uncertainty measures on datasets like SVHN, CIFAR10, CIFAR100, and ImageNet.

Deep neural networks (DNNs) have made a revolution in numerous fields during the last decade. However, in tasks with high safety requirements, such as medical or autonomous driving applications, providing an assessment of the models reliability can be vital. Uncertainty estimation for DNNs has been addressed using Bayesian methods, providing mathematically founded models for reliability assessment. These model are computationally expensive and generally impractical for many real-time use cases. Recently, non-Bayesian methods were proposed to tackle uncertainty estimation more efficiently. We propose an efficient method for uncertainty estimation in DNNs achieving high accuracy. We simulate the notion of multi-task learning on single-task problems by producing parallel predictions from similar models differing by their loss. This multi-loss approach allows one-phase training for single-task learning with uncertainty estimation. We keep our inference time relatively low by leveraging the advantage proposed by the Deep-Sub-Ensembles method. The novelty of this work resides in the proposed accurate variational inference with a simple and convenient training procedure, while remaining competitive in terms of computational time. We conduct experiments on SVHN, CIFAR10, CIFAR100 as well as Image-Net using different architectures. Our results show improved accuracy on the classification task and competitive results on several uncertainty measures.

Foundations

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

Your Notes