paper-with-me

Papers

Streaming Video Temporal Action Segmentation In Real Time

2022-09-28 · Wujun Wen, Yunheng Li, Zhuben Dong, Lin Feng, Wanxiao Yang, Shenlan Liu

Temporal action segmentation (TAS) is a critical step toward long-term video understanding. Recent studies follow a pattern that builds models based on features instead of raw video picture information. However, we claim those models are trained complicatedly and limit application scenarios. It is hard for them to segment human actions of video in real time because they must work after the full video features are extracted. As the real-time action segmentation task is different from TAS task, we define it as streaming video real-time temporal action segmentation (SVTAS) task. In this paper, we propose a real-time end-to-end multi-modality model for SVTAS task. More specifically, under the circumstances that we cannot get any future information, we segment the current human action of streaming video chunk in real time. Furthermore, the model we propose combines the last steaming video chunk feature extracted by language model with the current image feature extracted by image model to improve the quantity of real-time temporal action segmentation. To the best of our knowledge, it is the first multi-modality real-time temporal action segmentation model. Under the same evaluation criteria as full video temporal action segmentation, our model segments human action in real time with less than 40% of state-of-the-art model computation and achieves 90% of the accuracy of the full video state-of-the-art model.

📄 PDF Abstract BibTeX arXiv:2209.13808

Code (1)

Thinksky5124/SVTAS 공식 구현 pytorch

Tasks

Action SegmentationLanguage ModellingSegmentationTemporal Action SegmentationVideo Understanding

Similar Papers 제목 키워드 기반

End-to-End Streaming Video Temporal Action Segmentation with Reinforce Learning

2023-09-27 · Jinrong Zhang, Wujun Wen, Shenglan Liu, Yunheng Li 외

The streaming temporal action segmentation (STAS) task, a supplementary task of temporal action segmentation (TAS), has not received adequate attention in the field of video understanding. Existing TAS methods are constr…

Action RecognitionAction Segmentationreinforcement-learningReinforcement Learning+3

Streaming Video Instruction Tuning

2025-12-24 · Jiaer Xia, Peixian Chen, Mengdan Zhang, Xing Sun 외 arxiv

We present Streamo, a real-time streaming video LLM that serves as a general-purpose interactive assistant. Unlike existing online video models that focus narrowly on question answering or captioning, Streamo performs a …

Action UnderstandingQuestion Answering

SAMWISE: Infusing Wisdom in SAM2 for Text-Driven Video Segmentation

2024-11-26 · CVPR 2025 1 · Claudia Cuttano, Gabriele Trivigno, Gabriele Rosi, Carlo Masone 외

Referring Video Object Segmentation (RVOS) relies on natural language expressions to segment an object in a video clip. Existing methods restrict reasoning either to independent short clips, losing global context, or pro…

Natural Language UnderstandingReferring Video Object SegmentationSemantic SegmentationVideo Object Segmentation+2

Memory Storyboard: Leveraging Temporal Segmentation for Streaming Self-Supervised Learning from Egocentric Videos

2025-01-21 · Yanlai Yang, Mengye Ren

Self-supervised learning holds the promise to learn good representations from real-world continuous uncurated data streams. However, most existing works in visual self-supervised learning focus on static images or artifi…

Continual LearningContrastive LearningEvent SegmentationSelf-Supervised Learning

Real-time Online Video Detection with Temporal Smoothing Transformers

2022-09-19 · Yue Zhao, Philipp Krähenbühl

Streaming video recognition reasons about objects and their actions in every frame of a video. A good streaming recognition model captures both long-term dynamics and short-term changes of video. Unfortunately, in most e…

Action AnticipationAction DetectionOnline Action DetectionVideo Recognition