paper-with-me

Papers

A Coarse to Fine Framework for Object Detection in High Resolution Image

2023-03-02 · Jinyan Liu, Jie Chen

Object detection is a fundamental problem in computer vision, aiming at locating and classifying objects in image. Although current devices can easily take very high-resolution images, current approaches of object detection seldom consider detecting tiny object or the large scale variance problem in high resolution images. In this paper, we introduce a simple yet efficient approach that improves accuracy of object detection especially for small objects and large scale variance scene while reducing the computational cost in high resolution image. Inspired by observing that overall detection accuracy is reduced if the image is properly down-sampled but the recall rate is not significantly reduced. Besides, small objects can be better detected by inputting high-resolution images even if using lightweight detector. We propose a cluster-based coarse-to-fine object detection framework to enhance the performance for detecting small objects while ensure the accuracy of large objects in high-resolution images. For the first stage, we perform coarse detection on the down-sampled image and center localization of small objects by lightweight detector on high-resolution image, and then obtains image chips based on cluster region generation method by coarse detection and center localization results, and further sends chips to the second stage detector for fine detection. Finally, we merge the coarse detection and fine detection results. Our approach can make good use of the sparsity of the objects and the information in high-resolution image, thereby making the detection more efficient. Experiment results show that our proposed approach achieves promising performance compared with other state-of-the-art detectors.

📄 PDF Abstract BibTeX arXiv:2303.01219

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Small Object Detection via Coarse-to-fine Proposal Generation and Imitation Learning

2023-08-18 · ICCV 2023 1 · Xiang Yuan, Gong Cheng, Kebing Yan, Qinghua Zeng 외

The past few years have witnessed the immense success of object detection, while current excellent detectors struggle on tackling size-limited instances. Concretely, the well-known challenge of low overlaps between the p…

Contrastive LearningImitation LearningObjectobject-detection+2

Coarse-to-Fine Salient Object Detection with Low-Rank Matrix Recovery

2018-05-21 · Qi Zheng, Shujian Yu, Xinge You, Qinmu Peng

Low-Rank Matrix Recovery (LRMR) has recently been applied to saliency detection by decomposing image features into a low-rank component associated with background and a sparse component associated with visual salient reg…

object-detectionObject DetectionRGB Salient Object DetectionSaliency Detection+1

CF-DETR: Coarse-to-Fine Transformer for Real-Time Object Detection

2025-05-29 · Woojin Shin, Donghwa Kang, Byeongyun Park, Brent ByungHoon Kang 외

Detection Transformers (DETR) are increasingly adopted in autonomous vehicle (AV) perception systems due to their superior accuracy over convolutional networks. However, concurrently executing multiple DETR tasks present…

GPUobject-detectionObject DetectionReal-Time Object Detection+1

InfoFocus: 3D Object Detection for Autonomous Driving with Dynamic Information Modeling

2020-07-16 · ECCV 2020 8 · Jun Wang, Shiyi Lan, Mingfei Gao, Larry S. Davis

Real-time 3D object detection is crucial for autonomous cars. Achieving promising performance with high efficiency, voxel-based approaches have received considerable attention. However, previous methods model the input s…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1

Application-Driven AI Paradigm for Hand-Held Action Detection

2022-10-13 · Kohou Wang, Zhaoxiang Liu, Shiguo Lian

In practical applications especially with safety requirement, some hand-held actions need to be monitored closely, including smoking cigarettes, dialing, eating, etc. Taking smoking cigarettes as example, existing smoke …

Action DetectionObjectobject-detectionObject Detection