paper-with-me

홈 › Papers

BIT: Bi-Level Temporal Modeling for Efficient Supervised Action Segmentation

2023-08-28 · Zijia Lu, Ehsan Elhamifar

We address the task of supervised action segmentation which aims to partition a video into non-overlapping segments, each representing a different action. Recent works apply transformers to perform temporal modeling at the frame-level, which suffer from high computational cost and cannot well capture action dependencies over long temporal horizons. To address these issues, we propose an efficient BI-level Temporal modeling (BIT) framework that learns explicit action tokens to represent action segments, in parallel performs temporal modeling on frame and action levels, while maintaining a low computational cost. Our model contains (i) a frame branch that uses convolution to learn frame-level relationships, (ii) an action branch that uses transformer to learn action-level dependencies with a small set of action tokens and (iii) cross-attentions to allow communication between the two branches. We apply and extend a set-prediction objective to allow each action token to represent one or multiple action segments, thus can avoid learning a large number of tokens over long videos with many segments. Thanks to the design of our action branch, we can also seamlessly leverage textual transcripts of videos (when available) to help action segmentation by using them to initialize the action tokens. We evaluate our model on four video datasets (two egocentric and two third-person) for action segmentation with and without transcripts, showing that BIT significantly improves the state-of-the-art accuracy with much lower computational cost (30 times faster) compared to existing transformer-based methods.

📄 PDF Abstract BibTeX arXiv:2308.14900

Code (0)

등록된 구현이 없습니다.

Tasks

Action SegmentationSegmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

FACT: Frame-Action Cross-Attention Temporal Modeling for Efficient Action Segmentation

2024-01-01 · CVPR 2024 1 · Zijia Lu, Ehsan Elhamifar

We study supervised action segmentation whose goal is to predict framewise action labels of a video. To capture temporal dependencies over long horizons prior works either improve framewise features with transformer …

Action SegmentationSegmentation

Hierarchical Modeling for Task Recognition and Action Segmentation in Weakly-Labeled Instructional Videos

2021-10-12 · Reza Ghoddoosian, Saif Sayed, Vassilis Athitsos

This paper focuses on task recognition and action segmentation in weakly-labeled instructional videos, where only the ordered sequence of video-level actions is available during training. We propose a two-stream framewor…

Action SegmentationSegmentation

Temporal Relational Modeling with Self-Supervision for Action Segmentation

2020-12-14 · Dong Wang, Di Hu, Xingjian Li, Dejing Dou

Temporal relational modeling in video is essential for human action understanding, such as action recognition and action segmentation. Although Graph Convolution Networks (GCNs) have shown promising advantages in relatio…

Action RecognitionAction SegmentationAction Understanding

Spatial-Temporal Multi-level Association for Video Object Segmentation

2024-04-09 · Deshui Miao, Xin Li, Zhenyu He, Huchuan Lu 외

Existing semi-supervised video object segmentation methods either focus on temporal feature matching or spatial-temporal feature modeling. However, they do not address the issues of sufficient target interaction and effi…

ObjectSegmentationSemantic SegmentationSemi-Supervised Video Object Segmentation+2

Unsupervised Skeleton-Based Action Segmentation via Hierarchical Spatiotemporal Vector Quantization

2026-04-16 · Umer Ahmed, Syed Ahmed Mahmood, Fawad Javed Fateh, M. Shaheer Luqman 외 arxiv

We propose a novel hierarchical spatiotemporal vector quantization framework for unsupervised skeleton-based temporal action segmentation. We first introduce a hierarchical approach, which includes two consecutive levels…

Action Segmentation