paper-with-me

홈 › Papers

Learning Local and Global Temporal Contexts for Video Semantic Segmentation

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

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 global temporal contexts (GTC) which represent the contexts from the whole video. As for LTC, it includes static and motional contexts, corresponding to static and moving content in neighboring frames, respectively. Previously, both static and motional contexts have been studied. However, there is no research about simultaneously learning static and motional contexts (highly complementary). Hence, we propose a Coarse-to-Fine Feature Mining (CFFM) technique to learn a unified presentation of LTC. CFFM contains two parts: Coarse-to-Fine Feature Assembling (CFFA) and Cross-frame Feature Mining (CFM). CFFA abstracts static and motional contexts, and CFM mines useful information from nearby frames to enhance target features. To further exploit more temporal contexts, we propose CFFM++ by additionally learning GTC from the whole video. Specifically, we uniformly sample certain frames from the video and extract global contextual prototypes by k-means. The information within those prototypes is mined by CFM to refine target features. Experimental results on popular benchmarks demonstrate that CFFM and CFFM++ perform favorably against state-of-the-art methods. Our code is available at https://github.com/GuoleiSun/VSS-CFFM

📄 PDF Abstract BibTeX arXiv:2204.03330

Code (1)

guoleisun/vss-cffm 공식 구현 pytorch

Tasks

SegmentationSemantic SegmentationVideo Semantic Segmentation

Similar Papers 제목 키워드 기반

Position-aware Location Regression Network for Temporal Video Grounding

2022-04-12 · Sunoh Kim, Kimin Yun, Jin Young Choi

The key to successful grounding for video surveillance is to understand a semantic phrase corresponding to important actors and objects. Conventional methods ignore comprehensive contexts for the phrase or require heavy …

PositionregressionVideo Grounding

Context-aware Biaffine Localizing Network for Temporal Sentence Grounding

2021-03-22 · CVPR 2021 1 · Daizong Liu, Xiaoye Qu, Jianfeng Dong, Pan Zhou 외

This paper addresses the problem of temporal sentence grounding (TSG), which aims to identify the temporal boundary of a specific segment from an untrimmed video by a sentence query. Previous works either compare pre-def…

SentenceTemporal Sentence Grounding

Context Propagation from Proposals for Semantic Video Object Segmentation

2024-07-08 · Tinghuai Wang

In this paper, we propose a novel approach to learning semantic contextual relationships in videos for semantic object segmentation. Our algorithm derives the semantic contexts from video object proposals which encode th…

ObjectSegmentationSemantic SegmentationSuperpixels+2

Token Reduction via Local and Global Contexts Optimization for Efficient Video Large Language Models

2026-03-02 · Jinlong Li, Liyuan Jiang, Haonan Zhang, Nicu Sebe arxiv

Video Large Language Models (VLLMs) demonstrate strong video understanding but suffer from inefficiency due to redundant visual tokens. Existing pruning primary targets intra-frame spatial redundancy or prunes inside the…

Computational Efficiency

Sim-DETR: Unlock DETR for Temporal Sentence Grounding

2025-09-28 · Jiajin Tang, Zhengxuan Wei, Yuchen Zhu, Cheng Shi 외 arxiv

Temporal sentence grounding aims to identify exact moments in a video that correspond to a given textual query, typically addressed with detection transformer (DETR) solutions. However, we find that typical strategies de…

Temporal Sentence Grounding