paper-with-me

Papers

NASOA: Towards Faster Task-oriented Online Fine-tuning

2021-01-01 · Hang Xu, Ning Kang, Gengwei Zhang, Xiaodan Liang, Zhenguo Li

Fine-tuning from pre-trained ImageNet models has been a simple, effective, and popular approach for various computer vision tasks. The common practice of fine-tuning is to adopt a default hyperparameter setting with a fixed pre-trained model, while both of them are not optimized for specific tasks and time constraints. Moreover, in cloud computing or GPU clusters where the tasks arrive sequentially in a stream, faster online fine-tuning is a more desired and realistic strategy for saving money, energy consumption, and CO2 emission. In this paper, we propose a joint Neural Architecture Search and Online Adaption framework named NASOA towards a faster task-oriented fine-tuning upon the request of users. Specifically, NASOA first adopts an offline NAS to identify a group of training-efficient networks to form a pretrained model zoo. We propose a novel joint block and macro-level search space to enable a flexible and efficient search. Then, by estimating fine-tuning performance via an adaptive model by accumulating experience from the past tasks, an online schedule generator is proposed to pick up the most suitable model and generate a personalized training regime with respect to each desired task in a one-shot fashion. The resulting model zoo is more training efficient than SOTA NAS models, e.g. 6x faster than RegNetY-16GF, and 1.7x faster than EfficientNetB3. Experiments on multiple datasets also show that NASOA achieves much better fine-tuning results, i.e. improving around 2.1% accuracy than the best performance in RegNet series under various time constraints and tasks; 40x faster compared to the BOHB method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cloud ComputingGPUNeural Architecture Search

Similar Papers 제목 키워드 기반

NASOA: Towards Faster Task-oriented Online Fine-tuning with a Zoo of Models

2021-08-07 · ICCV 2021 10 · Hang Xu, Ning Kang, Gengwei Zhang, Chuanlong Xie 외

Fine-tuning from pre-trained ImageNet models has been a simple, effective, and popular approach for various computer vision tasks. The common practice of fine-tuning is to adopt a default hyperparameter setting with a fi…

Cloud ComputingGPUNeural Architecture Search

A Low Complexity Block-oriented Functional Link Adaptive Filtering Algorithm

2023-10-16 · Pavankumar Ganjimala, Subrahmanyam Mula

The high computation complexity of nonlinear adaptive filtering algorithms poses significant challenges at the hardware implementation level. In order to tackle the computational complexity problem, this paper proposes a…

Oriented Object Detection with Transformer

2021-06-06 · Teli Ma, Mingyuan Mao, Honghui Zheng, Peng Gao 외

Object detection with Transformers (DETR) has achieved a competitive performance over traditional detectors, such as Faster R-CNN. However, the potential of DETR remains largely unexplored for the more challenging task o…

Objectobject-detectionObject DetectionOriented Object Detection

Optimal Control Mesh

2012-10-24 · World Congress on Engineering and Computer Science 2012 2012 10 · Peter Taraba

We present a novel algorithm for optimal control of nonlinear systems, which creates control function over a mesh on a region of interest. The algorithm presented in this paper is an alternative to a set-oriented approac…

A Prompt Learning Framework for Source Code Summarization

2023-12-26 · Tingting Xu, Yun Miao, Chunrong Fang, Hanwei Qian 외

(Source) code summarization is the task of automatically generating natural language summaries (also called comments) for given code snippets. Recently, with the successful application of large language models (LLMs) in …

Code SummarizationFew-Shot Learningparameter-efficient fine-tuningPrompt Learning+2