中文
相关论文

相关论文: Self-supervised Object Tracking with Cycle-consist…

200 篇论文

Self-supervised learning allows for better utilization of unlabelled data. The feature representation obtained by self-supervision can be used in downstream tasks such as classification, object detection, segmentation, and anomaly…

计算机视觉与模式识别 · 计算机科学 2020-06-18 Rabia Ali , Muhammad Umar Karim Khan , Chong Min Kyung

In this paper we present a tracker, which is radically different from state-of-the-art trackers: we apply no model updating, no occlusion detection, no combination of trackers, no geometric matching, and still deliver state-of-the-art…

计算机视觉与模式识别 · 计算机科学 2016-05-20 Ran Tao , Efstratios Gavves , Arnold W. M. Smeulders

In this paper, we consider the task of unsupervised object discovery in videos. Previous works have shown promising results via processing optical flows to segment objects. However, taking flow as input brings about two drawbacks. First,…

计算机视觉与模式识别 · 计算机科学 2022-10-04 Shuangrui Ding , Weidi Xie , Yabo Chen , Rui Qian , Xiaopeng Zhang , Hongkai Xiong , Qi Tian

We propose a novel solution for semi-supervised video object segmentation. By the nature of the problem, available cues (e.g. video frame(s) with object masks) become richer with the intermediate predictions. However, the existing methods…

计算机视觉与模式识别 · 计算机科学 2019-08-13 Seoung Wug Oh , Joon-Young Lee , Ning Xu , Seon Joo Kim

Recently spiking neural networks (SNNs), the third-generation of neural networks has shown remarkable capabilities of energy-efficient computing, which is a promising alternative for deep neural networks (DNNs) with high energy consumption.…

计算机视觉与模式识别 · 计算机科学 2021-06-22 Yihao Luo , Min Xu , Caihong Yuan , Xiang Cao , Liangqi Zhang , Yan Xu , Tianjiang Wang , Qi Feng

Self-supervised pre-training for images without labels has recently achieved promising performance in image classification. The success of transformer-based methods, ViT and MAE, draws the community's attention to the design of backbone…

计算机视觉与模式识别 · 计算机科学 2022-05-31 Jiantao Wu , Shentong Mo

We present Siam R-CNN, a Siamese re-detection architecture which unleashes the full power of two-stage object detection approaches for visual object tracking. We combine this with a novel tracklet-based dynamic programming algorithm, which…

计算机视觉与模式识别 · 计算机科学 2020-04-03 Paul Voigtlaender , Jonathon Luiten , Philip H. S. Torr , Bastian Leibe

Recent advancements in deep-learning methods for object detection in point-cloud data have enabled numerous roadside applications, fostering improvements in transportation safety and management. However, the intricate nature of point-cloud…

计算机视觉与模式识别 · 计算机科学 2025-01-29 Muhammad Shahbaz , Shaurya Agarwal

Siamese-network-based self-supervised learning (SSL) suffers from slow convergence and instability in training. To alleviate this, we propose a framework to exploit intermediate self-supervisions in each stage of deep nets, called the…

计算机视觉与模式识别 · 计算机科学 2022-11-28 Ryota Yoshihashi , Shuhei Nishimura , Dai Yonebayashi , Yuya Otsuka , Tomohiro Tanaka , Takashi Miyazaki

Siamese trackers demonstrated high performance in object tracking due to their balance between accuracy and speed. Unlike classification-based CNNs, deep similarity networks are specifically designed to address the image similarity problem,…

计算机视觉与模式识别 · 计算机科学 2021-03-03 Zhenxi Li , Guillaume-Alexandre Bilodeau , Wassim Bouachir

Machine learning techniques are often used in computer vision due to their ability to leverage large amounts of training data to improve performance. Unfortunately, most generic object trackers are still trained from scratch online and do…

计算机视觉与模式识别 · 计算机科学 2016-08-17 David Held , Sebastian Thrun , Silvio Savarese

Imagine trying to track one particular fruitfly in a swarm of hundreds. Higher biological visual systems have evolved to track moving objects by relying on both appearance and motion features. We investigate if state-of-the-art deep neural…

计算机视觉与模式识别 · 计算机科学 2021-06-04 Drew Linsley , Girik Malik , Junkyung Kim , Lakshmi N Govindarajan , Ennio Mingolla , Thomas Serre

Visual object localization is the key step in a series of object detection tasks. In the literature, high localization accuracy is achieved with the mainstream strongly supervised frameworks. However, such methods require object-level…

计算机视觉与模式识别 · 计算机科学 2021-08-10 Yi-Geng Hong , Hui-Chu Xiao , Wan-Lei Zhao

Multi-object tracking has recently become an important area of computer vision, especially for Advanced Driver Assistance Systems (ADAS). Despite growing attention, achieving high performance tracking is still challenging, with…

计算机视觉与模式识别 · 计算机科学 2017-01-25 Minyoung Kim , Stefano Alletto , Luca Rigazio

We introduce ReConvNet, a recurrent convolutional architecture for semi-supervised video object segmentation that is able to fast adapt its features to focus on any specific object of interest at inference time. Generalization to new…

计算机视觉与模式识别 · 计算机科学 2018-06-19 Francesco Lattari , Marco Ciccone , Matteo Matteucci , Jonathan Masci , Francesco Visin

Existing deep learning based unsupervised video object segmentation methods still rely on ground-truth segmentation masks to train. Unsupervised in this context only means that no annotated frames are used during inference. As obtaining…

计算机视觉与模式识别 · 计算机科学 2021-11-30 Sahir Shrestha , Mohammad Ali Armin , Hongdong Li , Nick Barnes

Efficient and accurate object detection is an important topic in the development of computer vision systems. With the advent of deep learning techniques, the accuracy of object detection has increased significantly. The project aims to…

计算机视觉与模式识别 · 计算机科学 2025-03-04 Md Pranto , Omar Faruk

We propose a method of aligning a source image to a target image, where the transform is specified by a dense vector field. The two images are encoded as feature hierarchies by siamese convolutional nets. Then a hierarchy of aligner modules…

计算机视觉与模式识别 · 计算机科学 2019-04-05 Eric Mitchell , Stefan Keselj , Sergiy Popovych , Davit Buniatyan , H. Sebastian Seung

Object detectors usually achieve promising results with the supervision of complete instance annotations. However, their performance is far from satisfactory with sparse instance annotations. Most existing methods for sparsely annotated…

计算机视觉与模式识别 · 计算机科学 2021-10-15 Tiancai Wang , Tong Yang , Jiale Cao , Xiangyu Zhang

3D object tracking in point clouds is still a challenging problem due to the sparsity of LiDAR points in dynamic environments. In this work, we propose a Siamese voxel-to-BEV tracker, which can significantly improve the tracking performance…

计算机视觉与模式识别 · 计算机科学 2021-11-18 Le Hui , Lingpeng Wang , Mingmei Cheng , Jin Xie , Jian Yang