We don't Need Thousand Proposals$\colon$ Single Shot Actor-Action Detection in Videos
Aayush J Rana, Yogesh S Rawat

TL;DR
SSA2D is a novel end-to-end deep network for actor-action detection in videos that operates without proposals, enabling scalable, fast, and memory-efficient detection of multiple actors and actions at pixel level.
Contribution
The paper introduces SSA2D, a fully convolutional, single-shot network that eliminates the need for region proposals, improving scalability and efficiency in dense video scenes.
Findings
SSA2D is 11x faster during inference.
It achieves comparable or better performance than prior methods.
Requires fewer network parameters.
Abstract
We propose SSA2D, a simple yet effective end-to-end deep network for actor-action detection in videos. The existing methods take a top-down approach based on region-proposals (RPN), where the action is estimated based on the detected proposals followed by post-processing such as non-maximal suppression. While effective in terms of performance, these methods pose limitations in scalability for dense video scenes with a high memory requirement for thousands of proposals. We propose to solve this problem from a different perspective where we don't need any proposals. SSA2D is a unified network, which performs pixel level joint actor-action detection in a single-shot, where every pixel of the detected actor is assigned an action label. SSA2D has two main advantages: 1) It is a fully convolutional network which does not require any proposals and post-processing making it memory as well as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Advanced Vision and Imaging · Advanced Neural Network Applications
