中文
相关论文

相关论文: Gaussian Bounding Boxes and Probabilistic Intersec…

200 篇论文

The availability of real-world datasets is the prerequisite for developing object detection methods for autonomous driving. While ambiguity exists in object labels due to error-prone annotation process or sensor observation noises, current…

计算机视觉与模式识别 · 计算机科学 2020-08-04 Zining Wang , Di Feng , Yiyang Zhou , Lars Rosenbaum , Fabian Timm , Klaus Dietmayer , Masayoshi Tomizuka , Wei Zhan

As an important component of the detector localization branch, bounding box regression loss plays a significant role in object detection tasks. The existing bounding box regression methods usually consider the geometric relationship between…

计算机视觉与模式识别 · 计算机科学 2024-01-15 Hao Zhang , Shuaijie Zhang

Oriented Object Detection (OOD) has received increased attention in the past years, being a suitable solution for detecting elongated objects in remote sensing analysis. In particular, using regression loss functions based on Gaussian…

计算机视觉与模式识别 · 计算机科学 2025-03-06 Jeffri Murrugarra-LLerena , Jose Henrique Lima Marques , Claudio R. Jung

The most popular evaluation metric for object detection in 2D images is Intersection over Union (IoU). Existing implementations of the IoU metric for 3D object detection usually neglect one or more degrees of freedom. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2022-11-14 Michael G. Adam , Martin Piccolrovazzi , Sebastian Eger , Eckehard Steinbach

Bounding box regression (BBR) has been widely used in object detection and instance segmentation, which is an important step in object localization. However, most of the existing loss functions for bounding box regression cannot be…

计算机视觉与模式识别 · 计算机科学 2024-05-17 Siliang Ma , Yong Xu

Geometric embeddings have recently received attention for their natural ability to represent transitive asymmetric relations via containment. Box embeddings, where objects are represented by n-dimensional hyperrectangles, are a particularly…

机器学习 · 计算机科学 2020-10-30 Shib Sankar Dasgupta , Michael Boratko , Dongxu Zhang , Luke Vilnis , Xiang Lorraine Li , Andrew McCallum

Bounding box regression is one of the important steps of object detection. However, rotation detectors often involve a more complicated loss based on SkewIoU which is unfriendly to gradient-based training. Most of the existing loss…

计算机视觉与模式识别 · 计算机科学 2024-05-21 Siliang Ma , Yong Xu

As one of the most fundamental and challenging problems in computer vision, object detection tries to locate object instances and find their categories in natural images. The most important step in the evaluation of object detection…

计算机视觉与模式识别 · 计算机科学 2021-08-19 Qiang Zhao , Bin Chen , Hang Xu , Yike Ma , Xiaodong Li , Bailan Feng , Chenggang Yan , Feng Dai

Bounding-box regression is a popular technique to refine or predict localization boxes in recent object detection approaches. Typically, bounding-box regressors are trained to regress from either region proposals or fixed anchor boxes to…

计算机视觉与模式识别 · 计算机科学 2019-04-16 Seungkwan Lee , Suha Kwak , Minsu Cho

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

We focus on the construction of a loss function for the bounding box regression. The Intersection over Union (IoU) metric is improved to converge faster, to make the surface of the loss function smooth and continuous over the whole searched…

计算机视觉与模式识别 · 计算机科学 2023-03-29 Petra Števuliáková , Petr Hurtik

The effectiveness of Object Detection, one of the central problems in computer vision tasks, highly depends on the definition of the loss function - a measure of how accurately your ML model can predict the expected outcome. Conventional…

计算机视觉与模式识别 · 计算机科学 2022-05-26 Zhora Gevorgyan

Bounding box regression is the crucial step in object detection. In existing methods, while $\ell_n$-norm loss is widely adopted for bounding box regression, it is not tailored to the evaluation metric, i.e., Intersection over Union (IoU).…

计算机视觉与模式识别 · 计算机科学 2019-11-20 Zhaohui Zheng , Ping Wang , Wei Liu , Jinze Li , Rongguang Ye , Dongwei Ren

We devise an algorithm using a Bayesian optimization framework in conjunction with contextual visual data for the efficient localization of objects in still images. Recent research has demonstrated substantial progress in object…

计算机视觉与模式识别 · 计算机科学 2017-09-21 Anthony D. Rhodes , Jordan Witte , Melanie Mitchell , Bruno Jedynak

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

Ordinal embedding aims at finding a low dimensional representation of objects from a set of constraints of the form "item $j$ is closer to item $i$ than item $k$". Typically, each object is mapped onto a point vector in a low dimensional…

机器学习 · 计算机科学 2021-05-26 Aïssatou Diallo , Johannes Fürnkranz

To automatically localize a target object in an image is crucial for many computer vision applications. To represent the 2D object, ellipse labels have recently been identified as a promising alternative to axis-aligned bounding boxes. This…

计算机视觉与模式识别 · 计算机科学 2023-08-03 Vincent Gaudillière , Leo Pauly , Arunkumar Rathinam , Albert Garcia Sanchez , Mohamed Adel Musallam , Djamila Aouada

The accuracy of object detectors and trackers is most commonly evaluated by the Intersection over Union (IoU) criterion. To date, most approaches are restricted to axis-aligned or oriented boxes and, as a consequence, many datasets are only…

计算机视觉与模式识别 · 计算机科学 2018-07-27 Tobias Bottger , Patrick Follmann , Michael Fauser

In 2D/3D object detection task, Intersection-over-Union (IoU) has been widely employed as an evaluation metric to evaluate the performance of different detectors in the testing stage. However, during the training stage, the common distance…

计算机视觉与模式识别 · 计算机科学 2019-08-13 Dingfu Zhou , Jin Fang , Xibin Song , Chenye Guan , Junbo Yin , Yuchao Dai , Ruigang Yang

With the rapid development of detectors, Bounding Box Regression (BBR) loss function has constantly updated and optimized. However, the existing IoU-based BBR still focus on accelerating convergence by adding new loss terms, ignoring the…

计算机视觉与模式识别 · 计算机科学 2024-01-15 Hao Zhang , Cong Xu , Shuaijie Zhang