中文
相关论文

相关论文: RSVDPACK: An implementation of randomized algorith…

200 篇论文

The manuscript describes efficient algorithms for the computation of the CUR and ID decompositions. The methods used are based on simple modifications to the classical truncated pivoted QR decomposition, which means that highly optimized…

数值分析 · 数学 2016-10-20 Sergey Voronin , Per-Gunnar Martinsson

CUR matrix decomposition is a randomized algorithm that can efficiently compute the low rank approximation for a given rectangle matrix. One limitation with the existing CUR algorithms is that they require an access to the full matrix A for…

机器学习 · 计算机科学 2014-03-25 Rong Jin , Shenghuo Zhu

We demonstrate an implementation for an approximate rank-k SVD factorization, combining well-known randomized projection techniques with previously known paralel solutions in order to compute steps of the random projection based SVD…

分布式、并行与集群计算 · 计算机科学 2023-04-04 Burak Bayramli

A low-rank approximation of a parameter-dependent matrix $A(t)$ is an important task in the computational sciences appearing for example in dynamical systems and compression of a series of images. In this work, we introduce AdaCUR, an…

数值分析 · 数学 2026-02-26 Taejun Park , Yuji Nakatsukasa

Fast computation of singular value decomposition (SVD) is of great interest in various machine learning tasks. Recently, SVD methods based on randomized linear algebra have shown significant speedup in this regime. This paper attempts to…

分布式、并行与集群计算 · 计算机科学 2017-06-23 Yuechao Lu , Fumihiko Ino , Yasuyuki Matsushita

Matrix decomposition is a very important mathematical tool in numerical linear algebra for data processing. In this paper, we introduce a new randomized matrix decomposition algorithm, which is called randomized approximate SVD based on…

数值分析 · 数学 2023-05-22 Xiaohui Ni , An-Bao Xu

The randomized singular value decomposition proposed in [27] has certainly become one of the most well-established randomization-based algorithms in numerical linear algebra. The key ingredient of the entire procedure is the computation of…

数值分析 · 数学 2025-08-01 Davide Palitta , Sascha Portaro

The Singular Value Decomposition (SVD) is one of the most important matrix factorizations, enjoying a wide variety of applications across numerous application domains. In statistics and data analysis, the common applications of SVD such as…

数学软件 · 计算机科学 2020-09-03 Drew Schmidt

Singular value decomposition (SVD) has a crucial role in model order reduction. It is often utilized in the offline stage to compute basis functions that project the high-dimensional nonlinear problem into a low-dimensionsl model which is,…

数值分析 · 数学 2016-11-09 Alessandro Alla , J. Nathan Kutz

Various problems in data analysis and statistical genetics call for recovery of a column-sparse, low-rank matrix from noisy observations. We propose ReFACTor, a simple variation of the classical Truncated Singular Value Decomposition (TSVD)…

机器学习 · 统计学 2017-05-23 Matan Gavish , Regev Schweiger , Elior Rahmani , Eran Halperin

This manuscript describes the randomized algorithm randUTV for computing a so called UTV factorization efficiently. Given a matrix $A$, the algorithm computes a factorization $A = UTV^{*}$, where $U$ and $V$ have orthonormal columns, and…

数值分析 · 数学 2017-03-06 Per-Gunnar Martinsson , Gregorio Quintana-Orti , Nathan Heavner

The generalized singular value decomposition (GSVD) is a valuable tool that has many applications in computational science. However, computing the GSVD for large-scale problems is challenging. Motivated by applications in hyper-differential…

数值分析 · 数学 2020-02-10 Arvind K. Saibaba , Joseph Hart , Bart van Bloemen Waanders

Matrix decompositions are ubiquitous in machine learning, including applications in dimensionality reduction, data compression and deep learning algorithms. Typical solutions for matrix decompositions have polynomial complexity which…

This article studies the problem of decentralized Singular Value Decomposition (d-SVD), which is fundamental in various signal processing applications. Two scenarios are considered depending on the availability of the data matrix under…

信号处理 · 电气工程与系统科学 2025-01-10 Yufan Fan , Marius Pesavento

Recent years have witnessed intense development of randomized methods for low-rank approximation. These methods target principal component analysis (PCA) and the calculation of truncated singular value decompositions (SVD). The present…

统计计算 · 统计学 2017-01-02 Arthur Szlam , Yuval Kluger , Mark Tygert

Low-rank matrix approximation is extremely useful in the analysis of data that arises in scientific computing, engineering applications, and data science. However, as data sizes grow, traditional low-rank matrix approximation methods, such…

数值分析 · 数学 2020-02-26 Bolong Zhang , Michael Mascagni

Singular value decomposition (SVD) is the mathematical basis of principal component analysis (PCA). Together, SVD and PCA are one of the most widely used mathematical formalism/decomposition in machine learning, data mining, pattern…

机器学习 · 计算机科学 2018-04-17 Shuai Zheng , Chris Ding , Feiping Nie

This paper considers the problem of updating the rank-k truncated Singular Value Decomposition (SVD) of matrices subject to the addition of new rows and/or columns over time. Such matrix problems represent an important computational kernel…

The paper presents a strategy to construct an incremental Singular Value Decomposition (SVD) for time-evolving, spatially 3D discrete data sets. A low memory access procedure for reducing and deploying the snapshot data is presented.…

数学软件 · 计算机科学 2023-02-21 Niklas Kühl , Hendrik Fischer , Michael Hinze , Thomas Rung

Singular value decomposition is central to many problems in engineering and scientific fields. Several quantum algorithms have been proposed to determine the singular values and their associated singular vectors of a given matrix. Although…

量子物理 · 物理学 2021-06-30 Xin Wang , Zhixin Song , Youle Wang