English

Matrix Balancing in Lp Norms: A New Analysis of Osborne's Iteration

Data Structures and Algorithms 2016-06-28 v1

Abstract

We study an iterative matrix conditioning algorithm due to Osborne (1960). The goal of the algorithm is to convert a square matrix into a balanced matrix where every row and corresponding column have the same norm. The original algorithm was proposed for balancing rows and columns in the L2L_2 norm, and it works by iterating over balancing a row-column pair in fixed round-robin order. Variants of the algorithm for other norms have been heavily studied and are implemented as standard preconditioners in many numerical linear algebra packages. Recently, Schulman and Sinclair (2015), in a first result of its kind for any norm, analyzed the rate of convergence of a variant of Osborne's algorithm that uses the LL_{\infty} norm and a different order of choosing row-column pairs. In this paper we study matrix balancing in the L1L_1 norm and other LpL_p norms. We show the following results for any matrix A=(aij)i,j=1nA = (a_{ij})_{i,j=1}^n, resolving in particular a main open problem mentioned by Schulman and Sinclair. 1) We analyze the iteration for the L1L_1 norm under a greedy order of balancing. We show that it converges to an ϵ\epsilon-balanced matrix in K=O(min{ϵ2logw,ϵ1n3/2log(w/ϵ)})K = O(\min\{\epsilon^{-2}\log w,\epsilon^{-1}n^{3/2}\log(w/\epsilon)\}) iterations that cost a total of O(m+Knlogn)O(m + Kn\log n) arithmetic operations over O(nlogw)O(n\log w)-bit numbers. Here mm is the number of non-zero entries of AA, and w=i,jaij/aminw = \sum_{i,j} |a_{ij}|/a_{\min} with amin=min{aij: aij0}a_{\min} = \min\{|a_{ij}|:\ a_{ij}\neq 0\}. 2) We show that the original round-robin implementation converges to an ϵ\epsilon-balanced matrix in O(ϵ2n2logw)O(\epsilon^{-2}n^2\log w) iterations totalling O(ϵ2mnlogw)O(\epsilon^{-2}mn\log w) arithmetic operations over O(nlogw)O(n\log w)-bit numbers. 3) We demonstrate a lower bound of Ω(1/ϵ)\Omega(1/\sqrt{\epsilon}) on the convergence rate of any implementation of the iteration.

Keywords

Cite

@article{arxiv.1606.08083,
  title  = {Matrix Balancing in Lp Norms: A New Analysis of Osborne's Iteration},
  author = {Rafail Ostrovsky and Yuval Rabani and Arman Yousefi},
  journal= {arXiv preprint arXiv:1606.08083},
  year   = {2016}
}

Comments

21 pages