paper-with-me

홈 › Papers

Boundary-Aware Cascade Networks for Temporal Action Segmentation

2020-08-01 · ECCV 2020 8 · Zhenzhi Wang, Ziteng Gao, Li-Min Wang, Zhifeng Li, Gangshan Wu

Identifying human action segments in an untrimmed video is still challenging due to boundary ambiguity and over-segmentation issues. To address these problems, we present a new boundary-aware cascade network by introducing two novel components. First, we devise a new cascading paradigm, called Stage Cascade, to enable our model to have adaptive receptive fields and more confident predictions for ambiguous frames. Second, we design a general and principled smoothing operation, termed as local barrier pooling, to aggregate local predictions by leveraging semantic boundary information. Moreover, these two components can be jointly fine-tuned in an end-to-end manner. We perform experiments on three challenging datasets: 50Salads, GTEA and Breakfast dataset, demonstrating that our framework significantly out-performs the current state-of-the-art methods. The code is available at https://github.com/MCG-NJU/BCN.

📄 PDF Abstract BibTeX

Code (1)

MCG-NJU/BCN 공식 구현 pytorch

Tasks

Action SegmentationTemporal Action Segmentation

Similar Papers 제목 키워드 기반

Cascaded Boundary Regression for Temporal Action Detection

2017-05-02 · Jiyang Gao, Zhenheng Yang, Ram Nevatia

Temporal action detection in long videos is an important problem. State-of-the-art methods address this problem by applying action classifiers on sliding windows. Although sliding windows may contain an identifiable port…

Action Detectionregression

Image Segmentation by Cascaded Region Agglomeration

2013-06-01 · CVPR 2013 6 · Zhile Ren, Gregory Shakhnarovich

We propose a hierarchical segmentation algorithm that starts with a very fine oversegmentation and gradually merges regions using a cascade of boundary classifiers. This approach allows the weights of region and boundary…

Image SegmentationSegmentationSemantic Segmentation

Efficient Temporal Action Segmentation via Boundary-aware Query Voting

2024-05-25 · Peiyao Wang, Yuewei Lin, Erik Blasch, Jie Wei 외

Although the performance of Temporal Action Segmentation (TAS) has improved in recent years, achieving promising results often comes with a high computational cost due to dense inputs, complex model structures, and resou…

Action SegmentationInstance SegmentationSegmentationSemantic Segmentation+1

IMPACT-Scribe: Interactive Temporal Action Segmentation with Boundary Scribbles and Query Planning

2026-05-03 · Qian Yin, Di Wen, Kunyu Peng, David Schneider 외 arxiv

Dense temporal annotation of procedural activity videos is vital for action understanding and embodied intelligence but remains labor-intensive due to reactive tools. Each correction is treated as an isolated edit, limit…

Action UnderstandingAction Segmentation

Do we really need temporal convolutions in action segmentation?

2022-05-26 · Dazhao Du, Bing Su, Yu Li, Zhongang Qi 외

Action classification has made great progress, but segmenting and recognizing actions from long untrimmed videos remains a challenging problem. Most state-of-the-art methods focus on designing temporal convolution-based …

Action ClassificationAction SegmentationInductive Bias