paper-with-me

홈 › Papers

CATE: Computation-aware Neural Architecture Encoding with Transformers

2021-02-14 · Shen Yan, Kaiqiang Song, Fei Liu, Mi Zhang

Recent works (White et al., 2020a; Yan et al., 2020) demonstrate the importance of architecture encodings in Neural Architecture Search (NAS). These encodings encode either structure or computation information of the neural architectures. Compared to structure-aware encodings, computation-aware encodings map architectures with similar accuracies to the same region, which improves the downstream architecture search performance (Zhang et al., 2019; White et al., 2020a). In this work, we introduce a Computation-Aware Transformer-based Encoding method called CATE. Different from existing computation-aware encodings based on fixed transformation (e.g. path encoding), CATE employs a pairwise pre-training scheme to learn computation-aware encodings using Transformers with cross-attention. Such learned encodings contain dense and contextualized computation information of neural architectures. We compare CATE with eleven encodings under three major encoding-dependent NAS subroutines in both small and large search spaces. Our experiments show that CATE is beneficial to the downstream search, especially in the large search space. Moreover, the outside search space experiment demonstrates its superior generalization ability beyond the search space on which it was trained. Our code is available at: https://github.com/MSU-MLSys-Lab/CATE.

📄 PDF Abstract BibTeX arXiv:2102.07108

Code (1)

MSU-MLSys-Lab/CATE 공식 구현 pytorch

Tasks

AutoMLNeural Architecture SearchRepresentation LearningUnsupervised Pre-training

Similar Papers 제목 키워드 기반

Todyformer: Towards Holistic Dynamic Graph Transformers with Structure-Aware Tokenization

2024-02-02 · Mahdi Biparva, Raika Karimi, Faezeh Faez, Yingxue Zhang

Temporal Graph Neural Networks have garnered substantial attention for their capacity to model evolving structural and temporal patterns while exhibiting impressive performance. However, it is known that these architectu…

Multilingual Extraction and Categorization of Lexical Collocations with Graph-aware Transformers

2022-05-23 · *SEM (NAACL) 2022 7 · Luis Espinosa-Anke, Alexander Shvets, Alireza Mohammadshahi, James Henderson 외

Recognizing and categorizing lexical collocations in context is useful for language learning, dictionary compilation and downstream NLP. However, it is a challenging task due to the varying degrees of frozenness lexical …

Fusion Matters: Length-Aware Analysis of Positional-Encoding Fusion in Transformers

2026-01-09 · Mohamed Amine Hallam, Kuo-Kun Tseng arxiv

Transformers require positional encodings to represent sequence order, yet most prior work focuses on designing new positional encodings rather than examining how positional information is fused with token embeddings. In…

Text Classification

A Survey of Graph Transformers: Architectures, Theories and Applications

2025-02-23 · Chaohao Yuan, Kangfei Zhao, Ercan Engin Kuruoglu, Liang Wang 외

Graph Transformers (GTs) have demonstrated a strong capability in modeling graph structures by addressing the intrinsic limitations of graph neural networks (GNNs), such as over-smoothing and over-squashing. Recent studi…

Graph LearningSurvey

Enhancing Transformers for Generalizable First-Order Logical Entailment

2025-01-01 · Tianshi Zheng, Jiazheng Wang, ZiHao Wang, Jiaxin Bai 외

Transformers, as a fundamental deep learning architecture, have demonstrated remarkable capabilities in reasoning. This paper investigates the generalizable first-order logical reasoning ability of transformers with thei…

Logical ReasoningOut-of-Distribution Generalization