IVCVJan 26, 2021

Evolutionary Multi-objective Architecture Search Framework: Application to COVID-19 3D CT Classification

arXiv:2101.10667v210 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of designing efficient and accurate deep learning models for COVID-19 diagnosis from CT scans, which is an incremental improvement in domain-specific medical imaging.

The authors tackled the problem of neural architecture search instability in COVID-19 3D CT classification by proposing an evolutionary multi-objective framework with a new 'potential' objective, resulting in smaller models that outperform prior works on three public datasets.

The COVID-19 pandemic has threatened global health. Many studies have applied deep convolutional neural networks (CNN) to recognize COVID-19 based on chest 3D computed tomography (CT). Recent works show that no model generalizes well across CT datasets from different countries, and manually designing models for specific datasets requires expertise; thus, neural architecture search (NAS) that aims to search models automatically has become an attractive solution. To reduce the search cost on large 3D CT datasets, most NAS-based works use the weight-sharing (WS) strategy to make all models share weights within a supernet; however, WS inevitably incurs search instability, leading to inaccurate model estimation. In this work, we propose an efficient Evolutionary Multi-objective ARchitecture Search (EMARS) framework. We propose a new objective, namely potential, which can help exploit promising models to indirectly reduce the number of models involved in weights training, thus alleviating search instability. We demonstrate that under objectives of accuracy and potential, EMARS can balance exploitation and exploration, i.e., reducing search time and finding better models. Our searched models are small and perform better than prior works on three public COVID-19 3D CT datasets.

Code Implementations1 repo
Foundations

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

Your Notes