# Block CUR: Decomposing Matrices using Groups of Columns

**Authors:** Urvashi Oswal, Swayambhoo Jain, Kevin S. Xu, and Brian Eriksson

arXiv: 1703.06065 · 2018-07-10

## TL;DR

This paper introduces a block sampling approach for matrix approximation, enabling efficient distributed computation of CUR decompositions by sampling groups of columns or rows, with applications in biometric data analysis and distributed systems.

## Contribution

The paper proposes a novel algorithm for block sampling in CUR decomposition, providing theoretical guarantees and demonstrating effectiveness in distributed environments and biometric data analysis.

## Key findings

- Effective block sampling algorithm with approximation guarantees
- Successful application in distributed computing environments
- Accurate biometric data approximation with reduced overhead

## Abstract

A common problem in large-scale data analysis is to approximate a matrix using a combination of specifically sampled rows and columns, known as CUR decomposition. Unfortunately, in many real-world environments, the ability to sample specific individual rows or columns of the matrix is limited by either system constraints or cost. In this paper, we consider matrix approximation by sampling predefined \emph{blocks} of columns (or rows) from the matrix. We present an algorithm for sampling useful column blocks and provide novel guarantees for the quality of the approximation. This algorithm has application in problems as diverse as biometric data analysis to distributed computing. We demonstrate the effectiveness of the proposed algorithms for computing the Block CUR decomposition of large matrices in a distributed setting with multiple nodes in a compute cluster, where such blocks correspond to columns (or rows) of the matrix stored on the same node, which can be retrieved with much less overhead than retrieving individual columns stored across different nodes. In the biometric setting, the rows correspond to different users and columns correspond to users' biometric reaction to external stimuli, {\em e.g.,}~watching video content, at a particular time instant. There is significant cost in acquiring each user's reaction to lengthy content so we sample a few important scenes to approximate the biometric response. An individual time sample in this use case cannot be queried in isolation due to the lack of context that caused that biometric reaction. Instead, collections of time segments ({\em i.e.,} blocks) must be presented to the user. The practical application of these algorithms is shown via experimental results using real-world user biometric data from a content testing environment.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.06065/full.md

## Figures

20 figures with captions in the complete paper: https://tomesphere.com/paper/1703.06065/full.md

## References

18 references — full list in the complete paper: https://tomesphere.com/paper/1703.06065/full.md

---
Source: https://tomesphere.com/paper/1703.06065