Efficient Orthogonal Matching Pursuit Using Sparse Random Projections for Scene and Video Classification

Abstract

Sparse projection has been shown to be highly effective in several domains, including image denoising and scene / object classification. However, practical application to large scale problems such as video analysis requires efficient versions of sparse projection algorithms such as Orthogonal Matching Pursuit (OMP). In particular, random projection based locality sensitive hashing (LSH) has been proposed for OMP. In this paper, we propose a novel technique called Comparison Hadamard random projection (CHRP) for further improving the efficiency of LSH within OMP. CHRP combines two techniques:(1) The Fast Johnson-Lindenstrauss Transform (FJLT) which uses a randomized Hadamard transform and sparse projection matrix for LSH, and (2) Achlioptas' random projection that uses only addition and comparison operations. Our approach provides the robustness of FJLT while completely avoiding multiplications. We empirically validate CHRP's efficacy by performing a suite of experiments for image denoising, scene classification, and video categorization. Our experiments indicate that CHRP significantly speeds-up OMP with negligible loss in classification accuracy.

Cite

Text

Vitaladevuni et al. "Efficient Orthogonal Matching Pursuit Using Sparse Random Projections for Scene and Video Classification." IEEE/CVF International Conference on Computer Vision, 2011. doi:10.1109/ICCV.2011.6126512

Markdown

[Vitaladevuni et al. "Efficient Orthogonal Matching Pursuit Using Sparse Random Projections for Scene and Video Classification." IEEE/CVF International Conference on Computer Vision, 2011.](https://mlanthology.org/iccv/2011/vitaladevuni2011iccv-efficient/) doi:10.1109/ICCV.2011.6126512

BibTeX

@inproceedings{vitaladevuni2011iccv-efficient,
  title     = {{Efficient Orthogonal Matching Pursuit Using Sparse Random Projections for Scene and Video Classification}},
  author    = {Vitaladevuni, Shiv Naga Prasad and Natarajan, Pradeep and Prasad, Rohit and Natarajan, Prem},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2011},
  pages     = {2312-2319},
  doi       = {10.1109/ICCV.2011.6126512},
  url       = {https://mlanthology.org/iccv/2011/vitaladevuni2011iccv-efficient/}
}