AutoMMLab: Automatically Generating Deployable Models from Language Instructions for Computer Vision Tasks
Zekang Yang, Wang Zeng, Sheng Jin, Chen Qian, Ping Luo, Wentao Liu
TL;DR
The paper addresses the challenge of automating end-to-end computer vision model production from natural language. It introduces AutoMMLab, a five-stage, LLM-driven platform that leverages dataset and model zoos and deployment tools to deliver production-ready CV models, and the LAMP benchmark to evaluate request understanding, HPO, and end-to-end performance. The work presents two specialized LLMs, RU-LLaMA for request understanding and HPO-LLaMA for hyperparameter optimization, both trained with GPT-generated data and LoRA fine-tuning, achieving superior results over baselines. The findings demonstrate the feasibility and impact of end-to-end, language-guided AutoML for CV tasks, with open-source release planned to foster community development and evaluation.
Abstract
Automated machine learning (AutoML) is a collection of techniques designed to automate the machine learning development process. While traditional AutoML approaches have been successfully applied in several critical steps of model development (e.g. hyperparameter optimization), there lacks a AutoML system that automates the entire end-to-end model production workflow for computer vision. To fill this blank, we propose a novel request-to-model task, which involves understanding the user's natural language request and execute the entire workflow to output production-ready models. This empowers non-expert individuals to easily build task-specific models via a user-friendly language interface. To facilitate development and evaluation, we develop a new experimental platform called AutoMMLab and a new benchmark called LAMP for studying key components in the end-to-end request-to-model pipeline. Hyperparameter optimization (HPO) is one of the most important components for AutoML. Traditional approaches mostly rely on trial-and-error, leading to inefficient parameter search. To solve this problem, we propose a novel LLM-based HPO algorithm, called HPO-LLaMA. Equipped with extensive knowledge and experience in model hyperparameter tuning, HPO-LLaMA achieves significant improvement of HPO efficiency. Dataset and code are available at https://github.com/yang-ze-kang/AutoMMLab.
