中文
相关论文

相关论文: IG-TRACK: IOU Guided Siamese Networks for visual o…

200 篇论文

Visual object tracking is the problem of predicting a target object's state in a video. Generally, bounding-boxes have been used to represent states, and a surge of effort has been spent by the community to produce efficient causal…

计算机视觉与模式识别 · 计算机科学 2021-02-02 Matteo Dunnhofer , Niki Martinel , Christian Micheloni

In multi-object detection using neural networks, the fundamental problem is, "How should the network learn a variable number of bounding boxes in different input images?". Previous methods train a multi-object detection network through a…

计算机视觉与模式识别 · 计算机科学 2021-09-07 Jaeyoung Yoo , Hojun Lee , Inseop Chung , Geonseok Seo , Nojun Kwak

In this paper, we propose to learn a deep fitting degree scoring network for monocular 3D object detection, which aims to score fitting degree between proposals and object conclusively. Different from most existing monocular frameworks…

计算机视觉与模式识别 · 计算机科学 2019-06-11 Lijie Liu , Jiwen Lu , Chunjing Xu , Qi Tian , Jie Zhou

Vehicle tracking task plays an important role on the internet of vehicles and intelligent transportation system. Beyond the traditional GPS sensor, the image sensor can capture different kinds of vehicles, analyze their driving situation…

计算机视觉与模式识别 · 计算机科学 2018-11-08 Xu Kang , Bin Song , Jie Guo , Xiaojiang Du , Mohsen Guizani

In object detection, bounding box regression (BBR) is a crucial step that determines the object localization performance. However, we find that most previous loss functions for BBR have two main drawbacks: (i) Both $\ell_n$-norm and…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Yi-Fan Zhang , Weiqiang Ren , Zhang Zhang , Zhen Jia , Liang Wang , Tieniu Tan

General-purpose object-detection algorithms often dismiss the fine structure of detected objects. This can be traced back to how their proposed regions are evaluated. Our goal is to renegotiate the trade-off between the generality of these…

计算机视觉与模式识别 · 计算机科学 2021-06-01 Azim Ahmadzadeh , Dustin J. Kempton , Yang Chen , Rafal A. Angryk

We present an unsupervised deep neural network approach to the fusion of RGB-D imagery with inertial measurements for absolute trajectory estimation. Our network, dubbed the Visual-Inertial-Odometry Learner (VIOLearner), learns to perform…

计算机视觉与模式识别 · 计算机科学 2018-03-16 E. Jared Shamwell , Sarah Leung , William D. Nothwang

Bounding box (bbox) regression is a fundamental task in computer vision. So far, the most commonly used loss functions for bbox regression are the Intersection over Union (IoU) loss and its variants. In this paper, we generalize existing…

计算机视觉与模式识别 · 计算机科学 2022-01-25 Jiabo He , Sarah Erfani , Xingjun Ma , James Bailey , Ying Chi , Xian-Sheng Hua

In this paper we introduce SiamMask, a framework to perform both visual object tracking and video object segmentation, in real-time, with the same simple method. We improve the offline training procedure of popular fully-convolutional…

计算机视觉与模式识别 · 计算机科学 2022-07-06 Weiming Hu , Qiang Wang , Li Zhang , Luca Bertinetto , Philip H. S. Torr

In Few-Shot Object Detection (FSOD), detecting small objects is extremely difficult. The limited supervision cripples the localization capabilities of the models and a few pixels shift can dramatically reduce the Intersection over Union…

计算机视觉与模式识别 · 计算机科学 2023-07-20 Pierre Le Jeune , Anissa Mokraoui

In this paper, we focus on improving online multi-object tracking (MOT). In particular, we introduce a region-based Siamese Multi-Object Tracking network, which we name SiamMOT. SiamMOT includes a motion model that estimates the instance's…

计算机视觉与模式识别 · 计算机科学 2021-05-26 Bing Shuai , Andrew Berneshawi , Xinyu Li , Davide Modolo , Joseph Tighe

Siamese approaches address the visual tracking problem by extracting an appearance template from the current frame, which is used to localize the target in the next frame. In general, this template is linearly combined with the accumulated…

计算机视觉与模式识别 · 计算机科学 2019-09-09 Lichao Zhang , Abel Gonzalez-Garcia , Joost van de Weijer , Martin Danelljan , Fahad Shahbaz Khan

Annotating instance masks is time-consuming and labor-intensive. A promising solution is to predict contours using a deep learning model and then allow users to refine them. However, most existing methods focus on in-domain scenarios,…

计算机视觉与模式识别 · 计算机科学 2025-05-07 Xiang Xu , Ruotong Li , Mengjun Yi , Baile XU , Furao Shen , Jian Zhao

Siamese network based trackers formulate the visual tracking task as a similarity matching problem. Almost all popular Siamese trackers realize the similarity learning via convolutional feature cross-correlation between a target branch and…

计算机视觉与模式识别 · 计算机科学 2020-11-24 Dongyan Guo , Yanyan Shao , Ying Cui , Zhenhua Wang , Liyan Zhang , Chunhua Shen

Existing metrics used to evaluate table structure recognition algorithms have shortcomings with regard to capturing text and empty cells alignment. In this paper, we build on prior work and propose a new metric - TEDS based IOU similarity…

计算机视觉与模式识别 · 计算机科学 2022-08-02 Tarun Kumar , Himanshu Sharad Bhatt

In this paper we illustrate how to perform both visual object tracking and semi-supervised video object segmentation, in real-time, with a single simple approach. Our method, dubbed SiamMask, improves the offline training procedure of…

计算机视觉与模式识别 · 计算机科学 2019-05-07 Qiang Wang , Li Zhang , Luca Bertinetto , Weiming Hu , Philip H. S. Torr

In this work, we explore a deep learning based automated visual inspection and verification algorithm, based on the Siamese Neural Network architecture. Consideration is also given to how the input pairs of images can affect the performance…

计算机视觉与模式识别 · 计算机科学 2024-09-04 John Oyekan , Liam Quantrill , Christopher Turner , Ashutosh Tiwari

Tracking objects in 3D space and predicting their 6DoF pose is an essential task in computer vision. State-of-the-art approaches often rely on object texture to tackle this problem. However, while they achieve impressive results, many…

计算机视觉与模式识别 · 计算机科学 2022-03-11 Manuel Stoiber , Martin Sundermeyer , Rudolph Triebel

We present a Siamese-like Dual-branch network based on solely Transformers for tracking. Given a template and a search image, we divide them into non-overlapping patches and extract a feature vector for each patch based on its matching…

计算机视觉与模式识别 · 计算机科学 2021-12-07 Fei Xie , Chunyu Wang , Guangting Wang , Wankou Yang , Wenjun Zeng

In this paper, we present a novel siamese motion-aware network (SiamMan) for visual tracking, which consists of the siamese feature extraction subnetwork, followed by the classification, regression, and localization branches in parallel.…

计算机视觉与模式识别 · 计算机科学 2020-01-22 Wenzhang Zhou , Longyin Wen , Libo Zhang , Dawei Du , Tiejian Luo , Yanjun Wu