LGAIFeb 28, 2024

LeMo-NADe: Multi-Parameter Neural Architecture Discovery with LLMs

arXiv:2402.18443v110 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses the problem of time-consuming and expert-dependent architecture design for edge devices, offering a tool for non-AI experts, though it appears incremental as it builds on existing neural architecture search and LLM methods.

The paper tackles the challenge of designing efficient neural network architectures for edge devices by introducing LeMo-NADe, a framework that automatically discovers architectures based on user-defined parameters like power consumption and model size, using LLMs and expert systems. It validates the framework on datasets such as CIFAR-10 and ImageNet16-120, showing it can rapidly discover high-performing models within hours.

Building efficient neural network architectures can be a time-consuming task requiring extensive expert knowledge. This task becomes particularly challenging for edge devices because one has to consider parameters such as power consumption during inferencing, model size, inferencing speed, and CO2 emissions. In this article, we introduce a novel framework designed to automatically discover new neural network architectures based on user-defined parameters, an expert system, and an LLM trained on a large amount of open-domain knowledge. The introduced framework (LeMo-NADe) is tailored to be used by non-AI experts, does not require a predetermined neural architecture search space, and considers a large set of edge device-specific parameters. We implement and validate this proposed neural architecture discovery framework using CIFAR-10, CIFAR-100, and ImageNet16-120 datasets while using GPT-4 Turbo and Gemini as the LLM component. We observe that the proposed framework can rapidly (within hours) discover intricate neural network models that perform extremely well across a diverse set of application settings defined by the user.

Foundations

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

Your Notes