paper-with-me

Papers

Shape-IoU: More Accurate Metric considering Bounding Box Shape and Scale

2023-12-29 · Hao Zhang, Shuaijie Zhang

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 the GT box and the predicted box, and calculate the loss by using the relative position and shape of the bounding boxes, while ignoring the influence of inherent properties such as the shape and scale of the bounding boxes on bounding box regression. In order to make up for the shortcomings of existing research, this article proposes a bounding box regression method that focuses on the shape and scale of the bounding box itself. Firstly, we analyzed the regression characteristics of the bounding boxes and found that the shape and scale factors of the bounding boxes themselves will have an impact on the regression results. Based on the above conclusions, we propose the Shape IoU method, which can calculate the loss by focusing on the shape and scale of the bounding box itself, thereby making the bounding box regression more accurate. Finally, we validated our method through a large number of comparative experiments, which showed that our method can effectively improve detection performance and outperform existing methods, achieving state-of-the-art performance in different detection tasks.Code is available at https://github.com/malagoutou/Shape-IoU

📄 PDF Abstract BibTeX arXiv:2312.17663

Code (1)

malagoutou/shape-iou 공식 구현

Tasks

object-detectionObject Detectionregression

Similar Papers 제목 키워드 기반

Shape-Aware Oriented Bounding Box (OBB) to Horizontal Bounding Box (HBB) Conversion

2026-08-06 · Badha Rathna Sabhapathy, Gotam Dahiya, Vishesh Vatsal arxiv

Accurate object detection in aerial and satellite imagery is dependent upon the bounding box representation. This is especially true for spatially oriented objects such as ships or aircrafts. Oriented Bounding Boxes (OBB…

Object Detection

A Hierarchical Graph Network for 3D Object Detection on Point Clouds

2020-06-01 · CVPR 2020 6 · Jintai Chen, Biwen Lei, Qingyu Song, Haochao Ying 외

3D object detection on point clouds finds many applications. However, most known point cloud object detection methods did not adequately accommodate the characteristics (e.g., sparsity) of point clouds, and thus some key…

3D Object DetectionObjectobject-detectionObject Detection

Deep Sliding Shapes for Amodal 3D Object Detection in RGB-D Images

2015-11-07 · CVPR 2016 6 · Shuran Song, Jianxiong Xiao

We focus on the task of amodal 3D object detection in RGB-D images, which aims to produce a 3D bounding box of an object in metric form at its full extent. We introduce Deep Sliding Shapes, a 3D ConvNet formulation that …

3D Object DetectionObjectobject-detectionObject Detection+2

RBP-Pose: Residual Bounding Box Projection for Category-Level Pose Estimation

2022-07-30 · Ruida Zhang, Yan Di, Zhiqiang Lou, Fabian Manhardt 외

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…

ObjectPose Estimation

DEER: Detection-agnostic End-to-End Recognizer for Scene Text Spotting

2022-03-10 · Seonghyeon Kim, Seung Shin, Yoonsik Kim, Han-Cheol Cho 외

Recent end-to-end scene text spotters have achieved great improvement in recognizing arbitrary-shaped text instances. Common approaches for text spotting use region of interest pooling or segmentation masks to restrict f…

DecoderText Spotting