← Search

Taiji Suzuki

107 accepted papers

2026

In-Context Learning Is Provably Bayesian Inference: A Generalization Theory for Meta-Learning

ICML 2026poster

This paper develops a finite-sample statistical theory for in-context learning (ICL), analyzed within a meta-learning framework that accommodates mixtures of diverse task types. We leverage a Bayes risk identity that separates the total ICL risk into two orthogonal components: Bayes Gap and Posterio…

Cited by 0SourceScholar
2026

Inference-Aware Meta-Alignment of LLMs via Non-Linear GRPO

ICML 2026poster

Aligning large language models (LLMs) to diverse human preferences is fundamentally challenging since criteria can often conflict with each other. Inference-time alignment methods have recently gained popularity as they allow LLMs to be aligned to multiple criteria via different alignment algorithms…

Cited by 0SourceScholar
2026

Inference-time Alignment with Rewards in Besov Spaces: Provable Advantages of Feature Learning and Multi-Step Policy Updates

ICML 2026poster

Inference-time alignment, the approach of adapting pre-trained models to reward feedback during inference, has proven empirically effective at improving language-model performance. Despite its success, theoretical foundations remain underdeveloped, especially in practical settings where neural netwo…

Cited by 0SourceScholar
2026

On the Learning Dynamics of Two-layer Linear Networks with Label Noise SGD

AAAI 2026technical

One crucial factor behind the success of deep learning lies in the implicit bias induced by noise inherent in gradient-based training algorithms. Motivated by empirical observations that training with noisy labels improves model generalization, we delve into the underlying mechanisms behind stochast

Cited by 0SourcePDFScholar
2026

Provable Sample Efficiency of Curriculum Post-Training for Transformer Reasoning

ICML 2026poster

Recent curriculum techniques in the post-training stage of LLMs have been empirically observed to outperform non-curriculum approaches in improving reasoning performance, yet a principled understanding of their effectiveness and limitations remains incomplete. To bridge this gap, we develop an abstr…

Cited by 0SourceScholar
2026

Transformers as Measure-Theoretic Associative Memory: A Statistical Perspective and Minimax Optimality

ICLR 2026poster

Transformers excel through content-addressable retrieval and the ability to exploit contexts of, in principle, unbounded length. We recast associative memory at the level of probability measures, treating a context as a distribution over tokens and viewing attention as an integral operator on measur…

Cited by 0SourceScholar
2025

Degrees of Freedom for Linear Attention: Distilling Softmax Attention with Optimal Feature Efficiency

NeurIPS 2025poster

Linear attention has attracted interest as a computationally efficient approximation to softmax attention, especially for long sequences. Recent studies has explored distilling softmax attention in pre-trained Transformers into linear attention. However, a critical challenge remains: *how to choose…

Cited by 0SourceScholar
2025

Direct Density Ratio Optimization: A Statistically Consistent Approach to Aligning Large Language Models

ICML 2025poster

Aligning large language models (LLMs) with human preferences is crucial for safe deployment, yet existing methods assume specific preference models like Bradley-Terry model. This assumption leads to statistical inconsistency, where more data doesn't guarantee convergence to true human preferences. T…

Cited by 0SourcePDFScholar
2025

Direct Distributional Optimization for Provable Alignment of Diffusion Models

ICLR 2025poster

We introduce a novel alignment method for diffusion models from distribution optimization perspectives while providing rigorous convergence guarantees. We first formulate the problem as a generic regularized loss minimization over probability distributions and directly optimize the distribution usin…

Cited by 0SourcePDFScholar
2025

Flow matching achieves almost minimax optimal convergence

ICLR 2025poster

Flow matching (FM) has gained significant attention as a simulation-free generative model. Unlike diffusion models, which are based on stochastic differential equations, FM employs a simpler approach by solving an ordinary differential equation with an initial condition from a normal distribution, t…

Cited by 3SourcePDFScholar
2025

From Shortcut to Induction Head: How Data Diversity Shapes Algorithm Selection in Transformers

NeurIPS 2025spotlight

Transformers can implement both generalizable algorithms (e.g., induction heads) and simple positional shortcuts (e.g., memorizing fixed output positions). In this work, we study how the choice of pretraining data distribution steers a shallow transformer toward one behavior or the other. Focusing o…

Cited by 0SourceScholar
2025

Generalization Bound of Gradient Flow through Training Trajectory and Data-dependent Kernel

NeurIPS 2025poster

Gradient-based optimization methods have shown remarkable empirical success, yet their theoretical generalization properties remain only partially understood. In this paper, we establish a generalization bound for gradient flow that aligns with the classical Rademacher complexity bounds for kernel m…

Cited by 0SourceScholar
2025

Hessian-guided Perturbed Wasserstein Gradient Flows for Escaping Saddle Points

NeurIPS 2025poster

Wasserstein gradient flow (WGF) is a common method to perform optimization over the space of probability measures. While WGF is guaranteed to converge to a first-order stationary point, for nonconvex functionals the converged solution does not necessarily satisfy the second-order optimality conditio…

Cited by 0SourceScholar
2025

How Does Label Noise Gradient Descent Improve Generalization in the Low SNR Regime?

NeurIPS 2025poster

The capacity of deep learning models is often large enough to both learn the underlying statistical signal and overfit to noise in the training set. This noise memorization can be harmful especially for data with a low signal-to-noise ratio (SNR), leading to poor generalization. Inspired by prior ob…

Cited by 0SourceScholar
2025

Metastable Dynamics of Chain-of-Thought Reasoning: Provable Benefits of Search, RL and Distillation

ICML 2025poster

A key paradigm to improve the reasoning capabilities of large language models (LLMs) is to allocate more inference-time compute to search against a verifier or reward model. This process can then be utilized to refine the pretrained model or distill its reasoning patterns into more efficient models.…

Cited by 3SourcePDFScholar
2025

Mixture of Experts Provably Detect and Learn the Latent Cluster Structure in Gradient-Based Learning

ICML 2025poster

Mixture of Experts (MoE), an ensemble of specialized models equipped with a router that dynamically distributes each input to appropriate experts, has achieved successful results in the field of machine learning. However, theoretical understanding of this architecture is falling behind due to its in…

Cited by 0SourcePDFScholar
2025

Nonlinear transformers can perform inference-time feature learning

ICML 2025poster

Pretrained transformers have demonstrated the ability to implement various algorithms at inference time without parameter updates. While theoretical works have established this capability through constructions and approximation guarantees, the optimization and statistical efficiency aspects remain u…

Cited by 0SourcePDFScholar
2025

On the Optimization and Generalization of Two-layer Transformers with Sign Gradient Descent

ICLR 2025spotlight

The Adam optimizer is widely used for transformer optimization in practice, which makes understanding the underlying optimization mechanisms an important problem. However, due to the Adam's complexity, theoretical analysis of how it optimizes transformers remains a challenging task. Fortunately, Si…

Cited by 3SourcePDFScholar
2025

On the Role of Label Noise in the Feature Learning Process

ICML 2025poster

Deep learning with noisy labels presents significant challenges. In this work, we theoretically characterize the role of label noise from a feature learning perspective. Specifically, we consider a signal-noise data distribution, where each sample comprises a label-dependent signal and label-indepen…

2025

Optimality and Adaptivity of Deep Neural Features for Instrumental Variable Regression

ICLR 2025poster

We provide a convergence analysis of \emph{deep feature instrumental variable} (DFIV) regression (Xu et al., 2021), a nonparametric approach to IV regression using data-adaptive features learned by deep neural networks in two stages. We prove that the DFIV algorithm achieves the minimax optimal lear…

Cited by 1SourcePDFScholar
2025

Propagation of Chaos for Mean-Field Langevin Dynamics and its Application to Model Ensemble

ICML 2025poster

Mean-field Langevin dynamics (MFLD) is an optimization method derived by taking the mean-field limit of noisy gradient descent for two-layer neural networks in the mean-field regime. Recently, the propagation of chaos (PoC) for MFLD has gained attention as it provides a quantitative characterization…

Cited by 0SourcePDFScholar
2025

Provable In-Context Vector Arithmetic via Retrieving Task Concepts

ICML 2025poster

In-context learning (ICL) has garnered significant attention for its ability to grasp functions/tasks from demonstrations. Recent studies suggest the presence of a latent **task/function vector** in LLMs during ICL. Merullo et al. (2024) showed that LLMs leverage this vector alongside the residual s…

Cited by 0SourcePDFScholar
2025

Quantifying Memory Utilization with Effective State-Size

ICML 2025poster

As the space of causal sequence modeling architectures continues to grow, the need to develop a general framework for their analysis becomes increasingly important. With this aim, we draw insights from classical signal processing and control theory, to develop a quantitative measure of *memory utili…

Cited by 0SourcePDFScholar
2025

Quantifying the Optimization and Generalization Advantages of Graph Neural Networks Over Multilayer Perceptrons

AISTATS 2025poster

Graph neural networks (GNNs) have demonstrated remarkable capabilities in learning from graph-structured data, often outperforming traditional Multilayer Perceptrons (MLPs) in numerous graph-based tasks. Although existing works have demonstrated the benefits of graph convolution through Laplacian sm…

Cited by 0SourceScholar
2025

State Space Models are Provably Comparable to Transformers in Dynamic Token Selection

ICLR 2025poster

Deep neural networks based on state space models (SSMs) are attracting significant attention in sequence modeling since their computational cost is much smaller than that of Transformers. While the capabilities of SSMs have been demonstrated through experiments in various tasks, theoretical understa…

Cited by 0SourcePDFScholar
2025

Trained Mamba Emulates Online Gradient Descent in In-Context Linear Regression

NeurIPS 2025poster

State-space models (SSMs), particularly Mamba, emerge as an efficient Transformer alternative with linear complexity for long-sequence modeling. Recent empirical works demonstrate Mamba's in-context learning (ICL) capabilities competitive with Transformers, a critical capacity for large foundation m…

Cited by 0SourceScholar
2025

Weighted Point Set Embedding for Multimodal Contrastive Learning Toward Optimal Similarity Metric

ICLR 2025spotlight

In typical multimodal contrastive learning, such as CLIP, encoders produce one point in the latent representation space for each input. However, one-point representation has difficulty in capturing the relationship and the similarity structure of a huge amount of instances in the real world. For ric…

Cited by 0SourcePDFScholar
2024

High-Dimensional Kernel Methods under Covariate Shift: Data-Dependent Implicit Regularization

ICML 2024poster

This paper studies kernel ridge regression in high dimensions under covariate shifts and analyzes the role of importance re-weighting. We first derive the asymptotic expansion of high dimensional kernels under covariate shifts. By a bias-variance decomposition, we theoretically demonstrate that the…

Cited by 3SourcePDFScholar
2024

How do Transformers Perform In-Context Autoregressive Learning ?

ICML 2024poster

Transformers have achieved state-of-the-art performance in language modeling tasks. However, the reasons behind their tremendous success are still unclear. In this paper, towards a better understanding, we train a Transformer model on a simple next token prediction task, where sequences are generate…

Cited by 16SourcePDFScholar
2024

Improved statistical and computational complexity of the mean-field Langevin dynamics under structured data

ICLR 2024poster

Recent works have shown that neural networks optimized by gradient-based methods can adapt to sparse or low-dimensional target functions through feature learning; an often studied target is the sparse parity function on the unit hypercube. However, such isotropic data setting does not capture the an…

Cited by 6SourcePDFScholar
2024

Koopman-based generalization bound: New aspect for full-rank weights

ICLR 2024poster

We propose a new bound for generalization of neural networks using Koopman operators. Whereas most of existing works focus on low-rank weight matrices, we focus on full-rank weight matrices. Our bound is tighter than existing norm-based bounds when the condition numbers of weight matrices are small.…

Cited by 3SourcePDFScholar
2024

Mean Field Langevin Actor-Critic: Faster Convergence and Global Optimality beyond Lazy Learning

ICML 2024poster

This work explores the feature learning capabilities of deep reinforcement learning algorithms in the pursuit of optimal policy determination. We particularly examine an over-parameterized neural actor-critic framework within the mean-field regime, where both actor and critic components undergo upda…

Cited by 1SourcePDFScholar
2024

Mechanistic Design and Scaling of Hybrid Architectures

ICML 2024poster

The development of deep learning architectures is a resource-demanding process, due to a vast design space, long prototyping times, and high compute costs associated with at-scale model training and evaluation. We set out to simplify this process by grounding it in an end-to-end mechanistic architec…

2024

Minimax optimality of convolutional neural networks for infinite dimensional input-output problems and separation from kernel methods

ICLR 2024poster

Recent deep learning applications, exemplified by text-to-image tasks, often involve high-dimensional inputs and outputs. While several studies have investigated the function estimation capabilities of deep learning, research on dilated convolutional neural networks (CNNs) has mainly focused on case…

Cited by 1SourcePDFScholar
2024

Neural network learns low-dimensional polynomials with SGD near the information-theoretic limit

NeurIPS 2024poster

We study the problem of gradient descent learning of a single-index target function $f_*(\boldsymbol{x}) = \textstyle\sigma_*\left(\langle\boldsymbol{x},\boldsymbol{\theta}\rangle\right)$ under isotropic Gaussian data in $\mathbb{R}^d$, where the unknown link function $\sigma_*:\mathbb{R}\to\mathbb…

Cited by 25SourcePDFScholar
2024

On the Comparison between Multi-modal and Single-modal Contrastive Learning

NeurIPS 2024poster

Multi-modal contrastive learning with language supervision has presented a paradigm shift in modern machine learning. By pre-training on a web-scale dataset, multi-modal contrastive learning can learn high-quality representations that exhibit impressive robustness and transferability. Despite its em…

Cited by 6SourcePDFScholar
2024

Optimal criterion for feature learning of two-layer linear neural network in high dimensional interpolation regime

ICLR 2024poster

Deep neural networks with feature learning have shown surprising generalization performance in high dimensional settings, but it has not been fully understood how and when they enjoy the benefit of feature learning. In this paper, we theoretically analyze the statistical properties of the benefits f…

Cited by 2SourcePDFScholar
2024

Pretrained Transformer Efficiently Learns Low-Dimensional Target Functions In-Context

NeurIPS 2024poster

Transformers can efficiently learn in-context from example demonstrations. Most existing theoretical analyses studied the in-context learning (ICL) ability of transformers for linear function classes, where it is typically shown that the minimizer of the pretraining loss implements one gradient desc…

Cited by 4SourcePDFScholar
2024

Provably Neural Active Learning Succeeds via Prioritizing Perplexing Samples

ICML 2024poster

Neural Network-based active learning (NAL) is a cost-effective data selection technique that utilizes neural networks to select and train on a small subset of samples. While existing work successfully develops various effective or theory-justified NAL algorithms, the understanding of the two commonl…

Cited by 3SourcePDFScholar
2024

Provably Transformers Harness Multi-Concept Word Semantics for Efficient In-Context Learning

NeurIPS 2024poster

Transformer-based large language models (LLMs) have displayed remarkable creative prowess and emergence capabilities. Existing empirical studies have revealed a strong connection between these LLMs' impressive emergence abilities and their in-context learning (ICL) capacity, allowing them to solve n…

Cited by 0SourcePDFScholar
2024

SILVER: Single-loop variance reduction and application to federated learning

ICML 2024poster

Most variance reduction methods require multiple times of full gradient computation, which is time-consuming and hence a bottleneck in application to distributed optimization. We present a single-loop variance-reduced gradient estimator named SILVER (SIngle-Loop VariancE-Reduction) for the finite-su…

Cited by 0SourcePDFScholar
2024

State-Free Inference of State-Space Models: The *Transfer Function* Approach

ICML 2024poster

We approach designing a state-space model for deep learning applications through its dual representation, the *transfer function*, and uncover a highly efficient sequence parallel inference algorithm that is *state-free*: unlike other proposed algorithms, state-free inference does not incur any sign…

2024

Symmetric Mean-field Langevin Dynamics for Distributional Minimax Problems

ICLR 2024spotlight

In this paper, we extend mean-field Langevin dynamics to minimax optimization over probability distributions for the first time with symmetric and provably convergent updates. We propose \emph{mean-field Langevin averaged gradient} (MFL-AG), a single-loop algorithm that implements gradient descent a…

Cited by 10SourcePDFScholar
2024

Transformers Learn Nonlinear Features In Context: Nonconvex Mean-field Dynamics on the Attention Landscape

ICML 2024oral

Large language models based on the Transformer architecture have demonstrated impressive capabilities to learn in context. However, existing theoretical studies on how this phenomenon arises are limited to the dynamics of a single layer of attention trained on linear regression tasks. In this paper,…

Cited by 29SourcePDFScholar
2024

Understanding Convergence and Generalization in Federated Learning through Feature Learning Theory

ICLR 2024poster

Federated Learning (FL) has attracted significant attention as an efficient privacy-preserving approach to distributed learning across multiple clients. Despite extensive empirical research and practical applications, a systematic way to theoretically understand the convergence and generalization pr…

Cited by 16SourcePDFScholar
2024

Unveil Benign Overfitting for Transformer in Vision: Training Dynamics, Convergence, and Generalization

NeurIPS 2024poster

Transformers have demonstrated great power in the recent development of large foundational models. In particular, the Vision Transformer (ViT) has brought revolutionary changes to the field of vision, achieving significant accomplishments on the experimental side. However, their theoretical capabili…

Cited by 5SourcePDFScholar
2023

Approximation and Estimation Ability of Transformers for Sequence-to-Sequence Functions with Infinite Dimensional Input

ICML 2023poster

Despite the great success of Transformer networks in various applications such as natural language processing and computer vision, their theoretical aspects are not well understood. In this paper, we study the approximation and estimation ability of Transformers as sequence-to-sequence functions wit…

Cited by 25SourcePDFScholar
2023

Convergence of mean-field Langevin dynamics: time-space discretization, stochastic gradient, and variance reduction

NeurIPS 2023spotlight

The mean-field Langevin dynamics (MFLD) is a nonlinear generalization of the Langevin dynamics that incorporates a distribution-dependent drift, and it naturally arises from the optimization of two-layer neural networks via (noisy) gradient descent. Recent works have shown that MFLD globally minimiz…

Cited by 16SourcePDFScholar
2023

DIFF2: Differential Private Optimization via Gradient Differences for Nonconvex Distributed Learning

ICML 2023poster

Differential private optimization for nonconvex smooth objective is considered. In the previous work, the best known utility bound is $\widetilde O(\sqrt{d}/(n\varepsilon_\mathrm{DP}))$ in terms of the squared full gradient norm, which is achieved by Differential Private Gradient Descent (DP-GD) as…

Cited by 11SourcePDFScholar
2023

Excess Risk of Two-Layer ReLU Neural Networks in Teacher-Student Settings and its Superiority to Kernel Methods

ICLR 2023poster

While deep learning has outperformed other methods for various tasks, theoretical frameworks that explain its reason have not been fully established. We investigate the excess risk of two-layer ReLU neural networks in a teacher-student regression model, in which a student network learns an unknown t…

Cited by 10SourcePDFScholar
2023

Feature learning via mean-field Langevin dynamics: classifying sparse parities and beyond

NeurIPS 2023poster

Neural network in the mean-field regime is known to be capable of \textit{feature learning}, unlike the kernel (NTK) counterpart. Recent works have shown that mean-field neural networks can be globally optimized by a noisy gradient descent update termed the \textit{mean-field Langevin dynamics} (MFL…

Cited by 17SourcePDFScholar
2023

Gradient-Based Feature Learning under Structured Data

NeurIPS 2023poster

Recent works have demonstrated that the sample complexity of gradient-based learning of single index models, i.e. functions that depend on a 1-dimensional projection of the input data, is governed by their information exponent. However, these results are only concerned with isotropic data, while in…

Cited by 29SourcePDFScholar
2023

Learning in the Presence of Low-dimensional Structure: A Spiked Random Matrix Perspective

NeurIPS 2023poster

We consider the learning of a single-index target function $f_*: \mathbb{R}^d\to\mathbb{R}$ under spiked covariance data: $$f_*(\boldsymbol{x}) = \textstyle\sigma_*(\frac{1}{\sqrt{1+\theta}}\langle\boldsymbol{x},\boldsymbol{\mu}\rangle), ~~ \boldsymbol{x}\overset{\small\mathrm{i.i.d.}}{\sim}\mathca…

Cited by 39SourcePDFScholar
2023

Primal and Dual Analysis of Entropic Fictitious Play for Finite-sum Problems

ICML 2023poster

The entropic fictitious play (EFP) is a recently proposed algorithm that minimizes the sum of a convex functional and entropy in the space of measures --- such an objective naturally arises in the optimization of a two-layer neural network in the mean-field regime. In this work, we provide a concise…

Cited by 5SourcePDFScholar
2023

Tight and fast generalization error bound of graph embedding in metric space

ICML 2023poster

Recent studies have experimentally shown that we can achieve in non-Euclidean metric space effective and efficient graph embedding, which aims to obtain the vertices' representations reflecting the graph's structure in the metric space. Specifically, graph embedding in hyperbolic space has experimen…

Cited by 1SourcePDFScholar
2023

Uniform-in-time propagation of chaos for the mean-field gradient Langevin dynamics

ICLR 2023poster

The mean-field Langevin dynamics is characterized by a stochastic differential equation that arises from (noisy) gradient descent on an infinite-width two-layer neural network, which can be viewed as an interacting particle system. In this work, we establish a quantitative weak propagation of chaos…

Cited by 21SourcePDFScholar
2022

Escaping Saddle Points with Bias-Variance Reduced Local Perturbed SGD for Communication Efficient Nonconvex Distributed Learning

NeurIPS 2022accept

In recent centralized nonconvex distributed learning and federated learning, local methods are one of the promising approaches to reduce communication time. However, existing work has mainly focused on studying first-order optimality guarantees. On the other side, second-order optimality guaranteed…

Cited by 3SourcePDFScholar
2022

High-dimensional Asymptotics of Feature Learning: How One Gradient Step Improves the Representation

NeurIPS 2022accept

We study the first gradient descent step on the first-layer parameters $\boldsymbol{W}$ in a two-layer neural network: $f(\boldsymbol{x}) = \frac{1}{\sqrt{N}}\boldsymbol{a}^\top\sigma(\boldsymbol{W}^\top\boldsymbol{x})$, where $\boldsymbol{W}\in\mathbb{R}^{d\times N}, \boldsymbol{a}\in\mathbb{R}^{N}…

Cited by 179SourcePDFScholar
2022

Improved Convergence Rate of Stochastic Gradient Langevin Dynamics with Variance Reduction and its Application to Optimization

NeurIPS 2022accept

The stochastic gradient Langevin Dynamics is one of the most fundamental algorithms to solve sampling problems and non-convex optimization appearing in several machine learning applications. Especially, its variance reduced versions have nowadays gained particular attention. In this paper, we study…

2022

Learnability of convolutional neural networks for infinite dimensional input via mixed and anisotropic smoothness

ICLR 2022spotlight

Among a wide range of success of deep learning, convolutional neural networks have been extensively utilized in several tasks such as speech recognition, image processing, and natural language processing, which require inputs with large dimensions. Several studies have investigated function estimati…

Cited by 11SourcePDFScholar
2022

Particle Stochastic Dual Coordinate Ascent: Exponential convergent algorithm for mean field neural network optimization

ICLR 2022poster

We introduce Particle-SDCA, a gradient-based optimization algorithm for two-layer neural networks in the mean field regime that achieves exponential convergence rate in regularized empirical risk minimization. The proposed algorithm can be regarded as an infinite dimensional extension of Stochastic…

Cited by 15SourcePDFScholar
2022

Two-layer neural network on infinite dimensional data: global optimization guarantee in the mean-field regime

NeurIPS 2022accept

Analysis of neural network optimization in the mean-field regime is important as the setting allows for feature learning. Existing theory has been developed mainly for neural networks in finite dimensions, i.e., each neuron has a finite-dimensional parameter. However, the setting of infinite-dimensi…

Cited by 6SourcePDFScholar
2022

Understanding the Variance Collapse of SVGD in High Dimensions

ICLR 2022poster

Stein variational gradient descent (SVGD) is a deterministic inference algorithm that evolves a set of particles to fit a target distribution. Despite its computational efficiency, SVGD often underestimates the variance of the target distribution in high dimensions. In this work we attempt to explai…

Cited by 31SourcePDFScholar
2021

Benefit of deep learning with non-convex noisy gradient descent: Provable excess risk bound and superiority to kernel methods

ICLR 2021spotlight

Establishing a theoretical analysis that explains why deep learning can outperform shallow learning such as kernel methods is one of the biggest issues in the deep learning literature. Towards answering this question, we evaluate excess risk of a deep learning estimator trained by a noisy gradient d…

Cited by 22SourcePDFScholar
2021

Decomposable-Net: Scalable Low-Rank Compression for Neural Networks

IJCAI 2021poster

Compressing DNNs is important for the real-world applications operating on resource-constrained devices. However, we typically observe drastic performance deterioration when changing model size after training is completed. Therefore, retraining is required to resume the performance of the compressed…

2021

Deep learning is adaptive to intrinsic dimensionality of model smoothness in anisotropic Besov space

NeurIPS 2021spotlight

Deep learning has exhibited superior performance for various tasks, especially for high-dimensional datasets, such as images. To understand this property, we investigate the approximation and estimation ability of deep learning on {\it anisotropic Besov spaces}. The anisotropic Besov space is chara…

Cited by 85SourcePDFScholar
2021

Differentiable Multiple Shooting Layers

NeurIPS 2021poster

We detail a novel class of implicit neural models. Leveraging time-parallel methods for differential equations, Multiple Shooting Layers (MSLs) seek solutions of initial value problems via parallelizable root-finding algorithms. MSLs broadly serve as drop-in replacements for neural ordinary differe…

Cited by 23SourcePDFScholar
2021

Exponential Convergence Rates of Classification Errors on Learning with SGD and Random Features

AISTATS 2021poster

Although kernel methods are widely used in many learning problems, they have poor scalability to large datasets. To address this problem, sketching and stochastic gradient methods are the most commonly used techniques to derive computationally efficient learning algorithms. We consider solving a bin…

Cited by 3SourcePDFScholar
2021

On Learnability via Gradient Method for Two-Layer ReLU Neural Networks in Teacher-Student Setting

ICML 2021spotlight

Deep learning empirically achieves high performance in many applications, but its training dynamics has not been fully understood theoretically. In this paper, we explore theoretical analysis on training two-layer ReLU neural networks in a teacher-student regression model, in which a student network…

Cited by 16SourcePDFScholar
2021

Optimal Rates for Averaged Stochastic Gradient Descent under Neural Tangent Kernel Regime

ICLR 2021oral

We analyze the convergence of the averaged stochastic gradient descent for overparameterized two-layer neural networks for regression problems. It was recently found that a neural tangent kernel (NTK) plays an important role in showing the global convergence of gradient-based methods under the NTK r…

Cited by 59SourcePDFScholar
2021

Particle Dual Averaging: Optimization of Mean Field Neural Network with Global Convergence Rate Analysis

NeurIPS 2021poster

We propose the particle dual averaging (PDA) method, which generalizes the dual averaging method in convex optimization to the optimization over probability distributions with quantitative runtime guarantee. The algorithm consists of an inner loop and outer loop: the inner loop utilizes the Langevin…

Cited by 22SourcePDFScholar
2021

Quantitative Understanding of VAE as a Non-linearly Scaled Isometric Embedding

ICML 2021spotlight

Variational autoencoder (VAE) estimates the posterior parameters (mean and variance) of latent variables corresponding to each input data. While it is used for many tasks, the transparency of the model is still an underlying issue. This paper provides a quantitative understanding of VAE property thr…

Cited by 12SourcePDFScholar
2021

When does preconditioning help or hurt generalization?

ICLR 2021poster

While second order optimizers such as natural gradient descent (NGD) often speed up optimization, their effect on generalization has been called into question. This work presents a more nuanced view on how the \textit{implicit bias} of optimizers affects the comparison of generalization properties.…

Cited by 50SourcePDFScholar
2020

Compression based bound for non-compressed network: unified generalization error analysis of large compressible deep neural network

ICLR 2020spotlight

One of the biggest issues in deep learning theory is the generalization ability of networks with huge model size. The classical learning theory suggests that overparameterized models cause overfitting. However, practically used large deep models avoid overfitting, which is not well explained by the…

Cited by 47SourceScholar
2020

Functional Gradient Boosting for Learning Residual-like Networks with Statistical Guarantees

AISTATS 2020poster

Recently, several studies have proposed progressive or sequential layer-wise training methods based on the boosting theory for deep neural networks. However, most studies lack the global convergence guarantees or require weak learning conditions that can be verified a posteriori after running method…

Cited by 10SourcePDFScholar
2020

Generalization bound of globally optimal non-convex neural network training: Transportation map estimation by infinite dimensional Langevin dynamics

NeurIPS 2020spotlight

We introduce a new theoretical framework to analyze deep learning optimization with connection to its generalization error. Existing frameworks such as mean field theory and neural tangent kernel theory for neural network optimization analysis typically require taking limit of infinite width of th…

Cited by 28SourcePDFScholar
2020

Generalization of Two-layer Neural Networks: An Asymptotic Viewpoint

ICLR 2020spotlight

This paper investigates the generalization properties of two-layer neural networks in high-dimensions, i.e. when the number of samples $n$, features $d$, and neurons $h$ tend to infinity at the same rate. Specifically, we derive the exact population risk of the unregularized least squares regression…

Cited by 97SourceScholar
2020

Optimization and Generalization Analysis of Transduction through Gradient Boosting and Application to Multi-scale Graph Neural Networks

NeurIPS 2020poster

It is known that the current graph neural networks (GNNs) are difficult to make themselves deep due to the problem known as over-smoothing. Multi-scale GNNs are a promising approach for mitigating the over-smoothing problem. However, there is little explanation of why it works empirically from the v…

2020

Spectral Pruning: Compressing Deep Neural Networks via Spectral Analysis and its Generalization Error

IJCAI 2020poster

Compression techniques for deep neural network models are becoming very important for the efficient execution of high-performance deep learning systems on edge-computing devices. The concept of model compression is also important for analyzing the generalization error of deep learning, known as th…

Cited by 0SourcePDFScholar
2020

Understanding Generalization in Deep Learning via Tensor Methods

AISTATS 2020poster

Deep neural networks generalize well on unseen data though the number of parameters often far exceeds the number of training examples. Recently proposed complexity measures have provided insights to understanding the generalizability in neural networks from perspectives of PAC-Bayes, robustness, ove…

2019

Adaptivity of deep ReLU network for learning in Besov and mixed smooth Besov spaces: optimal rate and curse of dimensionality

ICLR 2019poster

Deep learning has shown high performances in various types of tasks from visual recognition to natural language processing, which indicates superior flexibility and adaptivity of deep learning. To understand this phenomenon theoretically, we develop a new approximation and estimation error analysis…

Cited by 304SourcePDFScholar
2019

Stochastic Gradient Descent with Exponential Convergence Rates of Expected Classification Errors

AISTATS 2019poster

We consider stochastic gradient descent and its averaging variant for binary classification problems in a reproducing kernel Hilbert space. In traditional analysis using a consistency property of loss functions, it is known that the expected classification error converges more slowly than the expect…

Cited by 12SourcePDFScholar
2018

Gradient Layer: Enhancing the Convergence of Adversarial Training for Generative Models

AISTATS 2018poster

We propose a new technique that boosts the convergence of training generative adversarial networks. Generally, the rate of training deep models reduces severely after multiple iterations. A key reason for this phenomenon is that a deep network is expressed using a highly non-convex finite-dimensiona…

Cited by 0SourcePDFScholar
2018

Independently Interpretable Lasso: A New Regularizer for Sparse Regression with Uncorrelated Variables

AISTATS 2018poster

Sparse regularization such as l1 regularization is a quite powerful and widely used strategy for high dimensional learning problems. The effectiveness of sparse regularization has been supported practically and theoretically by several studies. However, one of the biggest issues in sparse regulariza…

Cited by 0SourcePDFScholar
2018

Sample Efficient Stochastic Gradient Iterative Hard Thresholding Method for Stochastic Sparse Linear Regression with Limited Attribute Observation

NeurIPS 2018poster

We develop new stochastic gradient methods for efficiently solving sparse linear regression in a partial attribute observation setting, where learners are only allowed to observe a fixed number of actively chosen attributes per example at training and prediction times. It is shown that the methods a…

Cited by 9SourcePDFScholar
2017

Doubly Accelerated Stochastic Variance Reduced Dual Averaging Method for Regularized Empirical Risk Minimization

NeurIPS 2017poster

We develop a new accelerated stochastic gradient method for efficiently solving the convex regularized empirical risk minimization problem in mini-batch settings. The use of mini-batches has become a golden standard in the machine learning community, because the mini-batch techniques stabilize the g…

Cited by 32SourcePDFScholar
2017

Stochastic Difference of Convex Algorithm and its Application to Training Deep Boltzmann Machines

AISTATS 2017poster

Difference of convex functions (DC) programming is an important approach to nonconvex optimization problems because these structures can be encountered in several fields. Effective optimization methods, called DC algorithms, have been developed in deterministic optimization literature. In machine le…

Cited by 37SourcePDFScholar
2016

Gaussian process nonparametric tensor estimator and its minimax optimality

ICML 2016poster

We investigate the statistical efficiency of a nonparametric Gaussian process method for a nonlinear tensor estimation problem. Low-rank tensor estimation has been used as a method to learn higher order relations among several data sources in a wide range of applications, such as multi-task learning…

Cited by 27SourcePDFScholar
2016

Minimax Optimal Alternating Minimization for Kernel Nonparametric Tensor Learning

NeurIPS 2016poster

We investigate the statistical performance and computational efficiency of the alternating minimization procedure for nonparametric tensor learning. Tensor modeling has been widely used for capturing the higher order relations between multimodal data sources. In addition to a linear model, a nonl…

Cited by 23SourcePDFScholar
2015

A Consistent Method for Graph Based Anomaly Localization

AISTATS 2015poster

The anomaly localization task aims at detecting faulty sensors automatically by monitoring the sensor values. In this paper, we propose an anomaly localization algorithm with a consistency guarantee on its results. Although several algorithms were proposed in the last decade, the consistency of the…

Cited by 13SourcePDFScholar