中文
相关论文

相关论文: Deviation Maximization for Rank-Revealing QR Facto…

200 篇论文

We present Flip-Flop Spectrum-Revealing QR (Flip-Flop SRQR) factorization, a significantly faster and more reliable variant of the QLP factorization of Stewart, for low-rank matrix approximations. Flip-Flop SRQR uses SRQR factorization to…

数值分析 · 数学 2019-12-12 Yuehua Feng , Jianwei Xiao , Ming Gu

In this paper, we introduce an efficient algorithm for column subset selection that combines the column-pivoted QR factorization with sparse subspace embeddings. The proposed method, SE-QRSC, is particularly effective for wide matrices with…

数值分析 · 数学 2025-09-05 Israa Fakih , Laura Grigori

We approach the Max-3-Cut problem through the lens of maximizing complex-valued quadratic forms and demonstrate that low-rank structure in the objective matrix can be exploited, leading to alternative algorithms to classical semidefinite…

数据结构与算法 · 计算机科学 2026-04-27 Ria Stevens , Fangshuo Liao , Barbara Su , Jianqiang Li , Anastasios Kyrillidis

Low rank approximation of matrices has been well studied in literature. Singular value decomposition, QR decomposition with column pivoting, rank revealing QR factorization (RRQR), Interpolative decomposition etc are classical deterministic…

数值分析 · 数学 2016-06-22 N. Kishore Kumar , Jan Shneider

Query Performance Prediction (QPP) estimates the retrieval quality of ranking models without the use of any human-assessed relevance judgements, and finds applications in query-specific selective decision making to improve overall retrieval…

信息检索 · 计算机科学 2026-05-01 Fangzheng Tian , Debasis Ganguly , Craig Macdonald

A Gaussian elimination algorithm is presented that reveals the numerical rank of a matrix by yielding small entries in the Schur complement. The algorithm uses the maximum volume concept to find a square nonsingular submatrix of maximum…

数值分析 · 数学 2020-01-23 Lukas Schork , Jacek Gondzio

In this note we describe two modifications of the ScaLAPACK subroutines PxGEQPF for computing the QR factorization with the Businger-Golub column pivoting. First, we resolve a subtle numerical instability in the same way as we have done it…

数学软件 · 计算机科学 2019-10-18 Zvonimir Bujanović , Zlatko Drmač

Matrix completion is one of the most challenging problems in computer vision. Recently, quaternion representations of color images have achieved competitive performance in many fields. Because it treats the color image as a whole, the…

图像与视频处理 · 电气工程与系统科学 2022-11-24 Juan Han , Liqiao Yang , Kit Ian Kou , Jifei Miao , Lizhi Liu

We derive a CUR matrix factorization based on the Discrete Empirical Interpolation Method (DEIM). For a given matrix $A$, such a factorization provides a low rank approximate decomposition of the form $A \approx C U R$, where $C$ and $R$…

数值分析 · 数学 2015-09-22 D. C. Sorensen , M. Embree

Reservoir computing, a recurrent neural network paradigm in which only the output layer is trained, has demonstrated remarkable performance on tasks such as prediction and control of nonlinear systems. Recently, it was demonstrated that…

机器学习 · 计算机科学 2023-04-27 Joseph D. Hart , Francesco Sorrentino , Thomas L. Carroll

Recommender system has been more and more popular and widely used in many applications recently. The increasing information available, not only in quantities but also in types, leads to a big challenge for recommender system that how to…

人工智能 · 计算机科学 2011-12-30 Tianqi Chen , Zhao Zheng , Qiuxia Lu , Weinan Zhang , Yong Yu

By exploiting a causality property of the nonlinear Fourier transform, a novel decision-feedback detection strategy for nonlinear frequency-division multiplexing (NFDM) systems is introduced. The performance of the proposed strategy is…

信息论 · 计算机科学 2018-04-30 Stella Civelli , Enrico Forestieri , Marco Secondini

Layer factorization has emerged as a widely used technique for training memory-efficient neural networks. However, layer factorization methods face several challenges, particularly a lack of robustness during the training process. To…

数值分析 · 数学 2025-02-06 Jonas Kusch , Steffen Schotthöfer , Alexandra Walter

Quadratic regression (QR) models naturally extend linear models by considering interaction effects between the covariates. To conduct model selection in QR, it is important to maintain the hierarchical model structure between main effects…

统计方法学 · 统计学 2016-07-15 Ning Hao , Yang Feng , Hao Helen Zhang

The development of randomized algorithms for numerical linear algebra, e.g. for computing approximate QR and SVD factorizations, has recently become an intense area of research. This paper studies one of the most frequently discussed…

数值分析 · 计算机科学 2013-08-28 Rafi Witten , Emmanuel Candes

Matrices with low numerical rank are omnipresent in many signal processing and data analysis applications. The pivoted QLP (p-QLP) algorithm constructs a highly accurate approximation to an input low-rank matrix. However, it is…

机器学习 · 计算机科学 2021-06-16 Maboud F. Kaloorazi , Jie Chen

Quadratic programmingis a class of constrained optimization problem with quadratic objective functions and linear constraints. It has applications in many areas and is also used to solve nonlinear optimization problems. This article focuses…

数值分析 · 计算机科学 2016-02-01 Duangpen Jetpipattanapong , Gun Srijuntongsiri

Randomized sampling has recently been demonstrated to be an efficient technique for computing approximate low-rank factorizations of matrices for which fast methods for computing matrix vector products are available. This paper describes an…

数值分析 · 数学 2008-06-17 Per-Gunnar Martinsson

Low-rank matrix approximations, such as the truncated singular value decomposition and the rank-revealing QR decomposition, play a central role in data analysis and scientific computing. This work surveys and extends recent research which…

数值分析 · 数学 2014-04-29 Nathan Halko , Per-Gunnar Martinsson , Joel A. Tropp

Efficient task scheduling is paramount in parallel programming on multi-core architectures, where tasks are fundamental computational units. QR factorization is a critical sub-routine in Sequential Least Squares Quadratic Programming…

分布式、并行与集群计算 · 计算机科学 2025-06-12 Soumyajit Chatterjee , Rahul Utkoor , Uppu Eshwar , Sathya Peri , V. Krishna Nandivada