paper-with-me

홈 › Papers

Learn Basic Skills and Reuse: Modularized Adaptive Neural Architecture Search (MANAS)

2022-08-23 · Hanxiong Chen, Yunqi Li, He Zhu, Yongfeng Zhang

Human intelligence is able to first learn some basic skills for solving basic problems and then assemble such basic skills into complex skills for solving complex or new problems. For example, the basic skills "dig hole," "put tree," "backfill" and "watering" compose a complex skill "plant a tree". Besides, some basic skills can be reused for solving other problems. For example, the basic skill "dig hole" not only can be used for planting a tree, but also can be used for mining treasures, building a drain, or landfilling. The ability to learn basic skills and reuse them for various tasks is very important for humans because it helps to avoid learning too many skills for solving each individual task, and makes it possible to solve a compositional number of tasks by learning just a few number of basic skills, which saves a considerable amount of memory and computation in the human brain. We believe that machine intelligence should also capture the ability of learning basic skills and reusing them by composing into complex skills. In computer science language, each basic skill is a "module", which is a reusable network of a concrete meaning and performs a specific basic operation. The modules are assembled into a bigger "model" for doing a more complex task. The assembling procedure is adaptive to the input or task, i.e., for a given task, the modules should be assembled into the best model for solving the task. As a result, different inputs or tasks could have different assembled models, which enables Auto-Assembling AI (AAAI). In this work, we propose Modularized Adaptive Neural Architecture Search (MANAS) to demonstrate the above idea. Experiments on different datasets show that the adaptive architecture assembled by MANAS outperforms static global architectures. Further experiments and empirical analysis provide insights to the effectiveness of MANAS.

📄 PDF Abstract BibTeX arXiv:2208.11083

Code (1)

taloncb/manas 공식 구현 pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Adaptive Skills, Adaptive Partitions (ASAP)

2016-02-10 · Daniel J. Mankowitz, Timothy A. Mann, Shie Mannor

We introduce the Adaptive Skills, Adaptive Partitions (ASAP) framework that (1) learns skills (i.e., temporally extended actions or options) as well as (2) where to apply them. We believe that both (1) and (2) are necess…

Lifelong learning

Adaptive Skills Adaptive Partitions (ASAP)

2016-12-01 · NeurIPS 2016 12 · Daniel J. Mankowitz, Timothy A. Mann, Shie Mannor

We introduce the Adaptive Skills, Adaptive Partitions (ASAP) framework that (1) learns skills (i.e., temporally extended actions or options) as well as (2) where to apply them. We believe that both (1) and (2) are necess…

Lifelong learning

ModSkill: Physical Character Skill Modularization

2025-02-19 · Yiming Huang, Zhiyang Dou, Lingjie Liu

Human motion is highly diverse and dynamic, posing challenges for imitation learning algorithms that aim to generalize motor skills for controlling simulated characters. Previous methods typically rely on a universal ful…

Imitation LearningMotion Generation

JailbreakSkill: Scaling Automated Red-Teaming with Reusable and Ever-Evolving Skills

2026-08-17 · Xiaoyu Wen, Jiajia Li, Zhida He, Peng Yu 외 arxiv

Automated red-teaming has produced a growing collection of attack strategies, yet they typically remain scattered across prompts and workflows, making them difficult to systematically integrate, reuse, and improve at sca…

Taming the Beast: Learning to Control Neural Conversational Models

2021-08-24 · Andrea Madotto

This thesis investigates the controllability of deep learning-based, end-to-end, generative dialogue systems in both task-oriented and chit-chat scenarios. In particular, we study the different aspects of controlling gen…

Dialogue State TrackingLanguage ModellingNatural Language UnderstandingTask-Oriented Dialogue Systems+1