# Multisource Region Attention Network for Fine-Grained Object Recognition   in Remote Sensing Imagery

**Authors:** Gencer Sumbul, Ramazan Gokberk Cinbis, Selim Aksoy

arXiv: 1901.06403 · 2019-01-23

## TL;DR

This paper introduces a multisource region attention network that learns to align and classify fine-grained objects in remote sensing imagery using deep neural networks, improving accuracy over traditional feature concatenation methods.

## Contribution

It proposes a unified deep learning framework that simultaneously learns multisource data alignment and classification for fine-grained remote sensing object recognition.

## Key findings

- Achieved 64.2% accuracy on 18-class street tree classification
- Improved accuracy by 13% over feature concatenation approach
- Demonstrated effectiveness with RGB, multispectral, and LiDAR data

## Abstract

Fine-grained object recognition concerns the identification of the type of an object among a large number of closely related sub-categories. Multisource data analysis, that aims to leverage the complementary spectral, spatial, and structural information embedded in different sources, is a promising direction towards solving the fine-grained recognition problem that involves low between-class variance, small training set sizes for rare classes, and class imbalance. However, the common assumption of co-registered sources may not hold at the pixel level for small objects of interest. We present a novel methodology that aims to simultaneously learn the alignment of multisource data and the classification model in a unified framework. The proposed method involves a multisource region attention network that computes per-source feature representations, assigns attention scores to candidate regions sampled around the expected object locations by using these representations, and classifies the objects by using an attention-driven multisource representation that combines the feature representations and the attention scores from all sources. All components of the model are realized using deep neural networks and are learned in an end-to-end fashion. Experiments using RGB, multispectral, and LiDAR elevation data for classification of street trees showed that our approach achieved 64.2% and 47.3% accuracies for the 18-class and 40-class settings, respectively, which correspond to 13% and 14.3% improvement relative to the commonly used feature concatenation approach from multiple sources.

## Full text

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

## Figures

23 figures with captions in the complete paper: https://tomesphere.com/paper/1901.06403/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1901.06403/full.md

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