paper-with-me

Papers

Efficient Long-Short Temporal Attention Network for Unsupervised Video Object Segmentation

2023-09-21 · Ping Li, Yu Zhang, Li Yuan, Huaxin Xiao, Binbin Lin, Xianghua Xu

Unsupervised Video Object Segmentation (VOS) aims at identifying the contours of primary foreground objects in videos without any prior knowledge. However, previous methods do not fully use spatial-temporal context and fail to tackle this challenging task in real-time. This motivates us to develop an efficient Long-Short Temporal Attention network (termed LSTA) for unsupervised VOS task from a holistic view. Specifically, LSTA consists of two dominant modules, i.e., Long Temporal Memory and Short Temporal Attention. The former captures the long-term global pixel relations of the past frames and the current frame, which models constantly present objects by encoding appearance pattern. Meanwhile, the latter reveals the short-term local pixel relations of one nearby frame and the current frame, which models moving objects by encoding motion pattern. To speedup the inference, the efficient projection and the locality-based sliding window are adopted to achieve nearly linear time complexity for the two light modules, respectively. Extensive empirical studies on several benchmarks have demonstrated promising performances of the proposed method with high efficiency.

📄 PDF Abstract BibTeX arXiv:2309.11707

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationUnsupervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

fail 설명 없음
VOS VOS is a type of video object segmentation model consisting of two network components. The target appearance model consists of a light-weight module, which is learned during…

Similar Papers 제목 키워드 기반

Revisiting Kernel Temporal Segmentation as an Adaptive Tokenizer for Long-form Video Understanding

2023-09-20 · Mohamed Afham, Satya Narayan Shukla, Omid Poursaeed, Pengchuan Zhang 외

While most modern video understanding models operate on short-range clips, real-world videos are often several minutes long with semantically consistent segments of variable length. A common approach to process long vide…

Action LocalizationFormTemporal Action LocalizationVideo Classification+1

Long Movie Clip Classification with State-Space Video Models

2022-04-04 · Md Mohaiminul Islam, Gedas Bertasius

Most modern video recognition models are designed to operate on short video clips (e.g., 5-10s in length). Thus, it is challenging to apply such models to long movie understanding tasks, which typically require sophistic…

ClassificationDecoderGPUVideo Classification+2

Long-term Leap Attention, Short-term Periodic Shift for Video Classification

2022-07-12 · Hao Zhang, Lechao Cheng, Yanbin Hao, Chong-Wah Ngo

Video transformer naturally incurs a heavier computation burden than a static vision transformer, as the former processes $T$ times longer sequence than the latter under the current attention of quadratic complexity $(T^…

Video Classification

Short-term anchor linking and long-term self-guided attention for video object detection

2021-04-18 · Daniel Cores, Víctor M Brea, Manuel Mucientes

We present a new network architecture able to take advantage of spatio-temporal information available in videos to boost object detection precision. First, box features are associated and aggregated by linking proposals …

Objectobject-detectionObject DetectionVideo Object Detection

Global-Local Temporal Representations For Video Person Re-Identification

2019-08-27 · ICCV 2019 10 · Jianing Li, Jingdong Wang, Qi Tian, Wen Gao 외

This paper proposes the Global-Local Temporal Representation (GLTR) to exploit the multi-scale temporal cues in video sequences for video person Re-Identification (ReID). GLTR is constructed by first modeling the short-t…

Metric LearningPerson Re-IdentificationRe-RankingVideo-Based Person Re-Identification