← Search

Makoto Yamada

40 accepted papers

2026

Delayed Momentum Aggregation: Communication-efficient Byzantine-robust Federated Learning with Partial Participation

ICML 2026poster

Partial participation is essential for communication-efficient federated learning at scale, yet existing Byzantine-robust methods typically assume full client participation. In the partial participation setting, a majority of the sampled clients may be Byzantine, once Byzantine clients dominate, exi…

Cited by 0SourceScholar
2026

TIPS Over Tricks: Simple Prompts for Effective Zero-Shot Anomaly Detection

ICASSP 2026poster

Anomaly detection identifies departures from expected behavior in safety-critical settings. When target-domain normal data are unavailable, zero-shot anomaly detection (ZSAD) leverages vision-language models (VLMs). However, CLIP's coarse image-text alignment limits both localization and detection d…

Cited by 0SourcePDFScholar
2025

Fast unsupervised ground metric learning with tree-Wasserstein distance

ICLR 2025poster

The performance of unsupervised methods such as clustering depends on the choice of distance metric between features, or ground metric. Commonly, ground metrics are decided with heuristics or learned via supervised algorithms. However, since many interesting datasets are unlabelled, unsupervised gro…

Cited by 0SourcePDFScholar
2025

Learning Structured Representations by Embedding Class Hierarchy with Fast Optimal Transport

ICLR 2025poster

To embed structured knowledge within labels into feature representations, prior work (Zeng et al., 2022) proposed to use the Cophenetic Correlation Coefficient (CPCC) as a regularizer during supervised learning. This regularizer calculates pairwise Euclidean distances of class means and aligns them…

2025

PhiNets: Brain-inspired Non-contrastive Learning Based on Temporal Prediction Hypothesis

ICLR 2025poster

Predictive coding has been established as a promising neuroscientific theory to describe the mechanism of information processing in the retina or cortex. This theory hypothesises that cortex predicts sensory inputs at various levels of abstraction to minimise prediction errors. Inspired by predict…

Cited by 1SourcePDFScholar
2024

Fast 1-Wasserstein distance approximations using greedy strategies

AISTATS 2024poster

Among numerous linear approximation methods proposed for optimal transport (OT), tree-based methods appear to be fairly reliable, notably for language processing applications. Inspired by these tree methods, we introduce several greedy heuristics aiming to compute even faster approximations of OT. W…

2024

Learning Structured Representations with Hyperbolic Embeddings

NeurIPS 2024poster

Most real-world datasets consist of a natural hierarchy between classes or an inherent label structure that is either already available or can be constructed cheaply. However, most existing representation learning methods ignore this hierarchy, treating labels as permutation invariant. Recent work […

2024

Parameter-free Clipped Gradient Descent Meets Polyak

NeurIPS 2024poster

Gradient descent and its variants are de facto standard algorithms for training machine learning models. As gradient descent is sensitive to its hyperparameters, we need to tune the hyperparameters carefully using a grid search. However, the method is time-consuming, particularly when multiple hyper…

Cited by 2SourcePDFScholar
2024

Structural Fairness-aware Active Learning for Graph Neural Networks

ICLR 2024poster

Graph Neural Networks (GNNs) have seen significant achievements in semi-supervised node classification. Yet, their efficacy often hinges on access to high-quality labeled node samples, which may not always be available in real-world scenarios. While active learning is commonly employed across variou…

Cited by 3SourcePDFScholar
2024

Towards Understanding Jailbreak Attacks in LLMs: A Representation Space Analysis

EMNLP 2024main

Large language models (LLMs) are susceptible to a type of attack known as jailbreaking, which misleads LLMs to output harmful contents. Although there are diverse jailbreak attack strategies, there is no unified understanding on why some methods succeed and others fail. This paper explores the behav…

2023

Beyond Exponential Graph: Communication-Efficient Topologies for Decentralized Learning via Finite-time Convergence

NeurIPS 2023poster

Decentralized learning has recently been attracting increasing attention for its applications in parallel computation and privacy preservation. Many recent studies stated that the underlying network topology with a faster consensus rate (a.k.a. spectral gap) leads to a better convergence rate and ac…

2022

Feature screening with kernel knockoffs

AISTATS 2022poster

This article analyses three feature screening procedures: Kendall’s Tau and Spearman Rho (TR), Hilbert-Schmidt Independence Criterion (HSIC) and conditional Maximum Mean Discrepancy (cMMD), where the latter is a modified version of the standard MMD for categorical classification. These association m…

Cited by 1SourcePDFScholar
2022

Feature selection for discovering distributional treatment effect modifiers

UAI 2022poster

Finding the features relevant to the difference in treatment effects is essential to unveil the underlying causal mechanisms. Existing methods seek such features by measuring how greatly the feature attributes affect the degree of the {\it conditional average treatment effect} (CATE). However, these…

Cited by 5SourcePDFScholar
2022

Fixed Support Tree-Sliced Wasserstein Barycenter

AISTATS 2022poster

The Wasserstein barycenter has been widely studied in various fields, including natural language processing, and computer vision. However, it requires a high computational cost to solve the Wasserstein barycenter problem because the computation of the Wasserstein distance requires a quadratic time w…

2021

Adversarial Regression with Doubly Non-negative Weighting Matrices

NeurIPS 2021poster

Many machine learning tasks that involve predicting an output response can be solved by training a weighted regression model. Unfortunately, the predictive power of this type of models may severely deteriorate under low sample sizes or under covariate perturbations. Reweighting the training samples…

Cited by 8SourcePDFScholar
2021

Flow-based Alignment Approaches for Probability Measures in Different Spaces

AISTATS 2021poster

Gromov-Wasserstein (GW) is a powerful tool to compare probability measures whose supports are in different metric spaces. However, GW suffers from a computational drawback since it requires to solve a complex non-convex quadratic program. In this work, we consider a specific family of cost metrics,…

2021

Optimal Transport Kernels for Sequential and Parallel Neural Architecture Search

ICML 2021spotlight

Neural architecture search (NAS) automates the design of deep neural networks. One of the main challenges in searching complex and non-continuous architectures is to compare the similarity of networks that the conventional Euclidean metric may fail to capture. Optimal transport (OT) is resilient to…

2021

Post-selection inference with HSIC-Lasso

ICML 2021spotlight

Detecting influential features in non-linear and/or high-dimensional data is a challenging and increasingly important task in machine learning. Variable selection methods have thus been gaining much attention as well as post-selection inference. Indeed, the selected features can be significantly fla…

2020

More Powerful Selective Kernel Tests for Feature Selection

AISTATS 2020poster

Refining one’s hypotheses in light of data is a commonplace scientific practice, however,this approach introduces selection bias and can lead to specious statisticalanalysis.One approach of addressing this phenomena is via conditioning on the selection procedure, i.e., how we have used the data to…

2020

Neural Methods for Point-wise Dependency Estimation

NeurIPS 2020spotlight

Since its inception, the neural estimation of mutual information (MI) has demonstrated the empirical success of modeling expected dependency between high-dimensional random variables. However, MI is an aggregate statistic and cannot be used to measure point-wise dependency between different events.…

2019

Approximation Ratios of Graph Neural Networks for Combinatorial Problems

NeurIPS 2019poster

In this paper, from a theoretical perspective, we study how powerful graph neural networks (GNNs) can be for learning approximation algorithms for combinatorial problems. To this end, we first establish a new class of GNNs that can solve a strictly wider variety of problems than existing GNNs. Then…

Cited by 145SourcePDFScholar
2019

Kernel Stein Tests for Multiple Model Comparison

NeurIPS 2019poster

We address the problem of non-parametric multiple model comparison: given $l$ candidate models, decide whether each candidate is as good as the best one(s) or worse than it. We propose two statistical tests, each controlling a different notion of decision errors. The first test, building on the pos…

2019

Post Selection Inference with Incomplete Maximum Mean Discrepancy Estimator

ICLR 2019poster

Measuring divergence between two distributions is essential in machine learning and statistics and has various applications including binary classification, change point detection, and two-sample test. Furthermore, in the era of big data, designing divergence measure that is interpretable and can ha…

Cited by 28SourcePDFScholar
2018

Persistence Fisher Kernel: A Riemannian Manifold Kernel for Persistence Diagrams

NeurIPS 2018poster

Algebraic topology methods have recently played an important role for statistical analysis with complicated geometric structured data such as shapes, linked twist maps, and material data. Among them, \textit{persistent homology} is a well-known tool to extract robust topological features, and output…

2017

Localized Lasso for High-Dimensional Regression

AISTATS 2017poster

We introduce the localized Lasso, which learns models that both are interpretable and have a high predictive power in problems with high dimensionality d and small sample size n. More specifically, we consider a function defined by local sparse models, one at each data point. We introduce sample-wi…

Cited by 63SourcePDFScholar
2015

Consistent Collective Matrix Completion under Joint Low Rank Structure

AISTATS 2015poster

We address the collective matrix completion problem of jointly recovering a collection of matrices with shared structure from partial (and potentially noisy) observations. To ensure well–posedness of the problem, we impose a joint low rank structure, wherein each component matrix is low rank and th…

Cited by 27SourcePDFScholar