CVAug 16, 2021

Probeable DARTS with Application to Computational Pathology

arXiv:2108.06859v1
Originality Incremental advance
AI Analysis

This work addresses the need for automated architecture design in computational pathology, though it represents an incremental improvement by adapting existing NAS methods to a specific domain.

The authors tackled the challenge of neural architecture design in computational pathology by applying differentiable architecture search (DARTS) with an adaptive optimization strategy, resulting in a network that outperforms state-of-the-art methods in prediction accuracy and computational complexity on a histological tissue dataset.

AI technology has made remarkable achievements in computational pathology (CPath), especially with the help of deep neural networks. However, the network performance is highly related to architecture design, which commonly requires human experts with domain knowledge. In this paper, we combat this challenge with the recent advance in neural architecture search (NAS) to find an optimal network for CPath applications. In particular, we use differentiable architecture search (DARTS) for its efficiency. We first adopt a probing metric to show that the original DARTS lacks proper hyperparameter tuning on the CIFAR dataset, and how the generalization issue can be addressed using an adaptive optimization strategy. We then apply our searching framework on CPath applications by searching for the optimum network architecture on a histological tissue type dataset (ADP). Results show that the searched network outperforms state-of-the-art networks in terms of prediction accuracy and computation complexity. We further conduct extensive experiments to demonstrate the transferability of the searched network to new CPath applications, the robustness against downscaled inputs, as well as the reliability of predictions.

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