paper-with-me

Papers

Associating Objects with Transformers for Video Object Segmentation

2021-06-04 · NeurIPS 2021 12 · Zongxin Yang, Yunchao Wei, Yi Yang

This paper investigates how to realize better and more efficient embedding learning to tackle the semi-supervised video object segmentation under challenging multi-object scenarios. The state-of-the-art methods learn to decode features with a single positive object and thus have to match and segment each target separately under multi-object scenarios, consuming multiple times computing resources. To solve the problem, we propose an Associating Objects with Transformers (AOT) approach to match and decode multiple objects uniformly. In detail, AOT employs an identification mechanism to associate multiple targets into the same high-dimensional embedding space. Thus, we can simultaneously process multiple objects' matching and segmentation decoding as efficiently as processing a single object. For sufficiently modeling multi-object association, a Long Short-Term Transformer is designed for constructing hierarchical matching and propagation. We conduct extensive experiments on both multi-object and single-object benchmarks to examine AOT variant networks with different complexities. Particularly, our R50-AOT-L outperforms all the state-of-the-art competitors on three popular benchmarks, i.e., YouTube-VOS (84.1% J&F), DAVIS 2017 (84.9%), and DAVIS 2016 (91.1%), while keeping more than $3\times$ faster multi-object run-time. Meanwhile, our AOT-T can maintain real-time multi-object speed on the above benchmarks. Based on AOT, we ranked 1st in the 3rd Large-scale VOS Challenge.

📄 PDF Abstract BibTeX arXiv:2106.02638

Code (2)

z-x-yang/AOT 공식 구현 paddle
yoxu515/aot-benchmark pytorch

Tasks

ObjectOne-shot visual object segmentationSemantic SegmentationSemi-Supervised Video Object SegmentationVideo Object SegmentationVideo Semantic SegmentationVisual Object Tracking

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

ZJU ReLER Submission for EPIC-KITCHEN Challenge 2023: Semi-Supervised Video Object Segmentation

2023-07-05 · Jiahao Li, Yuanyou Xu, Zongxin Yang, Yi Yang 외

The Associating Objects with Transformers (AOT) framework has exhibited exceptional performance in a wide range of complex scenarios for video object segmentation. In this study, we introduce MSDeAOT, a variant of the AO…

ObjectPositionSegmentationSemantic Segmentation+3

Scalable Video Object Segmentation with Identification Mechanism

2022-03-22 · Zongxin Yang, Jiaxu Miao, Yunchao Wei, Wenguan Wang 외

This paper delves into the challenges of achieving scalable and effective multi-object modeling for semi-supervised Video Object Segmentation (VOS). Previous VOS methods decode features with a single positive object, lim…

ObjectSegmentationSemantic SegmentationSemi-Supervised Video Object Segmentation+2

ZJU ReLER Submission for EPIC-KITCHEN Challenge 2023: TREK-150 Single Object Tracking

2023-07-05 · Yuanyou Xu, Jiahao Li, Zongxin Yang, Yi Yang 외

The Associating Objects with Transformers (AOT) framework has exhibited exceptional performance in a wide range of complex scenarios for video object tracking and segmentation. In this study, we convert the bounding boxe…

ObjectObject TrackingSegmentationSemantic Segmentation+3

Omnimatte: Associating Objects and Their Effects in Video

2021-05-14 · CVPR 2021 1 · Erika Lu, Forrester Cole, Tali Dekel, Andrew Zisserman 외

Computer vision is increasingly effective at segmenting objects in images and videos; however, scene effects related to the objects -- shadows, reflections, generated smoke, etc -- are typically overlooked. Identifying s…

Track Targets by Dense Spatio-Temporal Position Encoding

2022-10-17 · Jinkun Cao, Hao Wu, Kris Kitani

In this work, we propose a novel paradigm to encode the position of targets for target tracking in videos using transformers. The proposed paradigm, Dense Spatio-Temporal (DST) position encoding, encodes spatio-temporal …

Multi-Object TrackingMulti-Object Tracking and SegmentationObjectObject Tracking+1