← Search

Issei Sato

40 accepted papers

2025

Multiplicative Logit Adjustment Approximates Neural-Collapse-Aware Decision Boundary Adjustment

ICLR 2025poster

Real-world data distributions are often highly skewed. This has spurred a growing body of research on long-tailed recognition, aimed at addressing the imbalance in training classification models. Among the methods studied, multiplicative logit adjustment (MLA) stands out as a simple and effective me…

Cited by 0SourcePDFScholar
2025

On Expressive Power of Looped Transformers: Theoretical Analysis and Enhancement via Timestep Encoding

ICML 2025poster

Looped Transformers provide advantages in parameter efficiency, computational capabilities, and generalization for reasoning tasks. However, their expressive power regarding function approximation remains underexplored. In this paper, we establish the approximation rate of Looped Transformers by def…

Cited by 2SourcePDFScholar
2025

Theoretical Analysis of Hierarchical Language Recognition and Generation by Transformers without Positional Encoding

ACL 2025long

In this study, we provide constructive proof that Transformers can recognize and generate hierarchical language efficiently with respect to model size, even without the need for a specific positional encoding.Specifically, we show that causal masking and a starting token enable Transformers to compu…

Cited by 0SourcePDFScholar
2025

Understanding Generalization in Physics Informed Models through Affine Variety Dimensions

NeurIPS 2025poster

Physics-informed machine learning is gaining significant traction for enhancing statistical performance and sample efficiency through the integration of physical knowledge. However, current theoretical analyses often presume complete prior knowledge in non-hybrid settings, overlooking the crucial in…

Cited by 0SourceScholar
2024

Are Transformers with One Layer Self-Attention Using Low-Rank Weight Matrices Universal Approximators?

ICLR 2024poster

Existing analyses of the expressive capacity of Transformer models have required excessively deep layers for data memorization, leading to a discrepancy with the Transformers actually used in practice. This is primarily due to the interpretation of the softmax function as an approximation of the ha…

Cited by 28SourcePDFScholar
2024

Understanding Linear Probing then Fine-tuning Language Models from NTK Perspective

NeurIPS 2024poster

The two-stage fine-tuning (FT) method, linear probing (LP) then fine-tuning (LP-FT), outperforms linear probing and FT alone. This holds true for both in-distribution (ID) and out-of-distribution (OOD) data. One key reason for its success is the preservation of pre-trained features, achieved by obta…

2024

Understanding the Expressivity and Trainability of Fourier Neural Operator: A Mean-Field Perspective

NeurIPS 2024poster

In this paper, we explores the expressivity and trainability of the Fourier Neural Operator (FNO). We establish a mean-field theory for the FNO, analyzing the behavior of the random FNO from an \emph{edge of chaos} perspective. Our investigation into the expressivity of a random FNO involves examini…

Cited by 0SourcePDFScholar
2023

Neural Lagrangian Schr\"{o}dinger Bridge: Diffusion Modeling for Population Dynamics

ICLR 2023top-25%

Population dynamics is the study of temporal and spatial variation in the size of populations of organisms and is a major part of population ecology. One of the main difficulties in analyzing population dynamics is that we can only obtain observation data with coarse time intervals from fixed-point…

Cited by 37SourcePDFScholar
2023

On the Overlooked Pitfalls of Weight Decay and How to Mitigate Them: A Gradient-Norm Perspective

NeurIPS 2023poster

Weight decay is a simple yet powerful regularization technique that has been very widely used in training of deep neural networks (DNNs). While weight decay has attracted much attention, previous studies fail to discover some overlooked pitfalls on large gradient norms resulted by weight decay. In t…

2022

Adaptive Inertia: Disentangling the Effects of Adaptive Learning Rate and Momentum

ICML 2022oral

Adaptive Moment Estimation (Adam), which combines Adaptive Learning Rate and Momentum, would be the most popular stochastic optimizer for accelerating the training of deep neural networks. However, it is empirically known that Adam often generalizes worse than Stochastic Gradient Descent (SGD). The…

Cited by 69SourcePDFScholar
2022

Pairwise Supervision Can Provably Elicit a Decision Boundary

AISTATS 2022poster

Similarity learning is a general problem to elicit useful representations by predicting the relationship between a pair of patterns. This problem is related to various important preprocessing tasks such as metric learning, kernel learning, and contrastive learning. A classifier built upon the repres…

Cited by 12SourcePDFScholar
2022

Predictive variational Bayesian inference as risk-seeking optimization

AISTATS 2022poster

Since the Bayesian inference works poorly under model misspecification, various solutions have been explored to counteract the shortcomings. Recently proposed predictive Bayes (PB) that directly optimizes the Kullback Leibler divergence between the empirical distribution and the approximate predicti…

Cited by 3SourcePDFScholar
2021

A Diffusion Theory For Deep Learning Dynamics: Stochastic Gradient Descent Exponentially Favors Flat Minima

ICLR 2021poster

Stochastic Gradient Descent (SGD) and its variants are mainstream methods for training deep networks in practice. SGD is known to find a flat minimum that often generalizes well. However, it is mathematically unclear how deep learning can select a flat minimum among so many minima. To answer the que…

Cited by 159SourcePDFScholar
2021

Binary Classification from Multiple Unlabeled Datasets via Surrogate Set Classification

ICML 2021spotlight

To cope with high annotation costs, training a classifier only from weakly supervised data has attracted a great deal of attention these days. Among various approaches, strengthening supervision from completely unsupervised classification is a promising direction, which typically employs class prior…

2021

Diagnostic Uncertainty Calibration: Towards Reliable Machine Predictions in Medical Domain

AISTATS 2021poster

We propose an evaluation framework for class probability estimates (CPEs) in the presence of label uncertainty, which is commonly observed as diagnosis disagreement between experts in the medical domain. We also formalize evaluation metrics for higher-order statistics, including inter-rater disagree…

2021

Loss function based second-order Jensen inequality and its application to particle variational inference

NeurIPS 2021poster

Bayesian model averaging, obtained as the expectation of a likelihood function by a posterior distribution, has been widely used for prediction, evaluation of uncertainty, and model selection. Various approaches have been developed to efficiently capture the information in the posterior distribution…

Cited by 6SourcePDFScholar
2021

Understanding Negative Samples in Instance Discriminative Self-supervised Representation Learning

NeurIPS 2021poster

Instance discriminative self-supervised representation learning has been attracted attention thanks to its unsupervised nature and informative feature representation for downstream tasks. In practice, it commonly uses a larger number of negative samples than the number of supervised classes. However…

2021

γ-ABC: Outlier-Robust Approximate Bayesian Computation Based on a Robust Divergence Estimator

AISTATS 2021poster

Approximate Bayesian computation (ABC) is a likelihood-free inference method that has been employed in various applications. However, ABC can be sensitive to outliers if a data discrepancy measure is chosen inappropriately. In this paper, we propose to use a nearest-neighbor-based γ-divergence estim…

Cited by 19SourcePDFScholar
2020

Accelerating the diffusion-based ensemble sampling by non-reversible dynamics

ICML 2020poster

Posterior distribution approximation is a central task in Bayesian inference. Stochastic gradient Langevin dynamics (SGLD) and its extensions have been practically used and theoretically studied. While SGLD updates a single particle at a time, ensemble methods that update multiple particles simultan…

Cited by 21SourcePDFScholar
2020

Normalized Flat Minima: Exploring Scale Invariant Definition of Flat Minima for Neural Networks Using PAC-Bayesian Analysis

ICML 2020poster

The notion of flat minima has gained attention as a key metric of the generalization ability of deep learning models. However, current definitions of flatness are known to be sensitive to parameter rescaling. While some previous studies have proposed to rescale flatness metrics using parameter scale…

Cited by 81SourcePDFScholar
2019

On the Structural Sensitivity of Deep Convolutional Networks to the Directions of Fourier Basis Functions

CVPR 2019oral

Data-agnostic quasi-imperceptible perturbations on inputs are known to degrade recognition accuracy of deep convolutional networks severely. This phenomenon is considered to be a potential security issue. Moreover, some results on statistical generalization guarantees indicate that the phenomena can…

Cited by 66PDFScholar
2018

Analysis of Minimax Error Rate for Crowdsourcing and Its Application to Worker Clustering Model

ICML 2018oral

While crowdsourcing has become an important means to label data, there is great interest in estimating the ground truth from unreliable labels produced by crowdworkers. The Dawid and Skene (DS) model is one of the most well-known models in the study of crowdsourcing. Despite its practical popularity…

2018

Bayesian Nonparametric Poisson-Process Allocation for Time-Sequence Modeling

AISTATS 2018poster

Analyzing the underlying structure of multiple time-sequences provides insights into the understanding of social networks and human activities. In this work, we present the Bayesian nonparametric Poisson process allocation (BaNPPA), a latent-function model for time-sequences, which automatically in…

2018

Does Distributionally Robust Supervised Learning Give Robust Classifiers?

ICML 2018oral

Distributionally Robust Supervised Learning (DRSL) is necessary for building reliable machine learning systems. When machine learning is deployed in the real world, its performance can be significantly degraded because test data may follow a different distribution from training data. DRSL with f-div…

Cited by 347SourcePDFScholar
2018

Lipschitz-Margin Training: Scalable Certification of Perturbation Invariance for Deep Neural Networks

NeurIPS 2018poster

High sensitivity of neural networks against malicious perturbations on inputs causes security concerns. To take a steady step towards robust classifiers, we aim to create neural network models provably defended from perturbations. Prior certification work requires strong assumptions on network struc…

2017

On the Model Shrinkage Effect of Gamma Process Edge Partition Models

NeurIPS 2017poster

The edge partition model (EPM) is a fundamental Bayesian nonparametric model for extracting an overlapping structure from binary matrix. The EPM adopts a gamma process ($\Gamma$P) prior to automatically shrink the number of active atoms. However, we empirically found that the model shrinkage of the…

Cited by 6SourcePDFScholar