paper-with-me

Papers

Memory-Efficient Differentiable Transformer Architecture Search

2021-05-31 · Findings (ACL) 2021 8 · Yuekai Zhao, Li Dong, Yelong Shen, Zhihua Zhang, Furu Wei, Weizhu Chen

Differentiable architecture search (DARTS) is successfully applied in many vision tasks. However, directly using DARTS for Transformers is memory-intensive, which renders the search process infeasible. To this end, we propose a multi-split reversible network and combine it with DARTS. Specifically, we devise a backpropagation-with-reconstruction algorithm so that we only need to store the last layer's outputs. By relieving the memory burden for DARTS, it allows us to search with larger hidden size and more candidate operations. We evaluate the searched architecture on three sequence-to-sequence datasets, i.e., WMT'14 English-German, WMT'14 English-French, and WMT'14 English-Czech. Experimental results show that our network consistently outperforms standard Transformers across the tasks. Moreover, our method compares favorably with big-size Evolved Transformers, reducing search computation by an order of magnitude.

📄 PDF Abstract BibTeX arXiv:2105.14669

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…

Similar Papers 제목 키워드 기반

Transformers are Stateless Differentiable Neural Computers

2026-02-27 · Bo Tang, Weiwei Xie arxiv

Differentiable Neural Computers (DNCs) were introduced as recurrent architectures equipped with an addressable external memory supporting differentiable read and write operations. Transformers, in contrast, are nominally…

DASViT: Differentiable Architecture Search for Vision Transformer

2025-07-17 · Pengjin Wu, Ferrante Neri, ZhenHua Feng

Designing effective neural networks is a cornerstone of deep learning, and Neural Architecture Search (NAS) has emerged as a powerful tool for automating this process. Among the existing NAS approaches, Differentiable Ar…

Evolutionary AlgorithmsNeural Architecture Search

Efficient Differentiable Neural Architecture Search with Model Parallelism

2021-01-01 · Yi-Wei Chen, Qingquan Song, Xia Hu

Neural architecture search (NAS) automatically designs effective network architectures. Differentiable NAS with supernets that encompass all potential architectures in a large graph cuts down search overhead to few GPU d…

GPUmodelNeural Architecture Search

Differentiable Random Access Memory using Lattices

2021-07-07 · Adam P. Goucher, Rajan Troll

We introduce a differentiable random access memory module with $O(1)$ performance regardless of size, scaling to billions of entries. The design stores entries on points of a chosen lattice to calculate nearest neighbour…

Language Modelling

Mutually-aware Sub-Graphs Differentiable Architecture Search

2021-07-09 · Haoxian Tan, Sheng Guo, Yujie Zhong, Matthew R. Scott 외

Differentiable architecture search is prevalent in the field of NAS because of its simplicity and efficiency, where two paradigms, multi-path algorithms and single-path methods, are dominated. Multi-path framework (e.g. …