中文
相关论文

相关论文: Detecting Temporally Consistent Objects in Videos …

200 篇论文

This paper proposes an enhancement of convolutional neural networks for object detection in resource-constrained robotics through a geometric input transformation called Visual Mesh. It uses object geometry to create a graph in vision…

计算机视觉与模式识别 · 计算机科学 2018-07-24 Trent Houliston , Stephan K. Chalup

Most tracking-by-detection methods employ a local search window around the predicted object location in the current frame assuming the previous location is accurate, the trajectory is smooth, and the computational capacity permits a search…

计算机视觉与模式识别 · 计算机科学 2016-05-09 Gao Zhu , Fatih Porikli , Hongdong Li

Referring Video Object Segmentation (R-VOS) methods face challenges in maintaining consistent object segmentation due to temporal context variability and the presence of other visually similar objects. We propose an end-to-end R-VOS…

计算机视觉与模式识别 · 计算机科学 2024-10-14 Bo Miao , Mohammed Bennamoun , Yongsheng Gao , Mubarak Shah , Ajmal Mian

Object proposal is essential for current state-of-the-art object detection pipelines. However, the existing proposal methods generally fail in producing results with satisfying localization accuracy. The case is even worse for small objects…

计算机视觉与模式识别 · 计算机科学 2016-07-26 Zequn Jie , Xiaodan Liang , Jiashi Feng , Wen Feng Lu , Eng Hock Francis Tay , Shuicheng Yan

The objective of this paper is self-supervised representation learning, with the goal of solving semi-supervised video object segmentation (a.k.a. dense tracking). We make the following contributions: (i) we propose to improve the existing…

计算机视觉与模式识别 · 计算机科学 2020-06-23 Fangrui Zhu , Li Zhang , Yanwei Fu , Guodong Guo , Weidi Xie

Often multiple instances of an object occur in the same scene, for example in a warehouse. Unsupervised multi-instance object discovery algorithms are able to detect and identify such objects. We use such an algorithm to provide object…

计算机视觉与模式识别 · 计算机科学 2017-07-25 Wim Abbeloos , Sergio Caccamo , Esra Ataer-Cansizoglu , Yuichi Taguchi , Chen Feng , Teng-Yok Lee

Current state-of-the-art video models process a video clip as a long sequence of spatio-temporal tokens. However, they do not explicitly model objects, their interactions across the video, and instead process all the tokens in the video. In…

计算机视觉与模式识别 · 计算机科学 2023-06-21 Xingyi Zhou , Anurag Arnab , Chen Sun , Cordelia Schmid

To address the limitations of existing open-vocabulary object recognition methods, specifically high system complexity, substantial training costs, and limited generalization, this paper proposes a novel Open-Vocabulary Object Recognition…

计算机视觉与模式识别 · 计算机科学 2026-03-09 Wei Yu Chen , Ying Dai

In this paper, we propose a method for ensembling the outputs of multiple object detectors for improving detection performance and precision of bounding boxes on image data. We further extend it to video data by proposing a two-stage…

计算机视觉与模式识别 · 计算机科学 2021-02-10 Kateryna Chumachenko , Jenni Raitoharju , Alexandros Iosifidis , Moncef Gabbouj

Object detection is a critical part of visual scene understanding. The representation of the object in the detection task has important implications on the efficiency and feasibility of annotation, robustness to occlusion, pose, lighting,…

计算机视觉与模式识别 · 计算机科学 2019-07-31 Li Ding , Lex Fridman

This paper introduces a novel approach to video object detection detection and tracking on Unmanned Aerial Vehicles (UAVs). By incorporating metadata, the proposed approach creates a memory map of object locations in actual world…

计算机视觉与模式识别 · 计算机科学 2023-03-08 Benjamin Kiefer , Yitong Quan , Andreas Zell

Video instance segmentation (VIS) aims at segmenting and tracking objects in videos. Prior methods typically generate frame-level or clip-level object instances first and then associate them by either additional tracking heads or complex…

计算机视觉与模式识别 · 计算机科学 2023-01-06 Fei He , Haoyang Zhang , Naiyu Gao , Jian Jia , Yanhu Shan , Xin Zhao , Kaiqi Huang

We propose a new video camouflaged object detection (VCOD) framework that can exploit both short-term dynamics and long-term temporal consistency to detect camouflaged objects from video frames. An essential property of camouflaged objects…

计算机视觉与模式识别 · 计算机科学 2022-03-16 Xuelian Cheng , Huan Xiong , Deng-Ping Fan , Yiran Zhong , Mehrtash Harandi , Tom Drummond , Zongyuan Ge

There is lots of scientific work about object detection in images. For many applications like for example autonomous driving the actual data on which classification has to be done are videos. This work compares different methods, especially…

计算机视觉与模式识别 · 计算机科学 2020-10-30 Ahmad B Qasim , Arnd Pettirsch

Robust and accurate planar tracking over a whole video sequence is vitally important for many vision applications. The key to planar object tracking is to find object correspondences, modeled by homography, between the reference image and…

计算机视觉与模式识别 · 计算机科学 2022-09-20 Haoxian Zhang , Yonggen Ling

We propose a new task and model for dense video object captioning -- detecting, tracking and captioning trajectories of objects in a video. This task unifies spatial and temporal localization in video, whilst also requiring fine-grained…

计算机视觉与模式识别 · 计算机科学 2024-10-16 Xingyi Zhou , Anurag Arnab , Chen Sun , Cordelia Schmid

Object localization is an important computer vision problem with a variety of applications. The lack of large scale object-level annotations and the relative abundance of image-level labels makes a compelling case for weak supervision in…

计算机视觉与模式识别 · 计算机科学 2016-03-30 Archith J. Bency , Heesung Kwon , Hyungtae Lee , S. Karthikeyan , B. S. Manjunath

Video object segmentation (VOS) is a highly challenging problem since the initial mask, defining the target object, is only given at test-time. The main difficulty is to effectively handle appearance changes and similar background objects,…

计算机视觉与模式识别 · 计算机科学 2020-04-01 Andreas Robinson , Felix Järemo Lawin , Martin Danelljan , Fahad Shahbaz Khan , Michael Felsberg

Visual object tracking (VOT) is an essential component for many applications, such as autonomous driving or assistive robotics. However, recent works tend to develop accurate systems based on more computationally expensive feature…

计算机视觉与模式识别 · 计算机科学 2020-07-03 Jianren Wang , Yihui He

Detection Transformer (DETR) and Deformable DETR have been proposed to eliminate the need for many hand-designed components in object detection while demonstrating good performance as previous complex hand-crafted detectors. However, their…

计算机视觉与模式识别 · 计算机科学 2022-11-23 Qianyu Zhou , Xiangtai Li , Lu He , Yibo Yang , Guangliang Cheng , Yunhai Tong , Lizhuang Ma , Dacheng Tao