中文
相关论文

相关论文: Givens Rotations for QR Decomposition, SVD and PCA…

200 篇论文

We address the task of higher-order derivative evaluation of computer programs that contain QR decompositions and real symmetric eigenvalue decompositions. The approach is a combination of univariate Taylor polynomial arithmetic and matrix…

数值分析 · 数学 2010-10-01 Sebastian F. Walter , Lutz Lehmann , René Lamour

A new algorithm to compute the restricted singular value decomposition of dense matrices is presented. Like Zha's method \cite{Zha92}, the new algorithm uses an implicit Kogbetliantz iteration, but with four major innovations. The first…

数值分析 · 数学 2020-02-13 Ian N. Zwaan

While the proper orthogonal decomposition (POD) is optimal under certain norms it's also expensive to compute. For large matrix sizes, it is well known that the QR decomposition provides a tractable alternative. Under the assumption that it…

分布式、并行与集群计算 · 计算机科学 2018-12-18 Harbir Antil , Dangxing Chen , Scott E. Field

A standard approach to compute the roots of a univariate polynomial is to compute the eigenvalues of an associated \emph{confederate} matrix instead, such as, for instance the companion or comrade matrix. The eigenvalues of the confederate…

数值分析 · 数学 2021-05-13 Vanni Noferini , Leonardo Robol , Raf Vandebril

We derive algorithms for higher order derivative computation of the rectangular $QR$ and eigenvalue decomposition of symmetric matrices with distinct eigenvalues in the forward and reverse mode of algorithmic differentiation (AD) using…

数据结构与算法 · 计算机科学 2010-02-19 S. F. Walter , L. Lehmann

Matrix decompositions in dual number representations have played an important role in fields such as kinematics and computer graphics in recent years. In this paper, we present a QR decomposition algorithm for dual number matrices,…

数值分析 · 数学 2024-04-23 Renjie Xu , Tong Wei , Yimin Wei , Pengpeng Xie

This paper presents a portable, GPU-accelerated implementation of a QR-based singular value computation algorithm in Julia. The singular value ecomposition (SVD) is a fundamental numerical tool in scientific computing and machine learning,…

分布式、并行与集群计算 · 计算机科学 2025-08-11 Evelyne Ringoot , Rabab Alomairy , Valentin Churavy , Alan Edelman

Principal Component Analysis (PCA) is a foundational technique in machine learning for dimensionality reduction of high-dimensional datasets. However, PCA could lead to biased outcomes that disadvantage certain subgroups of the underlying…

机器学习 · 计算机科学 2025-03-04 Junhui Shen , Aaron J. Davis , Ding Lu , Zhaojun Bai

The QR-algorithm is one of the most important algorithms in linear algebra. Its several variants make feasible the computation of the eigenvalues and eigenvectors of a numerical real or complex matrix, even when the dimensions of the matrix…

数值分析 · 数学 2020-09-02 Avinash Kulkarni , Tristan Vaccon

Many statistical problems involve the estimation of a $\left(d\times d\right)$ orthogonal matrix $\textbf{Q}$. Such an estimation is often challenging due to the orthonormality constraints on $\textbf{Q}$. To cope with this problem, we…

统计方法学 · 统计学 2019-06-04 Luca Bagnato , Antonio Punzo

Second-order optimization approaches like the generalized Gauss-Newton method are considered more powerful as they utilize the curvature information of the objective function with preconditioning matrices. Albeit offering tempting…

机器学习 · 计算机科学 2024-02-06 Yongchang Hao , Yanshuai Cao , Lili Mou

The graphical lasso \citep{FHT2007a} is an algorithm for learning the structure in an undirected Gaussian graphical model, using $\ell_1$ regularization to control the number of zeros in the precision matrix ${\B\Theta}={\B\Sigma}^{-1}$…

机器学习 · 统计学 2012-08-09 Rahul Mazumder , Trevor Hastie

Mining groups of genes that consistently co-express is an important problem in biomedical research, where it is critical for applications such as drug-repositioning and designing new disease treatments. Recently, Cooley et al. modeled this…

数据结构与算法 · 计算机科学 2022-06-17 Shweta Jain , Yosuke Mizutani , Blair Sullivan

We consider the problem of computing a QR (or QZ) decomposition of a real, dense, tall and very skinny matrix. That is, the number of columns is tiny compared to the number of rows, rendering most computations completely or partially…

数学软件 · 计算机科学 2026-03-24 Jonas Thies , Melven Röhrig-Zöllner

The need to compute the intersections between a line and a high-order curve or surface arises in a large number of finite element applications. Such intersection problems are easy to formulate but hard to solve robustly. We introduce a…

数值分析 · 数学 2020-11-09 Xiao Xiao , Laurent Buse , Fehmi Cirak

The Graphical Lasso (GLasso) algorithm is fast and widely used for estimating sparse precision matrices (Friedman et al., 2008). Its central role in the literature of high-dimensional covariance estimation rivals that of Lasso regression…

统计计算 · 统计学 2024-03-20 Aramayis Dallakyan , Mohsen Pourahmadi

Product quantization (PQ) coupled with a space rotation, is widely used in modern approximate nearest neighbor (ANN) search systems to significantly compress the disk storage for embeddings and speed up the inner product computation.…

信息检索 · 计算机科学 2022-03-11 Yunjiang Jiang , Han Zhang , Yiming Qiu , Yun Xiao , Bo Long , Wen-Yun Yang

EigenDecomposition (ED) is at the heart of many computer vision algorithms and applications. One crucial bottleneck limiting its usage is the expensive computation cost, particularly for a mini-batch of matrices in the deep neural networks.…

计算机视觉与模式识别 · 计算机科学 2022-07-12 Yue Song , Nicu Sebe , Wei Wang

We present efficient realization of Generalized Givens Rotation (GGR) based QR factorization that achieves 3-100x better performance in terms of Gflops/watt over state-of-the-art realizations on multicore, and General Purpose Graphics…

分布式、并行与集群计算 · 计算机科学 2018-03-26 Farhad Merchant , Tarun Vatwani , Anupam Chattopadhyay , Soumyendu Raha , S K Nandy , Ranjani Narayan , Rainer Leupers

Reconstructing DNA sequences without a reference, known as de novo assembly, is a complex computational task involving the alignment of overlapping fragments. To address this problem, a usual strategy is to map the assembly to a Quadratic…