paper-with-me

Papers

Generative Max-Mahalanobis Classifiers for Image Classification, Generation and More

2021-01-01 · Xiulong Yang, Hui Ye, Yang Ye, Xiang Li, Shihao Ji

Joint Energy-based Model (JEM) of Grathwohl et al. shows that a standard softmax classifier can be reinterpreted as an energy-based model (EBM) for the joint distribution p(x,y); the resulting model can be optimized to improve calibration, robustness, and out-of-distribution detection, while generating samples rivaling the quality of recent GAN-based approaches. However, the softmax classifier that JEM exploits is inherently discriminative and its latent feature space is not well formulated as probabilistic distributions, which may hinder its potential for image generation and incur training instability. We hypothesize that generative classifiers, such as Linear Discriminant Analysis (LDA), might be more suitable for image generation since generative classifiers model the data generation process explicitly. This paper therefore investigates an LDA classifier for image classification and generation. In particular, the Max-Mahalanobis Classifier (MMC), a special case of LDA, fits our goal very well. We show that our Generative MMC (GMMC) can be trained discriminatively, generatively, or jointly for image classification and generation. Extensive experiments on multiple datasets show that GMMC achieves state-of-the-art discriminative and generative performances, while outperforming JEM in calibration, adversarial robustness, and out-of-distribution detection by a significant margin. Our source code is available at https://github.com/sndnyang/GMMC.

📄 PDF Abstract BibTeX arXiv:2101.00122

Code (1)

sndnyang/GMMC 공식 구현 pytorch

Tasks

Adversarial RobustnessClassificationGeneral Classificationimage-classificationImage ClassificationImage GenerationOut-of-Distribution Detection

Methods 이 논문이 사용한 방법론

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$…
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…

Similar Papers 제목 키워드 기반

Classification Using Global and Local Mahalanobis Distances

2024-02-13 · Annesha Ghosh, Anil K. Ghosh, Rita SahaRay, Soham Sarkar

We propose a novel semiparametric classifier based on Mahalanobis distances of an observation from the competing classes. Our tool is a generalized additive model with the logistic link function that uses these distances…

Classification

Why is the Mahalanobis Distance Effective for Anomaly Detection?

2020-03-01 · Ryo Kamoi, Kei Kobayashi

The Mahalanobis distance-based confidence score, a recently proposed anomaly detection method for pre-trained neural classifiers, achieves state-of-the-art performance on both out-of-distribution (OoD) and adversarial ex…

Anomaly DetectionGeneral ClassificationMetric LearningOut of Distribution (OOD) Detection

Influences Combination of Multi-Sensor Images on Classification Accuracy

2013-08-20 · AL-Wassai Firouz, N. V. Kalyankar

This paper focuses on two main issues; first one is the impact of combination of multi-sensor images on the supervised learning classification accuracy using segment Fusion (SF). The second issue attempts to undertake th…

ClassificationGeneral Classification

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

Traditional Classification Neural Networks are Good Generators: They are Competitive with DDPMs and GANs

2022-11-27 · Guangrun Wang, Philip H. S. Torr

Classifiers and generators have long been separated. We break down this separation and showcase that conventional neural network classifiers can generate high-quality images of a large number of categories, being compara…

Image GenerationText to Image GenerationText-to-Image Generation