paper-with-me

Papers

Weakly Supervised Action Selection Learning in Video

2021-05-06 · CVPR 2021 1 · Junwei Ma, Satya Krishna Gorti, Maksims Volkovs, Guangwei Yu

Localizing actions in video is a core task in computer vision. The weakly supervised temporal localization problem investigates whether this task can be adequately solved with only video-level labels, significantly reducing the amount of expensive and error-prone annotation that is required. A common approach is to train a frame-level classifier where frames with the highest class probability are selected to make a video-level prediction. Frame level activations are then used for localization. However, the absence of frame-level annotations cause the classifier to impart class bias on every frame. To address this, we propose the Action Selection Learning (ASL) approach to capture the general concept of action, a property we refer to as "actionness". Under ASL, the model is trained with a novel class-agnostic task to predict which frames will be selected by the classifier. Empirically, we show that ASL outperforms leading baselines on two popular benchmarks THUMOS-14 and ActivityNet-1.2, with 10.3% and 5.7% relative improvement respectively. We further analyze the properties of ASL and demonstrate the importance of actionness. Full code for this work is available here: https://github.com/layer6ai-labs/ASL.

📄 PDF Abstract BibTeX arXiv:2105.02439

Code (1)

layer6ai-labs/ASL 공식 구현 pytorch

Tasks

Temporal LocalizationWeakly Supervised Action Localization

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

UntrimmedNets for Weakly Supervised Action Recognition and Detection

2017-03-09 · CVPR 2017 7 · Limin Wang, Yuanjun Xiong, Dahua Lin, Luc van Gool

Current action recognition methods heavily rely on trimmed videos for model training. However, it is expensive and time-consuming to acquire a large-scale trimmed video dataset. This paper presents a new weakly supervise…

Action RecognitionTemporal Action LocalizationWeakly Supervised Action LocalizationWeakly-Supervised Action Recognition

Weakly Supervised Action Localization by Sparse Temporal Pooling Network

2017-12-14 · CVPR 2018 6 · Phuc Nguyen, Ting Liu, Gautam Prasad, Bohyung Han

We propose a weakly supervised temporal action localization algorithm on untrimmed videos using convolutional neural networks. Our algorithm learns from video-level class labels and predicts temporal intervals of human a…

Action ClassificationAction LocalizationTemporal Action LocalizationTemporal Localization+2

Semi-Weakly-Supervised Learning of Complex Actions From Instructional Task Videos

2022-01-01 · CVPR 2022 1 · YuHan Shen, Ehsan Elhamifar

We address the problem of action segmentation in instructional task videos with a small number of weakly-labeled training videos and a large number of unlabeled videos, which we refer to as Semi-Weakly-Supervised Lea…

Action SegmentationWeakly-supervised Learning

Transformers in Action: Weakly Supervised Action Segmentation

2022-01-14 · John Ridley, Huseyin Coskun, David Joseph Tan, Nassir Navab 외

The video action segmentation task is regularly explored under weaker forms of supervision, such as transcript supervision, where a list of actions is easier to obtain than dense frame-wise labels. In this formulation, t…

Action Segmentation