TL;DR
This paper introduces CIPLS, an incremental, covariance-free version of PLS that efficiently learns low-dimensional data representations from streaming data, improving performance in vision tasks.
Contribution
It extends NIPALS for incremental processing, enabling PLS to be used on large and streaming datasets without requiring all data in memory.
Findings
Outperforms other incremental dimensionality reduction methods in face verification and image classification.
Achieves comparable feature selection results to state-of-the-art techniques.
Offers computational efficiency and preserves discriminative information.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
