CVJan 28, 2025

A Contrastive Teacher-Student Framework for Novelty Detection under Style Shifts

arXiv:2501.17289v13 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses robustness in novelty detection for applications like autonomous driving and medical imaging, but it is incremental as it builds on existing ND methods.

The paper tackles the problem of novelty detection performance dropping under style shifts by proposing a method that crafts an auxiliary OOD set and uses knowledge distillation to distinguish core from style features, achieving improved results on synthetic and real-world benchmarks against nine methods.

There have been several efforts to improve Novelty Detection (ND) performance. However, ND methods often suffer significant performance drops under minor distribution shifts caused by changes in the environment, known as style shifts. This challenge arises from the ND setup, where the absence of out-of-distribution (OOD) samples during training causes the detector to be biased toward the dominant style features in the in-distribution (ID) data. As a result, the model mistakenly learns to correlate style with core features, using this shortcut for detection. Robust ND is crucial for real-world applications like autonomous driving and medical imaging, where test samples may have different styles than the training data. Motivated by this, we propose a robust ND method that crafts an auxiliary OOD set with style features similar to the ID set but with different core features. Then, a task-based knowledge distillation strategy is utilized to distinguish core features from style features and help our model rely on core features for discriminating crafted OOD and ID sets. We verified the effectiveness of our method through extensive experimental evaluations on several datasets, including synthetic and real-world benchmarks, against nine different ND methods.

Foundations

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

Your Notes