CVAug 29, 2020

Puzzle-AE: Novelty Detection in Images through Solving Puzzles

arXiv:2008.12959v553 citations
AI Analysis

This work provides a stable, fast, and data-efficient framework for anomaly detection in images, which is incremental as it builds on existing self-supervised learning techniques.

The paper tackled the problem of novelty detection in images by addressing overfitting in autoencoder-based methods through a puzzle-solving pretext task and adversarial robust training, achieving competitive or superior results compared to state-of-the-art methods on various datasets.

Autoencoder, as an essential part of many anomaly detection methods, is lacking flexibility on normal data in complex datasets. U-Net is proved to be effective for this purpose but overfits on the training data if trained by just using reconstruction error similar to other AE-based frameworks. Puzzle-solving, as a pretext task of self-supervised learning (SSL) methods, has earlier proved its ability in learning semantically meaningful features. We show that training U-Nets based on this task is an effective remedy that prevents overfitting and facilitates learning beyond pixel-level features. Shortcut solutions, however, are a big challenge in SSL tasks, including jigsaw puzzles. We propose adversarial robust training as an effective automatic shortcut removal. We achieve competitive or superior results compared to the State of the Art (SOTA) anomaly detection methods on various toy and real-world datasets. Unlike many competitors, the proposed framework is stable, fast, data-efficient, and does not require unprincipled early stopping.

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