paper-with-me

Papers

TransNAS-Bench-101: Improving Transferrability and Generalizability of Cross-Task Neural Architecture Search

2021-01-01 · Yawen Duan, Xin Chen, Hang Xu, Zewei Chen, Xiaodan Liang, Tong Zhang, Zhenguo Li

Recent breakthroughs of Neural Architecture Search (NAS) are extending the field's research scope towards a broader range of vision tasks and more diversified search spaces. While existing NAS methods mostly design architectures on one single task, algorithms that look beyond single-task search are surging to pursue a more efficient and universal solution across various tasks. Many of them leverage transfer learning and seek to preserve, reuse, and refine network design knowledge to achieve higher efficiency in future tasks. However, the huge computational cost and experiment complexity of cross-task NAS are imposing barriers for valuable research in this direction. Existing transferrable NAS algorithms are also based on different settings, e.g., datasets and search spaces, which raises concerns on performance comparability. Although existing NAS benchmarks provided some solutions, they all focus on one single type of vision task, i.e., classification. In this work, we propose TransNAS-Bench-101, a benchmark containing network performance across 7 tasks, covering classification, regression, pixel-level prediction, and self-supervised tasks. This diversity provides opportunities to transfer NAS methods among the tasks, and allows for more complex transfer schemes to evolve. We explore two fundamentally different types of search spaces: cell-level search space and macro-level search space. With 7,352 backbones evaluated on 7 tasks, 51,464 trained models with detailed training information are provided. Generating this benchmark takes about 193,760 GPU hours, which is equivalent to 22.12 years of computation on a single Nvidia V100 GPU. Analysis of 4 benchmark transfer schemes highlights that: (1) Direct deployment of both architectures and policies can easily lead to negative transfer unless guided by carefully designed mechanisms. (2) Evolutionary methods' role in transferrable NAS might be overlooked in the past. (3) It is a valid challenge for NAS algorithms to perform well across tasks and search spaces consistently. We also provide our suggestions for future research along with the analysis. With TransNAS-Bench-101, we hope to encourage the advent of exceptional NAS algorithms that raise cross-task search efficiency and generalizability to the next level.

📄 PDF Abstract BibTeX

Code (2)

kmdanielduan/TransNASBench pytorch
mindspore-ai/models/tree/master/research/cv/DDM mindspore

Tasks

GPUNeural Architecture SearchTransfer Learning

Similar Papers 제목 키워드 기반

TransNAS-Bench-101: Improving Transferability and Generalizability of Cross-Task Neural Architecture Search

2021-05-25 · CVPR 2021 1 · Yawen Duan, Xin Chen, Hang Xu, Zewei Chen 외

Recent breakthroughs of Neural Architecture Search (NAS) extend the field's research scope towards a broader range of vision tasks and more diversified search spaces. While existing NAS methods mostly design architecture…

Neural Architecture SearchTransfer Learning

TransNAS-TSAD: Harnessing Transformers for Multi-Objective Neural Architecture Search in Time Series Anomaly Detection

2023-11-29 · Ijaz Ul Haq, Byung Suk Lee, Donna M. Rizzo

The surge in real-time data collection across various industries has underscored the need for advanced anomaly detection in both univariate and multivariate time series data. This paper introduces TransNAS-TSAD, a framew…

Anomaly DetectionComputational EfficiencyEfficient ExplorationNeural Architecture Search+2

Are Neural Architecture Search Benchmarks Well Designed? A Deeper Look Into Operation Importance

2023-03-29 · Vasco Lopes, Bruno Degardin, Luís A. Alexandre

Neural Architecture Search (NAS) benchmarks significantly improved the capability of developing and comparing NAS methods while at the same time drastically reduced the computational overhead by providing meta-informatio…

Neural Architecture Search

Graph Contrastive Learning with Augmentations

2020-10-22 · NeurIPS 2020 12 · Yuning You, Tianlong Chen, Yongduo Sui, Ting Chen 외

Generalizable, transferrable, and robust representation learning on graph-structured data remains a challenge for current graph neural networks (GNNs). Unlike what has been developed for convolutional neural networks (CN…

Contrastive LearningRepresentation LearningSelf-Supervised LearningTransfer Learning

RL Grokking Recipe: How Does RL Unlock and Transfer New Algorithms in LLMs?

2025-09-25 · Yiyou Sun, Yuhan Cao, Pohao Huang, Haoyue Bai 외 arxiv

It remains an open question whether LLMs can acquire or generalize genuinely new reasoning strategies, beyond the sharpened skills encoded in their parameters during pre-training or post-training. To attempt to answer th…

Reinforcement Learning