# CAD-Net: A Context-Aware Detection Network for Objects in Remote Sensing   Imagery

**Authors:** Gongjie Zhang, Shijian Lu, Wei Zhang

arXiv: 1903.00857 · 2020-01-08

## TL;DR

CAD-Net is a novel detection network that leverages attention mechanisms and context modeling to improve multi-class object detection accuracy in remote sensing images with challenges like scale variation and low contrast.

## Contribution

It introduces a context-aware detection framework with attention modules for remote sensing images, addressing appearance differences and scale variations.

## Key findings

- CAD-Net outperforms existing methods on remote sensing datasets.
- The attention module effectively focuses on informative regions.
- Global and local context modeling improves detection accuracy.

## Abstract

Accurate and robust detection of multi-class objects in optical remote sensing images is essential to many real-world applications such as urban planning, traffic control, searching and rescuing, etc. However, state-of-the-art object detection techniques designed for images captured using ground-level sensors usually experience a sharp performance drop when directly applied to remote sensing images, largely due to the object appearance differences in remote sensing images in term of sparse texture, low contrast, arbitrary orientations, large scale variations, etc. This paper presents a novel object detection network (CAD-Net) that exploits attention-modulated features as well as global and local contexts to address the new challenges in detecting objects from remote sensing images. The proposed CAD-Net learns global and local contexts of objects by capturing their correlations with the global scene (at scene-level) and the local neighboring objects or features (at object-level), respectively. In addition, it designs a spatial-and-scale-aware attention module that guides the network to focus on more informative regions and features as well as more appropriate feature scales. Experiments over two publicly available object detection datasets for remote sensing images demonstrate that the proposed CAD-Net achieves superior detection performance. The implementation codes will be made publicly available for facilitating future researches.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.00857/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1903.00857/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/1903.00857/full.md

---
Source: https://tomesphere.com/paper/1903.00857