paper-with-me

홈 › Papers

MidNet: An Anchor-and-Angle-Free Detector for Oriented Ship Detection in Aerial Images

2021-11-22 · Feng Jie, Yuping Liang, Junpeng Zhang, Xiangrong Zhang, Quanhe Yao, Licheng Jiao

Ship detection in aerial images remains an active yet challenging task due to arbitrary object orientation and complex background from a bird's-eye perspective. Most of the existing methods rely on angular prediction or predefined anchor boxes, making these methods highly sensitive to unstable angular regression and excessive hyper-parameter setting. To address these issues, we replace the angular-based object encoding with an anchor-and-angle-free paradigm, and propose a novel detector deploying a center and four midpoints for encoding each oriented object, namely MidNet. MidNet designs a symmetrical deformable convolution customized for enhancing the midpoints of ships, then the center and midpoints for an identical ship are adaptively matched by predicting corresponding centripetal shift and matching radius. Finally, a concise analytical geometry algorithm is proposed to refine the centers and midpoints step-wisely for building precise oriented bounding boxes. On two public ship detection datasets, HRSC2016 and FGSD2021, MidNet outperforms the state-of-the-art detectors by achieving APs of 90.52% and 86.50%. Additionally, MidNet obtains competitive results in the ship detection of DOTA.

📄 PDF Abstract BibTeX arXiv:2111.10961

Code (0)

등록된 구현이 없습니다.

Tasks

Object

Methods 이 논문이 사용한 방법론

Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Oriented Objects as pairs of Middle Lines

2019-12-23 · Hao-Ran Wei, Yue Zhang, Zhonghan Chang, Hao Li 외

The detection of oriented objects is frequently appeared in the field of natural scene text detection as well as object detection in aerial images. Traditional detectors for oriented objects are common to rotate anchors …

object-detectionObject DetectionObject Detection In Aerial ImagesOne-stage Anchor-free Oriented Object Detection+3

PIoU Loss: Towards Accurate Oriented Object Detection in Complex Environments

2020-07-19 · ECCV 2020 8 · Zhiming Chen, Kean Chen, Weiyao Lin, John See 외

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 intr…

object-detectionObject DetectionObject Detection In Aerial ImagesOne-stage Anchor-free Oriented Object Detection+1

Single-Stage Rotation-Decoupled Detector for Oriented Object

2020-10-08 · Bo Zhong, Kai Ao

Oriented object detection has received extensive attention in recent years, especially for the task of detecting targets in aerial imagery. Traditional detectors locate objects by horizontal bounding boxes (HBBs), which …

Objectobject-detectionObject DetectionObject Detection In Aerial Images+1

IENet: Interacting Embranchment One Stage Anchor Free Detector for Orientation Aerial Object Detection

2019-12-02 · Youtian Lin, Pengming Feng, Jian Guan, Wenwu Wang 외

Object detection in aerial images is a challenging task due to the lack of visible features and variant orientation of objects. Significant progress has been made recently for predicting targets from aerial images with h…

Objectobject-detectionObject DetectionObject Detection In Aerial Images+3

HA-RDet: Hybrid Anchor Rotation Detector for Oriented Object Detection

2024-12-18 · Phuc D. A. Nguyen

Oriented object detection in aerial images poses a significant challenge due to their varying sizes and orientations. Current state-of-the-art detectors typically rely on either two-stage or one-stage approaches, often e…

object-detectionObject DetectionObject Detection In Aerial ImagesOriented Object Detection