An Efficient 3D CNN for Action/Object Segmentation in Video
Rui Hou, Chen Chen, Rahul Sukthankar, Mubarak Shah

TL;DR
This paper introduces an efficient end-to-end 3D CNN that combines spatial and temporal features for video object and action segmentation, significantly reducing computational costs while outperforming existing methods.
Contribution
It presents a novel 3D separable convolution approach within an encoder-decoder framework for simultaneous spatial-temporal segmentation in videos.
Findings
Outperforms state-of-the-art methods on multiple datasets
Reduces computational complexity with 3D separable convolutions
Effective for both object and action segmentation
Abstract
Convolutional Neural Network (CNN) based image segmentation has made great progress in recent years. However, video object segmentation remains a challenging task due to its high computational complexity. Most of the previous methods employ a two-stream CNN framework to handle spatial and motion features separately. In this paper, we propose an end-to-end encoder-decoder style 3D CNN to aggregate spatial and temporal information simultaneously for video object segmentation. To efficiently process video, we propose 3D separable convolution for the pyramid pooling module and decoder, which dramatically reduces the number of operations while maintaining the performance. Moreover, we also extend our framework to video action segmentation by adding an extra classifier to predict the action label for actors in videos. Extensive experiments on several video datasets demonstrate the superior…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Advanced Neural Network Applications · Video Surveillance and Tracking Methods
MethodsAverage Pooling · Batch Normalization · *Communicated@Fast*How Do I Communicate to Expedia? · Pyramid Pooling Module · Convolution
