paper-with-me

Papers

Fisher Discriminative Least Squares Regression for Image Classification

2019-03-19 · Zhe Chen, Xiao-Jun Wu, Josef Kittler

Discriminative least squares regression (DLSR) has been shown to achieve promising performance in multi-class image classification tasks. Its key idea is to force the regression labels of different classes to move in opposite directions by means of the proposed the joint use of the $\epsilon$-draggings technique, yielding discriminative regression model exhibiting wider margins, and the Fisher criterion. The $\epsilon$-draggings technique ignores an important problem: its non-negative relaxation matrix is dynamically updated in optimization, which means the dragging values can also cause the labels from the same class to be uncorrelated. In order to learn a more powerful discriminative projection, as well as regression labels, we propose a Fisher regularized DLSR (FDLSR) framework by constraining the relaxed labels using the Fisher criterion. On one hand, the Fisher criterion improves the intra-class compactness of the relaxed labels during relaxation learning. On the other hand, it is expected further to enhance the inter-class separability of $\epsilon$-draggings technique. FDLSR for the first time ever attempts to integrate the Fisher discriminant criterion and $\epsilon$-draggings technique into one unified model because they are absolutely complementary in learning discriminative projection. Extensive experiments on various datasets demonstrate that the proposed FDLSR method achieves performance that is superior to other state-of-the-art classification methods. The Matlab codes of this paper are available at https://github.com/chenzhe207/FDLSR.

📄 PDF Abstract BibTeX arXiv:1903.07833

Code (1)

chenzhe207/FDLSR 공식 구현

Tasks

ClassificationFace RecognitionGeneral Classificationimage-classificationImage Classificationregression

Similar Papers 제목 키워드 기반

Low-Rank Discriminative Least Squares Regression for Image Classification

2019-03-19 · Zhe Chen, Xiao-Jun Wu, Josef Kittler

Latest least squares regression (LSR) methods mainly try to learn slack regression targets to replace strict zero-one labels. However, the difference of intra-class targets can also be highlighted when enlarging the dist…

ClassificationGeneral Classificationimage-classificationImage Classification+1

Transition Subspace Learning based Least Squares Regression for Image Classification

2019-05-14 · Zhe Chen, Xiao-Jun Wu, Josef Kittler

Only learning one projection matrix from original samples to the corresponding binary labels is too strict and will consequentlly lose some intrinsic geometric structures of data. In this paper, we propose a novel transi…

ClassificationGeneral Classificationimage-classificationImage Classification+1

On the Consistency of Ordinal Regression Methods

2014-08-11 · Fabian Pedregosa, Francis Bach, Alexandre Gramfort

Many of the ordinal regression models that have been proposed in the literature can be seen as methods that minimize a convex surrogate of the zero-one, absolute, or squared loss functions. A key property that allows to …

Binary ClassificationGeneral Classificationregression

A Risk Comparison of Ordinary Least Squares vs Ridge Regression

2011-05-04 · Paramveer S. Dhillon, Dean P. Foster, Sham M. Kakade, Lyle H. Ungar

We compare the risk of ridge regression to a simple variant of ordinary least squares, in which one simply projects the data onto a finite dimensional subspace (as specified by a Principal Component Analysis) and then pe…

regression

Vector-Valued Least-Squares Regression under Output Regularity Assumptions

2022-11-16 · Luc Brogat-Motte, Alessandro Rudi, Céline Brouard, Juho Rousu 외

We propose and analyse a reduced-rank method for solving least-squares regression problems with infinite dimensional output. We derive learning bounds for our method, and study under which setting statistical performance…

Image ReconstructionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONregression+1