English

Global2Local: Efficient Structure Search for Video Action Segmentation

Computer Vision and Pattern Recognition 2021-05-03 v2

Abstract

Temporal receptive fields of models play an important role in action segmentation. Large receptive fields facilitate the long-term relations among video clips while small receptive fields help capture the local details. Existing methods construct models with hand-designed receptive fields in layers. Can we effectively search for receptive field combinations to replace hand-designed patterns? To answer this question, we propose to find better receptive field combinations through a global-to-local search scheme. Our search scheme exploits both global search to find the coarse combinations and local search to get the refined receptive field combination patterns further. The global search finds possible coarse combinations other than human-designed patterns. On top of the global search, we propose an expectation guided iterative local search scheme to refine combinations effectively. Our global-to-local search can be plugged into existing action segmentation methods to achieve state-of-the-art performance.

Keywords

Cite

@article{arxiv.2101.00910,
  title  = {Global2Local: Efficient Structure Search for Video Action Segmentation},
  author = {Shang-Hua Gao and Qi Han and Zhong-Yu Li and Pai Peng and Liang Wang and Ming-Ming Cheng},
  journal= {arXiv preprint arXiv:2101.00910},
  year   = {2021}
}

Comments

Accepted by CVPR 2021. Source code: https://github.com/ShangHua-Gao/G2L-search

R2 v1 2026-06-23T21:44:48.905Z