English
Related papers

Related papers: Focal Loss for Dense Object Detection

200 papers

Accurate, automated lesion detection in Computed Tomography (CT) is an important yet challenging task due to the large variation of lesion types, sizes, locations and appearances. Recent work on CT lesion detection employs two-stage region…

Image and Video Processing · Electrical Eng. & Systems 2019-06-07 Martin Zlocha , Qi Dou , Ben Glocker

Object detection has been one of the most active topics in computer vision for the past years. Recent works have mainly focused on pushing the state-of-the-art in the general-purpose COCO benchmark. However, the use of such detection…

Computer Vision and Pattern Recognition · Computer Science 2021-04-09 Manuel Carranza-García , Pedro Lara-Benítez , Jorge García-Gutiérrez , José C. Riquelme

Current state-of-the-art object detection algorithms still suffer the problem of imbalanced distribution of training data over object classes and background. Recent work introduced a new loss function called focal loss to mitigate this…

Computer Vision and Pattern Recognition · Computer Science 2019-04-22 Michael Weber , Michael Fürst , J. Marius Zöllner

Miscalibration - a mismatch between a model's confidence and its correctness - of Deep Neural Networks (DNNs) makes their predictions hard to rely on. Ideally, we want networks to be accurate, calibrated and confident. We show that, as…

Machine Learning · Computer Science 2020-10-27 Jishnu Mukhoti , Viveka Kulharia , Amartya Sanyal , Stuart Golodetz , Philip H. S. Torr , Puneet K. Dokania

Object detection typically assumes that training and test data are drawn from an identical distribution, which, however, does not always hold in practice. Such a distribution mismatch will lead to a significant performance drop. In this…

Computer Vision and Pattern Recognition · Computer Science 2018-03-09 Yuhua Chen , Wen Li , Christos Sakaridis , Dengxin Dai , Luc Van Gool

Recently few-shot object detection is widely adopted to deal with data-limited situations. While most previous works merely focus on the performance on few-shot categories, we claim that detecting all classes is crucial as test samples may…

Computer Vision and Pattern Recognition · Computer Science 2021-05-21 Zhibo Fan , Yuchen Ma , Zeming Li , Jian Sun

Fine-grained remote sensing datasets often use hierarchical label structures to differentiate objects in a coarse-to-fine manner, with each object annotated across multiple levels. However, embedding this semantic hierarchy into the…

Computer Vision and Pattern Recognition · Computer Science 2026-01-01 Jingzhou Chen , Dexin Chen , Fengchao Xiong , Yuntao Qian , Liang Xiao

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

State-of-the-art object detectors rely on regressing and classifying an extensive list of possible anchors, which are divided into positive and negative samples based on their intersection-over-union (IoU) with corresponding groundtruth…

Computer Vision and Pattern Recognition · Computer Science 2020-06-01 Hengduo Li , Zuxuan Wu , Chen Zhu , Caiming Xiong , Richard Socher , Larry S. Davis

For object detection, the two-stage approach (e.g., Faster R-CNN) has been achieving the highest accuracy, whereas the one-stage approach (e.g., SSD) has the advantage of high efficiency. To inherit the merits of both while overcoming their…

Computer Vision and Pattern Recognition · Computer Science 2018-01-04 Shifeng Zhang , Longyin Wen , Xiao Bian , Zhen Lei , Stan Z. Li

A common practice in transfer learning is to initialize the downstream model weights by pre-training on a data-abundant upstream task. In object detection specifically, the feature backbone is typically initialized with Imagenet classifier…

Computer Vision and Pattern Recognition · Computer Science 2022-06-28 Cristina Vasconcelos , Vighnesh Birodkar , Vincent Dumoulin

Face detection has witnessed significant progress due to the advances of deep convolutional neural networks (CNNs). Its central issue in recent years is how to improve the detection performance of tiny faces. To this end, many recent works…

Computer Vision and Pattern Recognition · Computer Science 2019-05-27 Faen Zhang , Xinyu Fan , Guo Ai , Jianfei Song , Yongqiang Qin , Jiahong Wu

Previous state-of-the-art real-time object detectors have been reported on GPUs which are extremely expensive for processing massive data and in resource-restricted scenarios. Therefore, high efficiency object detectors on CPU-only devices…

Computer Vision and Pattern Recognition · Computer Science 2020-09-10 Chen Chen , Mengyuan Liu , Xiandong Meng , Wanpeng Xiao , Qi Ju

DETR has set up a simple end-to-end pipeline for object detection by formulating this task as a set prediction problem, showing promising potential. Despite its notable advancements, this paper identifies two key forms of misalignment…

Computer Vision and Pattern Recognition · Computer Science 2024-12-24 Zhi Cai , Songtao Liu , Guodong Wang , Zheng Ge , Xiangyu Zhang , Di Huang

Improving object detectors against occlusion, blur and noise is a critical step to deploy detectors in real applications. Since it is not possible to exhaust all image defects through data collection, many researchers seek to generate hard…

Computer Vision and Pattern Recognition · Computer Science 2019-04-01 Zeyi Huang , Wei Ke , Dong Huang

The class imbalance problem in deep learning has been explored in several studies, but there has yet to be a systematic analysis of this phenomenon in object detection. Here, we present comprehensive analyses and experiments of the…

Computer Vision and Pattern Recognition · Computer Science 2023-06-30 Hanxue Gu , Haoyu Dong , Nicholas Konz , Maciej A. Mazurowski

Object detection is a famous branch of research in computer vision, many state of the art object detection algorithms have been introduced in the recent past, but how good are those object detectors when it comes to dense object detection?…

Computer Vision and Pattern Recognition · Computer Science 2020-05-01 Sonaal Kant

Object detection in natural images has achieved remarkable results over the years. However, a similar progress has not yet been observed in aerial object detection due to several challenges, such as high resolution images, instances scale…

Computer Vision and Pattern Recognition · Computer Science 2022-11-29 Dmitry Demidov , Rushali Grandhe , Salem AlMarri

Training of object detection models using less data is currently the focus of existing N-shot learning models in computer vision. Such methods use object-level labels and takes hours to train on unseen classes. There are many cases where we…

Computer Vision and Pattern Recognition · Computer Science 2022-03-29 Asra Aslam , Edward Curry

The paradigm of large-scale pre-training followed by downstream fine-tuning has been widely employed in various object detection algorithms. In this paper, we reveal discrepancies in data, model, and task between the pre-training and…

Computer Vision and Pattern Recognition · Computer Science 2023-08-15 Ming Li , Jie Wu , Xionghui Wang , Chen Chen , Jie Qin , Xuefeng Xiao , Rui Wang , Min Zheng , Xin Pan