paper-with-me

홈 › Papers

Improving Out-of-Distribution Detection with Disentangled Foreground and Background Features

2023-03-15 · Choubo Ding, Guansong Pang

Detecting out-of-distribution (OOD) inputs is a principal task for ensuring the safety of deploying deep-neural-network classifiers in open-set scenarios. OOD samples can be drawn from arbitrary distributions and exhibit deviations from in-distribution (ID) data in various dimensions, such as foreground features (e.g., objects in CIFAR100 images vs. those in CIFAR10 images) and background features (e.g., textural images vs. objects in CIFAR10). Existing methods can confound foreground and background features in training, failing to utilize the background features for OOD detection. This paper considers the importance of feature disentanglement in out-of-distribution detection and proposes the simultaneous exploitation of both foreground and background features to support the detection of OOD inputs in in out-of-distribution detection. To this end, we propose a novel framework that first disentangles foreground and background features from ID training samples via a dense prediction approach, and then learns a new classifier that can evaluate the OOD scores of test images from both foreground and background features. It is a generic framework that allows for a seamless combination with various existing OOD detection methods. Extensive experiments show that our approach 1) can substantially enhance the performance of four different state-of-the-art (SotA) OOD detection methods on multiple widely-used OOD datasets with diverse background features, and 2) achieves new SotA performance on these benchmarks.

📄 PDF Abstract BibTeX arXiv:2303.08727

Code (1)

mala-lab/dfb 공식 구현 pytorch

Tasks

DisentanglementObject RecognitionOut-of-Distribution Detection

Similar Papers 제목 키워드 기반

Invariant Learning via Diffusion Dreamed Distribution Shifts

2022-11-18 · Priyatham Kattakinda, Alexander Levine, Soheil Feizi

Though the background is an important signal for image classification, over reliance on it can lead to incorrect predictions when spurious correlations between foreground and background are broken at test time. Training …

image-classificationImage Classification

DiSa: Saliency-Aware Foreground-Background Disentangled Framework for Open-Vocabulary Semantic Segmentation

2026-01-27 · Zhen Yao, Xin Li, Taotao Jing, Shuai Zhang 외 arxiv

Open-vocabulary semantic segmentation aims to assign labels to every pixel in an image based on text labels. Existing approaches typically utilize vision-language models (VLMs), such as CLIP, for dense prediction. Howeve…

Semantic Segmentation

Rethinking Cross-Domain Pedestrian Detection: A Background-Focused Distribution Alignment Framework for Instance-Free One-Stage Detectors

2023-09-15 · Yancheng Cai, Bo Zhang, Baopu Li, Tao Chen 외

Cross-domain pedestrian detection aims to generalize pedestrian detectors from one label-rich domain to another label-scarce domain, which is crucial for various real-world applications. Most recent works focus on domain…

Pedestrian Detection

Disentangled Person Image Generation

2017-12-07 · CVPR 2018 6 · Liqian Ma, Qianru Sun, Stamatios Georgoulis, Luc van Gool 외

Generating novel, yet realistic, images of persons is a challenging task due to the complex interplay between the different image factors, such as the foreground, background and pose information. In this work, we aim at …

Gesture-to-Gesture TranslationImage GenerationPerson Re-IdentificationPose Transfer

Disentangling Motion, Foreground and Background Features in Videos

2017-07-13 · Xunyu Lin, Victor Campos, Xavier Giro-i-Nieto, Jordi Torres 외

This paper introduces an unsupervised framework to extract semantically rich features for video representation. Inspired by how the human visual system groups objects based on motion cues, we propose a deep convolutional…