LGAINEDec 16, 2021

Learning Interpretable Models Through Multi-Objective Neural Architecture Search

arXiv:2112.08645v410 citations
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable models in deep learning, particularly for domain experts, though it is incremental as it builds on existing NAS and XAI techniques.

The paper tackles the problem of designing neural network architectures that are both high-performing and interpretable by proposing a multi-objective neural architecture search framework that optimizes for task performance and introspectability, resulting in more disentangled and debuggable architectures with tolerable error on image classification datasets.

Monumental advances in deep learning have led to unprecedented achievements across various domains. While the performance of deep neural networks is indubitable, the architectural design and interpretability of such models are nontrivial. Research has been introduced to automate the design of neural network architectures through neural architecture search (NAS). Recent progress has made these methods more pragmatic by exploiting distributed computation and novel optimization algorithms. However, there is little work in optimizing architectures for interpretability. To this end, we propose a multi-objective distributed NAS framework that optimizes for both task performance and "introspectability," a surrogate metric for aspects of interpretability. We leverage the non-dominated sorting genetic algorithm (NSGA-II) and explainable AI (XAI) techniques to reward architectures that can be better comprehended by domain experts. The framework is evaluated on several image classification datasets. We demonstrate that jointly optimizing for task error and introspectability leads to more disentangled and debuggable architectures that perform within tolerable error.

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