# Fast and Accurate Proper Orthogonal Decomposition using Efficient   Sampling and Iterative Techniques for Singular Value Decomposition

**Authors:** V. Charumathi (1), M. Ramakrishna (1), Vinita Vasudevan (1) ((1), Indian Institute of Technology, Madras)

arXiv: 1905.05107 · 2021-07-07

## TL;DR

This paper introduces an efficient iterative sampling algorithm for proper orthogonal decomposition that significantly reduces computation time while maintaining high accuracy, suitable for large datasets that exceed memory capacity.

## Contribution

It presents a novel iterative sampling and merging approach for POD that improves efficiency and scalability over traditional SVD methods.

## Key findings

- Achieves high accuracy in approximating POD modes.
- Significantly reduces runtime compared to truncated SVD.
- Enables POD computation for large matrices beyond RAM capacity.

## Abstract

In this paper, we propose a computationally efficient iterative algorithm for proper orthogonal decomposition (POD) using random sampling based techniques. In this algorithm, additional rows and columns are sampled and a merging technique is used to update the dominant POD modes in each iteration. We derive bounds for the spectral norm of the error introduced by a series of merging operations. We use an existing theorem to get an approximate measure of the quality of subspaces obtained on convergence of the iteration. Results on various datasets indicate that the POD modes and/or the subspaces are approximated with excellent accuracy with a significant runtime improvement over computing the truncated SVD. We also propose a method to compute the POD modes of large matrices that do not fit in the RAM using this iterative sampling and merging algorithms.

## Figures

34 figures with captions in the complete paper: https://tomesphere.com/paper/1905.05107/full.md

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