CVLGJul 13, 2021

Learning a Discriminant Latent Space with Neural Discriminant Analysis

arXiv:2107.06209v11 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more discriminative features in computer vision tasks, offering a method that enhances performance across supervised classification, fine-grained classification, semi-supervised learning, and out-of-distribution detection, but it is incremental as it builds on Linear Discriminant Analysis.

The authors tackled the problem of improving discriminative features for tasks like classification and detection by proposing Neural Discriminant Analysis (NDA), which optimizes inter- and intra-class variances in deep networks, resulting in performance improvements and surpassing state-of-the-art on multiple datasets.

Discriminative features play an important role in image and object classification and also in other fields of research such as semi-supervised learning, fine-grained classification, out of distribution detection. Inspired by Linear Discriminant Analysis (LDA), we propose an optimization called Neural Discriminant Analysis (NDA) for Deep Convolutional Neural Networks (DCNNs). NDA transforms deep features to become more discriminative and, therefore, improves the performances in various tasks. Our proposed optimization has two primary goals for inter- and intra-class variances. The first one is to minimize variances within each individual class. The second goal is to maximize pairwise distances between features coming from different classes. We evaluate our NDA optimization in different research fields: general supervised classification, fine-grained classification, semi-supervised learning, and out of distribution detection. We achieve performance improvements in all the fields compared to baseline methods that do not use NDA. Besides, using NDA, we also surpass the state of the art on the four tasks on various testing datasets.

Foundations

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

Your Notes