AdaXpert: Adapting Neural Architecture for Growing Data
Shuaicheng Niu, Jiaxiang Wu, Guanghui Xu, Yifan Zhang, Yong Guo,, Peilin Zhao, Peng Wang, Mingkui Tan

TL;DR
AdaXpert is a method that dynamically adjusts neural network architectures to handle growing data volumes and classes efficiently, ensuring promising performance without unnecessary adjustments.
Contribution
It introduces an architecture adjuster and an adaptation condition to promptly and efficiently adapt models to evolving data distributions.
Findings
Effective in increasing data volume scenario
Improves performance with growing number of classes
Reduces unnecessary architecture adjustments
Abstract
In real-world applications, data often come in a growing manner, where the data volume and the number of classes may increase dynamically. This will bring a critical challenge for learning: given the increasing data volume or the number of classes, one has to instantaneously adjust the neural model capacity to obtain promising performance. Existing methods either ignore the growing nature of data or seek to independently search an optimal architecture for a given dataset, and thus are incapable of promptly adjusting the architectures for the changed data. To address this, we present a neural architecture adaptation method, namely Adaptation eXpert (AdaXpert), to efficiently adjust previous architectures on the growing data. Specifically, we introduce an architecture adjuster to generate a suitable architecture for each data snapshot, based on the previous architecture and the different…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
