中文
相关论文

相关论文: Block algorithms with augmented Rayleigh-Ritz proj…

200 篇论文

This paper describes practical randomized algorithms for low-rank matrix approximation that accommodate any budget for the number of views of the matrix. The presented algorithms, which are aimed at being as pass efficient as needed, expand…

数值分析 · 数学 2018-05-25 Elvar K. Bjarkason

The Kaczmarz algorithm is a simple iterative scheme for solving consistent linear systems. At each step, the method projects the current iterate onto the solution space of a single constraint. Hence, it requires very low cost per iteration…

最优化与控制 · 数学 2019-02-27 Ion Necoara

Softwares source code is becoming large and complex. Compilation of large base code is a time consuming process. Parallel compilation of code will help in reducing the time complexity. Parsing is one of the phases in compiler in which…

编程语言 · 计算机科学 2015-09-29 Abhinav Jangda

Several classic problems in graph processing and computational geometry are solved via incremental algorithms, which split computation into a series of small tasks acting on shared state, which gets updated progressively. While the…

数据结构与算法 · 计算机科学 2020-03-24 Dan Alistarh , Nikita Koval , Giorgi Nadiradze

This paper proposes a scalable binary CUR low-rank approximation algorithm that leverages parallel selection of representative rows and columns within a deterministic framework. By employing a blockwise adaptive cross approximation…

数值分析 · 数学 2025-03-05 Bowen Su

This study develops an algorithm for distributed computing of linear programming problems of huge-scales. Global consensus with single common variable, multiblocks, and augmented Lagrangian are adopted. The consensus is used to partition…

最优化与控制 · 数学 2025-08-07 Luoyi Tao

Learning neural operators for solving partial differential equations (PDEs) has attracted great attention due to its high inference efficiency. However, training such operators requires generating a substantial amount of labeled data, i.e.,…

机器学习 · 计算机科学 2024-03-20 Hong Wang , Zhongkai Hao , Jie Wang , Zijie Geng , Zhen Wang , Bin Li , Feng Wu

Since being analyzed by Rokhlin, Szlam, and Tygert and popularized by Halko, Martinsson, and Tropp, randomized Simultaneous Power Iteration has become the method of choice for approximate singular value decomposition. It is more accurate…

数据结构与算法 · 计算机科学 2015-11-02 Cameron Musco , Christopher Musco

This work is concerned with approximating the smallest eigenvalue of a parameter-dependent Hermitian matrix $A(\mu)$ for many parameter values $\mu \in \mathbb{R}^P$. The design of reliable and efficient algorithms for addressing this task…

数值分析 · 数学 2015-04-24 Petar Sirković , Daniel Kressner

We present Randomized-Accelerated FEAST (RA-FEAST), a hybrid algorithm that combines contour-integration-based eigensolvers with randomized numerical linear algebra techniques for efficiently computing partial eigendecompositions of…

数值分析 · 数学 2025-12-02 Ayush Nadiger

This paper explores variants of the subspace iteration algorithm for computing approximate invariant subspaces. The standard subspace iteration approach is revisited and new variants that exploit gradient-type techniques combined with a…

数值分析 · 数学 2024-05-14 Foivos Alimisis , Yousef Saad , Bart Vandereycken

The main two algorithms for computing the numerical radius are the level-set method of Mengi and Overton and the cutting-plane method of Uhlig. Via new analyses, we explain why the cutting-plane approach is sometimes much faster or much…

数值分析 · 数学 2022-06-07 Tim Mitchell

Across a wide range of hardware scenarios, the computational efficiency and physical size of the arithmetic units significantly influence the speed and footprint of the overall hardware system. Nevertheless, the effectiveness of prior…

机器学习 · 计算机科学 2024-05-14 Yao Lai , Jinxin Liu , David Z. Pan , Ping Luo

This paper provides a block coordinate descent algorithm to solve unconstrained optimization problems. In our algorithm, computation of function values or gradients is not required. Instead, pairwise comparison of function values is used.…

机器学习 · 统计学 2014-09-16 Kota Matsui , Wataru Kumagai , Takafumi Kanamori

Block-coordinate descent algorithms and alternating minimization methods are fundamental optimization algorithms and an important primitive in large-scale optimization and machine learning. While various block-coordinate-descent-type…

最优化与控制 · 数学 2019-07-02 Jelena Diakonikolas , Lorenzo Orecchia

In Density Functional Theory simulations based on the LAPW method, each self-consistent field cycle comprises dozens of large dense generalized eigenproblems. In contrast to real-space methods, eigenpairs solving for problems at distinct…

数据结构与算法 · 计算机科学 2015-03-20 Edoardo Di Napoli , Mario Berljafa

Recent several years have witnessed the surge of asynchronous (async-) parallel computing methods due to the extremely big data involved in many modern applications and also the advancement of multi-core machines and computer clusters. In…

最优化与控制 · 数学 2019-10-17 Yangyang Xu

We present the methodology of a photon-conserving, spatially-adaptive, ray-tracing radiative transfer algorithm, designed to run on multiple parallel Graphic Processing Units (GPUs). Each GPU has thousands computing cores, making them…

宇宙学与河外天体物理 · 物理学 2018-10-17 Blake Hartley , Massimo Ricotti

In this paper, two accelerated divide-and-conquer algorithms are proposed for the symmetric tridiagonal eigenvalue problem, which cost $O(N^2r)$ {flops} in the worst case, where $N$ is the dimension of the matrix and $r$ is a modest number…

数值分析 · 计算机科学 2015-10-16 Shengguo Li , Xiangke Liao , Jie Liu , Hao Jiang

The smallest eigenvalues and the associated eigenvectors (i.e., eigenpairs) of a graph Laplacian matrix have been widely used for spectral clustering and community detection. However, in real-life applications the number of clusters or…

社会与信息网络 · 计算机科学 2018-01-24 Pin-Yu Chen , Baichuan Zhang , Mohammad Al Hasan , Alfred O. Hero