CVDec 18, 2022

Style-Hallucinated Dual Consistency Learning: A Unified Framework for Visual Domain Generalization

arXiv:2212.09068v257 citationsh-index: 34
Originality Highly original
AI Analysis

This addresses the issue of poor generalization in deep neural networks under domain shift, which limits real-world applications in visual tasks, and represents a novel method rather than an incremental improvement.

The paper tackles the problem of domain shift in visual recognition tasks by proposing SHADE, a framework that uses style hallucination and dual consistency learning to improve generalization, achieving significant performance gains across image classification, semantic segmentation, and object detection with various models.

Domain shift widely exists in the visual world, while modern deep neural networks commonly suffer from severe performance degradation under domain shift due to the poor generalization ability, which limits the real-world applications. The domain shift mainly lies in the limited source environmental variations and the large distribution gap between source and unseen target data. To this end, we propose a unified framework, Style-HAllucinated Dual consistEncy learning (SHADE), to handle such domain shift in various visual tasks. Specifically, SHADE is constructed based on two consistency constraints, Style Consistency (SC) and Retrospection Consistency (RC). SC enriches the source situations and encourages the model to learn consistent representation across style-diversified samples. RC leverages general visual knowledge to prevent the model from overfitting to source data and thus largely keeps the representation consistent between the source and general visual models. Furthermore, we present a novel style hallucination module (SHM) to generate style-diversified samples that are essential to consistency learning. SHM selects basis styles from the source distribution, enabling the model to dynamically generate diverse and realistic samples during training. Extensive experiments demonstrate that our versatile SHADE can significantly enhance the generalization in various visual recognition tasks, including image classification, semantic segmentation and object detection, with different models, i.e., ConvNets and Transformer.

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