paper-with-me

홈 › Papers

An Empirical Exploration of Open-Set Recognition via Lightweight Statistical Pipelines

2021-01-01 · Shu Kong, Deva Ramanan

Machine-learned safety-critical systems need to be self-aware and reliably know their unknowns in the open-world. This is often explored through the lens of anomaly/outlier detection or out-of-distribution modeling. One popular formulation is that of open-set classification, where an image classifier trained for 1-of-$K$ classes should also recognize images belonging to a $(K+1)^{th}$ "other" class, not present in the training set. Recent work has shown that, somewhat surprisingly, most if not all existing open-world methods do not work well on high-dimensional open-world images (Shafaei et al., 2019). In this paper, we carry out an empirical exploration of open-set classification, and find that combining classic statistical methods with carefully computed features can dramatically outperform prior work. We extract features from off-the-shelf (OTS) state-of-the-art (SOTA) networks for the underlying $K$-way closed-world task. We leverage insights from the retrieval community for computing feature descriptors that are low-dimensional (via pooling and PCA) and normalized (via L2-normalization), enabling the modeling of training data densities via classic statistical tools such as kmeans and Gaussian Mixture Models (GMMs). Finally, we (re)introduce the task of open-set semantic segmentation, which requires classifying individual pixels into one of $K$ known classes or an "other" class. In this setting, our feature-based statistical models noticeably outperform prior open-world methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

open-set classificationOpen Set LearningOutlier DetectionRetrievalSemantic Segmentation

Similar Papers 제목 키워드 기반

Open Source Iris Recognition Hardware and Software with Presentation Attack Detection

2020-08-19 · Zhaoyuan Fang, Adam Czajka

This paper proposes the first known to us open source hardware and software iris recognition system with presentation attack detection (PAD), which can be easily assembled for about 75 USD using Raspberry Pi board and a …

Iris RecognitionIris Segmentation

Image Recognition with Online Lightweight Vision Transformer: A Survey

2025-05-06 · Zherui Zhang, Rongtao Xu, Jie zhou, Changwei Wang 외

The Transformer architecture has achieved significant success in natural language processing, motivating its adaptation to computer vision tasks. Unlike convolutional neural networks, vision transformers inherently captu…

Knowledge DistillationSurvey

Exploration of Lightweight Single Image Denoising with Transformers and Truly Fair Training

2023-04-04 · Haram Choi, Cheolwoong Na, Jinseop Kim, Jihoon Yang

As multimedia content often contains noise from intrinsic defects of digital devices, image denoising is an important step for high-level vision recognition tasks. Although several studies have developed the denoising fi…

DenoisingImage Denoising

PUL-SLAM: Path-Uncertainty Co-Optimization with Lightweight Stagnation Detection for Efficient Robotic Exploration

2025-11-06 · Yizhen Yin, Dapeng Feng, Hongbo Chen, Yuhua Qi arxiv

Existing Active SLAM methodologies face issues such as slow exploration speed and suboptimal paths. To address these limitations, we propose a hybrid framework combining a Path-Uncertainty Co-Optimization Deep Reinforcem…

Reinforcement LearningAnomaly Detection

How Hard is it to Confuse a World Model?

2025-10-24 · Waris Radji, Odalric-Ambrym Maillard arxiv

In reinforcement learning (RL) theory, the concept of most confusing instances is central to establishing regret lower bounds, that is, the minimal exploration needed to solve a problem. Given a reference model and its o…

Reinforcement LearningMulti-Armed Bandits