Object Detection in Aerial Images with Uncertainty-Aware Graph Network
Jongha Kim, Jinheon Baek, Sung Ju Hwang

TL;DR
This paper introduces UAGDet, a novel uncertainty-aware graph neural network framework that improves aerial image object detection by modeling object relationships and focusing on uncertain predictions.
Contribution
The paper presents a new uncertainty-aware graph network for object detection that selectively refines uncertain object features and transfers information over a graph structure.
Findings
Improves detection accuracy on the DOTA aerial image dataset.
Effectively models object relationships using a graph neural network.
Focuses training on uncertain objects to enhance overall detection performance.
Abstract
In this work, we propose a novel uncertainty-aware object detection framework with a structured-graph, where nodes and edges are denoted by objects and their spatial-semantic similarities, respectively. Specifically, we aim to consider relationships among objects for effectively contextualizing them. To achieve this, we first detect objects and then measure their semantic and spatial distances to construct an object graph, which is then represented by a graph neural network (GNN) for refining visual CNN features for objects. However, refining CNN features and detection results of every object are inefficient and may not be necessary, as that include correct predictions with low uncertainties. Therefore, we propose to handle uncertain objects by not only transferring the representation from certain objects (sources) to uncertain objects (targets) over the directed graph, but also…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsGraph Neural Network
