中文
相关论文

相关论文: Depth-aware Test-Time Training for Zero-shot Video…

200 篇论文

Interactive video object segmentation is a crucial video task, having various applications from video editing to data annotating. However, current approaches struggle to accurately segment objects across diverse domains. Recently, Segment…

计算机视觉与模式识别 · 计算机科学 2024-06-11 Xiaoli Wei , Zhaoqing Wang , Yandong Guo , Chunxia Zhang , Tongliang Liu , Mingming Gong

Current semi-supervised video object segmentation (VOS) methods usually leverage the entire features of one frame to predict object masks and update memory. This introduces significant redundant computations. To reduce redundancy, we…

计算机视觉与模式识别 · 计算机科学 2022-07-22 Bo Miao , Mohammed Bennamoun , Yongsheng Gao , Ajmal Mian

Learning long-term spatial-temporal features are critical for many video analysis tasks. However, existing video segmentation methods predominantly rely on static image segmentation techniques, and methods capturing temporal dependency for…

计算机视觉与模式识别 · 计算机科学 2018-09-05 Ning Xu , Linjie Yang , Yuchen Fan , Jianchao Yang , Dingcheng Yue , Yuchen Liang , Brian Price , Scott Cohen , Thomas Huang

In this paper we introduce a Transformer-based approach to video object segmentation (VOS). To address compounding error and scalability issues of prior work, we propose a scalable, end-to-end method for VOS called Sparse Spatiotemporal…

计算机视觉与模式识别 · 计算机科学 2021-03-30 Brendan Duke , Abdalla Ahmed , Christian Wolf , Parham Aarabi , Graham W. Taylor

We tackle the task of semi-supervised video object segmentation, i.e. segmenting the pixels belonging to an object in the video using the ground truth pixel mask for the first frame. We build on the recently introduced one-shot video object…

计算机视觉与模式识别 · 计算机科学 2017-08-02 Paul Voigtlaender , Bastian Leibe

Motion segmentation from a single moving camera presents a significant challenge in the field of computer vision. This challenge is compounded by the unknown camera movements and the lack of depth information of the scene. While deep…

计算机视觉与模式识别 · 计算机科学 2024-06-28 Yuxiang Huang , Yuhao Chen , John Zelek

Semi-supervised video object segmentation (VOS) aims to segment arbitrary target objects in video when the ground truth segmentation mask of the initial frame is provided. Due to this limitation of using prior knowledge about the target…

计算机视觉与模式识别 · 计算机科学 2020-09-21 Suhwan Cho , Heansung Lee , Sungmin Woo , Sungjun Jang , Sangyoun Lee

Humans can easily segment moving objects without knowing what they are. That objectness could emerge from continuous visual observations motivates us to model grouping and movement concurrently from unlabeled videos. Our premise is that a…

计算机视觉与模式识别 · 计算机科学 2021-11-12 Runtao Liu , Zhirong Wu , Stella X. Yu , Stephen Lin

Quantization is a key technique to reduce network size and computational complexity by representing the network parameters with a lower precision. Traditional quantization methods rely on access to original training data, which is often…

计算机视觉与模式识别 · 计算机科学 2025-07-23 Changhao Li , Xinrui Chen , Ji Wang , Kang Zhao , Jianfei Chen

We propose a novel self-supervised Video Object Segmentation (VOS) approach that strives to achieve better object-background discriminability for accurate object segmentation. Distinct from previous self-supervised VOS methods, our approach…

计算机视觉与模式识别 · 计算机科学 2022-04-25 Jyoti Kini , Fahad Shahbaz Khan , Salman Khan , Mubarak Shah

Video temporal grounding (VTG) aims to locate specific temporal segments from an untrimmed video based on a linguistic query. Most existing VTG models are trained on extensive annotated video-text pairs, a process that not only introduces…

计算机视觉与模式识别 · 计算机科学 2024-03-05 Yifang Xu , Yunzhuo Sun , Zien Xie , Benxiang Zhai , Sidan Du

This paper investigates the use of large-scale diffusion models for Zero-Shot Video Object Segmentation (ZS-VOS) without fine-tuning on video data or training on any image segmentation data. While diffusion models have demonstrated strong…

计算机视觉与模式识别 · 计算机科学 2025-04-09 Thanos Delatolas , Vicky Kalogeiton , Dim P. Papadopoulos

Camouflaged object segmentation presents unique challenges compared to traditional segmentation tasks, primarily due to the high similarity in patterns and colors between camouflaged objects and their backgrounds. Effective solutions to…

计算机视觉与模式识别 · 计算机科学 2025-07-22 Wenqi Guo , Mohamed Shehata , Shan Du

Given an untrimmed video and a language query depicting a specific temporal moment in the video, video grounding aims to localize the time interval by understanding the text and video simultaneously. One of the most challenging issues is an…

计算机视觉与模式识别 · 计算机科学 2022-10-25 Dahye Kim , Jungin Park , Jiyoung Lee , Seongheon Park , Kwanghoon Sohn

Deep learning has revolutionized object detection thanks to large-scale datasets, but their object categories are still arguably very limited. In this paper, we attempt to enrich such categories by addressing the one-shot object detection…

计算机视觉与模式识别 · 计算机科学 2020-05-11 Xiang Li , Lin Zhang , Yau Pun Chen , Yu-Wing Tai , Chi-Keung Tang

Referring Video Object Segmentation (RVOS) aims to segment a target object throughout a video given a natural language query. Training-free methods for this task follow a common pipeline: a MLLM selects keyframes, grounds the referred…

计算机视觉与模式识别 · 计算机科学 2026-03-25 Woojeong Jin , Jaeho Lee , Heeseong Shin , Seungho Jang , Junhwan Heo , Seungryong Kim

Deep learning has significantly improved the precision of instance segmentation with abundant labeled data. However, in many areas like medical and manufacturing, collecting sufficient data is extremely hard and labeling this data requires…

计算机视觉与模式识别 · 计算机科学 2021-06-02 Ye Zheng , Jiahong Wu , Yongqiang Qin , Faen Zhang , Li Cui

The current popular methods for video object segmentation (VOS) implement feature matching through several hand-crafted modules that separately perform feature extraction and matching. However, the above hand-crafted designs empirically…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Qiangqiang Wu , Tianyu Yang , Wei WU , Antoni Chan

Trajectory-Guided image-to-video (I2V) generation aims to synthesize videos that adhere to user-specified motion instructions. Existing methods typically rely on computationally expensive fine-tuning on scarce annotated datasets. Although…

计算机视觉与模式识别 · 计算机科学 2025-12-10 Ruicheng Zhang , Jun Zhou , Zunnan Xu , Zihao Liu , Jiehui Huang , Mingyang Zhang , Yu Sun , Xiu Li

Zero-shot object detection aims to localize and recognize objects of unseen classes. Most of existing works face two problems: the low recall of RPN in unseen classes and the confusion of unseen classes with background. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2023-08-21 Lu Zhang , Chenbo Zhang , Jiajia Zhao , Jihong Guan , Shuigeng Zhou