← Search

Bryan Kian Hsiang Low

108 accepted papers

2026

ActiveDPO: Active Direct Preference Optimization for Sample-Efficient Alignment

ICLR 2026poster

The recent success in using human preferences to align large language models (LLMs) has significantly improved their performance in various downstream tasks, such as question answering, mathematical reasoning, and code generation. However, achieving effective LLM alignment depends on high-quality hu…

Cited by 0SourceScholar
2026

Batch and Sequential Unlearning for Neural Networks

ICLR 2026poster

With the increasing deployment of machine learning models trained on personal data, machine unlearning has become crucial for data owners to exercise their "right to be forgotten" and protect their privacy. While model owners can retrain the models without the erased data to achieve this goal, this…

Cited by 0SourceScholar
2026

DUET: Optimizing LLM Training Data Mixtures via Noisy Feedback from Unseen, Downstream Evaluation Tasks

ICLR 2026poster

The performance of an LLM depends heavily on the relevance of its training data to the downstream evaluation task. However, in practice, we do not have fine-grained knowledge of the data in the evaluation task (e.g., conversations between an LLM and a user are end-to-end encrypted). Hence, it is unc…

Cited by 0SourcecodeScholar
2026

De-attribute to Forget for LLM Unlearning

ICML 2026poster

The rapid development of large language models (LLMs) has raised concerns regarding the inclusion of private or inappropriate data during training, which has led to growing interest in LLM unlearning. Many existing LLM unlearning approaches rely on prediction loss-based optimizations, such as maximi…

Cited by 0SourceScholar
2026

How Hard Can It Be? Hardness-Aware Multi-Objective Unlearning

ICML 2026poster

Machine unlearning aims to remove the influence of specific training samples due to privacy, copyright or bias concerns. Multi-objective unlearning seeks to ensure the effective forgetting of such samples while preserving the utility of the unlearned model. Existing multi-objective unlearning method…

Cited by 0SourceScholar
2026

INO-SGD: Addressing Utility Imbalance under Individualized Differential Privacy

ICLR 2026poster

Differential privacy (DP) is widely employed in machine learning to protect confidential or sensitive training data from being revealed. As data owners gain greater control over their data due to personal data ownership, they are more likely to set their own privacy requirements, necessitating indiv…

Cited by 0SourceScholar
2026

Incentivizing Truthfulness and Collaborative Fairness in Bayesian Learning

ICML 2026oral

Collaborative machine learning involves training high-quality models using datasets from a number of sources. To incentivize sources to share data, existing data valuation methods fairly reward each source based on its data submitted as is. However, as these methods do not verify nor incentivize dat…

Cited by 0SourceScholar
2026

Is Data Shapley Not Better than Random in Data Selection? Ask NASH

ICML 2026spotlight

Data selection studies the problem of identifying high-quality subsets of training data. While some existing works have considered selecting the subset of data with top-$m$ Data Shapley or other semivalues as they account for the interaction among every subset of data, other works argue that Data Sh…

Cited by 0SourceScholar
2026

Keep Everyone Happy: Online Fair Division of Numerous Items with Few Copies

ICML 2026poster

This paper considers a novel variant of the online fair division problem involving multiple agents in which a learner sequentially observes an indivisible item that has to be irrevocably allocated to one of the agents while satisfying a desired balance between fairness and efficiency. Existing algor…

Cited by 0SourceScholar
2026

MEM1: Learning to Synergize Memory and Reasoning for Efficient Long-Horizon Agents

ICLR 2026poster

Modern language agents often need to solve tasks requiring long-horizon, multi-turn interactions, where they retrieve external information, adapt to observations, and answer interdependent queries. Yet, most LLM systems rely on full-context prompting, appending all past turns regardless of their rel…

Cited by 0SourcecodeScholar
2026

MineDraft: A Framework for Batch Parallel Speculative Decoding

ICML 2026poster

Speculative decoding (SD) accelerates large language model inference by using a smaller draft model to propose draft tokens that are subsequently verified by a larger target model. However, the performance of standard SD is often limited by the strictly sequential execution of these drafting and ver…

Cited by 0SourceScholar
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
2026

WaterDrum: Watermark-based Data-centric Unlearning Metric

ICLR 2026poster

Large language model (LLM) unlearning is critical in real-world applications where it is necessary to efficiently remove the influence of private, copyrighted, or harmful data from some users. Existing utility-centric unlearning metrics (based on model utility) may fail to accurately evaluate the ex…

Cited by 0SourcecodeScholar
2025

Broaden your SCOPE! Efficient Multi-turn Conversation Planning for LLMs with Semantic Space

ICLR 2025spotlight

Large language models (LLMs) are used in chatbots or AI assistants to hold conversations with a human user. In such applications, the quality (e.g., user engagement, safety) of a conversation is important and can only be exactly known at the end of the conversation. To maximize its expected quality,…

2025

Dipper: Diversity in Prompts for Producing Large Language Model Ensembles in Reasoning Tasks

EMNLP 2025

Large Language Models (LLMs), particularly smaller variants, still struggle with complex reasoning tasks. While inference-time prompting can guide reasoning, existing methods often rely on sequential queries. Ensemble approaches offer a promising path to performance gains, especially given recent ba

Cited by 0SourcePDFScholar
2025

Efficient Top-m Data Values Identification for Data Selection

ICLR 2025poster

Data valuation has found many real-world applications, e.g., data pricing and data selection. However, the most adopted approach -- Shapley value (SV) -- is computationally expensive due to the large number of model trainings required. Fortunately, most applications (e.g., data selection) require on…

Cited by 0SourcePDFScholar
2025

Ferret: Federated Full-Parameter Tuning at Scale for Large Language Models

ICML 2025poster

Large Language Models (LLMs) have become indispensable in numerous real-world applications. However, fine-tuning these models at scale, especially in federated settings where data privacy and communication efficiency are critical, presents significant challenges. Existing approaches often resort to…

2025

Group-robust Sample Reweighting for Subpopulation Shifts via Influence Functions

ICLR 2025poster

Machine learning models often have uneven performance among subpopulations (a.k.a., groups) in the data distributions. This poses a significant challenge for the models to generalize when the proportions of the groups shift during deployment. To improve robustness to such shifts, existing approaches…

2025

Incentivizing Time-Aware Fairness in Data Sharing

NeurIPS 2025poster

In collaborative data sharing and machine learning, multiple parties aggregate their data resources to train a machine learning model with better model performance. However, as the parties incur data collection costs, they are only willing to do so when guaranteed incentives, such as fairness and i…

Cited by 0SourceScholar
2025

NICE Data Selection for Instruction Tuning in LLMs with Non-differentiable Evaluation Metric

ICML 2025poster

Curating data for instruction tuning is crucial for enhancing the performance of large language models (LLMs). This work aims to select training data for instruction tuning to improve the LLM performance on specific tasks. Existing methods often rely on next-token prediction (NTP) loss as a proxy fo…

2025

Neural Dueling Bandits: Preference-Based Optimization with Human Feedback

ICLR 2025poster

Contextual dueling bandit is used to model the bandit problems, where a learner's goal is to find the best arm for a given context using observed noisy human preference feedback over the selected arms for the past contexts. However, existing algorithms assume the reward function is linear, which can…

Cited by 1SourcePDFScholar
2025

PIED: Physics-Informed Experimental Design for Inverse Problems

ICLR 2025poster

In many science and engineering settings, system dynamics are characterized by governing partial differential equations (PDEs), and a major challenge is to solve inverse problems (IPs) where unknown PDE parameters are inferred based on observational data gathered under limited budget. Due to the hi…

2025

Paid with Models: Optimal Contract Design for Collaborative Machine Learning

AAAI 2025technical

Collaborative machine learning (CML) provides a promising paradigm for democratizing advanced technologies by enabling cost-sharing among participants. However, the potential for rent-seeking behaviors among parties can undermine such collaborations. Contract theory presents a viable solution by rew…

Cited by 0SourcePDFScholar
2025

TETRIS: Optimal Draft Token Selection for Batch Speculative Decoding

ACL 2025long

We propose TETRIS, a novel method that optimizes the total throughput of batch speculative decoding in multi-request settings. Unlike existing methods that optimize for a single request or a group of requests as a whole, TETRIS actively selects the most promising draft tokens (for every request in a…

Cited by 0SourcePDFScholar
2025

Uncovering Scaling Laws for Large Language Models via Inverse Problems

EMNLP 2025

Large Language Models (LLMs) are large-scale pretrained models that have achieved remarkable success across diverse domains. These successes have been driven by unprecedented complexity and scale in both data and computations. However, due to the high costs of training such models, brute-force trial

Cited by 0SourcePDFScholar
2025

WASA: WAtermark-based Source Attribution for Large Language Model-Generated Data

ACL 2025finding

The impressive performances of Large Language Models (LLMs) and their immense potential for commercialization have given rise to serious concerns over the Intellectual Property (IP) of their training data. In particular, the synthetic texts generated by LLMs may infringe the IP of the data being use…

Cited by 19SourcePDFScholar
2024

A Unified Framework for Bayesian Optimization under Contextual Uncertainty

ICLR 2024poster

Bayesian optimization under contextual uncertainty (BOCU) is a family of BO problems in which the learner makes a decision prior to observing the context and must manage the risks involved. Distributionally robust BO (DRBO) is a subset of BOCU that affords robustness against context distribution shi…

Cited by 0SourcePDFScholar
2024

DETAIL: Task DEmonsTration Attribution for Interpretable In-context Learning

NeurIPS 2024poster

In-context learning (ICL) allows transformer-based language models that are pre-trained on general text to quickly learn a specific task with a few "task demonstrations" without updating their parameters, significantly boosting their flexibility and generality. ICL possesses many distinct character…

2024

Data Distribution Valuation

NeurIPS 2024poster

Data valuation is a class of techniques for quantitatively assessing the value of data for applications like pricing in data marketplaces. Existing data valuation methods define a value for a discrete dataset. However, in many use cases, users are interested in not only the value of the dataset, but…

2024

DeRDaVa: Deletion-Robust Data Valuation for Machine Learning

AAAI 2024technical

Data valuation is concerned with determining a fair valuation of data from data sources to compensate them or to identify training examples that are the most or least useful for predictions. With the rising interest in personal data ownership and data protection regulations, model owners will likely…

2024

Deletion-Anticipative Data Selection with a Limited Budget

ICML 2024poster

Learners with a limited budget can use supervised data subset selection and active learning techniques to select a smaller training set and reduce the cost of acquiring data and training _machine learning_ (ML) models. However, the resulting high model performance, measured by a data utility functio…

Cited by 0SourcePDFScholar
2024

Gradient-Free Methods for Nonconvex Nonsmooth Stochastic Compositional Optimization

NeurIPS 2024poster

The stochastic compositional optimization (SCO) is popular in many real-world applications, including risk management, reinforcement learning, and meta-learning. However, most of the previous methods for SCO require the smoothness assumption on both the outer and inner functions, which limits their…

Cited by 0SourcePDFScholar
2024

Helpful or Harmful Data? Fine-tuning-free Shapley Attribution for Explaining Language Model Predictions

ICML 2024poster

The increasing complexity of foundational models underscores the necessity for explainability, particularly for fine-tuning, the most widely used training method for adapting models to downstream tasks. Instance attribution, one type of explanation, attributes the model prediction to each training e…

2024

Incentive-Aware Federated Learning with Training-Time Model Rewards

ICLR 2024poster

In federated learning (FL), incentivizing contributions of training resources (e.g., data, compute) from potentially competitive clients is crucial. Existing incentive mechanisms often distribute post-training monetary rewards, which suffer from practical challenges of timeliness and feasibility of…

Cited by 4SourcePDFScholar
2024

Incremental Quasi-Newton Methods with Faster Superlinear Convergence Rates

AAAI 2024technical

We consider the finite-sum optimization problem, where each component function is strongly convex and has Lipschitz continuous gradient and Hessian. The recently proposed incremental quasi-Newton method is based on BFGS update and achieves a local superlinear convergence rate that is dependent on th…

Cited by 4SourcePDFScholar
2024

Localized Zeroth-Order Prompt Optimization

NeurIPS 2024spotlight

The efficacy of large language models (LLMs) in understanding and generating natural language has aroused a wide interest in developing prompt-based methods to harness the power of black-box LLMs. Existing methodologies usually prioritize a global optimization for finding the global optimum, which h…

Cited by 14SourcePDFScholar
2024

Meta-VBO: Utilizing Prior Tasks in Optimizing Risk Measures with Gaussian Processes

ICLR 2024poster

Research on optimizing the risk measure of a blackbox function using Gaussian processes, especially Bayesian optimization (BO) of risk measures, has become increasingly important due to the inevitable presence of uncontrollable variables in real-world applications. Nevertheless, existing works on BO…

Cited by 1SourcePDFScholar
2024

Optimistic Bayesian Optimization with Unknown Constraints

ICLR 2024poster

Though some research efforts have been dedicated to constrained Bayesian optimization (BO), there remains a notable absence of a principled approach with a theoretical performance guarantee in the decoupled setting. Such a setting involves independent evaluations of the objective function and constr…

Cited by 5SourcePDFScholar
2024

PINNACLE: PINN Adaptive ColLocation and Experimental points selection

ICLR 2024spotlight

Physics-Informed Neural Networks (PINNs), which incorporate PDEs as soft constraints, train with a composite loss function that contains multiple training point types: different types of collocation points chosen during training to enforce each PDE and initial/boundary conditions, and experimental p…

2024

Position Paper: Data-Centric AI in the Age of Large Language Models

EMNLP 2024finding

This position paper proposes a data-centric viewpoint of AI research, focusing on large language models (LLMs). We start by making a key observation that data is instrumental in the developmental (e.g., pretraining and fine-tuning) and inferential stages (e.g., in-context learning) of LLMs, and advo…

Cited by 1SourcePDFScholar
2024

Prompt Optimization with EASE? Efficient Ordering-aware Automated Selection of Exemplars

NeurIPS 2024poster

Large language models (LLMs) have shown impressive capabilities in real-world applications. The capability of *in-context learning* (ICL) allows us to adapt an LLM to downstream tasks by including input-label exemplars in the prompt without model fine-tuning. However, the quality of these exemplars…

2024

Robustifying and Boosting Training-Free Neural Architecture Search

ICLR 2024poster

Neural architecture search (NAS) has become a key component of AutoML and a standard tool to automate the design of deep neural networks. Recently, training-free NAS as an emerging paradigm has successfully reduced the search costs of standard training-based NAS by estimating the true architecture p…

2024

Towards AutoAI: Optimizing a Machine Learning System with Black-box and Differentiable Components

ICML 2024poster

*Machine learning* (ML) models in the real world typically do not exist in isolation. They are usually part of a complex system (e.g., healthcare systems, self-driving cars) containing multiple ML and *black-box* components. The problem of optimizing such systems, which we refer to as *automated AI*…

Cited by 0SourcePDFScholar
2024

Use Your INSTINCT: INSTruction optimization for LLMs usIng Neural bandits Coupled with Transformers

ICML 2024poster

Large language models (LLMs) have shown remarkable instruction-following capabilities and achieved impressive performances in various applications. However, the performances of LLMs depend heavily on the instructions given to them, which are typically manually tuned with substantial human efforts. R…

2024

Waterfall: Scalable Framework for Robust Text Watermarking and Provenance for LLMs

EMNLP 2024main

Protecting intellectual property (IP) of text such as articles and code is increasingly important, especially as sophisticated attacks become possible, such as paraphrasing by large language models (LLMs) or even unauthorized training of LLMs on copyrighted text to infringe such IP. However, existin…

2024

Zeroth-Order Methods for Constrained Nonconvex Nonsmooth Stochastic Optimization

ICML 2024oral

This paper studies the problem of solving nonconvex nonsmooth optimization over a closed convex set. Most previous works tackle such problems by transforming the constrained problem into an unconstrained problem that can be solved by the techniques developed in the unconstrained setting. However, th…

Cited by 1SourcePDFScholar
2023

Batch Bayesian Optimization For Replicable Experimental Design

NeurIPS 2023poster

Many real-world experimental design problems (a) evaluate multiple experimental conditions in parallel and (b) replicate each condition multiple times due to large and heteroscedastic observation noise. Given a fixed total budget, this naturally induces a trade-off between evaluating more unique con…

Cited by 6SourcePDFScholar
2023

Bayesian Optimization with Cost-varying Variable Subsets

NeurIPS 2023poster

We introduce the problem of Bayesian optimization with cost-varying variable subsets (BOCVS) where in each iteration, the learner chooses a subset of query variables and specifies their values while the rest are randomly sampled. Each chosen subset has an associated cost. This presents the learner w…

2023

Exploiting Correlated Auxiliary Feedback in Parameterized Bandits

NeurIPS 2023poster

We study a novel variant of the parameterized bandits problem in which the learner can observe additional auxiliary feedback that is correlated with the observed reward. The auxiliary feedback is readily available in many real-life applications, e.g., an online platform that wants to recommend the b…

Cited by 0SourcePDFScholar
2023

FAIR: Fair Collaborative Active Learning with Individual Rationality for Scientific Discovery

AISTATS 2023poster

Scientific discovery aims to find new patterns and test specific hypotheses by analysing large-scale experimental data. However, various practical limitations (e.g., high experimental costs or the inability to perform some experiments) make it challenging for researchers to collect sufficient experi…

Cited by 15SourcePDFScholar
2023

Fair yet Asymptotically Equal Collaborative Learning

ICML 2023poster

In collaborative learning with streaming data, nodes (e.g., organizations) jointly and continuously learn a machine learning (ML) model by sharing the latest model updates computed from their latest streaming data. For the more resourceful nodes to be willing to share their model updates, they need…

2023

Federated Neural Bandits

ICLR 2023poster

Recent works on neural contextual bandits have achieved compelling performances due to their ability to leverage the strong representation power of neural networks (NNs) for reward prediction. Many applications of contextual bandits involve multiple agents who collaborate without sharing raw observa…

2023

Incentives in Private Collaborative Machine Learning

NeurIPS 2023poster

Collaborative machine learning involves training models on data from multiple parties but must incentivize their participation. Existing data valuation methods fairly value and reward each party based on shared data or model parameters but neglect the privacy risks involved. To address this, we int…

Cited by 7SourcePDFScholar
2023

Model Shapley: Equitable Model Valuation with Black-box Access

NeurIPS 2023poster

Valuation methods of data and machine learning (ML) models are essential to the establishment of AI marketplaces. Importantly, certain practical considerations (e.g., operational constraints, legal restrictions) favor the use of model valuation over data valuation. Also, existing marketplaces that i…

2023

No-regret Sample-efficient Bayesian Optimization for Finding Nash Equilibria with Unknown Utilities

AISTATS 2023poster

The Nash equilibrium (NE) is a classic solution concept for normal-form games that is stable under potential unilateral deviations by self-interested agents. Bayesian optimization (BO) has been used to find NE in continuous general-sum games with unknown costly-to-sample utility functions in a sampl…

Cited by 4SourcePDFScholar
2023

Probably Approximate Shapley Fairness with Applications in Machine Learning

AAAI 2023technical

The Shapley value (SV) is adopted in various scenarios in machine learning (ML), including data valuation, agent valuation, and feature attribution, as it satisfies their fairness requirements. However, as exact SVs are infeasible to compute in practice, SV estimates are approximated instead. This a…

2023

Quantum Bayesian Optimization

NeurIPS 2023poster

Kernelized bandits, also known as Bayesian optimization (BO), has been a prevalent method for optimizing complicated black-box reward functions. Various BO algorithms have been theoretically shown to enjoy upper bounds on their cumulative regret which are sub-linear in the number $T$ of iterations,…

Cited by 18SourcePDFScholar
2023

Risk-Aware Reinforcement Learning with Coherent Risk Measures and Non-linear Function Approximation

ICLR 2023poster

We study the risk-aware reinforcement learning (RL) problem in the episodic finite-horizon Markov decision process with unknown transition and reward functions. In contrast to the risk-neutral RL problem, we consider minimizing the risk of having low rewards, which arise due to the intrinsic randomn…

Cited by 17SourcePDFScholar
2023

Training-Free Neural Active Learning with Initialization-Robustness Guarantees

ICML 2023poster

Existing neural active learning algorithms have aimed to optimize the predictive performance of neural networks (NNs) by selecting data for labelling. However, other than a good predictive performance, being robust against random parameter initializations is also a crucial requirement in safety-crit…

2023

Zeroth-Order Optimization with Trajectory-Informed Derivative Estimation

ICLR 2023poster

Zeroth-order (ZO) optimization, in which the derivative is unavailable, has recently succeeded in many important machine learning applications. Existing algorithms rely on finite difference (FD) methods for derivative estimation and gradient descent (GD)-based approaches for optimization. However, t…

Cited by 15SourcePDFScholar
2022

Bayesian Optimization under Stochastic Delayed Feedback

ICML 2022spotlight

Bayesian optimization (BO) is a widely-used sequential method for zeroth-order optimization of complex and expensive-to-compute black-box functions. The existing BO methods assume that the function evaluation (feedback) is available to the learner immediately or after a fixed delay. Such assumptions…

2022

DAVINZ: Data Valuation using Deep Neural Networks at Initialization

ICML 2022spotlight

Recent years have witnessed a surge of interest in developing trustworthy methods to evaluate the value of data in many real-world applications (e.g., collaborative machine learning, data marketplaces). Existing data valuation methods typically valuate data using the generalization performance of co…

Cited by 68SourcePDFScholar
2022

Data Valuation in Machine Learning: "Ingredients", Strategies, and Open Challenges

IJCAI 2022poster

Data valuation in machine learning (ML) is an emerging research area that studies the worth of data in ML. Data valuation is used in collaborative ML to determine a fair compensation for every data owner and in interpretable ML to identify the most responsible, noisy, or misleading training examples…

Cited by 69SourcePDFScholar
2022

Efficient Distributionally Robust Bayesian Optimization with Worst-case Sensitivity

ICML 2022spotlight

In distributionally robust Bayesian optimization (DRBO), an exact computation of the worst-case expected value requires solving an expensive convex optimization problem. We develop a fast approximation of the worst-case expected value based on the notion of worst-case sensitivity that caters to arbi…

2022

Incentivizing Collaboration in Machine Learning via Synthetic Data Rewards

AAAI 2022technical

This paper presents a novel collaborative generative modeling (CGM) framework that incentivizes collaboration among self-interested parties to contribute data to a pool for training a generative model (e.g., GAN), from which synthetic data are drawn and distributed to the parties as rewards commensu…

2022

NASI: Label- and Data-agnostic Neural Architecture Search at Initialization

ICLR 2022poster

Recent years have witnessed a surging interest in Neural Architecture Search (NAS). Various algorithms have been proposed to improve the search efficiency and effectiveness of NAS, i.e., to reduce the search cost and improve the generalization performance of the selected architectures, respectively.…

Cited by 55SourcePDFScholar
2022

Near-Optimal Task Selection for Meta-Learning with Mutual Information and Online Variational Bayesian Unlearning

AISTATS 2022poster

This paper addresses the problem of active task selection which involves selecting the most informative tasks for meta-learning. We propose a novel active task selection criterion based on the mutual information between latent task vectors. Unfortunately, such a criterion scales poorly in the number…

Cited by 11SourcePDFScholar
2022

On provably robust meta-Bayesian optimization

UAI 2022poster

Bayesian optimization (BO) has become popular for sequential optimization of black-box functions. When BO is used to optimize a target function, we often have access to previous evaluations of potentially related functions. This begs the question as to whether we can leverage these previous experien…

2022

On the Convergence of the Shapley Value in Parametric Bayesian Learning Games

ICML 2022spotlight

Measuring contributions is a classical problem in cooperative game theory where the Shapley value is the most well-known solution concept. In this paper, we establish the convergence property of the Shapley value in parametric Bayesian learning games where players perform a Bayesian inference using…

2022

Sample-Then-Optimize Batch Neural Thompson Sampling

NeurIPS 2022accept

Bayesian optimization (BO), which uses a Gaussian process (GP) as a surrogate to model its objective function, is popular for black-box optimization. However, due to the limitations of GPs, BO underperforms in some problems such as those with categorical, high-dimensional or image inputs. To this en…

2022

Trade-off between Payoff and Model Rewards in Shapley-Fair Collaborative Machine Learning

NeurIPS 2022accept

This paper investigates the problem of fairly trading off between payoff and model rewards in collaborative machine learning (ML) where parties aggregate their datasets together to obtain improved ML models over that of each party. Supposing parties can afford the optimal model trained on the aggreg…

Cited by 14SourcePDFScholar
2022

Unifying and Boosting Gradient-Based Training-Free Neural Architecture Search

NeurIPS 2022accept

Neural architecture search (NAS) has gained immense popularity owing to its ability to automate neural architecture design. A number of training-free metrics are recently proposed to realize NAS without training, hence making NAS more scalable. Despite their competitive empirical performances, a uni…

2021

An Information-Theoretic Framework for Unifying Active Learning Problems

AAAI 2021technical

This paper presents an information-theoretic framework for unifying active learning problems: level set estimation (LSE), Bayesian optimization (BO), and their generalized variant. We first introduce a novel active learning criterion that subsumes an existing LSE algorithm and achieves state-of-the-…

2021

Collaborative Bayesian Optimization with Fair Regret

ICML 2021spotlight

Bayesian optimization (BO) is a popular tool for optimizing complex and costly-to-evaluate black-box objective functions. To further reduce the number of function evaluations, any party performing BO may be interested to collaborate with others to optimize the same objective function concurrently. T…

Cited by 29SourcePDFScholar
2021

Differentially Private Federated Bayesian Optimization with Distributed Exploration

NeurIPS 2021poster

Bayesian optimization (BO) has recently been extended to the federated learning (FL) setting by the federated Thompson sampling (FTS) algorithm, which has promising applications such as federated hyperparameter tuning. However, FTS is not equipped with a rigorous privacy guarantee which is an import…

Cited by 59SourcePDFScholar
2021

Fault-Tolerant Federated Reinforcement Learning with Theoretical Guarantee

NeurIPS 2021poster

The growing literature of Federated Learning (FL) has recently inspired Federated Reinforcement Learning (FRL) to encourage multiple agents to federatively build a better decision-making policy without sharing raw trajectories. Despite its promising applications, existing works on FRL fail to I) pro…

2021

Gradient Driven Rewards to Guarantee Fairness in Collaborative Machine Learning

NeurIPS 2021poster

In collaborative machine learning(CML), multiple agents pool their resources(e.g., data) together for a common learning task. In realistic CML settings where the agents are self-interested and not altruistic, they may be unwilling to share data or model information without adequate rewards. Furtherm…

Cited by 95SourcePDFScholar
2021

Optimizing Conditional Value-At-Risk of Black-Box Functions

NeurIPS 2021poster

This paper presents two Bayesian optimization (BO) algorithms with theoretical performance guarantee to maximize the conditional value-at-risk (CVaR) of a black-box function: CV-UCB and CV-TS which are based on the well-established principle of optimism in the face of uncertainty and Thompson sampli…

2021

Top-k Ranking Bayesian Optimization

AAAI 2021technical

This paper presents a novel approach to top-k ranking Bayesian optimization (top-k ranking BO) which is a practical and significant generalization of preferential BO to handle top-k ranking and tie/indifference observations. We first design a surrogate model that is not only capable of catering to…

2021

Trusted-maximizers entropy search for efficient Bayesian optimization

UAI 2021poster

Information-based Bayesian optimization (BO) algorithms have achieved state-of-the-art performance in optimizing a black-box objective function. However, they usually require several approximations or simplifying assumptions (without clearly understanding their effects on the BO performance) and/or…

2021

Validation Free and Replication Robust Volume-based Data Valuation

NeurIPS 2021poster

Data valuation arises as a non-trivial challenge in real-world use cases such as collaborative machine learning, federated learning, trusted data sharing, data marketplaces. The value of data is often associated with the learning performance (e.g., validation accuracy) of a model trained on the data…

Cited by 81SourcePDFScholar
2021

Value-at-Risk Optimization with Gaussian Processes

ICML 2021spotlight

Value-at-risk (VaR) is an established measure to assess risks in critical real-world applications with random environmental factors. This paper presents a novel VaR upper confidence bound (V-UCB) algorithm for maximizing the VaR of a black-box objective function with the first no-regret guarantee. T…

2020

Collaborative Machine Learning with Incentive-Aware Model Rewards

ICML 2020poster

Collaborative machine learning (ML) is an appealing paradigm to build high-quality ML models by training on the aggregated data from many parties. However, these parties are only willing to share their data when given enough incentives, such as a guaranteed fair reward based on their contributions.…

Cited by 183SourcePDFScholar
2020

Efficient Exploration of Reward Functions in Inverse Reinforcement Learning via Bayesian Optimization

NeurIPS 2020poster

The problem of inverse reinforcement learning (IRL) is relevant to a variety of tasks including value alignment and robot learning from demonstration. Despite significant algorithmic contributions in recent years, IRL remains an ill-posed problem at its core; multiple reward functions coincide with…

Cited by 36SourcePDFScholar
2020

Federated Bayesian Optimization via Thompson Sampling

NeurIPS 2020poster

Bayesian optimization (BO) is a prominent approach to optimizing expensive-to-evaluate black-box functions. The massive computational capability of edge devices such as mobile phones, coupled with privacy concerns, has led to a surging interest in federated learning (FL) which focuses on collaborati…

2020

Learning Task-Agnostic Embedding of Multiple Black-Box Experts for Multi-Task Model Fusion

ICML 2020poster

Model fusion is an emerging study in collective learning where heterogeneous experts with private data and learning architectures need to combine their black-box knowledge for better performance. Existing literature achieves this via a local knowledge distillation scheme that transfuses the predicti…

Cited by 21SourcePDFScholar
2020

Nonmyopic Gaussian Process Optimization with Macro-Actions

AISTATS 2020poster

This paper presents a multi-staged approach to nonmyopic adaptive Gaussian process optimization (GPO) for Bayesian optimization (BO) of unknown, highly complex objective functions that, in contrast to existing nonmyopic adaptive BO algorithms, exploits the notion of macro-actions for scaling up to a…

Cited by 15SourcePDFScholar
2020

R2-B2: Recursive Reasoning-Based Bayesian Optimization for No-Regret Learning in Games

ICML 2020poster

This paper presents a recursive reasoning formalism of Bayesian optimization (BO) to model the reasoning process in the interactions between boundedly rational, self-interested agents with unknown, complex, and costly-to-evaluate payoff functions in repeated games, which we call Recursive Reasoning-…

Cited by 37SourcePDFScholar
2019

Bayesian Optimization Meets Bayesian Optimal Stopping

ICML 2019oral

Bayesian optimization (BO) is a popular paradigm for optimizing the hyperparameters of machine learning (ML) models due to its sample efficiency. Many ML models require running an iterative training procedure (e.g., stochastic gradient descent). This motivates the question whether information availa…

Cited by 71SourcePDFScholar
2019

Collective Model Fusion for Multiple Black-Box Experts

ICML 2019oral

Model fusion is a fundamental problem in collec-tive machine learning (ML) where independentexperts with heterogeneous learning architecturesare required to combine expertise to improve pre-dictive performance. This is particularly chal-lenging in information-sensitive domains whereexperts do not ha…

Cited by 41SourcePDFScholar
2019

Implicit Posterior Variational Inference for Deep Gaussian Processes

NeurIPS 2019spotlight

A multi-layer deep Gaussian process (DGP) model is a hierarchical composition of GP models with a greater expressive power. Exact DGP inference is intractable, which has motivated the recent development of deterministic and stochastic approximation methods. Unfortunately, the deterministic approxima…

2016

A Distributed Variational Inference Framework for Unifying Parallel Sparse Gaussian Process Regression Models

ICML 2016poster

This paper presents a novel distributed variational inference framework that unifies many parallel sparse Gaussian process regression (SGPR) models for scalable hyperparameter learning with big data. To achieve this, our framework exploits a structure of correlated noise process model that represent…

Cited by 62SourcePDFScholar
2015

A Unifying Framework of Anytime Sparse Gaussian Process Regression Models with Stochastic Variational Inference for Big Data

ICML 2015poster

This paper presents a novel unifying framework of anytime sparse Gaussian process regression (SGPR) models that can produce good predictive performance fast and improve their predictive performance over time. Our proposed unifying framework reverses the variational inference procedure to theoretical…

Cited by 109SourcePDFScholar
2015

Inverse Reinforcement Learning with Locally Consistent Reward Functions

NeurIPS 2015poster

Existing inverse reinforcement learning (IRL) algorithms have assumed each expert’s demonstrated trajectory to be produced by only a single reward function. This paper presents a novel generalization of the IRL problem that allows each trajectory to be generated by multiple locally consistent reward…

Cited by 57SourcePDFScholar