paper-with-me

홈 › Papers

Fast and Accurate SVD-Type Updating in Streaming Data

2025-09-02 · Johannes J. Brust, Michael A. Saunders arxiv

For a datastream, the change over a short interval is often of low rank. For high throughput information arranged in matrix format, recomputing an optimal SVD approximation after each step is typically prohibitive. Instead, incremental and truncated updating strategies are used, which may not scale for large truncation ranks. Therefore, we propose a set of efficient new algorithms that update a bidiagonal factorization, and which are similarly accurate as the SVD methods. In particular, we develop a compact Householder-type algorithm that decouples a sparse part from a low-rank update and has about half the memory requirements of standard bidiagonalization methods. A second algorithm based on Givens rotations has only about 10 flops per rotation and scales quadratically with the problem size, compared to a typical cubic scaling. The algorithm is therefore effective for processing high-throughput updates, as we demonstrate in tracking large subspaces of recommendation systems and networks, and when compared to well known software such as LAPACK or the incremental SVD.

📄 PDF Abstract BibTeX arXiv:2509.02840

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Updating Singular Value Decomposition for Rank One Matrix Perturbation

2017-07-26 · Ratnik Gandhi, Amoli Rajgor

An efficient Singular Value Decomposition (SVD) algorithm is an important tool for distributed and streaming computation in big data problems. It is observed that update of singular vectors of a rank-1 perturbed matrix i…

Fast and Accurate Dual-Way Streaming PARAFAC2 for Irregular Tensors -- Algorithm and Application

2023-05-28 · Jun-Gi Jang, Jeongyoung Lee, Yong-chan Park, U Kang

How can we efficiently and accurately analyze an irregular tensor in a dual-way streaming setting where the sizes of two dimensions of the tensor increase over time? What types of anomalies are there in the dual-way stre…

Xtreaming: an incremental multidimensional projection technique and its application to streaming data

2020-03-08 · Tácito T. A. T. Neves, Rafael M. Martins, Danilo B. Coimbra, Kostiantyn Kucher 외

Streaming data applications are becoming more common due to the ability of different information sources to continuously capture or produce data, such as sensors and social media. Despite recent advances, most visualizat…

Dimensionality Reduction

StreamVLN: Streaming Vision-and-Language Navigation via SlowFast Context Modeling

2025-07-07 · Meng Wei, Chenyang Wan, Xiqian Yu, Tai Wang 외 arxiv

Vision-and-Language Navigation (VLN) in real-world settings requires agents to process continuous visual streams and generate actions with low latency grounded in language instructions. While Video-based Large Language M…

Computational Efficiency

DecoGS: Adaptive Static-Dynamic Decoupling of 3D Gaussians for Free-Viewpoint Video Streaming

2026-09-15 · Idil Sulo, Alexey Supikov, Ilke Demir, Sainan Liu arxiv

Streaming 3D reconstruction demands both speed and temporal fidelity, goals that existing methods undermine by updating every Gaussian every frame, even in static regions. We present DecoGS, a method for efficient online…

3D Reconstruction