paper-with-me

Papers

Rethinking Out-of-distribution (OOD) Detection: Masked Image Modeling is All You Need

2023-02-06 · CVPR 2023 1 · Jingyao Li, Pengguang Chen, Shaozuo Yu, Zexin He, Shu Liu, Jiaya Jia

The core of out-of-distribution (OOD) detection is to learn the in-distribution (ID) representation, which is distinguishable from OOD samples. Previous work applied recognition-based methods to learn the ID features, which tend to learn shortcuts instead of comprehensive representations. In this work, we find surprisingly that simply using reconstruction-based methods could boost the performance of OOD detection significantly. We deeply explore the main contributors of OOD detection and find that reconstruction-based pretext tasks have the potential to provide a generally applicable and efficacious prior, which benefits the model in learning intrinsic data distributions of the ID dataset. Specifically, we take Masked Image Modeling as a pretext task for our OOD detection framework (MOOD). Without bells and whistles, MOOD outperforms previous SOTA of one-class OOD detection by 5.7%, multi-class OOD detection by 3.0%, and near-distribution OOD detection by 2.1%. It even defeats the 10-shot-per-class outlier exposure OOD detection, although we do not include any OOD samples for our detection

📄 PDF Abstract BibTeX arXiv:2302.02615

Code (2)

julietljy/mood 공식 구현 pytorch
dvlab-research/mood pytorch

Tasks

AllOut-of-Distribution Detection

Similar Papers 제목 키워드 기반

Heptapod: Language Modeling on Visual Signals

2025-10-08 · Yongxin Zhu, Jiawei Chen, Yuanzhe Chen, Zhuo Chen 외 arxiv

We introduce Heptapod, an image autoregressive model that adheres to the foundational principles of language modeling. Heptapod employs \textbf{causal attention}, \textbf{eliminates reliance on CFG}, and \textbf{eschews …

Self-Supervised Learning

LADMIM: Logical Anomaly Detection with Masked Image Modeling in Discrete Latent Space

2024-10-14 · Shunsuke Sakai, Tatushito Hasegawa, Makoto Koshino

Detecting anomalies such as incorrect combinations of objects or deviations in their positions is a challenging problem in industrial anomaly detection. Traditional methods mainly focus on local features of normal images…

Anomaly DetectionSelf-Supervised Learning

MaskAnyNet: Rethinking Masked Image Regions as Valuable Information in Supervised Learning

2025-11-16 · Jingshan Hong, Haigen Hu, Huihuang Zhang, Qianwei Zhou 외 arxiv

In supervised learning, traditional image masking faces two key issues: (i) discarded pixels are underutilized, leading to a loss of valuable contextual information; (ii) masking may remove small or critical features, es…

MOODv2: Masked Image Modeling for Out-of-Distribution Detection

2024-01-05 · Jingyao Li, Pengguang Chen, Shaozuo Yu, Shu Liu 외

The crux of effective out-of-distribution (OOD) detection lies in acquiring a robust in-distribution (ID) representation, distinct from OOD samples. While previous methods predominantly leaned on recognition-based techni…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

Masked Video Distillation: Rethinking Masked Feature Modeling for Self-supervised Video Representation Learning

2022-12-08 · CVPR 2023 1 · Rui Wang, Dongdong Chen, Zuxuan Wu, Yinpeng Chen 외

Benefiting from masked visual modeling, self-supervised video representation learning has achieved remarkable progress. However, existing methods focus on learning representations from scratch through reconstructing low-…

Action ClassificationAction RecognitionRepresentation LearningSelf-Supervised Action Recognition