paper-with-me

홈 › Papers

DASH: Fast Differentiable Architecture Search for Hybrid Attention in Minutes on a Single GPU

2026-05-20 · Weizhe Chen, Miao Zhang, Junpeng Jiang, Yaping Li, Weili Guan, Liqiang Nie arxiv

Hybrid attention architectures are becoming an increasingly important paradigm for improving LLM inference efficiency while preserving model quality, making hybrid architecture design a central problem. Existing designs often rely on manual empirical rules or proxy-based selector signals for layer-wise operator allocation. Recent NAS-style systems such as Jet-Nemotron demonstrate the promise of automated hybrid architecture search. However, Jet-Nemotron's PostNAS search stages alone use 200B tokens, making such search pipelines difficult to use as routine methods for hybrid architecture design. We introduce DASH, a fast differentiable search framework for hybrid attention architecture design, which relaxes discrete layer-wise attention operator placement into continuous architecture logits, prepares reusable teacher-aligned linear candidates, and performs architecture-only search with model and operator weights frozen to significantly enhance search efficiency. On Qwen2.5-3B-Instruct, DASH consistently outperforms a comprehensive suite of existing selector-style hybrid attention design baselines, showing that direct differentiable search can discover stronger hybrid architectures. Moreover, DASH achieves stronger RULER performance than released Jet-Nemotron models while remaining competitive on overlapping short-context and general benchmarks. Notably, each DASH search run uses only 12.3M tokens and takes about 20 minutes on a single RTX Pro 6000 GPU, corresponding to merely 0.006% of the PostNAS search tokens reported by Jet-Nemotron. These results suggest that high-quality hybrid attention architectures can be obtained through minutes-level differentiable search, providing a promising direction for hybrid architecture design.

📄 PDF Abstract BibTeX arXiv:2605.20936

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Architecture Search for Diverse Tasks

2022-04-15 · Junhong Shen, Mikhail Khodak, Ameet Talwalkar

While neural architecture search (NAS) has enabled automated machine learning (AutoML) for well-researched areas, its application to tasks beyond computer vision is still under-explored. As less-studied domains are preci…

AutoMLNeural Architecture SearchProtein Folding

DashAttention: Differentiable and Adaptive Sparse Hierarchical Attention

2026-05-18 · Yuxiang Huang, Nuno M. T. Gonçalves, Federico Alvetreti, Lei Li 외 arxiv

Current hierarchical attention methods, such as NSA and InfLLMv2, select the top-k relevant key-value (KV) blocks based on coarse attention scores and subsequently apply fine-grained softmax attention on the selected tok…

Differentiable Architecture Search for Adversarially Robust Quantum Computer Vision

2026-01-26 · Mohamed Afane, Quanjiang Long, Haoting Shen, Ying Mao 외 arxiv

Current quantum neural networks suffer from extreme sensitivity to both adversarial perturbations and hardware noise, creating a significant barrier to real-world deployment. Existing robustness techniques typically sacr…

Computational Efficiency

DARTS: Differentiable Architecture Search

2018-06-24 · ICLR 2019 5 · Hanxiao Liu, Karen Simonyan, Yiming Yang

This paper addresses the scalability challenge of architecture search by formulating the task in a differentiable manner. Unlike conventional approaches of applying evolution or reinforcement learning over a discrete and…

General Classificationimage-classificationImage ClassificationLanguage Modeling+5

Pretrained Hybrids with MAD Skills

2024-06-02 · Nicholas Roberts, Samuel Guo, Zhiqi Gao, Satya Sai Srinath Namburi GNVV 외

While Transformers underpin modern large language models (LMs), there is a growing list of alternative architectures with new capabilities, promises, and tradeoffs. This makes choosing the right LM architecture challengi…

MambaNeural Architecture SearchState Space Models