paper-with-me

Papers

Efficient and Effective Weakly-Supervised Action Segmentation via Action-Transition-Aware Boundary Alignment

2024-03-28 · CVPR 2024 1 · Angchi Xu, Wei-Shi Zheng

Weakly-supervised action segmentation is a task of learning to partition a long video into several action segments, where training videos are only accompanied by transcripts (ordered list of actions). Most of existing methods need to infer pseudo segmentation for training by serial alignment between all frames and the transcript, which is time-consuming and hard to be parallelized while training. In this work, we aim to escape from this inefficient alignment with massive but redundant frames, and instead to directly localize a few action transitions for pseudo segmentation generation, where a transition refers to the change from an action segment to its next adjacent one in the transcript. As the true transitions are submerged in noisy boundaries due to intra-segment visual variation, we propose a novel Action-Transition-Aware Boundary Alignment (ATBA) framework to efficiently and effectively filter out noisy boundaries and detect transitions. In addition, to boost the semantic learning in the case that noise is inevitably present in the pseudo segmentation, we also introduce video-level losses to utilize the trusted video-level supervision. Extensive experiments show the effectiveness of our approach on both performance and training speed.

📄 PDF Abstract BibTeX arXiv:2403.19225

Code (1)

isee-laboratory/cvpr24_atba 공식 구현 pytorch

Tasks

Action SegmentationSegmentation

Similar Papers 제목 키워드 기반

Learning a Weakly-Supervised Video Actor-Action Segmentation Model with a Wise Selection

2020-03-29 · CVPR 2020 6 · Jie Chen, Zhiheng Li, Jiebo Luo, Chenliang Xu

We address weakly-supervised video actor-action segmentation (VAAS), which extends general video object segmentation (VOS) to additionally consider action labels of the actors. The most successful methods on VOS synthesi…

Action SegmentationSegmentationSemantic SegmentationVideo Object Segmentation+1

On Evaluating Weakly Supervised Action Segmentation Methods

2020-05-19 · Yaser Souri, Alexander Richard, Luca Minciullo, Juergen Gall

Action segmentation is the task of temporally segmenting every frame of an untrimmed video. Weakly supervised approaches to action segmentation, especially from transcripts have been of considerable interest to the compu…

Action SegmentationSegmentation

DAWN: Domain-Adaptive Weakly Supervised Nuclei Segmentation via Cross-Task Interactions

2024-04-23 · Ye Zhang, Yifeng Wang, Zijie Fang, Hao Bian 외

Weakly supervised segmentation methods have gained significant attention due to their ability to reduce the reliance on costly pixel-level annotations during model training. However, the current weakly supervised nuclei …

Domain AdaptationPseudo LabelSegmentationWeakly supervised segmentation

Fast Weakly Supervised Action Segmentation Using Mutual Consistency

2019-04-05 · Yaser Souri, Mohsen Fayyaz, Luca Minciullo, Gianpiero Francesca 외

Action segmentation is the task of predicting the actions for each frame of a video. As obtaining the full annotation of videos for action segmentation is expensive, weakly supervised approaches that can learn only from …

Action SegmentationSegmentationWeakly Supervised Action Segmentation (Transcript)

Hierarchical Action Learning for Weakly-Supervised Action Segmentation

2026-02-27 · Junxian Huang, Ruichu Cai, Hao Zhu, Juntao Fang 외 arxiv

Humans perceive actions through key transitions that structure actions across multiple abstraction levels, whereas machines, relying on visual features, tend to over-segment. This highlights the difficulty of enabling hi…

Action Segmentation