paper-with-me

Papers

Max-Mahalanobis Linear Discriminant Analysis Networks

2018-02-26 · ICML 2018 7 · Tianyu Pang, Chao Du, Jun Zhu

A deep neural network (DNN) consists of a nonlinear transformation from an input to a feature representation, followed by a common softmax linear classifier. Though many efforts have been devoted to designing a proper architecture for nonlinear transformation, little investigation has been done on the classifier part. In this paper, we show that a properly designed classifier can improve robustness to adversarial attacks and lead to better prediction results. Specifically, we define a Max-Mahalanobis distribution (MMD) and theoretically show that if the input distributes as a MMD, the linear discriminant analysis (LDA) classifier will have the best robustness to adversarial examples. We further propose a novel Max-Mahalanobis linear discriminant analysis (MM-LDA) network, which explicitly maps a complicated data distribution in the input space to a MMD in the latent feature space and then applies LDA to make predictions. Our results demonstrate that the MM-LDA networks are significantly more robust to adversarial attacks, and have better performance in class-biased classification.

📄 PDF Abstract BibTeX arXiv:1802.09308

Code (2)

P2333/Max-Mahalanobis-Training 공식 구현 tf
futakw/Max-Mahalanobis-CenterLoss_pytorch

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Linear and Quadratic Discriminant Analysis: Tutorial

2019-06-01 · Benyamin Ghojogh, Mark Crowley

This tutorial explains Linear Discriminant Analysis (LDA) and Quadratic Discriminant Analysis (QDA) as two fundamental classification methods in statistical and probabilistic learning. We start with the optimization of d…

Dimensionality ReductionGeneral ClassificationMetric Learningregression

Devnagari Handwritten Numeral Recognition using Geometric Features and Statistical Combination Classifier

2013-10-21 · Vikas J. Dongre, Vijay H. Mankar

This paper presents a Devnagari Numerical recognition method based on statistical discriminant functions. 17 geometric features based on pixel connectivity, lines, line directions, holes, image area, perimeter, eccentric…

General Classification

Functional Inverse Regression in an Enlarged Dimension Reduction Space

2015-03-12 · Ting-Li Chen, Su-Yun Huang, Yanyuan Ma, I-Ping Tu

We consider an enlarged dimension reduction space in functional inverse regression. Our operator and functional analysis based approach facilitates a compact and rigorous formulation of the functional inverse regression …

Dimensionality Reductionregression

Spectral, Probabilistic, and Deep Metric Learning: Tutorial and Survey

2022-01-23 · Benyamin Ghojogh, Ali Ghodsi, Fakhri Karray, Mark Crowley

This is a tutorial and survey paper on metric learning. Algorithms are divided into spectral, probabilistic, and deep metric learning. We first start with the definition of distance metric, Mahalanobis distance, and gene…

Dimensionality ReductionMetric LearningSurveyTriplet

Enhancing Person Re-Identification through Tensor Feature Fusion

2023-12-16 · Akram Abderraouf Gharbi, Ammar Chouchane, Mohcene Bessaoudi, Abdelmalik Ouamane 외

In this paper, we present a novel person reidentification (PRe-ID) system that based on tensor feature representation and multilinear subspace learning. Our approach utilizes pretrained CNNs for high-level feature extrac…

Person Re-Identification