paper-with-me

홈 › Papers

Enriching Local and Global Contexts for Temporal Action Localization

2021-07-27 · ICCV 2021 10 · Zixin Zhu, Wei Tang, Le Wang, Nanning Zheng, Gang Hua

Effectively tackling the problem of temporal action localization (TAL) necessitates a visual representation that jointly pursues two confounding goals, i.e., fine-grained discrimination for temporal localization and sufficient visual invariance for action classification. We address this challenge by enriching both the local and global contexts in the popular two-stage temporal localization framework, where action proposals are first generated followed by action classification and temporal boundary regression. Our proposed model, dubbed ContextLoc, can be divided into three sub-networks: L-Net, G-Net and P-Net. L-Net enriches the local context via fine-grained modeling of snippet-level features, which is formulated as a query-and-retrieval process. G-Net enriches the global context via higher-level modeling of the video-level representation. In addition, we introduce a novel context adaptation module to adapt the global context to different proposals. P-Net further models the context-aware inter-proposal relations. We explore two existing models to be the P-Net in our experiments. The efficacy of our proposed method is validated by experimental results on the THUMOS14 (54.3\% at tIoU@0.5) and ActivityNet v1.3 (56.01\% at tIoU@0.5) datasets, which outperforms recent states of the art. Code is available at https://github.com/buxiangzhiren/ContextLoc.

📄 PDF Abstract BibTeX arXiv:2107.12960

Code (1)

buxiangzhiren/contextloc 공식 구현 pytorch

Tasks

Action ClassificationAction LocalizationRetrievalTemporal Action LocalizationTemporal Localization

Similar Papers 제목 키워드 기반

Leveraging Structural Context Models and Ranking Score Fusion for Human Interaction Prediction

2016-08-18 · Qiuhong Ke, Mohammed Bennamoun, Senjian An, Farid Bossaid 외

Predicting an interaction before it is fully executed is very important in applications such as human-robot interaction and video surveillance. In a two-human interaction scenario, there often contextual dependency struc…

Optical Flow Estimation

Learning Local and Global Temporal Contexts for Video Semantic Segmentation

2022-04-07 · CVPR 2022 1 · Guolei Sun, Yun Liu, Henghui Ding, Min Wu 외

Contextual information plays a core role for video semantic segmentation (VSS). This paper summarizes contexts for VSS in two-fold: local temporal contexts (LTC) which define the contexts from neighboring frames, and glo…

SegmentationSemantic SegmentationVideo Semantic Segmentation

Adaptive Perception Transformer for Temporal Action Localization

2022-08-25 · Yizheng Ouyang, Tianjin Zhang, Weibo Gu, Hongfa Wang

Temporal action localization aims to predict the boundary and category of each action instance in untrimmed long videos. Most of previous methods based on anchors or proposals neglect the global-local context interaction…

Action LocalizationTemporal Action Localization

Distillation of Human-Object Interaction Contexts for Action Recognition

2021-12-17 · Muna Almushyti, Frederick W. Li

Modeling spatial-temporal relations is imperative for recognizing human actions, especially when a human is interacting with objects, while multiple objects appear around the human differently over time. Most existing ac…

Action RecognitionGraph AttentionHuman-Object Interaction DetectionKnowledge Distillation+2

Improve Temporal Action Proposals using Hierarchical Context

2023-04-03 · Pattern Recognition 2023 4 · Qinying Liu, Zilei Wang, Shenghai Rong

Temporal action proposal (TAP) aims to generate accurate candidates of action instances in an untrimmed video. It has been proved that contexts are critically important to this task. In this paper, we propose a novel hie…

Action DetectionTemporal Action LocalizationTemporal Action Proposal Generation