English

Fast Graph Sampling for Short Video Summarization using Gershgorin Disc Alignment

Computer Vision and Pattern Recognition 2021-10-26 v2 Signal Processing

Abstract

We study the problem of efficiently summarizing a short video into several keyframes, leveraging recent progress in fast graph sampling. Specifically, we first construct a similarity path graph (SPG) G\mathcal{G}, represented by graph Laplacian matrix L\mathbf{L}, where the similarities between adjacent frames are encoded as positive edge weights. We show that maximizing the smallest eigenvalue λmin(B)\lambda_{\min}(\mathbf{B}) of a coefficient matrix B=diag(a)+μL\mathbf{B} = \text{diag}(\mathbf{a}) + \mu \mathbf{L}, where a\mathbf{a} is the binary keyframe selection vector, is equivalent to minimizing a worst-case signal reconstruction error. We prove that, after partitioning G\mathcal{G} into QQ sub-graphs {Gq}q=1Q\{\mathcal{G}^q\}^Q_{q=1}, the smallest Gershgorin circle theorem (GCT) lower bound of QQ corresponding coefficient matrices -- minqλmin(Bq)\min_q \lambda^-_{\min}(\mathbf{B}^q) -- is a lower bound for λmin(B)\lambda_{\min}(\mathbf{B}). This inspires a fast graph sampling algorithm to iteratively partition G\mathcal{G} into QQ sub-graphs using QQ samples (keyframes), while maximizing λmin(Bq)\lambda^-_{\min}(\mathbf{B}^q) for each sub-graph Gq\mathcal{G}^q. Experimental results show that our algorithm achieves comparable video summarization performance as state-of-the-art methods, at a substantially reduced complexity.

Keywords

Cite

@article{arxiv.2110.11420,
  title  = {Fast Graph Sampling for Short Video Summarization using Gershgorin Disc Alignment},
  author = {Sadid Sahami and Gene Cheung and Chia-Wen Lin},
  journal= {arXiv preprint arXiv:2110.11420},
  year   = {2021}
}

Comments

5 pages, 2 figures - Remove affiliation from author list

R2 v1 2026-06-24T07:05:18.943Z