中文
相关论文

相关论文: Unseen Object Segmentation in Videos via Transfera…

200 篇论文

This paper presents a new self-supervised system for learning to detect novel and previously unseen categories of objects in images. The proposed system receives as input several unlabeled videos of scenes containing various objects. The…

计算机视觉与模式识别 · 计算机科学 2021-08-25 Juntao Tan , Changkyu Song , Abdeslam Boularias

Standard methods for video recognition use large CNNs designed to capture spatio-temporal data. However, training these models requires a large amount of labeled training data, containing a wide variety of actions, scenes, settings and…

计算机视觉与模式识别 · 计算机科学 2021-03-31 AJ Piergiovanni , Michael S. Ryoo

In this paper, we categorize fine-grained images without using any object / part annotation neither in the training nor in the testing stage, a step towards making it suitable for deployments. Fine-grained image categorization aims to…

计算机视觉与模式识别 · 计算机科学 2016-05-04 Yu Zhang , Xiu-shen Wei , Jianxin Wu , Jianfei Cai , Jiangbo Lu , Viet-Anh Nguyen , Minh N. Do

Semantic Segmentation combines two sub-tasks: the identification of pixel-level image masks and the application of semantic labels to those masks. Recently, so-called Foundation Models have been introduced; general models trained on very…

计算机视觉与模式识别 · 计算机科学 2023-10-03 David Balaban , Justin Medich , Pranay Gosar , Justin Hart

Present-day deep neural networks for video semantic segmentation require a large number of fine-grained pixel-level annotations to achieve the best possible results. Obtaining such annotations, however, is very expensive. On the other hand,…

计算机视觉与模式识别 · 计算机科学 2026-03-31 Samik Some , Vinay P. Namboodiri

The referring video object segmentation task (RVOS) aims to segment object instances in a given video referred by a language expression in all video frames. Due to the requirement of understanding cross-modal semantics within individual…

计算机视觉与模式识别 · 计算机科学 2022-06-27 Leilei Cao , Zhuang Li , Bo Yan , Feng Zhang , Fengliang Qi , Yuchen Hu , Hongbin Wang

We segment moving objects in videos by ranking spatio-temporal segment proposals according to "moving objectness": how likely they are to contain a moving object. In each video frame, we compute segment proposals using multiple…

计算机视觉与模式识别 · 计算机科学 2015-05-11 Katerina Fragkiadaki , Pablo Arbelaez , Panna Felsen , Jitendra Malik

One of the fundamental challenges in video object segmentation is to find an effective representation of the target and background appearance. The best performing approaches resort to extensive fine-tuning of a convolutional neural network…

计算机视觉与模式识别 · 计算机科学 2018-12-10 Joakim Johnander , Martin Danelljan , Emil Brissman , Fahad Shahbaz Khan , Michael Felsberg

Supervised (pre-)training currently yields state-of-the-art performance for representation learning for visual recognition, yet it comes at the cost of (1) intensive manual annotations and (2) an inherent restriction in the scope of data…

计算机视觉与模式识别 · 计算机科学 2016-12-05 Ruohan Gao , Dinesh Jayaraman , Kristen Grauman

Image segmentation is the task of associating pixels in an image with their respective object class labels. It has a wide range of applications in many industries including healthcare, transportation, robotics, fashion, home improvement,…

计算机视觉与模式识别 · 计算机科学 2023-01-19 Yuanbo Wang , Unaiza Ahsan , Hanyan Li , Matthew Hagen

Large intra-class variation is the result of changes in multiple object characteristics. Images, however, only show the superposition of different variable factors such as appearance or shape. Therefore, learning to disentangle and…

计算机视觉与模式识别 · 计算机科学 2019-06-18 Dominik Lorenz , Leonard Bereska , Timo Milbich , Björn Ommer

Self-supervised Object Segmentation (SOS) aims to segment objects without any annotations. Under conditions of multi-camera inputs, the structural, textural and geometrical consistency among each view can be leveraged to achieve…

计算机视觉与模式识别 · 计算机科学 2025-01-20 Xiaoyun Zheng , Liwei Liao , Jianbo Jiao , Feng Gao , Ronggang Wang

While image segmentation is crucial in various computer vision applications, such as autonomous driving, grasping, and robot navigation, annotating all objects at the pixel-level for training is nearly impossible. Therefore, the study of…

计算机视觉与模式识别 · 计算机科学 2023-10-26 Cuong Manh Hoang , Byeongkeun Kang

Video Object Segmentation (VOS) is crucial for several applications, from video editing to video data generation. Training a VOS model requires an abundance of manually labeled training videos. The de-facto traditional way of annotating…

计算机视觉与模式识别 · 计算机科学 2023-11-14 Thanos Delatolas , Vicky Kalogeiton , Dim P. Papadopoulos

Image-to-video adaptation seeks to efficiently adapt image models for use in the video domain. Instead of finetuning the entire image backbone, many image-to-video adaptation paradigms use lightweight adapters for temporal modeling on top…

计算机视觉与模式识别 · 计算机科学 2024-07-10 Rui Qian , Shuangrui Ding , Dahua Lin

Our objective is to transform a video into a set of discrete audio-visual objects using self-supervised learning. To this end, we introduce a model that uses attention to localize and group sound sources, and optical flow to aggregate…

计算机视觉与模式识别 · 计算机科学 2020-08-11 Triantafyllos Afouras , Andrew Owens , Joon Son Chung , Andrew Zisserman

Unsupervised video object segmentation is a crucial application in video analysis without knowing any prior information about the objects. It becomes tremendously challenging when multiple objects occur and interact in a given video clip.…

计算机视觉与模式识别 · 计算机科学 2018-12-20 Ye Wang , Jongmoo Choi , Yueru Chen , Siyang Li , Qin Huang , Kaitai Zhang , Ming-Sui Lee , C. -C. Jay Kuo

Current state-of-the-art Video Object Segmentation (VOS) methods rely on dense per-object mask annotations both during training and testing. This requires time-consuming and costly video annotation mechanisms. We propose a novel Point-VOS…

计算机视觉与模式识别 · 计算机科学 2024-06-11 Idil Esen Zulfikar , Sabarinath Mahadevan , Paul Voigtlaender , Bastian Leibe

We address the problem of discovering part segmentations of articulated objects without supervision. In contrast to keypoints, part segmentations provide information about part localizations on the level of individual pixels. Capturing both…

计算机视觉与模式识别 · 计算机科学 2020-09-11 Sandro Braun , Patrick Esser , Björn Ommer

Recent object detection systems rely on two critical steps: (1) a set of object proposals is predicted as efficiently as possible, and (2) this set of candidate proposals is then passed to an object classifier. Such approaches have been…

计算机视觉与模式识别 · 计算机科学 2015-09-02 Pedro O. Pinheiro , Ronan Collobert , Piotr Dollar