paper-with-me

홈 › Papers

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

2023-09-27 · Jinrong Zhang, Wujun Wen, Shenglan Liu, Yunheng Li, QiFeng Li, Lin Feng

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 constrained to offline scenarios due to their heavy reliance on multimodal features and complete contextual information. The STAS task requires the model to classify each frame of the entire untrimmed video sequence clip by clip in time, thereby extending the applicability of TAS methods to online scenarios. However, directly applying existing TAS methods to SATS tasks results in significantly poor segmentation outcomes. In this paper, we thoroughly analyze the fundamental differences between STAS tasks and TAS tasks, attributing the severe performance degradation when transferring models to model bias and optimization dilemmas. We introduce an end-to-end streaming video temporal action segmentation model with reinforcement learning (SVTAS-RL). The end-to-end modeling method mitigates the modeling bias introduced by the change in task nature and enhances the feasibility of online solutions. Reinforcement learning is utilized to alleviate the optimization dilemma. Through extensive experiments, the SVTAS-RL model significantly outperforms existing STAS models and achieves competitive performance to the state-of-the-art TAS model on multiple datasets under the same evaluation criteria, demonstrating notable advantages on the ultra-long video dataset EGTEA. Code is available at https://github.com/Thinksky5124/SVTAS.

📄 PDF Abstract BibTeX arXiv:2309.15683

Code (1)

Thinksky5124/SVTAS 공식 구현 pytorch

Tasks

Action RecognitionAction Segmentationreinforcement-learningReinforcement LearningSegmentationTemporal Action SegmentationVideo Understanding

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Streaming Video Temporal Action Segmentation In Real Time

2022-09-28 · Wujun Wen, Yunheng Li, Zhuben Dong, Lin Feng 외

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…

Action SegmentationLanguage ModellingSegmentationTemporal Action Segmentation+1

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

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

Streaming Video Model

2023-03-30 · CVPR 2023 1 · Yucheng Zhao, Chong Luo, Chuanxin Tang, Dongdong Chen 외

Video understanding tasks have traditionally been modeled by two separate architectures, specially tailored for two distinct tasks. Sequence-based video tasks, such as action recognition, use a video backbone to directly…

Action RecognitionDecodermodelMultiple Object Tracking+2

VideoScaffold: Elastic-Scale Visual Hierarchies for Streaming Video Understanding in MLLMs

2025-12-23 · Naishan Zheng, Jie Huang, Qingpei Guo, Feng Zhao arxiv

Understanding long videos with multimodal large language models (MLLMs) remains challenging due to the heavy redundancy across frames and the need for temporally coherent representations. Existing static strategies, such…

Event Segmentation