作者:Fan Yang, Heng Fan, Peng Chu, Erik Blasch, Haibin Ling

发布时间:2019

发布期刊:ICCV

**论文全称:**Clustered Object Detection in Aerial Images

论文地址:http://openaccess.thecvf.com/content_ICCV_2019/papers/Yang_Clustered_Object_Detection_in_Aerial_Images_ICCV_2019_paper.pdf

代码:https://github.com/fyangneil/Clustered-Object-Detection-in-Aerial-Image

地位:这篇论文被ICCV2019收录。主要作者是Fan Yang,该作者来自于天普大学,主要的研究方向是航拍图像下的目标检测。美国费城天普大学,美国空军研究实验室,美国石溪大学共同提出ClusDet用于航空图像的目标检测。

一、摘要

Detecting objects in aerial images is challenging for at least two reasons: (1) target objects like pedestrians are very small in pixels, making them hardly distinguished from surrounding background; and (2) targets are in general sparsely and non-uniformly distributed, making the detection very ineffificient. In this paper, we address both issues inspired by observing that these targets are often clustered. In particular, we propose a Clustered Detection (ClusDet) network that unififies object clustering and detection in an end-to-end framework. The key components in ClusDet include a cluster proposal sub-network (CPNet), a scale estimation sub-network (ScaleNet), and a dedicated detection network (DetecNet). Given an input image, CPNet produces object cluster regions and ScaleNet estimates object scales for these regions. Then, each scale-normalized cluster region is fed into DetecNet for object detection. ClusDet has several advantages over previous solutions: (1) it greatly reduces the number of chips for fifinal object detection and hence achieves high running time effificiency, (2) the cluster based scale estimation is more accurate than previously used single-object based ones, hence effectively improves the detection for small objects, and (3) the fifinal DetecNet is dedicated for clustered regions and implicitly models the prior context information so as to boost detection accuracy. The proposed method is tested on three popular aerial image datasets including VisDrone, UAVDT and DOTA. In all experiments, ClusDet achieves promising performance in comparison with state-of-the-art detectors.

二、Clustered Detection

2.1 整体网络架构

Untitled