← Search

Clayton Sanford

11 accepted papers

2025

Best of Both Worlds: Advantages of Hybrid Graph Sequence Models

ICML 2025poster

Modern sequence models (e.g., Transformers and linear RNNs) emerged as dominant backbones of recent deep learning frameworks, mainly due to their efficiency, representational power, and/or ability to capture long-range dependencies. Recently, adopting these sequence models for graph-structured data…

Cited by 2SourcePDFScholar
2025

Depth-Width Tradeoffs for Transformers on Graph Tasks

NeurIPS 2025spotlight

Transformers have revolutionized the field of machine learning. In particular, they can be used to solve complex algorithmic problems, including graph-based tasks. In such algorithmic tasks a key question is what is the minimal size of a transformer that can implement the task. Recent work has begun…

Cited by 0SourceScholar
2025

Fast attention mechanisms: a tale of parallelism

NeurIPS 2025poster

Transformers have the representational capacity to simulate Massively Parallel Computation (MPC) algorithms, but they suffer from quadratic time complexity, which severely limits their scalability. We introduce an efficient attention mechanism called Approximate Nearest Neighbor Attention (ANNA) wit…

Cited by 0SourceScholar
2025

When Do Transformers Outperform Feedforward and Recurrent Networks? A Statistical Perspective

NeurIPS 2025poster

Theoretical efforts to prove advantages of Transformers in comparison with classical architectures such as feedforward and recurrent neural networks have mostly focused on representational power. In this work, we take an alternative perspective and prove that even with infinite compute, feedforward…

Cited by 0SourcecodeScholar
2024

Transformers, parallel computation, and logarithmic depth

ICML 2024spotlight

We show that a constant number of self-attention layers can efficiently simulate—and be simulated by—a constant number of communication rounds of *Massively Parallel Computation*. As a consequence, we show that logarithmic-depth is sufficient for transformers to solve basic computational tasks that…

2024

Understanding Transformer Reasoning Capabilities via Graph Algorithms

NeurIPS 2024poster

Which transformer scaling regimes are able to perfectly solve different classes of algorithmic problems? While tremendous empirical advances have been attained by transformer-based neural networks, a theoretical understanding of their algorithmic reasoning capabilities in realistic parameter regim…

Cited by 23SourcePDFScholar
2022

Learning single-index models with shallow neural networks

NeurIPS 2022accept

Single-index models are a class of functions given by an unknown univariate ``link'' function applied to an unknown one-dimensional projection of the input. These models are particularly relevant in high dimension, when the data might present low-dimensional structure that learning algorithms should…

Cited by 102SourcePDFScholar
2022

On Scrambling Phenomena for Randomly Initialized Recurrent Networks

NeurIPS 2022accept

Recurrent Neural Networks (RNNs) frequently exhibit complicated dynamics, and their sensitivity to the initialization process often renders them notoriously hard to train. Recent works have shed light on such phenomena analyzing when exploding or vanishing gradients may occur, either of which is det…

2021

Support vector machines and linear regression coincide with very high-dimensional features

NeurIPS 2021poster

The support vector machine (SVM) and minimum Euclidean norm least squares regression are two fundamentally different approaches to fitting linear models, but they have recently been connected in models for very high-dimensional data through a phenomenon of support vector proliferation, where every t…