paper-with-me

홈 › Papers

History PCA: A New Algorithm for Streaming PCA

2018-02-15 · Puyudi Yang, Cho-Jui Hsieh, Jane-Ling Wang

In this paper we propose a new algorithm for streaming principal component analysis. With limited memory, small devices cannot store all the samples in the high-dimensional regime. Streaming principal component analysis aims to find the $k$-dimensional subspace which can explain the most variation of the $d$-dimensional data points that come into memory sequentially. In order to deal with large $d$ and large $N$ (number of samples), most streaming PCA algorithms update the current model using only the incoming sample and then dump the information right away to save memory. However the information contained in previously streamed data could be useful. Motivated by this idea, we develop a new streaming PCA algorithm called History PCA that achieves this goal. By using $O(Bd)$ memory with $B\approx 10$ being the block size, our algorithm converges much faster than existing streaming PCA algorithms. By changing the number of inner iterations, the memory usage can be further reduced to $O(d)$ while maintaining a comparable convergence speed. We provide theoretical guarantees for the convergence of our algorithm along with the rate of convergence. We also demonstrate on synthetic and real world data sets that our algorithm compares favorably with other state-of-the-art streaming PCA methods in terms of the convergence speed and performance.

📄 PDF Abstract BibTeX arXiv:1802.05447

Code (1)

aamcbee/AdaOja

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

From Simultaneous to Streaming Machine Translation by Leveraging Streaming History

2022-03-04 · ACL 2022 5 · Javier Iranzo-Sánchez, Jorge Civera, Alfons Juan

Simultaneous Machine Translation is the task of incrementally translating an input sentence before it is fully available. Currently, simultaneous translation is carried out by translating each sentence independently of t…

Machine TranslationSentenceTranslation

AdaOja: Adaptive Learning Rates for Streaming PCA

2019-05-28 · Amelia Henriksen, Rachel Ward

Oja's algorithm has been the cornerstone of streaming methods in Principal Component Analysis (PCA) since it was first proposed in 1982. However, Oja's algorithm does not have a standardized choice of learning rate (step…

AugSplicing: Synchronized Behavior Detection in Streaming Tensors

2020-12-03 · Jiabao Zhang, Shenghua Liu, Wenting Hou, Siddharth Bhatia 외

How can we track synchronized behavior in a stream of time-stamped tuples, such as mobile devices installing and uninstalling applications in the lockstep, to boost their ranks in the app store? We model such tuples as e…

Attribute

IBCB: Efficient Inverse Batched Contextual Bandit for Behavioral Evolution History

2024-03-24 · Yi Xu, Weiran Shen, Xiao Zhang, Jun Xu

Traditional imitation learning focuses on modeling the behavioral mechanisms of experts, which requires a large amount of interaction history generated by some fixed expert. However, in many streaming applications, such …

Decision MakingImitation LearningOut-of-Distribution GeneralizationRecommendation Systems

Dynamic Latency for CTC-Based Streaming Automatic Speech Recognition With Emformer

2022-03-29 · Jingyu Sun, Guiping Zhong, Dinghao Zhou, Baoxiang Li

An inferior performance of the streaming automatic speech recognition models versus non-streaming model is frequently seen due to the absence of future context. In order to improve the performance of the streaming model …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition