paper-with-me

Papers

Escaping mediocrity: how two-layer networks learn hard generalized linear models with SGD

2023-05-29 · Luca Arnaboldi, Florent Krzakala, Bruno Loureiro, Ludovic Stephan

This study explores the sample complexity for two-layer neural networks to learn a generalized linear target function under Stochastic Gradient Descent (SGD), focusing on the challenging regime where many flat directions are present at initialization. It is well-established that in this scenario $n=O(d \log d)$ samples are typically needed. However, we provide precise results concerning the pre-factors in high-dimensional contexts and for varying widths. Notably, our findings suggest that overparameterization can only enhance convergence by a constant factor within this problem class. These insights are grounded in the reduction of SGD dynamics to a stochastic process in lower dimensions, where escaping mediocrity equates to calculating an exit time. Yet, we demonstrate that a deterministic approximation of this process adequately represents the escape time, implying that the role of stochasticity may be minimal in this scenario.

📄 PDF Abstract BibTeX arXiv:2305.18502

Code (2)

idephics/escapingmediocrity 공식 구현
idephics/dimensionlessdynamicssgd

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Evade the Trap of Mediocrity: Promoting Diversity and Novelty in Text Generation via Concentrating Attention

2022-11-14 · Wenhao Li, Xiaoyuan Yi, Jinyi Hu, Maosong Sun 외

Recently, powerful Transformer architectures have proven superior in generating high-quality sentences. Nevertheless, these models tend to produce dull high-frequency phrases, severely hurting the diversity and novelty o…

AttributeDiversityText Generation

Galton's Law of Mediocrity: Why Large Language Models Regress to the Mean and Fail at Creativity in Advertising

2025-09-30 · Matt Keon, Aabid Karim, Bhoomika Lohana, Abdul Karim 외 arxiv

Large language models (LLMs) generate fluent text yet often default to safe, generic phrasing, raising doubts about their ability to handle creativity. We formalize this tendency as a Galton-style regression to the mean …

Structural Role Injection in Handlebars-Templated LLM Prompts: Triple-Brace Interpolation, Delimiter Family, and the Limits of HTML Auto-Escaping

2026-06-16 · Mohammadreza Rashidi arxiv

Large language model applications build prompts from templates, and Handlebars is a widely used templating engine and the default prompt-template format in Microsoft Semantic Kernel. Its double-brace {x} expression HTML-…

Mediocrity is the key for LLM as a Judge Anchor Selection

2026-03-17 · Shachar Don-Yehiya, Asaf Yehudai, Leshem Choshen, Omri Abend arxiv

The ``LLM-as-a-judge'' paradigm has become a standard method for evaluating open-ended generation. To address the quadratic scalability costs of pairwise comparisons, popular benchmarks like Arena-Hard and AlpacaEval com…

Breadth-First Search vs. Restarting Random Walks for Escaping Uninformed Heuristic Regions

2025-11-12 · Daniel Platnick, Dawson Tomasz, Eamon Earl, Sourena Khanzadeh 외 arxiv

Greedy search methods like Greedy Best-First Search (GBFS) and Enforced Hill-Climbing (EHC) often struggle when faced with Uninformed Heuristic Regions (UHRs) like heuristic local minima or plateaus. In this work, we the…