Continuous Cross Approximation of Matrices Arising Out of Kernel Functions
arXiv:2607.12540
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper gives a principled adaptive cross approximation for continuous kernel operators, selecting pivots by the residual energy removed by each rank-1 update rather than using fixed landmarks. Its transferable asset is a data-dependent low-rank factorization with an explicit residual-energy stopping rule and monotone or geometric error-reduction guarantees under alignment assumptions. A direct neural-network application is adaptive low-rank approximation of the positive query-key kernel in softmax attention, using actual query and key tokens as pivots. This may reduce attention memory and compute while adapting rank to the current sequence and providing an empirical approximation certificate.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Replace dense query-key attention with an adaptive cross approximation constructed from selected query and key pivot tokens. At each rank, choose the pivot pair that removes large estimated residual energy, update the residual by a rank-1 cross correction, and stop when the residual estimate reaches a target tolerance. The resulting factorization computes approximate attention using a small number of landmark interactions while adapting to the actual token distribution.
Useful7/10
Difficulty6/10
Novelty5/10