paper-with-me

Papers

Local-Global Context Aware Transformer for Language-Guided Video Segmentation

2022-03-18 · Chen Liang, Wenguan Wang, Tianfei Zhou, Jiaxu Miao, Yawei Luo, Yi Yang

We explore the task of language-guided video segmentation (LVS). Previous algorithms mostly adopt 3D CNNs to learn video representation, struggling to capture long-term context and easily suffering from visual-linguistic misalignment. In light of this, we present Locater (local-global context aware Transformer), which augments the Transformer architecture with a finite memory so as to query the entire video with the language expression in an efficient manner. The memory is designed to involve two components -- one for persistently preserving global video content, and one for dynamically gathering local temporal context and segmentation history. Based on the memorized local-global context and the particular content of each frame, Locater holistically and flexibly comprehends the expression as an adaptive query vector for each frame. The vector is used to query the corresponding frame for mask generation. The memory also allows Locater to process videos with linear time complexity and constant size memory, while Transformer-style self-attention computation scales quadratically with sequence length. To thoroughly examine the visual grounding capability of LVS models, we contribute a new LVS dataset, A2D-S+, which is built upon A2D-S dataset but poses increased challenges in disambiguating among similar objects. Experiments on three LVS datasets and our A2D-S+ show that Locater outperforms previous state-of-the-arts. Further, we won the 1st place in the Referring Video Object Segmentation Track of the 3rd Large-scale Video Object Segmentation Challenge, where Locater served as the foundation for the winning solution. Our code and dataset are available at: https://github.com/leonnnop/Locater

📄 PDF Abstract BibTeX arXiv:2203.09773

Code (1)

leonnnop/locater 공식 구현 pytorch

Tasks

Referring Expression SegmentationReferring Video Object SegmentationSegmentationSemantic SegmentationVideo Object SegmentationVideo SegmentationVideo Semantic SegmentationVisual Grounding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Full Point Encoding for Local Feature Aggregation in 3D Point Clouds

2023-03-08 · Yong He, Hongshan Yu, Zhengeng Yang, Xiaoyan Liu 외

Point cloud processing methods exploit local point features and global context through aggregation which does not explicity model the internal correlations between local and global features. To address this problem, we p…

object-detectionObject DetectionPositionSemantic Segmentation

SnowFormer: Context Interaction Transformer with Scale-awareness for Single Image Desnowing

2022-08-20 · Sixiang Chen, Tian Ye, Yun Liu, ErKang Chen

Due to various and complicated snow degradations, single image desnowing is a challenging image restoration task. As prior arts can not handle it ideally, we propose a novel transformer, SnowFormer, which explores effici…

Image RestorationSingle Image DesnowingSnow Removal

AxWin Transformer: A Context-Aware Vision Transformer Backbone with Axial Windows

2023-05-02 · Fangjian Lin, Yizhe Ma, Sitong Wu, Long Yu 외

Recently Transformer has shown good performance in several vision tasks due to its powerful modeling capabilities. To reduce the quadratic complexity caused by the attention, some outstanding work restricts attention to …

Ghost-free High Dynamic Range Imaging with Context-aware Transformer

2022-08-10 · Zhen Liu, Yinglong Wang, Bing Zeng, Shuaicheng Liu

High dynamic range (HDR) deghosting algorithms aim to generate ghost-free HDR images with realistic details. Restricted by the locality of the receptive field, existing CNN-based methods are typically prone to producing …

Vocal Bursts Intensity Prediction

Memory Transformer

2020-06-20 · Mikhail S. Burtsev, Yuri Kuratov, Anton Peganov, Grigory V. Sapunov

Transformer-based models have achieved state-of-the-art results in many natural language processing tasks. The self-attention architecture allows transformer to combine information from all elements of a sequence into co…

Language ModelingLanguage ModellingMachine TranslationNatural Language Understanding+3