paper-with-me

홈 › Papers

Data Aware Neural Architecture Search

2023-04-04 · Emil Njor, Jan Madsen, Xenofon Fafoutis

Neural Architecture Search (NAS) is a popular tool for automatically generating Neural Network (NN) architectures. In early NAS works, these tools typically optimized NN architectures for a single metric, such as accuracy. However, in the case of resource constrained Machine Learning, one single metric is not enough to evaluate a NN architecture. For example, a NN model achieving a high accuracy is not useful if it does not fit inside the flash memory of a given system. Therefore, recent works on NAS for resource constrained systems have investigated various approaches to optimize for multiple metrics. In this paper, we propose that, on top of these approaches, it could be beneficial for NAS optimization of resource constrained systems to also consider input data granularity. We name such a system "Data Aware NAS", and we provide experimental evidence of its benefits by comparing it to traditional NAS.

📄 PDF Abstract BibTeX arXiv:2304.01821

Code (1)

ekhao/dataawareneuralarchitecturesearch 공식 구현 tf

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

CATE: Computation-aware Neural Architecture Encoding with Transformers

2021-02-14 · Shen Yan, Kaiqiang Song, Fei Liu, Mi Zhang

Recent works (White et al., 2020a; Yan et al., 2020) demonstrate the importance of architecture encodings in Neural Architecture Search (NAS). These encodings encode either structure or computation information of the neu…

AutoMLNeural Architecture SearchRepresentation LearningUnsupervised Pre-training

Neighborhood-Aware Neural Architecture Search

2021-05-13 · Xiaofang Wang, Shengcao Cao, Mengtian Li, Kris M. Kitani

Existing neural architecture search (NAS) methods often return an architecture with good search performance but generalizes poorly to the test setting. To achieve better generalization, we propose a novel neighborhood-aw…

Neural Architecture Search

Fast Data Aware Neural Architecture Search via Supernet Accelerated Evaluation

2025-02-18 · Emil Njor, Colby Banbury, Xenofon Fafoutis

Tiny machine learning (TinyML) promises to revolutionize fields such as healthcare, environmental monitoring, and industrial maintenance by running machine learning models on low-power embedded systems. However, the comp…

AutoMLNeural Architecture Search

Data Aware Differentiable Neural Architecture Search for Tiny Keyword Spotting Applications

2025-07-21 · Yujia Shi, Emil Njor, Pablo Martínez-Nuevo, Sven Ewan Shepstone 외 arxiv

The success of Machine Learning is increasingly tempered by its significant resource footprint, driving interest in efficient paradigms like TinyML. However, the inherent complexity of designing TinyML systems hampers th…

Neural Architecture SearchKeyword Spotting

Revisiting Architecture-aware Knowledge Distillation: Smaller Models and Faster Search

2022-06-27 · Taehyeon Kim, Heesoo Myeong, Se-Young Yun

Knowledge Distillation (KD) has recently emerged as a popular method for compressing neural networks. In recent studies, generalized distillation methods that find parameters and architectures of student models at the sa…

Bayesian OptimizationKnowledge Distillation