layer-normalization

Tag

Cards List
#layer-normalization

In-context learning of closed form solution to simple linear regression task using transformer with linear self-attention

arXiv cs.LG · 2026-07-20 Cached

This paper constructs a transformer with linear self-attention that performs in-context learning of the closed-form least squares solution for simple linear regression, using layer normalization to approximate the analytical solution rather than gradient descent.

0 favorites 0 likes
#layer-normalization

PostDeg: Placement Beats Parameterization in LayerNorm GNNs

arXiv cs.LG · 2026-06-15 Cached

This paper identifies that in LayerNorm-based GNNs, positive per-node scalars like node degree are erased when placed before LayerNorm but survive after LayerNorm. The authors propose PostDeg, a parameter-free post-LayerNorm inverse-degree scale, achieving significant gains on influence maximization, network dismantling, and maximum independent set tasks.

0 favorites 0 likes
#layer-normalization

The Curse of Depth in Large Language Models

Lobsters Hottest · 2026-06-13 Cached

This paper introduces the Curse of Depth in LLMs, where deep layers become ineffective due to Pre-Layer Normalization causing output variance explosion. The authors propose LayerNorm Scaling to mitigate this, showing consistent improvements in pre-training and fine-tuning across model sizes up to 7B.

0 favorites 0 likes
← Back to home

Submit Feedback