English
Related papers

Related papers: Rethinking Intersection Over Union for Small Objec…

200 papers

The anchor-based detectors handle the problem of scale variation by building the feature pyramid and directly setting different scales of anchors on each cell in different layers. However, it is difficult for box-wise anchors to guide the…

Computer Vision and Pattern Recognition · Computer Science 2021-08-26 Keyang Wang , Lei Zhang , Wenli Song , Qinghai Lang , Lingyun Qin

This paper studies the challenging cross-domain few-shot object detection (CD-FSOD), aiming to develop an accurate object detector for novel domains with minimal labeled examples. While transformer-based open-set detectors, such as DE-ViT,…

Computer Vision and Pattern Recognition · Computer Science 2024-09-30 Yuqian Fu , Yu Wang , Yixuan Pan , Lian Huai , Xingyu Qiu , Zeyu Shangguan , Tong Liu , Yanwei Fu , Luc Van Gool , Xingqun Jiang

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…

Computer Vision and Pattern Recognition · Computer Science 2022-11-14 Michael G. Adam , Martin Piccolrovazzi , Sebastian Eger , Eckehard Steinbach

Open-set object detection (OSOD) aims to detect the known categories and reject unknown objects in a dynamic world, which has achieved significant attention. However, previous approaches only consider this problem in data-abundant…

Computer Vision and Pattern Recognition · Computer Science 2024-02-23 Binyi Su , Hua Zhang , Jingzhi Li , Zhong Zhou

Most deep learning object detectors are based on the anchor mechanism and resort to the Intersection over Union (IoU) between predefined anchor boxes and ground truth boxes to evaluate the matching quality between anchors and objects. In…

Computer Vision and Pattern Recognition · Computer Science 2020-09-30 Heng Zhang , Elisa Fromont , Sébastien Lefevre , Bruno Avignon

The generic object detection (GOD) task has been successfully tackled by recent deep neural networks, trained by an avalanche of annotated training samples from some common classes. However, it is still non-trivial to generalize these…

Computer Vision and Pattern Recognition · Computer Science 2023-04-13 Tianying Liu , Lu Zhang , Yang Wang , Jihong Guan , Yanwei Fu , Jiajia Zhao , Shuigeng Zhou

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…

Computer Vision and Pattern Recognition · Computer Science 2024-01-22 Hao Zhang , Shuaijie Zhang

Few-shot object detection (FSOD) aims to strengthen the performance of novel object detection with few labeled samples. To alleviate the constraint of few samples, enhancing the generalization ability of learned features for novel objects…

Computer Vision and Pattern Recognition · Computer Science 2021-08-17 Aming Wu , Yahong Han , Linchao Zhu , Yi Yang

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

360{\deg} cameras have gained popularity over the last few years. In this paper, we propose two fundamental techniques -- Field-of-View IoU (FoV-IoU) and 360Augmentation for object detection in 360{\deg} images. Although most object…

Computer Vision and Pattern Recognition · Computer Science 2022-09-26 Miao Cao , Satoshi Ikehata , Kiyoharu Aizawa

Object detection in remote sensing images relies on a large amount of labeled data for training. However, the increasing number of new categories and class imbalance make exhaustive annotation impractical. Few-shot object detection (FSOD)…

Computer Vision and Pattern Recognition · Computer Science 2023-11-17 Nanqing Liu , Xun Xu , Turgay Celik , Zongxin Gan , Heng-Chao Li

Recently, despite the remarkable advancements in object detection, modern detectors still struggle to detect tiny objects in aerial images. One key reason is that tiny objects carry limited features that are inevitably degraded or lost…

Computer Vision and Pattern Recognition · Computer Science 2025-11-14 Jinfu Li , Yuqi Huang , Hong Song , Ting Wang , Jianghan Xia , Yucong Lin , Jingfan Fan , Jian Yang

Aiming at recognizing and localizing the object of novel categories by a few reference samples, few-shot object detection (FSOD) is a quite challenging task. Previous works often depend on the fine-tuning process to transfer their model to…

Computer Vision and Pattern Recognition · Computer Science 2022-05-13 Junying Huang , Fan Chen , Sibo Huang , Dongyu Zhang

Small object detection remains a challenging problem in the field of object detection. To address this challenge, we propose an enhanced YOLOv8-based model, SOD-YOLO. This model integrates an ASF mechanism in the neck to enhance multi-scale…

Computer Vision and Pattern Recognition · Computer Science 2025-07-18 Peijun Wang , Jinhua Zhao

Advances in lightweight neural networks have revolutionized computer vision in a broad range of IoT applications, encompassing remote monitoring and process automation. However, the detection of small objects, which is crucial for many of…

Computer Vision and Pattern Recognition · Computer Science 2023-11-14 Liam Boyle , Nicolas Baumann , Seonyeong Heo , Michele Magno

Evaluation protocols play key role in the developmental progress of text detection methods. There are strict requirements to ensure that the evaluation methods are fair, objective and reasonable. However, existing metrics exhibit some…

Computer Vision and Pattern Recognition · Computer Science 2019-04-02 Yuliang Liu , Lianwen Jin , Zecheng Xie , Canjie Luo , Shuaitao Zhang , Lele Xie

Bounding box (bbox) regression is a fundamental task in computer vision. So far, the most commonly used loss functions for bbox regression are the Intersection over Union (IoU) loss and its variants. In this paper, we generalize existing…

Computer Vision and Pattern Recognition · Computer Science 2022-01-25 Jiabo He , Sarah Erfani , Xingjun Ma , James Bailey , Ying Chi , Xian-Sheng Hua

3D object detection is an important yet demanding task that heavily relies on difficult to obtain 3D annotations. To reduce the required amount of supervision, we propose 3DIoUMatch, a novel semi-supervised method for 3D object detection…

Computer Vision and Pattern Recognition · Computer Science 2021-07-07 He Wang , Yezhen Cong , Or Litany , Yue Gao , Leonidas J. Guibas

Few-shot multispectral object detection (FSMOD) addresses the challenge of detecting objects across visible and thermal modalities with minimal annotated data. In this paper, we explore this complex task and introduce a framework named…

Computer Vision and Pattern Recognition · Computer Science 2025-09-26 Manuel Nkegoum , Minh-Tan Pham , Élisa Fromont , Bruno Avignon , Sébastien Lefèvre

Few-shot object detection (FSOD) aims to detect never-seen objects using few examples. This field sees recent improvement owing to the meta-learning techniques by learning how to match between the query image and few-shot class examples,…

Computer Vision and Pattern Recognition · Computer Science 2022-05-10 Guangxing Han , Yicheng He , Shiyuan Huang , Jiawei Ma , Shih-Fu Chang