LGMLJun 12, 2017

SEVEN: Deep Semi-supervised Verification Networks

arXiv:1706.03692v216 citations
Originality Highly original
AI Analysis

This addresses verification tasks like face and fingerprint recognition where labeled data is limited, offering a novel approach to leverage unlabeled data effectively.

The paper tackles the problem of verification with scarce labeled examples per category by proposing SEVEN, a deep semi-supervised model that combines generative and discriminative components, achieving significant performance improvements over state-of-the-art semi-supervised methods and competitive results with fully supervised baselines.

Verification determines whether two samples belong to the same class or not, and has important applications such as face and fingerprint verification, where thousands or millions of categories are present but each category has scarce labeled examples, presenting two major challenges for existing deep learning models. We propose a deep semi-supervised model named SEmi-supervised VErification Network (SEVEN) to address these challenges. The model consists of two complementary components. The generative component addresses the lack of supervision within each category by learning general salient structures from a large amount of data across categories. The discriminative component exploits the learned general features to mitigate the lack of supervision within categories, and also directs the generative component to find more informative structures of the whole data manifold. The two components are tied together in SEVEN to allow an end-to-end training of the two components. Extensive experiments on four verification tasks demonstrate that SEVEN significantly outperforms other state-of-the-art deep semi-supervised techniques when labeled data are in short supply. Furthermore, SEVEN is competitive with fully supervised baselines trained with a larger amount of labeled data. It indicates the importance of the generative component in SEVEN.

Foundations

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

Your Notes