paper-with-me

홈 › Papers

Covariance-free Partial Least Squares: An Incremental Dimensionality Reduction Method

2019-10-05 · Artur Jordao, Maiko Lie, Victor Hugo Cunha de Melo, William Robson Schwartz

Dimensionality reduction plays an important role in computer vision problems since it reduces computational cost and is often capable of yielding more discriminative data representation. In this context, Partial Least Squares (PLS) has presented notable results in tasks such as image classification and neural network optimization. However, PLS is infeasible on large datasets, such as ImageNet, because it requires all the data to be in memory in advance, which is often impractical due to hardware limitations. Additionally, this requirement prevents us from employing PLS on streaming applications where the data are being continuously generated. Motivated by this, we propose a novel incremental PLS, named Covariance-free Incremental Partial Least Squares (CIPLS), which learns a low-dimensional representation of the data using a single sample at a time. In contrast to other state-of-the-art approaches, instead of adopting a partially-discriminative or SGD-based model, we extend Nonlinear Iterative Partial Least Squares (NIPALS) -- the standard algorithm used to compute PLS -- for incremental processing. Among the advantages of this approach are the preservation of discriminative information across all components, the possibility of employing its score matrices for feature selection, and its computational efficiency. We validate CIPLS on face verification and image classification tasks, where it outperforms several other incremental dimensionality reduction techniques. In the context of feature selection, CIPLS achieves comparable results when compared to state-of-the-art techniques.

📄 PDF Abstract BibTeX arXiv:1910.02319

Code (2)

arturjordao/IncrementalDimensionalityReduction 공식 구현
arturjordao/arturjordao

Tasks

Computational EfficiencyDimensionality ReductionFace Verificationfeature selectionGeneral Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Relation between PLS and OLS regression in terms of the eigenvalue distribution of the regressor covariance matrix

2023-12-03 · David del Val, José R. Berrendero, Alberto Suárez

Partial least squares (PLS) is a dimensionality reduction technique introduced in the field of chemometrics and successfully employed in many other areas. The PLS components are obtained by maximizing the covariance betw…

Dimensionality Reductionregression

Spectral Thresholds in Correlated Spiked Models and Fundamental Limits of Partial Least Squares

2025-10-20 · Pierre Mergny, Lenka Zdeborová arxiv

We provide a rigorous random matrix theory analysis of spiked cross-covariance models where the signals across two high-dimensional data channels are partially aligned. These models are motivated by multi-modal learning …

Generalized Automatic Least Squares: Efficiency Gains from Misspecified Heteroscedasticity Models

2023-04-14 · Bulat Gafarov

It is well known that in the presence of heteroscedasticity ordinary least squares estimator is not efficient. I propose a generalized automatic least squares estimator (GALS) that makes partial correction of heterosceda…

Whitening-Free Least-Squares Non-Gaussian Component Analysis

2016-03-03 · Hiroaki Shiino, Hiroaki Sasaki, Gang Niu, Masashi Sugiyama

Non-Gaussian component analysis (NGCA) is an unsupervised linear dimension reduction method that extracts low-dimensional non-Gaussian "signals" from high-dimensional data contaminated with Gaussian noise. NGCA can be re…

Dimensionality Reduction

A Spectral Algorithm for List-Decodable Covariance Estimation in Relative Frobenius Norm

2023-05-01 · NeurIPS 2023 11

We study the problem of list-decodable Gaussian covariance estimation. Given a multiset $T$ of $n$ points in $\mathbb R^d$ such that an unknown $\alpha<1/2$ fraction of points in $T$ are i.i.d. samples from an unknown Ga…