← Search

Michael Mahoney

31 accepted papers

2026

LoSA: Locality Aware Sparse Attention in Diffusion Language Models

ICML 2026poster

Block-wise diffusion language models (DLMs) generate multiple tokens in parallel, offering a promising alternative to autoregressive decoding. However, their inference efficiency remains bottlenecked by memory-bound attention in long-context scenarios. Naïve sparse attention is ineffective for DLMs …

Cited by 0SourceScholar
2026

PRISM: Distribution-free Adaptive Computation of Matrix Functions for Accelerating Neural Network Training

ICML 2026poster

Matrix functions such as square root, inverse roots, and orthogonalization play a central role in preconditioned gradient methods for neural network training. This has motivated the development of iterative algorithms that avoid explicit eigendecompositions and rely primarily on matrix multiplicatio…

Cited by 0SourceScholar
2026

Residual Context Diffusion Language Models

ICML 2026poster

Diffusion Large Language Models (dLLMs) have emerged as a promising alternative to purely autoregressive language models because they can decode multiple tokens in parallel. However, state-of-the-art block-wise dLLMs rely on a ``remasking" mechanism that decodes only the most confident tokens and di…

Cited by 0SourceScholar
2026

Reward Under Attack: Analyzing the Robustness and Hackability of Process Reward Models

ICML 2026poster

Process Reward Models (PRMs) are rapidly becoming the backbone of LLM reasoning pipelines, yet we demonstrate that state-of-the-art PRMs are systematically exploitable under optimization pressure. We introduce a three-tiered diagnostic framework that applies increasing adversarial pressure to quanti…

Cited by 0SourceScholar
2026

Unveiling Multi-regime Patterns in SciML: Distinct Failure Modes and Regime-specific Optimization

ICML 2026poster

Neural networks (NNs) trained under different hyperparameters can fall into distinct training ``regimes'', with models in the same regime showing homogeneous properties and models across regimes differing qualitatively. In this paper, we analyze multi-regime patterns in scientific machine learning (…

Cited by 0SourceScholar
2024

LLM2LLM: Boosting LLMs with Novel Iterative Data Enhancement

ACL 2024findings

Pretrained large language models (LLMs) are currently state-of-the-art for solving the vast majority of natural language processing tasks. While many real-world applications still require fine-tuning to reach satisfactory levels of performance, many of them are in the low-data regime, making fine-tu…

2024

NoisyMix: Boosting Model Robustness to Common Corruptions

AISTATS 2024poster

The robustness of neural networks has become increasingly important in real-world applications where stable and reliable performance is valued over simply achieving high predictive accuracy. To address this, data augmentation techniques have been shown to improve robustness against input perturbatio…

2022

AutoIP: A United Framework to Integrate Physics into Gaussian Processes

ICML 2022spotlight

Physical modeling is critical for many modern science and engineering applications. From a data science or machine learning perspective, where more domain-agnostic, data-driven models are pervasive, physical knowledge {—} often expressed as differential equations {—} is valuable in that it is comple…

2022

Fat–Tailed Variational Inference with Anisotropic Tail Adaptive Flows

ICML 2022spotlight

While fat-tailed densities commonly arise as posterior and marginal distributions in robust models and scale mixtures, they present a problematic scenario when Gaussian-based variational inference fails to accurately capture tail decay. We first improve previous theory on tails of Lipschitz flows by…

Cited by 15SourcePDFScholar
2022

GACT: Activation Compressed Training for Generic Network Architectures

ICML 2022spotlight

Training large neural network (NN) models requires extensive memory resources, and Activation Compression Training (ACT) is a promising approach to reduce training memory footprint. This paper presents GACT, an ACT framework to support a broad range of machine learning tasks for generic NN architect…

2022

Generalization Bounds using Lower Tail Exponents in Stochastic Optimizers

ICML 2022spotlight

Despite the ubiquitous use of stochastic optimization algorithms in machine learning, the precise impact of these algorithms and their dynamics on generalization performance in realistic non-convex settings is still poorly understood. While recent work has revealed connections between generalization…

Cited by 24SourcePDFScholar
2022

Neurotoxin: Durable Backdoors in Federated Learning

ICML 2022spotlight

Federated learning (FL) systems have an inherent vulnerability to adversarial backdoor attacks during training due to their decentralized nature. The goal of the attacker is to implant backdoors in the learned model with poisoned updates such that at test time, the model’s outputs can be fixed to a…

2021

ADAHESSIAN: An Adaptive Second Order Optimizer for Machine Learning

AAAI 2021technical

Incorporating second-order curvature information into machine learning optimization algorithms can be subtle, and doing so naïvely can lead to high per-iteration costs associated with forming the Hessian and performing the associated linear system solve. To address this, we introduce ADAHESSIAN, a n…

2021

ActNN: Reducing Training Memory Footprint via 2-Bit Activation Compressed Training

ICML 2021oral

The increasing size of neural network models has been critical for improvements in their accuracy, but device memory is not growing at the same rate. This creates fundamental challenges for training neural networks within limited memory environments. In this work, we propose ActNN, a memory-efficien…

2021

HAWQ-V3: Dyadic Neural Network Quantization

ICML 2021spotlight

Current low-precision quantization algorithms often have the hidden cost of conversion back and forth from floating point to quantized integer values. This hidden cost limits the latency improvement realized by quantizing Neural Networks. To address this, we present HAWQ-V3, a novel mixed-precision…

2021

What’s Hidden in a One-layer Randomly Weighted Transformer?

EMNLP 2021main

We demonstrate that, hidden within one-layer randomly weighted neural networks, there exist subnetworks that can achieve impressive performance, without ever modifying the weight initializations, on machine translation tasks. To find subnetworks for one-layer randomly weighted neural networks, we ap…

2020

Asymptotic Analysis of Sampling Estimators for Randomized Numerical Linear Algebra Algorithms

AISTATS 2020poster

The statistical analysis of Randomized Numerical Linear Algebra (RandNLA) algorithms within the past few years has mostly focused on their performance as point estimators. However, this is insufficient for conducting statistical inference, e.g., constructing confidence intervals and hypothesis test…

Cited by 78SourcePDFScholar
2020

Bayesian experimental design using regularized determinantal point processes

AISTATS 2020poster

We establish a fundamental connection between Bayesian experimental design and determinantal point processes (DPPs). Experimental design is a classical task in combinatorial optimization, where we wish to select a small subset of $d$-dimensional vectors to minimize a statistical optimality criterion…

Cited by 27SourcePDFScholar
2020

Forecasting Sequential Data Using Consistent Koopman Autoencoders

ICML 2020poster

Recurrent neural networks are widely used on time series data, yet such models often ignore the underlying physical structures in such sequences. A new class of physics-based methods related to Koopman theory has been introduced, offering an alternative for processing nonlinear dynamical systems. In…

2020

PowerNorm: Rethinking Batch Normalization in Transformers

ICML 2020poster

The standard normalization method for neural network (NN) models used in Natural Language Processing (NLP) is layer normalization (LN).This is different than batch normalization (BN), which is widely-adopted in Computer Vision. The preferred use of LN in NLP is principally due to the empirical obser…

2018

Error Estimation for Randomized Least-Squares Algorithms via the Bootstrap

ICML 2018oral

Over the course of the past decade, a variety of randomized algorithms have been proposed for computing approximate least-squares (LS) solutions in large-scale settings. A longstanding practical issue is that, for any given input, the user rarely knows the actual error of an approximate solution (re…

Cited by 31SourcePDFScholar
2018

FLAG n’ FLARE: Fast Linearly-Coupled Adaptive Gradient Methods

AISTATS 2018poster

We consider first order gradient methods for effectively optimizing a composite objective in the form of a sum of smooth and, potentially, non-smooth functions. We present accelerated and adaptive gradient methods, called FLAG and FLARE, which can offer the best of both worlds. They can achieve the…

Cited by 0SourcePDFScholar
2018

Out-of-sample extension of graph adjacency spectral embedding

ICML 2018oral

Many popular dimensionality reduction procedures have out-of-sample extensions, which allow a practitioner to apply a learned embedding to observations not seen in the initial training sample. In this work, we consider the problem of obtaining an out-of-sample extension for the adjacency spectral em…

Cited by 22SourcePDFScholar
2015

Spectral Gap Error Bounds for Improving CUR Matrix Decomposition and the Nyström Method

AISTATS 2015poster

The CUR matrix decomposition and the related Nyström method build low-rank approximations of data matrices by selecting a small number of representative rows and columns of the data. Here, we introduce novel \emphspectral gap error bounds that judiciously exploit the potentially rapid spectrum dec…

Cited by 36SourcePDFScholar
2015

Statistical and Algorithmic Perspectives on Randomized Sketching for Ordinary Least-Squares

ICML 2015poster

We consider statistical and algorithmic aspects of solving large-scale least-squares (LS) problems using randomized sketching algorithms. Prior results show that, from an \emphalgorithmic perspective, when using sketching matrices constructed from random projections and leverage-score sampling, if t…

Cited by 22SourcePDFScholar