paper-with-me

홈 › Papers

Shaken, and Stirred: Long-Range Dependencies Enable Robust Outlier Detection with PixelCNN++

2022-08-29 · Barath Mohan Umapathi, Kushal Chauhan, Pradeep Shenoy, Devarajan Sridharan

Reliable outlier detection is critical for real-world deployment of deep learning models. Although extensively studied, likelihoods produced by deep generative models have been largely dismissed as being impractical for outlier detection. First, deep generative model likelihoods are readily biased by low-level input statistics. Second, many recent solutions for correcting these biases are computationally expensive, or do not generalize well to complex, natural datasets. Here, we explore outlier detection with a state-of-the-art deep autoregressive model: PixelCNN++. We show that biases in PixelCNN++ likelihoods arise primarily from predictions based on local dependencies. We propose two families of bijective transformations -- `stirring'' and `shaking'' -- which ameliorate low-level biases and isolate the contribution of long-range dependencies to PixelCNN++ likelihoods. These transformations are inexpensive and readily computed at evaluation time. We test our approaches extensively with five grayscale and six natural image datasets and show that they achieve or exceed state-of-the-art outlier detection, particularly on datasets with complex, natural images. We also show that our solutions work well with other types of generative models (generative flows and variational autoencoders) and that their efficacy is governed by each model's reliance on local dependencies. In sum, lightweight remedies suffice to achieve robust outlier detection on image data with deep generative models.

📄 PDF Abstract BibTeX arXiv:2208.13579

Code (1)

coglabiisc/googleresearch 공식 구현 tf

Tasks

Outlier Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Shaken, Not Stirred: A Novel Dataset for Visual Understanding of Glasses in Human-Robot Bartending Tasks

2025-03-06 · Lukáš Gajdošech, Hassan Ali, Jan-Gerrit Habekost, Martin Madaras 외

Datasets for object detection often do not account for enough variety of glasses, due to their transparent and reflective properties. Specifically, open-vocabulary object detectors, widely used in embodied robotic agents…

Objectobject-detectionObject Detection

CD-Mamba: Cloud detection with long-range spatial dependency modeling

2025-09-05 · Tianxiang Xue, Jiayi Zhao, Jingsheng Li, Changlu Chen 외 arxiv

Remote sensing images are frequently obscured by cloud cover, posing significant challenges to data integrity and reliability. Effective cloud detection requires addressing both short-range spatial redundancies and long-…

Shaken or Stirred? An Analysis of MetaFormer's Token Mixing for Medical Imaging

2025-10-07 · Ron Keuth, Paul Kaftan, Mattias P. Heinrich arxiv

The generalization of the Transformer architecture via MetaFormer has reshaped our understanding of its success in computer vision. By replacing self-attention with simpler token mixers, MetaFormer provides strong baseli…

Semantic SegmentationImage Classification

Scalable Linear Causal Inference for Irregularly Sampled Time Series with Long Range Dependencies

2016-03-10 · Francois W. Belletti, Evan R. Sparks, Michael J. Franklin, Alexandre M. Bayen 외

Linear causal analysis is central to a wide range of important application spanning finance, the physical sciences, and engineering. Much of the existing literature in linear causal analysis operates in the time domain. …

Causal InferenceTime SeriesTime Series Analysis

Learning Long Range Dependencies on Graphs via Random Walks

2024-06-05 · Dexiong Chen, Till Hendrik Schulz, Karsten Borgwardt

Message-passing graph neural networks (GNNs) excel at capturing local relationships but struggle with long-range dependencies in graphs. In contrast, graph transformers (GTs) enable global information exchange but often …

Graph ClassificationGraph Property PredictionGraph RegressionGraph Representation Learning+3