paper-with-me

Papers

Parallel Layer Normalization for Universal Approximation

2025-05-19 · Yunhao Ni, Yuhe Liu, Wenxin Sun, Yitong Tang, Yuxin Guo, Peilin Feng, Wenjun Wu, Lei Huang

Universal approximation theorem (UAT) is a fundamental theory for deep neural networks (DNNs), demonstrating their powerful representation capacity to represent and approximate any function. The analyses and proofs of UAT are based on traditional network with only linear and nonlinear activation functions, but omitting normalization layers, which are commonly employed to enhance the training of modern networks. This paper conducts research on UAT of DNNs with normalization layers for the first time. We theoretically prove that an infinitely wide network -- composed solely of parallel layer normalization (PLN) and linear layers -- has universal approximation capacity. Additionally, we investigate the minimum number of neurons required to approximate $L$-Lipchitz continuous functions, with a single hidden-layer network. We compare the approximation capacity of PLN with traditional activation functions in theory. Different from the traditional activation functions, we identify that PLN can act as both activation function and normalization in deep neural networks at the same time. We also find that PLN can improve the performance when replacing LN in transformer architectures, which reveals the potential of PLN used in neural architectures.

📄 PDF Abstract BibTeX arXiv:2505.13142

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Dynamic Universal Approximation Theory: Foundations for Parallelism in Neural Networks

2024-07-31 · Wei Wang, Qing Li

Neural networks are increasingly evolving towards training large models with big data, a method that has demonstrated superior performance across many tasks. However, this approach introduces an urgent problem: current d…

Deep Learning

Algorithmic Foundations of Deep Learning: Complexity-Theoretic Rates and a Characterization of Universal Approximation

2026-06-25 · Anastasis Kratsios, Simone Brugiapaglia, Bum Jun Kim, Gregory Cousins 외 arxiv

Feedforward neural network (NN) expressivity is typically studied by emulating optimal basis-expansion schemes. While powerful, this perspective is incomplete: it primarily captures complexity through regularity, and the…

NN-LUT: Neural Approximation of Non-Linear Operations for Efficient Transformer Inference

2021-12-03 · Joonsang Yu, Junki Park, Seongmin Park, Minsoo Kim 외

Non-linear operations such as GELU, Layer normalization, and Softmax are essential yet costly building blocks of Transformer models. Several prior works simplified these operations with look-up tables or integer computat…

The Mathematical Relationship Between Layer Normalization and Dynamic Activation Functions

2025-03-27 · Felix Stollenwerk

A recent paper proposes Dynamic Tanh (DyT) as a drop-in replacement for layer normalization (LN). Although the method is empirically well-motivated and appealing from a practical point of view, it lacks a theoretical fou…

TeamFormer: Shallow Parallel Transformers with Progressive Approximation

2025-10-17 · Wei Wang, Xiao-Yong Wei, Qing Li arxiv

The widespread 'deeper is better' philosophy has driven the creation of architectures like ResNet and Transformer, which achieve high performance by stacking numerous layers. However, increasing model depth comes with ch…

Model Compression