← Latest papers
🔢 mathematics

Convergence rates for pivoted QR and LU

This paper establishes new convergence rates for pivoted QR and LU decompositions by proving that their approximation errors are controlled by the determinant of submatrices, thereby explaining their practical robustness under algebraic and geometric singular value decay and extending these results to functions of two variables.

Original authors: Marc Aurèle Gilles

Published 2026-07-30
📖 4 min read🧠 Deep dive

Original authors: Marc Aurèle Gilles

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to describe a massive, intricate tapestry to a friend, but you can only show them a few small patches of it. In the world of mathematics and computer science, this is a common problem: how do you take a huge, complex dataset (like a giant spreadsheet of numbers or a detailed image) and shrink it down to something small and manageable without losing the most important details? This is the art of "low-rank approximation." Think of it like summarizing a 500-page novel into a single paragraph. You want the summary to capture the plot, the characters, and the ending, even if you have to leave out the minor descriptions.

To do this, mathematicians use clever shortcuts called "greedy algorithms." Imagine you are picking the best patches of the tapestry to show your friend. A "greedy" approach means you always pick the single patch that looks the most interesting or has the most color right now, hoping that if you keep doing this, you'll eventually build a perfect picture. Two of the most famous methods for doing this are called "Pivoted QR" and "Pivoted LU." They are like two different chefs trying to slice a cake: one cuts it into perfect columns, the other into rows and columns, always grabbing the biggest, juiciest piece available at every step. For years, these methods have been incredibly popular in real-world applications because they work surprisingly well in practice, often producing great summaries with very few pieces.

However, there was a nagging mystery. When mathematicians tried to write down the rules for why these methods work so well, the math got scary. The old, standard rules (called "worst-case bounds") suggested that these methods should fail miserably unless the data was shrinking in a very specific, super-fast way. It was like having a car that drives perfectly on a smooth highway, but the manual says, "Warning: This car will crash if the road isn't perfectly flat and frictionless." The manual didn't explain why the car was actually driving fine on bumpy, real-world roads. This paper steps in to fix that manual.

The authors, Marc Aurèle Gilles, have cracked the code on why these greedy algorithms are so robust. They discovered that the secret isn't just about picking the biggest piece; it's about the hidden "determinant" of the pieces you've already picked. In simple terms, they proved that the error (the missing details) is controlled by the geometric mean of the most important parts of the data. This is a much friendlier rule than the old scary ones.

Here is what they found:

  1. The Old Rules Were Too Pessimistic: The paper explicitly argues against the idea that these methods only work when data shrinks at an incredibly fast, geometric rate. The old math said, "If your data doesn't vanish super fast, you're doomed." The new math says, "Nope, even if your data shrinks slowly (like a gentle slope), these methods still work great."
  2. The New "Geometric Mean" Rule: They proved that the error of these algorithms is bounded by the geometric mean of the singular values (a fancy way of saying the "importance" of different parts of the data). This means that if the data's importance drops off steadily, the error drops off at the same steady pace.
  3. Approximation is Okay: One of the most exciting findings is that you don't need to find the absolute biggest piece every time. The paper shows that even if you use a "lazy" version of the algorithm that just picks a pretty big piece (an "approximate greedy pivot"), it still works just as well, just with a slightly larger safety margin. This explains why fast, heuristic methods used in real software are successful.
  4. From Numbers to Functions: They didn't stop at spreadsheets. They extended this logic to functions (mathematical rules that describe curves and surfaces). They showed that if a function is "smooth" (like a gentle hill) or "analytic" (like a perfect, repeating wave), these greedy methods will converge (get closer to the truth) at predictable rates. For smooth functions, the error drops algebraically (like 1/n21/n^2); for analytic functions, it drops geometrically (like 1/2n1/2^n).

In short, this paper takes a set of tools that everyone uses because they "feel" right, and finally gives them a solid, mathematical explanation that matches reality. It proves that these greedy algorithms are not just lucky; they are mathematically sound, even when the data isn't perfect and even when we don't pick the absolute best pieces every single time. It turns a "black box" that works into a transparent machine we understand.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →