paper-with-me

홈 › Papers

Focaler-IoU: More Focused Intersection over Union Loss

2024-01-19 · Hao Zhang, Shuaijie Zhang

Bounding box regression plays a crucial role in the field of object detection, and the positioning accuracy of object detection largely depends on the loss function of bounding box regression. Existing researchs improve regression performance by utilizing the geometric relationship between bounding boxes, while ignoring the impact of difficult and easy sample distribution on bounding box regression. In this article, we analyzed the impact of difficult and easy sample distribution on regression results, and then proposed Focaler-IoU, which can improve detector performance in different detection tasks by focusing on different regression samples. Finally, comparative experiments were conducted using existing advanced detectors and regression methods for different detection tasks, and the detection performance was further improved by using the method proposed in this paper.Code is available at \url{https://github.com/malagoutou/Focaler-IoU}.

📄 PDF Abstract BibTeX arXiv:2401.10525

Code (1)

malagoutou/focaler-iou 공식 구현

Tasks

Objectobject-detectionObject Detectionregression

Similar Papers 제목 키워드 기반

IDD-AW: A Benchmark for Safe and Robust Segmentation of Drive Scenes in Unstructured Traffic and Adverse Weather

2023-11-24 · Furqan Ahmed Shaik, Abhishek Malreddy, Nikhil Reddy Billa, Kunal Chaudhary 외

Large-scale deployment of fully autonomous vehicles requires a very high degree of robustness to unstructured traffic, and weather conditions, and should prevent unsafe mispredictions. While there are several datasets an…

Autonomous VehiclesSemantic Segmentation

The Lovász-Softmax loss: A tractable surrogate for the optimization of the intersection-over-union measure in neural networks

2017-05-24 · CVPR 2018 6 · Maxim Berman, Amal Rannen Triki, Matthew B. Blaschko

The Jaccard index, also referred to as the intersection-over-union score, is commonly employed in the evaluation of image segmentation results given its perceptual qualities, scale invariance - which lends appropriate re…

Image SegmentationSegmentationSemantic Segmentation

The Lovász-Softmax Loss: A Tractable Surrogate for the Optimization of the Intersection-Over-Union Measure in Neural Networks

2018-06-01 · CVPR 2018 6 · Maxim Berman, Amal Rannen Triki, Matthew B. Blaschko

The Jaccard index, also referred to as the intersection-over-union score, is commonly employed in the evaluation of image segmentation results given its perceptual qualities, scale invariance - which lends appropriate re…

Image SegmentationSegmentationSemantic Segmentation

IoU is not submodular

2018-09-03 · Tanguy Kerdoncuff, Rémi Emonet

This short article aims at demonstrate that the Intersection over Union (or Jaccard index) is not a submodular function. This mistake has been made in an article which is cited and used as a foundation in another article…

BIG-bench Machine LearningSegmentationSemantic Segmentation

Union and Intersection of all Justifications

2021-09-23 · Jieying Chen, Yue Ma, Rafael Peñaloza, Hui Yang

We present new algorithm for computing the union and intersection of all justifications for a given ontological consequence without first computing the set of all justifications. Through an empirical evaluation, we show …

All