CVJul 17, 2023

On the Fly Neural Style Smoothing for Risk-Averse Domain Generalization

arXiv:2307.08551v13 citationsh-index: 42
Originality Highly original
AI Analysis

This work addresses the need for reliable domain generalization in risk-sensitive scenarios like autonomous driving, offering a novel inference procedure to reduce misclassification risks.

The paper tackles the problem of domain generalization classifiers being biased towards domain-dependent information like image styles, making them unreliable for risk-sensitive applications such as autonomous driving, and proposes Test-Time Neural Style Smoothing (TT-NSS) to produce risk-averse predictions by using style-smoothed versions of classifiers and abstaining when predictions lack consensus, with empirical results showing effectiveness on various benchmark datasets.

Achieving high accuracy on data from domains unseen during training is a fundamental challenge in domain generalization (DG). While state-of-the-art DG classifiers have demonstrated impressive performance across various tasks, they have shown a bias towards domain-dependent information, such as image styles, rather than domain-invariant information, such as image content. This bias renders them unreliable for deployment in risk-sensitive scenarios such as autonomous driving where a misclassification could lead to catastrophic consequences. To enable risk-averse predictions from a DG classifier, we propose a novel inference procedure, Test-Time Neural Style Smoothing (TT-NSS), that uses a "style-smoothed" version of the DG classifier for prediction at test time. Specifically, the style-smoothed classifier classifies a test image as the most probable class predicted by the DG classifier on random re-stylizations of the test image. TT-NSS uses a neural style transfer module to stylize a test image on the fly, requires only black-box access to the DG classifier, and crucially, abstains when predictions of the DG classifier on the stylized test images lack consensus. Additionally, we propose a neural style smoothing (NSS) based training procedure that can be seamlessly integrated with existing DG methods. This procedure enhances prediction consistency, improving the performance of TT-NSS on non-abstained samples. Our empirical results demonstrate the effectiveness of TT-NSS and NSS at producing and improving risk-averse predictions on unseen domains from DG classifiers trained with SOTA training methods on various benchmark datasets and their variations.

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