MLLGSDASDec 14, 2018

AdaFlow: Domain-Adaptive Density Estimator with Application to Anomaly Detection and Unpaired Cross-Domain Translation

arXiv:1812.05796v240 citations
Originality Incremental advance
AI Analysis

This addresses the problem of distribution shifts in unsupervised anomaly detection and cross-domain translation for researchers and practitioners, but it is incremental as it builds on existing Normalizing Flows.

The paper tackles the difficulty of adapting deep neural network-based density estimators to changes in normal data distribution by proposing AdaFlow, a unified model combining Normalizing Flows and Adaptive Batch-Normalizations, which can adapt with a single forward propagation per sample. It demonstrates effectiveness in anomaly detection for sound tasks and cross-domain translation on image datasets.

We tackle unsupervised anomaly detection (UAD), a problem of detecting data that significantly differ from normal data. UAD is typically solved by using density estimation. Recently, deep neural network (DNN)-based density estimators, such as Normalizing Flows, have been attracting attention. However, one of their drawbacks is the difficulty in adapting them to the change in the normal data's distribution. To address this difficulty, we propose AdaFlow, a new DNN-based density estimator that can be easily adapted to the change of the distribution. AdaFlow is a unified model of a Normalizing Flow and Adaptive Batch-Normalizations, a module that enables DNNs to adapt to new distributions. AdaFlow can be adapted to a new distribution by just conducting forward propagation once per sample; hence, it can be used on devices that have limited computational resources. We have confirmed the effectiveness of the proposed model through an anomaly detection in a sound task. We also propose a method of applying AdaFlow to the unpaired cross-domain translation problem, in which one has to train a cross-domain translation model with only unpaired samples. We have confirmed that our model can be used for the cross-domain translation problem through experiments on image datasets.

Foundations

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

Your Notes