English
Related papers

Related papers: IoU-balanced Loss Functions for Single-stage Objec…

200 papers

Object detectors are conventionally trained by a weighted sum of classification and localization losses. Recent studies (e.g., predicting IoU with an auxiliary head, Generalized Focal Loss, Rank & Sort Loss) have shown that forcing these…

Computer Vision and Pattern Recognition · Computer Science 2023-01-04 Fehmi Kahraman , Kemal Oksuz , Sinan Kalkan , Emre Akbas

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…

Computer Vision and Pattern Recognition · Computer Science 2022-07-19 Yi-Fan Zhang , Weiqiang Ren , Zhang Zhang , Zhen Jia , Liang Wang , Tieniu Tan

There are mainly two types of state-of-the-art object detectors. On one hand, we have two-stage detectors, such as Faster R-CNN (Region-based Convolutional Neural Networks) or Mask R-CNN, that (i) use a Region Proposal Network to generate…

Computer Vision and Pattern Recognition · Computer Science 2018-09-03 Petru Soviany , Radu Tudor Ionescu

Accurate pedestrian classification and localization have received considerable attention due to their wide applications such as security monitoring, autonomous driving, etc. Although pedestrian detectors have made great progress in recent…

Computer Vision and Pattern Recognition · Computer Science 2021-03-19 Yan Luo , Chongyang Zhang , Muming Zhao , Hao Zhou , Jun Sun

This paper presents Ego-Centric Intersection-over-Union (EC-IoU), addressing the limitation of the standard IoU measure in characterizing safety-related performance for object detectors in navigating contexts. Concretely, we propose a…

Computer Vision and Pattern Recognition · Computer Science 2025-01-03 Brian Hsuan-Cheng Liao , Chih-Hong Cheng , Hasan Esen , Alois Knoll

Open-World Instance Segmentation (OWIS) is an emerging research topic that aims to segment class-agnostic object instances from images. The mainstream approaches use a two-stage segmentation framework, which first locates the candidate…

Computer Vision and Pattern Recognition · Computer Science 2022-10-19 Xizhe Xue , Dongdong Yu , Lingqiao Liu , Yu Liu , Satoshi Tsutsui , Ying Li , Zehuan Yuan , Ping Song , Mike Zheng Shou

Domain shift is a major challenge for object detectors to generalize well to real world applications. Emerging techniques of domain adaptation for two-stage detectors help to tackle this problem. However, two-stage detectors are not the…

Computer Vision and Pattern Recognition · Computer Science 2021-07-06 Shizhao Zhang , Hongya Tuo , Jian Hu , Zhongliang Jing

We propose Rank & Sort (RS) Loss, a ranking-based loss function to train deep object detection and instance segmentation methods (i.e. visual detectors). RS Loss supervises the classifier, a sub-network of these methods, to rank each…

Computer Vision and Pattern Recognition · Computer Science 2021-08-31 Kemal Oksuz , Baris Can Cam , Emre Akbas , Sinan Kalkan

Automated driving object detection has always been a challenging task in computer vision due to environmental uncertainties. These uncertainties include significant differences in object sizes and encountering the class unseen. It may…

Computer Vision and Pattern Recognition · Computer Science 2023-11-28 Zezhou Wang , Guitao Cao , Xidong Xi , Jiangtao Wang

In object detection, an intersection over union (IoU) threshold is required to define positives and negatives. An object detector, trained with low IoU threshold, e.g. 0.5, usually produces noisy detections. However, detection performance…

Computer Vision and Pattern Recognition · Computer Science 2017-12-05 Zhaowei Cai , Nuno Vasconcelos

Object detection using an oriented bounding box (OBB) can better target rotated objects by reducing the overlap with background areas. Existing OBB approaches are mostly built on horizontal bounding box detectors by introducing an…

Computer Vision and Pattern Recognition · Computer Science 2020-07-21 Zhiming Chen , Kean Chen , Weiyao Lin , John See , Hui Yu , Yan Ke , Cong Yang

Differing from the well-developed horizontal object detection area whereby the computing-friendly IoU based loss is readily adopted and well fits with the detection metrics. In contrast, rotation detectors often involve a more complicated…

Computer Vision and Pattern Recognition · Computer Science 2023-02-07 Xue Yang , Yue Zhou , Gefan Zhang , Jirui Yang , Wentao Wang , Junchi Yan , Xiaopeng Zhang , Qi Tian

Monocular 3D object detection is a challenging task because depth information is difficult to obtain from 2D images. A subset of viewpoint-agnostic monocular 3D detection methods also do not explicitly leverage scene homography or geometry…

Computer Vision and Pattern Recognition · Computer Science 2025-12-05 Xinxuan Lu , Derek Gloudemans , Shepard Xia , Daniel B. Work

Presently, the task of few-shot object detection (FSOD) in remote sensing images (RSIs) has become a focal point of attention. Numerous few-shot detectors, particularly those based on two-stage detectors, face challenges when dealing with…

Computer Vision and Pattern Recognition · Computer Science 2024-06-18 Wenbin Guan , Zijiu Yang , Xiaohong Wu , Liqiong Chen , Feng Huang , Xiaohai He , Honggang Chen

Many loss functions have been derived from cross-entropy loss functions such as large-margin softmax loss and focal loss. The large-margin softmax loss makes the classification more rigorous and prevents overfitting. The focal loss…

Computer Vision and Pattern Recognition · Computer Science 2023-02-10 Jiajie Chen

Accurately ranking the vast number of candidate detections is crucial for dense object detectors to achieve high performance. Prior work uses the classification score or a combination of classification and predicted localization scores to…

Computer Vision and Pattern Recognition · Computer Science 2021-03-05 Haoyang Zhang , Ying Wang , Feras Dayoub , Niko Sünderhauf

Long-tail distribution is widely spread in real-world applications. Due to the extremely small ratio of instances, tail categories often show inferior accuracy. In this paper, we find such performance bottleneck is mainly caused by the…

Computer Vision and Pattern Recognition · Computer Science 2022-10-12 Jingru Tan , Bo Li , Xin Lu , Yongqiang Yao , Fengwei Yu , Tong He , Wanli Ouyang

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…

Computer Vision and Pattern Recognition · Computer Science 2024-05-21 Siliang Ma , Yong Xu

The top-k error is a common measure of performance in machine learning and computer vision. In practice, top-k classification is typically performed with deep neural networks trained with the cross-entropy loss. Theoretical results indeed…

Machine Learning · Computer Science 2018-02-22 Leonard Berrada , Andrew Zisserman , M. Pawan Kumar

A simple modification method for single-stage generic object detection neural networks, such as YOLO and SSD, is proposed, which allows for improving the detection accuracy on video data by exploiting the temporal behavior of the scene in…

Computer Vision and Pattern Recognition · Computer Science 2020-09-04 Menua Gevorgyan