CVJul 5, 2022

Class-Specific Semantic Reconstruction for Open Set Recognition

arXiv:2207.02158v180 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the problem of identifying unknown classes while maintaining accuracy on known classes for deep neural networks, representing an incremental improvement over existing methods.

The paper tackles open set recognition by proposing Class-Specific Semantic Reconstruction (CSSR), which integrates auto-encoders and prototype learning to model each known class on an individual manifold, achieving outstanding performance on multiple datasets.

Open set recognition enables deep neural networks (DNNs) to identify samples of unknown classes, while maintaining high classification accuracy on samples of known classes. Existing methods basing on auto-encoder (AE) and prototype learning show great potential in handling this challenging task. In this study, we propose a novel method, called Class-Specific Semantic Reconstruction (CSSR), that integrates the power of AE and prototype learning. Specifically, CSSR replaces prototype points with manifolds represented by class-specific AEs. Unlike conventional prototype-based methods, CSSR models each known class on an individual AE manifold, and measures class belongingness through AE's reconstruction error. Class-specific AEs are plugged into the top of the DNN backbone and reconstruct the semantic representations learned by the DNN instead of the raw image. Through end-to-end learning, the DNN and the AEs boost each other to learn both discriminative and representative information. The results of experiments conducted on multiple datasets show that the proposed method achieves outstanding performance in both close and open set recognition and is sufficiently simple and flexible to incorporate into existing frameworks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes