paper-with-me

홈 › Papers

From Scaling to Structured Expressivity: Rethinking Transformers for CTR Prediction

2025-11-15 · Bencheng Yan, Yuejie Lei, Zhiyuan Zeng, Zheye Deng, Di Wang, Kaiyi Lin, Pengjie Wang, Chuan Yu, Jian Xu, Bo Zheng arxiv

Despite massive investments in scale, deep models for click-through rate (CTR) prediction often exhibit rapidly diminishing returns -- a stark contrast to the {predictable scaling laws} seen in large language models (LLMs). We identify the root cause as a {fundamental} \textit{structural misalignment}: {standard} Transformers assume sequential compositionality, whereas CTR data demand combinatorial reasoning over {heterogeneous} fields. To restore alignment, we introduce the \textbf{Field-Aware Transformer (FAT)}. {By reconstructing the standard Transformer block with field-centric parameters, FAT achieves \textit{structured expressivity}, {fundamentally shifting the model complexity dependence from the total vocabulary size $n$ with the number of fields $F$ ($n \gg F$).}} Crucially, to decouple model capacity from field cardinality, FAT employs a {Basis-Composed Hypernetwork} to synthesize field-specific parameters from shared bases, further reducing parameter complexity. {Theoretically, we ground this scaling behavior through a formal scaling law based on Rademacher complexity. Empirically, FAT outperforms exisiting state-of-the-art methods with up to \textbf{+4.38\%} AUC improvement, and delivers \textbf{+2.33\%} CTR and \textbf{+0.66\%} RPM in live production.} Our work establishes that scalable recommendation arises not from size alone, but from \textit{structured expressivity} -- architectural coherence with data semantics.

📄 PDF Abstract BibTeX arXiv:2511.12081

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Expressive Power of Low Precision Softmax Transformers with (Summarized) Chain-of-Thought

2026-05-18 · Moritz Brösamle, Stephan Eckstein arxiv

Existing expressivity results for transformers typically rely on hardmax attention, high precision, and other architectural modifications that disconnect them from the models used in practice. We bridge this gap by analy…

On the Expressivity Role of LayerNorm in Transformers' Attention

2023-05-04 · Shaked Brody, Uri Alon, Eran Yahav

Layer Normalization (LayerNorm) is an inherent component in all Transformer-based models. In this paper, we show that LayerNorm is crucial to the expressivity of the multi-head attention layer that follows it. This is in…

Language ModelingLanguage Modelling

A Little Depth Goes a Long Way: The Expressive Power of Log-Depth Transformers

2025-03-05 · William Merrill, Ashish Sabharwal

Recent theoretical results show transformers cannot express sequential reasoning problems over long inputs, intuitively because their computational depth is bounded. However, prior work treats the depth as a constant, le…

Nexusformer: Nonlinear Attention Expansion for Stable and Inheritable Transformer Scaling

2026-04-21 · Weijie Zhao, Mingquan Liu, Bolun Wang, Simo Wu 외 arxiv

Scaling Transformers typically necessitates training larger models from scratch, as standard architectures struggle to expand without discarding learned representations. We identify the primary bottleneck in the attentio…

Rethinking Generative Image Pretraining: How Far Are We From Scaling Up Next-Pixel Prediction?

2025-11-11 · Xinchen Yan, Chen Liang, Lijun Yu, Adams Wei Yu 외 arxiv

This paper investigates the scaling properties of autoregressive next-pixel prediction, a simple, end-to-end yet under-explored framework for unified vision models. Starting with images at resolutions of 32x32, we train …

Image ClassificationImage Generation