English

Segmental Spatiotemporal CNNs for Fine-grained Action Segmentation

Computer Vision and Pattern Recognition 2016-10-03 v4 Robotics

Abstract

Joint segmentation and classification of fine-grained actions is important for applications of human-robot interaction, video surveillance, and human skill evaluation. However, despite substantial recent progress in large-scale action classification, the performance of state-of-the-art fine-grained action recognition approaches remains low. We propose a model for action segmentation which combines low-level spatiotemporal features with a high-level segmental classifier. Our spatiotemporal CNN is comprised of a spatial component that uses convolutional filters to capture information about objects and their relationships, and a temporal component that uses large 1D convolutional filters to capture information about how object relationships change across time. These features are used in tandem with a semi-Markov model that models transitions from one action to another. We introduce an efficient constrained segmental inference algorithm for this model that is orders of magnitude faster than the current approach. We highlight the effectiveness of our Segmental Spatiotemporal CNN on cooking and surgical action datasets for which we observe substantially improved performance relative to recent baseline methods.

Keywords

Cite

@article{arxiv.1602.02995,
  title  = {Segmental Spatiotemporal CNNs for Fine-grained Action Segmentation},
  author = {Colin Lea and Austin Reiter and Rene Vidal and Gregory D. Hager},
  journal= {arXiv preprint arXiv:1602.02995},
  year   = {2016}
}

Comments

Updated from the ECCV 2016 version. We fixed an important mathematical error and made the section on segmental inference clearer

R2 v1 2026-06-22T12:46:39.428Z