中文
相关论文

相关论文: Universal Bounding Box Regression and Its Applicat…

200 篇论文

In the field of state-of-the-art object detection, the task of object localization is typically accomplished through a dedicated subnet that emphasizes bounding box regression. This subnet traditionally predicts the object's position by…

计算机视觉与模式识别 · 计算机科学 2023-07-20 Peng Zhi , Haoran Zhou , Hang Huang , Rui Zhao , Rui Zhou , Qingguo Zhou

Object detection models perform well at localizing and classifying objects that they are shown during training. However, due to the difficulty and cost associated with creating and annotating detection datasets, trained models detect a…

计算机视觉与模式识别 · 计算机科学 2020-12-01 Ayush Jaiswal , Yue Wu , Pradeep Natarajan , Premkumar Natarajan

Large-scale object detection datasets (e.g., MS-COCO) try to define the ground truth bounding boxes as clear as possible. However, we observe that ambiguities are still introduced when labeling the bounding boxes. In this paper, we propose…

计算机视觉与模式识别 · 计算机科学 2019-04-18 Yihui He , Chenchen Zhu , Jianren Wang , Marios Savvides , Xiangyu Zhang

A novel object detection method is presented that handles freely rotated objects of arbitrary sizes, including tiny objects as small as $2\times 2$ pixels. Such tiny objects appear frequently in remotely sensed images, and present a…

计算机视觉与模式识别 · 计算机科学 2022-02-16 Mohsen Zand , Ali Etemad , Michael Greenspan

The current trend in object detection and localization is to learn predictions with high capacity deep neural networks trained on a very large amount of annotated data and using a high amount of processing power. In this work, we propose a…

计算机视觉与模式识别 · 计算机科学 2016-11-18 Bastien Moysset , Christoper Kermorvant , Christian Wolf

Autonomous driving (AD) operates in open-world scenarios, where encountering unknown objects is inevitable. However, standard object detectors trained on a limited number of base classes tend to ignore any unknown objects, posing potential…

计算机视觉与模式识别 · 计算机科学 2024-12-06 Lars Schmarje , Kaspar Sakman , Reinhard Koch , Dan Zhang

In present object detection systems, the deep convolutional neural networks (CNNs) are utilized to predict bounding boxes of object candidates, and have gained performance advantages over the traditional region proposal methods. However,…

计算机视觉与模式识别 · 计算机科学 2016-08-05 Jiahui Yu , Yuning Jiang , Zhangyang Wang , Zhimin Cao , Thomas Huang

In many safety-critical applications such as autonomous driving and surgical robots, it is desirable to obtain prediction uncertainties from object detection modules to help support safe decision-making. Specifically, such modules need to…

机器学习 · 计算机科学 2018-11-29 Buu Phan , Rick Salay , Krzysztof Czarnecki , Vahdat Abdelzad , Taylor Denouden , Sachin Vernekar

Category-level object pose estimation aims to predict the 6D pose as well as the 3D metric size of arbitrary objects from a known set of categories. Recent methods harness shape prior adaptation to map the observed point cloud into the…

计算机视觉与模式识别 · 计算机科学 2022-09-29 Ruida Zhang , Yan Di , Zhiqiang Lou , Fabian Manhardt , Federico Tombari , Xiangyang Ji

Modern CNN-based object detectors rely on bounding box regression and non-maximum suppression to localize objects. While the probabilities for class labels naturally reflect classification confidence, localization confidence is absent. This…

计算机视觉与模式识别 · 计算机科学 2018-08-01 Borui Jiang , Ruixuan Luo , Jiayuan Mao , Tete Xiao , Yuning Jiang

Benefiting from the great success of deep learning in computer vision, CNN-based object detection methods have drawn significant attentions. Various frameworks have been proposed which show awesome and robust performance for a large range…

计算机视觉与模式识别 · 计算机科学 2019-03-15 Yongliang Chen

Our work addresses the problem of learning to localize objects in an open-world setting, i.e., given the bounding box information of a limited number of object classes during training, the goal is to localize all objects, belonging to both…

计算机视觉与模式识别 · 计算机科学 2025-04-25 Ashish Singh , Michael J. Jones , Kuan-Chuan Peng , Anoop Cherian , Moitreya Chatterjee , Erik Learned-Miller

We present ObjectBox, a novel single-stage anchor-free and highly generalizable object detection approach. As opposed to both existing anchor-based and anchor-free detectors, which are more biased toward specific object scales in their…

计算机视觉与模式识别 · 计算机科学 2022-07-15 Mohsen Zand , Ali Etemad , Michael Greenspan

Object pose recovery has gained increasing attention in the computer vision field as it has become an important problem in rapidly evolving technological areas related to autonomous driving, robotics, and augmented reality. Existing…

计算机视觉与模式识别 · 计算机科学 2020-04-22 Caner Sahin , Guillermo Garcia-Hernando , Juil Sock , Tae-Kyun Kim

We show that classifiers trained with random region proposals achieve state-of-the-art Open-world Object Detection (OWOD): they can not only maintain the accuracy of the known objects (w/ training labels), but also considerably improve the…

计算机视觉与模式识别 · 计算机科学 2023-07-18 Yanghao Wang , Zhongqi Yue , Xian-Sheng Hua , Hanwang Zhang

This paper investigates the problem of object detection with a focus on improving both the localization accuracy of bounding boxes and explicitly modeling prediction uncertainty. Conventional detectors rely on deterministic bounding box…

计算机视觉与模式识别 · 计算机科学 2025-07-22 Xingshu Chen , Sicheng Yu , Chong Cheng , Hao Wang , Ting Tian

Locating an object in a sequence of frames, given its appearance in the first frame of the sequence, is a hard problem that involves many stages. Usually, state-of-the-art methods focus on bringing novel ideas in the visual encoding or…

计算机视觉与模式识别 · 计算机科学 2024-05-20 Omar Abdelaziz , Mohamed Sami Shehata

Current object detection frameworks mainly rely on bounding box regression to localize objects. Despite the remarkable progress in recent years, the precision of bounding box regression remains unsatisfactory, hence limiting performance in…

计算机视觉与模式识别 · 计算机科学 2020-08-27 Jiaqi Wang , Wenwei Zhang , Yuhang Cao , Kai Chen , Jiangmiao Pang , Tao Gong , Jianping Shi , Chen Change Loy , Dahua Lin

Most recent 6D object pose estimation methods first use object detection to obtain 2D bounding boxes before actually regressing the pose. However, the general object detection methods they use are ill-suited to handle cluttered scenes, thus…

计算机视觉与模式识别 · 计算机科学 2023-03-23 Yang Hai , Rui Song , Jiaojiao Li , Mathieu Salzmann , Yinlin Hu

Quantifying a model's predictive uncertainty is essential for safety-critical applications such as autonomous driving. We consider quantifying such uncertainty for multi-object detection. In particular, we leverage conformal prediction to…

计算机视觉与模式识别 · 计算机科学 2024-07-31 Alexander Timans , Christoph-Nikolas Straehle , Kaspar Sakmann , Eric Nalisnick
‹ 上一页 1 2 3 10 下一页 ›