# SCSampler: Sampling Salient Clips from Video for Efficient Action   Recognition

**Authors:** Bruno Korbar, Du Tran, Lorenzo Torresani

arXiv: 1904.04289 · 2019-09-02

## TL;DR

This paper introduces SCSampler, a lightweight clip-sampling model that efficiently identifies salient video segments, significantly reducing computational costs and improving action recognition accuracy on long, untrimmed videos.

## Contribution

The paper presents a novel clip-sampling approach that enhances efficiency and accuracy in action recognition for long videos by focusing on salient clips.

## Key findings

- Reduces computational cost by over 15 times
- Improves recognition accuracy by 7% on Sports1M
- Effectively identifies relevant clips in untrimmed videos

## Abstract

While many action recognition datasets consist of collections of brief, trimmed videos each containing a relevant action, videos in the real-world (e.g., on YouTube) exhibit very different properties: they are often several minutes long, where brief relevant clips are often interleaved with segments of extended duration containing little change. Applying densely an action recognition system to every temporal clip within such videos is prohibitively expensive. Furthermore, as we show in our experiments, this results in suboptimal recognition accuracy as informative predictions from relevant clips are outnumbered by meaningless classification outputs over long uninformative sections of the video. In this paper we introduce a lightweight "clip-sampling" model that can efficiently identify the most salient temporal clips within a long video. We demonstrate that the computational cost of action recognition on untrimmed videos can be dramatically reduced by invoking recognition only on these most salient clips. Furthermore, we show that this yields significant gains in recognition accuracy compared to analysis of all clips or randomly/uniformly selected clips. On Sports1M, our clip sampling scheme elevates the accuracy of an already state-of-the-art action classifier by 7% and reduces by more than 15 times its computational cost.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04289/full.md

## References

63 references — full list in the complete paper: https://tomesphere.com/paper/1904.04289/full.md

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