paper-with-me

홈 › Papers

Foundation Transformers

2022-10-12 · Hongyu Wang, Shuming Ma, Shaohan Huang, Li Dong, Wenhui Wang, Zhiliang Peng, Yu Wu, Payal Bajaj, Saksham Singhal, Alon Benhaim, Barun Patra, Zhun Liu, Vishrav Chaudhary, Xia Song, Furu Wei

A big convergence of model architectures across language, vision, speech, and multimodal is emerging. However, under the same name "Transformers", the above areas use different implementations for better performance, e.g., Post-LayerNorm for BERT, and Pre-LayerNorm for GPT and vision Transformers. We call for the development of Foundation Transformer for true general-purpose modeling, which serves as a go-to architecture for various tasks and modalities with guaranteed training stability. In this work, we introduce a Transformer variant, named Magneto, to fulfill the goal. Specifically, we propose Sub-LayerNorm for good expressivity, and the initialization strategy theoretically derived from DeepNet for stable scaling up. Extensive experiments demonstrate its superior performance and better stability than the de facto Transformer variants designed for various applications, including language modeling (i.e., BERT, and GPT), machine translation, vision pretraining (i.e., BEiT), speech recognition, and multimodal pretraining (i.e., BEiT-3).

📄 PDF Abstract BibTeX arXiv:2210.06423

Code (4)

microsoft/unilm 공식 구현 pytorch
fkodom/dilated-attention-pytorch pytorch
microsoft/torchscale pytorch
qwopqwop200/Magneto-pytorch pytorch

Tasks

Language ModelingLanguage ModellingMachine TranslationSpeech Recognition

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Foundation Models and Transformers for Anomaly Detection: A Survey

2025-07-21 · Mouïn Ben Ammar, Arturo Mendoza, Nacim Belkhir, Antoine Manzanera 외 arxiv

In line with the development of deep learning, this survey examines the transformative role of Transformers and foundation models in advancing visual anomaly detection (VAD). We explore how these architectures, with thei…

Anomaly Detection

Machine learning of microstructure--property relationships in materials leveraging microstructure representation from foundational vision transformers

2025-01-28 · Sheila E. Whitman, Marat I. Latypov

Machine learning of microstructure--property relationships from data is an emerging approach in computational materials science. Most existing machine learning efforts focus on the development of task-specific models for…

Do Transformers Encode a Foundational Ontology? Probing Abstract Classes in Natural Language

2022-01-25 · Mael Jullien, Marco Valentino, Andre Freitas

With the methodological support of probing (or diagnostic classification), recent studies have demonstrated that Transformers encode syntactic and semantic information to some extent. Following this line of research, thi…

Diagnostic

Transformers for Learning on Noisy and Task-Level Manifolds: Approximation and Generalization Insights

2025-05-06 · Zhaiming Shen, Alex Havrilla, Rongjie Lai, Alexander Cloninger 외

Transformers serve as the foundational architecture for large language and video generation models, such as GPT, BERT, SORA and their successors. Empirical studies have demonstrated that real-world data and learning task…

Video Generation

HyperCore: The Core Framework for Building Hyperbolic Foundation Models with Comprehensive Modules

2025-04-11 · Neil He, Menglin Yang, Rex Ying

Hyperbolic neural networks have emerged as a powerful tool for modeling hierarchical data across diverse modalities. Recent studies show that token distributions in foundation models exhibit scale-free properties, sugges…

RAG