CVNESep 15, 2021

Neural Architecture Search in operational context: a remote sensing case-study

arXiv:2109.08028v1
AI Analysis

This work addresses the need for automated architecture optimization in remote sensing, but it is incremental as it adapts existing NAS methods to a new domain.

The paper tackles the problem of applying Neural Architecture Search (NAS) to semantic segmentation of satellite imagery, achieving competitive results on a challenging operational task.

Deep learning has become in recent years a cornerstone tool fueling key innovations in the industry, such as autonomous driving. To attain good performances, the neural network architecture used for a given application must be chosen with care. These architectures are often handcrafted and therefore prone to human biases and sub-optimal selection. Neural Architecture Search (NAS) is a framework introduced to mitigate such risks by jointly optimizing the network architectures and its weights. Albeit its novelty, it was applied on complex tasks with significant results - e.g. semantic image segmentation. In this technical paper, we aim to evaluate its ability to tackle a challenging operational task: semantic segmentation of objects of interest in satellite imagery. Designing a NAS framework is not trivial and has strong dependencies to hardware constraints. We therefore motivate our NAS approach selection and provide corresponding implementation details. We also present novel ideas to carry out other such use-case studies.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes