paper-with-me

Papers

Instance Brownian Bridge as Texts for Open-vocabulary Video Instance Segmentation

2024-01-18 · Zesen Cheng, Kehan Li, Hao Li, Peng Jin, Chang Liu, Xiawu Zheng, Rongrong Ji, Jie Chen

Temporally locating objects with arbitrary class texts is the primary pursuit of open-vocabulary Video Instance Segmentation (VIS). Because of the insufficient vocabulary of video data, previous methods leverage image-text pretraining model for recognizing object instances by separately aligning each frame and class texts, ignoring the correlation between frames. As a result, the separation breaks the instance movement context of videos, causing inferior alignment between video and text. To tackle this issue, we propose to link frame-level instance representations as a Brownian Bridge to model instance dynamics and align bridge-level instance representation to class texts for more precisely open-vocabulary VIS (BriVIS). Specifically, we build our system upon a frozen video segmentor to generate frame-level instance queries, and design Temporal Instance Resampler (TIR) to generate queries with temporal context from frame queries. To mold instance queries to follow Brownian bridge and accomplish alignment with class texts, we design Bridge-Text Alignment (BTA) to learn discriminative bridge-level representations of instances via contrastive objectives. Setting MinVIS as the basic video segmentor, BriVIS surpasses the Open-vocabulary SOTA (OV2Seg) by a clear margin. For example, on the challenging large-vocabulary VIS dataset (BURST), BriVIS achieves 7.43 mAP and exhibits 49.49% improvement compared to OV2Seg (4.97 mAP).

📄 PDF Abstract BibTeX arXiv:2401.09732

Code (1)

sennnnn/openvis 공식 구현 pytorch

Tasks

Instance SegmentationSemantic SegmentationVideo Instance Segmentation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

BBScore: A Brownian Bridge Based Metric for Assessing Text Coherence

2023-12-28 · Zhecheng Sheng, Tianhao Zhang, Chen Jiang, Dongyeop Kang

Measuring the coherence of text is a vital aspect of evaluating the quality of written content. Recent advancements in neural coherence modeling have demonstrated their efficacy in capturing entity coreference and discou…

Coherence Evaluation

RAZER: Robust Accelerated Zero-Shot 3D Open-Vocabulary Panoptic Reconstruction with Spatio-Temporal Aggregation

2025-05-21 · Naman Patel, Prashanth Krishnamurthy, Farshad Khorrami

Mapping and understanding complex 3D environments is fundamental to how autonomous systems perceive and interact with the physical world, requiring both precise geometric reconstruction and rich semantic comprehension. W…

GPUNatural Language QueriesObjectobject-detection+3

Vocabulary-Free 3D Instance Segmentation with Vision and Language Assistant

2024-08-20 · Guofeng Mei, Luigi Riz, Yiming Wang, Fabio Poiesi

Most recent 3D instance segmentation methods are open vocabulary, offering a greater flexibility than closed-vocabulary methods. Yet, they are limited to reasoning within a specific set of concepts, \ie the vocabulary, p…

3D Instance SegmentationInstance SegmentationSemantic Segmentation

A Simple Framework for Open-Vocabulary Segmentation and Detection

2023-03-14 · ICCV 2023 1 · Hao Zhang, Feng Li, Xueyan Zou, Shilong Liu 외

We present OpenSeeD, a simple Open-vocabulary Segmentation and Detection framework that jointly learns from different segmentation and detection datasets. To bridge the gap of vocabulary and annotation granularity, we fi…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1

OpenVIS: Open-vocabulary Video Instance Segmentation

2023-05-26 · Pinxue Guo, Tony Huang, Peiyang He, Xuefeng Liu 외

Open-vocabulary Video Instance Segmentation (OpenVIS) can simultaneously detect, segment, and track arbitrary object categories in a video, without being constrained to categories seen during training. In this work, we p…

Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation