paper-with-me

Papers

NN-Former: Rethinking Graph Structure in Neural Architecture Representation

2025-07-01 · Ruihan Xu, Haokui Zhang, Yaowei Wang, Wei Zeng, Shiliang Zhang arxiv

The growing use of deep learning necessitates efficient network design and deployment, making neural predictors vital for estimating attributes such as accuracy and latency. Recently, Graph Neural Networks (GNNs) and transformers have shown promising performance in representing neural architectures. However, each of both methods has its disadvantages. GNNs lack the capabilities to represent complicated features, while transformers face poor generalization when the depth of architecture grows. To mitigate the above issues, we rethink neural architecture topology and show that sibling nodes are pivotal while overlooked in previous research. We thus propose a novel predictor leveraging the strengths of GNNs and transformers to learn the enhanced topology. We introduce a novel token mixer that considers siblings, and a new channel mixer named bidirectional graph isomorphism feed-forward network. Our approach consistently achieves promising performance in both accuracy and latency prediction, providing valuable insights for learning Directed Acyclic Graph (DAG) topology. The code is available at https://github.com/XuRuihan/NNFormer.

📄 PDF Abstract BibTeX arXiv:2507.00880

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NN-Former: Rethinking Graph Structure in Neural Architecture Representation

2025-01-01 · CVPR 2025 1 · Ruihan Xu, Haokui Zhang, YaoWei Wang, Wei Zeng 외

The growing use of deep learning necessitates efficient network design and deployment, making neural predictors vital for estimating attributes such as accuracy and latency. Recently, Graph Neural Networks (GNNs) and…

NAR-Former V2: Rethinking Transformer for Universal Neural Network Representation Learning

2023-06-19 · NeurIPS 2023 11 · Yun Yi, Haokui Zhang, Rong Xiao, Nannan Wang 외

As more deep learning models are being applied in real-world applications, there is a growing need for modeling and learning the representations of neural networks themselves. An efficient representation can be used to p…

Graph Neural NetworkRepresentation Learning

Rethinking Batch Sample Relationships for Data Representation: A Batch-Graph Transformer based Approach

2022-11-19 · Xixi Wang, Bo Jiang, Xiao Wang, Bin Luo

Exploring sample relationships within each mini-batch has shown great potential for learning image representations. Existing works generally adopt the regular Transformer to model the visual content relationships, ignori…

Metric Learning

Rethinking Graph Transformers with Spectral Attention

2021-06-07 · NeurIPS 2021 12 · Devin Kreuzer, Dominique Beaini, William L. Hamilton, Vincent Létourneau 외

In recent years, the Transformer architecture has proven to be very successful in sequence processing, but its application to other data structures, such as graphs, has remained limited due to the difficulty of properly …

GL-Fusion: Rethinking the Combination of Graph Neural Network and Large Language model

2024-12-08 · Haotong Yang, Xiyuan Wang, Qian Tao, Shuxian Hu 외

Recent research on integrating Large Language Models (LLMs) with Graph Neural Networks (GNNs) typically follows two approaches: LLM-centered models, which convert graph data into tokens for LLM processing, and GNN-center…

Graph Neural NetworkLanguage ModelingLanguage ModellingLarge Language Model