23
3

Fast Graph Sampling for Short Video Summarization using Gershgorin Disc Alignment

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.

View on arXiv
Comments on this paper