paper-with-me

홈 › Papers

The Familiarity Hypothesis: Explaining the Behavior of Deep Open Set Methods

2022-03-04 · Thomas G. Dietterich, Alexander Guyer

In many object recognition applications, the set of possible categories is an open set, and the deployed recognition system will encounter novel objects belonging to categories unseen during training. Detecting such "novel category" objects is usually formulated as an anomaly detection problem. Anomaly detection algorithms for feature-vector data identify anomalies as outliers, but outlier detection has not worked well in deep learning. Instead, methods based on the computed logits of visual object classifiers give state-of-the-art performance. This paper proposes the Familiarity Hypothesis that these methods succeed because they are detecting the absence of familiar learned features rather than the presence of novelty. This distinction is important, because familiarity-based detection will fail in many situations where novelty is present. For example when an image contains both a novel object and a familiar one, the familiarity score will be high, so the novel object will not be noticed. The paper reviews evidence from the literature and presents additional evidence from our own experiments that provide strong support for this hypothesis. The paper concludes with a discussion of whether familiarity-based detection is an inevitable consequence of representation learning.

📄 PDF Abstract BibTeX arXiv:2203.02486

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionObjectObject RecognitionOutlier DetectionRepresentation Learning

Similar Papers 제목 키워드 기반

Familiarity-Based Open-Set Recognition Under Adversarial Attacks

2023-11-08 · Philip Enevoldsen, Christian Gundersen, Nico Lang, Serge Belongie 외

Open-set recognition (OSR), the identification of novel categories, can be a critical component when deploying classification models in real-world applications. Recent work has shown that familiarity-based scoring rules …

Open Set Learningscoring rule

What are Neural Networks made of?

2019-08-25 · Rene Schaub

The success of Deep Learning methods is not well understood, though various attempts at explaining it have been made, typically centered on properties of stochastic gradient descent. Even less clear is why certain neural…

Revealing User Familiarity Bias in Task-Oriented Dialogue via Interactive Evaluation

2023-05-23 · Takyoung Kim, Jamin Shin, Young-Ho Kim, Sanghwan Bae 외

Most task-oriented dialogue (TOD) benchmarks assume users that know exactly how to use the system by constraining the user behaviors within the system's capabilities via strict user goals, namely "user familiarity" bias.…

COSTARR: Consolidated Open Set Technique with Attenuation for Robust Recognition

2025-08-01 · Ryan Rabinowitz, Steve Cruz, Walter Scheirer, Terrance E. Boult arxiv

Handling novelty remains a key challenge in visual recognition systems. Existing open-set recognition (OSR) methods rely on the familiarity hypothesis, detecting novelty by the absence of familiar features. We propose a …

Behavioral Biometrics for Automatic Detection of User Familiarity in VR

2025-10-14 · Numan Zafar, Priyo Ranjan Kundu Prosun, Shafique Ahmad Chaudhry arxiv

As virtual reality (VR) devices become increasingly integrated into everyday settings, a growing number of users without prior experience will engage with VR systems. Automatically detecting a user's familiarity with VR …