← Search

Yaoliang Yu

55 accepted papers

2026

Demystifying Foreground-Background Memorization in Diffusion Models

AAAI 2026technical

Diffusion models (DMs) memorize training images and can reproduce near-duplicates during generation. Current detection methods identify verbatim memorization but fail to capture two critical aspects: quantifying partial memorization occurring in small image regions, and memorization patterns beyond

Cited by 0SourcePDFScholar
2026

SFBD-OMNI: Bridge models for lossy measurement restoration with limited clean samples

ICLR 2026poster

In many real-world scenarios, obtaining fully observed samples is prohibitively expensive or even infeasible, while partial and noisy observations are comparatively easy to collect. In this work, we study distribution restoration with abundant noisy samples, assuming the corruption process is availa…

Cited by 0SourcecodeScholar
2026

TreeGrad-Ranker: Feature Ranking via $O(L)$-Time Gradients for Decision Trees

ICLR 2026poster

We revisit the use of probabilistic values, which include the well-known Shapley and Banzhaf values, to rank features for explaining the local predicted values of decision trees. The quality of feature rankings is typically assessed with the insertion and deletion metrics. Empirically, we observe t…

Cited by 0SourcecodeScholar
2025

A Comprehensive Framework for Analyzing the Convergence of Adam: Bridging the Gap with SGD

ICML 2025poster

Adaptive moment estimation (Adam) is a cornerstone optimization algorithm in deep learning, widely recognized for its flexibility with adaptive learning rates and efficiency in handling large-scale data. However, despite its practical success, the theoretical understanding of Adam's convergence has…

Cited by 0SourcePDFScholar
2025

Adaptive Context Length Optimization with Low-Frequency Truncation for Multi-Agent Reinforcement Learning

NeurIPS 2025poster

Recently, deep multi-agent reinforcement learning (MARL) has demonstrated promising performance for solving challenging tasks, such as long-term dependencies and non-Markovian environments. Its success is partly attributed to conditioning policies on large fixed context length. However, such large f…

Cited by 0SourceScholar
2025

BridgePure: Limited Protection Leakage Can Break Black-Box Data Protection

NeurIPS 2025poster

Availability attacks, or unlearnable examples, are defensive techniques that allow data owners to modify their datasets in ways that prevent unauthorized machine learning models from learning effectively while maintaining the data's intended functionality. It has led to the release of popular black-…

Cited by 0SourceScholar
2025

Stochastic Forward–Backward Deconvolution: Training Diffusion Models with Finite Noisy Datasets

ICML 2025poster

Recent diffusion-based generative models achieve remarkable results by training on massive datasets, yet this practice raises concerns about memorization and copyright infringement. A proposed remedy is to train exclusively on noisy data with potential copyright issues, ensuring the model never obse…

Cited by 0SourcePDFScholar
2024

Convergence to Nash Equilibrium and No-regret Guarantee in (Markov) Potential Games

AISTATS 2024poster

In this work, we study potential games and Markov potential games under stochastic cost and bandit feedback. We propose a variant of the Frank-Wolfe algorithm with sufficient exploration and recursive gradient estimation, which provably converges to the Nash equilibrium while attaining sublinear reg…

Cited by 0SourcePDFScholar
2024

Disguised Copyright Infringement of Latent Diffusion Models

ICML 2024poster

Copyright infringement may occur when a generative model produces samples substantially similar to some copyrighted data that it had access to during the training phase. The notion of access usually refers to including copyrighted samples directly in the training dataset, which one may inspect to id…

2024

Noise-Aware Algorithm for Heterogeneous Differentially Private Federated Learning

ICML 2024poster

High utility and rigorous data privacy are of the main goals of a federated learning (FL) system, which learns a model from the data distributed among some clients. The latter has been tried to achieve by using differential privacy in FL (DPFL). There is often heterogeneity in clients' privacy requi…

2024

One Sample Fits All: Approximating All Probabilistic Values Simultaneously and Efficiently

NeurIPS 2024poster

The concept of probabilistic values, such as Beta Shapley values and weighted Banzhaf values, has gained recent attention in applications like feature attribution and data valuation. However, exact computation of these values is often exponentially expensive, necessitating approximation techniques.…

2023

Exploring the Limits of Model-Targeted Indiscriminate Data Poisoning Attacks

ICML 2023poster

Indiscriminate data poisoning attacks aim to decrease a model's test accuracy by injecting a small amount of corrupted training data. Despite significant interest, existing attacks remain relatively ineffective against modern machine learning (ML) architectures. In this work, we introduce the notion…

2023

Multi-Objective Reinforcement Learning: Convexity, Stationarity and Pareto Optimality

ICLR 2023poster

In recent years, single-objective reinforcement learning (SORL) algorithms have received a significant amount of attention and seen some strong results. However, it is generally recognized that many practical problems have intrinsic multi-objective properties that cannot be easily handled by SORL al…

Cited by 30SourcePDFScholar
2023

Operator Selection and Ordering in a Pipeline Approach to Efficiency Optimizations for Transformers

ACL 2023findings

There exists a wide variety of efficiency methods for natural language processing (NLP) tasks, such as pruning, distillation, dynamic inference, quantization, etc. From a different perspective, we can consider an efficiency method as an operator applied on a model. Naturally, we may construct a pipe…

Cited by 0SourcePDFScholar
2023

Understanding Neural Network Binarization with Forward and Backward Proximal Quantizers

NeurIPS 2023poster

In neural network binarization, BinaryConnect (BC) and its variants are considered the standard. These methods apply the sign function in their forward pass and their respective gradients are backpropagated to update the weights. However, the derivative of the sign function is zero whenever defined,…

Cited by 5SourcePDFScholar
2021

Are My Deep Learning Systems Fair? An Empirical Study of Fixed-Seed Training

NeurIPS 2021poster

Deep learning (DL) systems have been gaining popularity in critical tasks such as credit evaluation and crime prediction. Such systems demand fairness. Recent work shows that DL software implementations introduce variance: identical DL training runs (i.e., identical network, data, configuration, sof…

Cited by 61SourcePDFScholar
2021

Demystifying and Generalizing BinaryConnect

NeurIPS 2021poster

BinaryConnect (BC) and its many variations have become the de facto standard for neural network quantization. However, our understanding of the inner workings of BC is still quite limited. We attempt to close this gap in four different aspects: (a) we show that existing quantization algorithms, incl…

Cited by 9SourcePDFScholar
2021

Posterior Differential Regularization with f-divergence for Improving Model Robustness

NAACL 2021long

We address the problem of enhancing model robustness through regularization. Specifically, we focus on methods that regularize the model posterior difference between clean and noisy inputs. Theoretically, we provide a connection of two recent methods, Jacobian Regularization and Virtual Adversarial…

Cited by 34SourcePDFScholar
2021

Quantifying and Improving Transferability in Domain Generalization

NeurIPS 2021poster

Out-of-distribution generalization is one of the key challenges when transferring a model from the lab to the real world. Existing efforts mostly focus on building invariant features among source and target domains. Based on invariant features, a high-performing classifier on source domains could h…

Cited by 61SourcePDFScholar
2021

S$^3$: Sign-Sparse-Shift Reparametrization for Effective Training of Low-bit Shift Networks

NeurIPS 2021poster

Shift neural networks reduce computation complexity by removing expensive multiplication operations and quantizing continuous weights into low-bit discrete values, which are fast and energy-efficient compared to conventional neural networks. However, existing shift networks are sensitive to the weig…

2021

The Art of Abstention: Selective Prediction and Error Regularization for Natural Language Processing

ACL 2021long

In selective prediction, a classifier is allowed to abstain from making predictions on low-confidence examples. Though this setting is interesting and important, selective prediction has rarely been examined in natural language processing (NLP) tasks. To fill this void in the literature, we study in…

2020

Convex Representation Learning for Generalized Invariance in Semi-Inner-Product Space

ICML 2020poster

Invariance (defined in a general sense) has been one of the most effective priors for representation learning. Direct factorization of parametric models is feasible only for a small range of invariances, while regularization approaches, despite improved generality, lead to nonconvex optimization. In…

Cited by 3SourcePDFScholar
2020

On Minimax Optimality of GANs for Robust Mean Estimation

AISTATS 2020poster

Generative adversarial networks (GANs) have become one of the most popular generative modeling techniques in machine learning. In this work, we study the statistical and robust properties of GANs for Gaussian mean estimation under Huber’s contamination model, where an epsilon proportion of training…

2020

Unsupervised Multilingual Alignment using Wasserstein Barycenter

IJCAI 2020poster

We study unsupervised multilingual alignment, the problem of finding word-to-word translations between multiple languages without using any parallel data. One popular strategy is to reduce multilingual alignment to the much simplified bilingual setting, by picking one of the input languages as the p…

Cited by 0SourcePDFScholar
2019

Distributional Reinforcement Learning for Efficient Exploration

ICML 2019oral

In distributional reinforcement learning (RL), the estimated distribution of value functions model both the parametric and intrinsic uncertainties. We propose a novel and efficient exploration method for deep RL that has two components. The first is a decaying schedule to suppress the intrinsic unce…

Cited by 112SourcePDFScholar
2018

Deep Homogeneous Mixture Models: Representation, Separation, and Approximation

NeurIPS 2018poster

At their core, many unsupervised learning models provide a compact representation of homogeneous density mixtures, but their similarities and differences are not always clearly understood. In this work, we formally establish the relationships among latent tree graphical models (including special cas…

Cited by 14SourcePDFScholar
2018

Inductive Two-Layer Modeling with Parametric Bregman Transfer

ICML 2018oral

Latent prediction models, exemplified by multi-layer networks, employ hidden variables that automate abstract feature discovery. They typically pose nonconvex optimization problems and effective semi-definite programming (SDP) relaxations have been developed to enable global solutions (Aslan et al.,…

Cited by 7SourcePDFScholar
2017

Bregman Divergence for Stochastic Variance Reduction: Saddle-Point and Adversarial Prediction

NeurIPS 2017spotlight

Adversarial machines, where a learner competes against an adversary, have regained much recent interest in machine learning. They are naturally in the form of saddle-point optimization, often with separable structure but sometimes also with unmanageably large dimension. In this work we show that adv…

Cited by 33SourcePDFScholar
2017

Dropout with Expectation-linear Regularization

ICLR 2017poster

Dropout, a simple and effective way to train deep neural networks, has led to a number of impressive empirical successes and spawned many recent theoretical investigations. However, the gap between dropout’s training and inference phases, introduced due to tractability considerations, has largely re…

Cited by 61SourceScholar
2017

Efficient Multiple Instance Metric Learning Using Weakly Supervised Data

CVPR 2017poster

We consider learning a distance metric in a weakly supervised setting where "bags" (or sets) of instances are labeled with "bags" of labels. A general approach is to formulate the problem as a Multiple Instance Learning (MIL) problem where the metric is learned so that the distances between instance…

Cited by 18PDFScholar
2017

Learning Latent Space Models with Angular Constraints

ICML 2017poster

The large model capacity of latent space models (LSMs) enables them to achieve great performance on various applications, but meanwhile renders LSMs to be prone to overfitting. Several recent studies investigate a new type of regularization approach, which encourages components in LSMs to be diverse…

Cited by 27SourcePDFScholar
2016

Additive Approximations in High Dimensional Nonparametric Regression via the SALSA

ICML 2016poster

High dimensional nonparametric regression is an inherently difficult problem with known lower bounds depending exponentially in dimension. A popular strategy to alleviate this curse of dimensionality has been to use additive models of \emphfirst order, which model the regression function as a sum of…

2016

Closed-Form Training of Mahalanobis Distance for Supervised Clustering

CVPR 2016oral

Clustering is the task of grouping a set of objects so that objects in the same cluster are more similar to each other than to those in other clusters. The crucial step in most clustering algorithms is to find an appropriate similarity metric, which is both challenging and problem-dependent. Supervi…

Cited by 28PDFScholar
2016

On Convergence of Model Parallel Proximal Gradient Algorithm for Stale Synchronous Parallel System

AISTATS 2016poster

With ever growing data volume and model size, an error-tolerant, communication efficient, yet versatile parallel algorithm has become a vital part for the success of many large-scale applications. In this work we propose mspg, an extension of the flexible proximal gradient algorithm to the model par…

Cited by 40SourcePDFScholar
2015

Complex Event Detection using Semantic Saliency and Nearly-Isotonic SVM

ICML 2015poster

We aim to detect complex events in long Internet videos that may last for hours. A major challenge in this setting is that only a few shots in a long video are relevant to the event of interest while others are irrelevant or even misleading. Instead of indifferently pooling the shots, we first defin…

Cited by 83SourcePDFScholar