← Search

Svetha Venkatesh

59 accepted papers

2026

Adaptive Acquisition Selection for Bayesian Optimization with Large Language Models

ICLR 2026poster

Bayesian Optimization critically depends on the choice of acquisition function, but no single strategy is universally optimal; the best choice is non-stationary and problem-dependent. Existing adaptive portfolio methods often base their decisions on past function values while ignoring richer inform…

Cited by 0SourcecodeScholar
2026

Causal-aware Anomaly Detection for Tabular Data

ICML 2026poster

Anomaly detection (AD) methods often ignore causal dependencies and treat anomalies as outliers, which is brittle when anomalies are primarily mechanism violations rather than extreme values. We propose CausalAno, a causal-aware detector that trains a causal GAN on normal data and leverages its disc…

Cited by 0SourceScholar
2025

Dynamic Steering With Episodic Memory For Large Language Models

ACL 2025finding

Large Language Models (LLMs) exhibit emergent in-context learning (ICL) capabilities, allowing them to adapt to unseen tasks based on example demonstrations. Traditional ICL embeds examples within the prompt, while activation steering, uses a vector derived from examples to guide the latent states o…

Cited by 0SourcePDFScholar
2025

Multi-Reference Preference Optimization for Large Language Models

AAAI 2025technical

How can Large Language Models (LLMs) be aligned with human intentions and values? A typical solution is to gather human preference on model outputs and finetune the LLMs accordingly while ensuring that updates do not deviate too far from a reference model. Recent approaches, such as direct preferenc…

2025

Navigating Social Dilemmas with LLM-based Agents via Consideration of Future Consequences

IJCAI 2025

Artificial agents with the aid of large language models (LLMs) are effective in various real-world scenarios but struggle to cooperate in social dilemmas. When making decisions under the strain of selecting between long-term consequences and short-term benefits in commonly shared resources, LLM-base

Cited by 0SourcePDFScholar
2025

Reproducing Kernel Banach Space Models for Neural Networks with Application to Rademacher Complexity Analysis

NeurIPS 2025poster

This paper explores the use of Hermite transform based reproducing kernel Banach space methods to construct exact or un-approximated models of feedforward neural networks of arbitrary width, depth and topology, including ResNet and Transformers networks, assuming only a feedforward topology, finite…

Cited by 0SourceScholar
2025

Stable Hadamard Memory: Revitalizing Memory-Augmented Agents for Reinforcement Learning

ICLR 2025poster

Effective decision-making in partially observable environments demands robust memory management. Despite their success in supervised learning, current deep-learning memory models struggle in reinforcement learning environments that are partially observable and long-term. They fail to efficiently cap…

Cited by 0SourcePDFScholar
2024

Diversifying Training Pool Predictability for Zero-shot Coordination: A Theory of Mind Approach

IJCAI 2024poster

The challenge in constructing artificial social agents is to enable adaptation ability to novel agents, and is called zero-shot coordination (ZSC). A promising approach is to train the adaptive agents by interacting with a diverse pool of collaborators, assuming that the greater the diversity in oth…

Cited by 1SourcePDFScholar
2024

Root Cause Explanation of Outliers under Noisy Mechanisms

AAAI 2024technical

Identifying root causes of anomalies in causal processes is vital across disciplines. Once identified, one can isolate the root causes and implement necessary measures to restore the normal operation. Causal processes are often modelled as graphs with entities being nodes and their paths/interconnec…

Cited by 0SourcePDFScholar
2023

Gradient Descent in Neural Networks as Sequential Learning in Reproducing Kernel Banach Space

ICML 2023poster

The study of Neural Tangent Kernels (NTKs) has provided much needed insight into convergence and generalization properties of neural networks in the over-parametrized (wide) limit by approximating the network using a first-order Taylor expansion with respect to its weights in the neighborhood of the…

Cited by 3SourcePDFScholar
2023

Memory-Augmented Theory of Mind Network

AAAI 2023technical

Social reasoning necessitates the capacity of theory of mind (ToM), the ability to contextualise and attribute mental states to others without having access to their internal cognitive structure. Recent machine learning approaches to ToM have demonstrated that we can train the observer to read the p…

2023

Multi-weather Image Restoration via Domain Translation

ICCV 2023poster

Weather degraded conditions such as rain, haze, snow, etc. may degrade the performance of most computer vision systems. Therefore, effective restoration of multi-weather degraded images is an essential prerequisite for successful functioning of such systems. The current multi-weather image restorati…

Cited by 31PDFcodeScholar
2023

On Instance-Dependent Bounds for Offline Reinforcement Learning with Linear Function Approximation

AAAI 2023technical

Sample-efficient offline reinforcement learning (RL) with linear function approximation has been studied extensively recently. Much of the prior work has yielded instance-independent rates that hold even for the worst-case realization of problem instances. This work seeks to understand instance-depe…

Cited by 22SourcePDFScholar
2023

Persistent-Transient Duality: A Multi-Mechanism Approach for Modeling Human-Object Interaction

ICCV 2023poster

Humans are highly adaptable, swiftly switching between different modes to progressively handle different tasks, situations and contexts. In Human-object interaction (HOI) activities, these modes can be attributed to two mechanisms: (1) the large-scale consistent plan for the whole activity and (2) t…

Cited by 2PDFcodeScholar
2023

Social Motivation for Modelling Other Agents under Partial Observability in Decentralised Training

IJCAI 2023poster

Understanding other agents is a key challenge in constructing artificial social agents. Current works focus on centralised training, wherein agents are allowed to know all the information about others and the environmental state during training. In contrast, this work studies decentralised training,…

Cited by 0SourcePDFScholar
2022

Episodic Policy Gradient Training

AAAI 2022technical

We introduce a novel training procedure for policy gradient methods wherein episodic memory is used to optimize the hyperparameters of reinforcement learning algorithms on-the-fly. Unlike other hyperparameter searches, we formulate hyperparameter scheduling as a standard Markov Decision Process and…

2022

Expected Improvement for Contextual Bandits

NeurIPS 2022accept

The expected improvement (EI) is a popular technique to handle the tradeoff between exploration and exploitation under uncertainty. This technique has been widely used in Bayesian optimization but it is not applicable for the contextual bandit problem which is a generalization of the standard bandit…

Cited by 0SourcePDFScholar
2022

Human-AI Collaborative Bayesian Optimisation

NeurIPS 2022accept

Abstract Human-AI collaboration looks at harnessing the complementary strengths of both humans and AI. We propose a new method for human-AI collaboration in Bayesian optimisation where the optimum is mainly pursued by the Bayesian optimisation algorithm following complex computation, whilst getting…

Cited by 20SourcePDFScholar
2022

Learning to Constrain Policy Optimization with Virtual Trust Region

NeurIPS 2022accept

We introduce a constrained optimization method for policy gradient reinforcement learning, which uses two trust regions to regulate each policy update. In addition to using the proximity of one single old policy as the first trust region as done by prior works, we propose forming a second trust regi…

Cited by 5SourcePDFScholar
2022

Momentum Adversarial Distillation: Handling Large Distribution Shifts in Data-Free Knowledge Distillation

NeurIPS 2022accept

Data-free Knowledge Distillation (DFKD) has attracted attention recently thanks to its appealing capability of transferring knowledge from a teacher network to a student network without using training data. The main idea is to use a generator to synthesize data for training the student. As the gener…

Cited by 33SourcePDFScholar
2022

Offline Neural Contextual Bandits: Pessimism, Optimization and Generalization

ICLR 2022poster

Offline policy learning (OPL) leverages existing data collected a priori for policy optimization without any active exploration. Despite the prevalence and recent interest in this problem, its theoretical and algorithmic foundations in function approximation settings remain under-developed. In this…

2022

Regret Bounds for Expected Improvement Algorithms in Gaussian Process Bandit Optimization

AISTATS 2022poster

The expected improvement (EI) algorithm is one of the most popular strategies for optimization under uncertainty due to its simplicity and efficiency. Despite its popularity, the theoretical aspects of this algorithm have not been properly analyzed. In particular, whether in the noisy setting, the E…

Cited by 3SourcePDFScholar
2022

TRF: Learning Kernels with Tuned Random Features

AAAI 2022technical

Random Fourier features (RFF) are a popular set of tools for constructing low-dimensional approximations of translation-invariant kernels, allowing kernel methods to be scaled to big data. Apart from their computational advantages, by working in the spectral domain random Fourier features expose th…

Cited by 0SourcePDFScholar
2022

Towards Effective and Robust Neural Trojan Defenses via Input Filtering

ECCV 2022poster

"Trojan attacks on deep neural networks are both dangerous and surreptitious. Over the past few years, Trojan attacks have advanced from using only a single input-agnostic trigger and targeting only one class to using multiple, input-specific triggers and targeting multiple classes. However, Trojan…

Cited by 6SourcePDFScholar
2022

Video Restoration Framework and Its Meta-Adaptations to Data-Poor Conditions

ECCV 2022poster

"Restoration of weather degraded videos is a challenging problem due to diverse weather conditions e.g., rain, haze, snow, etc. Existing works handle video restoration for each weather using a different custom-designed architecture. This approach has many limitations. First, a custom-designed archit…

2021

A New Representation of Successor Features for Transfer across Dissimilar Environments

ICML 2021spotlight

Transfer in reinforcement learning is usually achieved through generalisation across tasks. Whilst many studies have investigated transferring knowledge when the reward function changes, they have assumed that the dynamics of the environments remain consistent. Many real-world RL problems require tr…

Cited by 23SourcePDFScholar
2021

Bayesian Optimistic Optimisation with Exponentially Decaying Regret

ICML 2021spotlight

Bayesian optimisation (BO) is a well known algorithm for finding the global optimum of expensive, black-box functions. The current practical BO algorithms have regret bounds ranging from $\mathcal{O}(\frac{logN}{\sqrt{N}})$ to $\mathcal O(e^{-\sqrt{N}})$, where $N$ is the number of evaluations. This…

Cited by 0SourcePDFScholar
2021

Distributional Reinforcement Learning via Moment Matching

AAAI 2021technical

We consider the problem of learning a set of probability distributions from the empirical Bellman dynamics in distributional reinforcement learning (RL), a class of state-of-the-art methods that estimate the distribution, as opposed to only the expectation, of the total return. We formulate a method…

2021

High Dimensional Level Set Estimation with Bayesian Neural Network

AAAI 2021technical

Level Set Estimation (LSE) is an important problem with applications in various fields such as material design, biotechnology, machine operational testing, etc. Existing techniques suffer from the scalability issue, that is, these methods do not work well with high dimensional inputs. This paper pro…

2021

Kernel Functional Optimisation

NeurIPS 2021poster

Traditional methods for kernel selection rely on parametric kernel functions or a combination thereof and although the kernel hyperparameters are tuned, these methods often provide sub-optimal results due to the limitations induced by the parametric forms. In this paper, we propose a novel formulati…

2021

Learning Asynchronous and Sparse Human-Object Interaction in Videos

CVPR 2021poster

Human activities can be learned from video. With effective modeling it is possible to discover not only the action labels but also the temporal structure of the activities, such as the progression of the sub-activities. Automatically recognizing such structure from raw video signal is a new capabili…

Cited by 47PDFScholar
2021

Model-Based Episodic Memory Induces Dynamic Hybrid Controls

NeurIPS 2021poster

Episodic control enables sample efficiency in reinforcement learning by recalling past experiences from an episodic memory. We propose a new model-based episodic memory of trajectories addressing current limitations of episodic control. Our memory estimates trajectory values, guiding the agent towar…

Cited by 21SourcePDFScholar
2021

Semi-Supervised Learning with Variational Bayesian Inference and Maximum Uncertainty Regularization

AAAI 2021technical

We propose two generic methods for improving semi-supervised learning (SSL). The first integrates weight perturbation (WP) into existing “consistency regularization” (CR) based methods. We implement WP by leveraging variational Bayesian inference (VBI). The second method proposes a novel consistency…

Cited by 4SourcePDFScholar
2020

Accelerated Bayesian Optimisation through Weight-Prior Tuning

AISTATS 2020poster

Bayesian optimization (BO) is a widely-used method for optimizing expensive (to evaluate) problems. At the core of most BO methods is the modeling of the objective function using a Gaussian Process (GP) whose covariance is selected from a set of standard covariance functions. From a weight-space v…

2020

DeepCoDA: personalized interpretability for compositional health data

ICML 2020poster

Abstract Interpretability allows the domain-expert to directly evaluate the model’s relevance and reliability, a practice that offers assurance and builds trust. In the healthcare setting, interpretable models should implicate relevant biological mechanisms independent of technical factors like data…

2020

Distributionally Robust Bayesian Quadrature Optimization

AISTATS 2020poster

Bayesian quadrature optimization (BQO) maximizes the expectation of an expensive black-box integrand taken over a known probability distribution. In this work, we study BQO under distributional uncertainty in which the underlying probability distribution is unknown except for a limited set of its i.…

2020

Hierarchical Conditional Relation Networks for Video Question Answering

CVPR 2020oral

Video question answering (VideoQA) is challenging as it requires modeling capacity to distill dynamic visual artifacts and distant relations and to associate them with linguistic concepts. We introduce a general-purpose reusable neural unit called Conditional Relation Network (CRN) that serves as a…

Cited by 334PDFcodeScholar
2020

Randomised Gaussian Process Upper Confidence Bound for Bayesian Optimisation

IJCAI 2020poster

In order to improve the performance of Bayesian optimisation, we develop a modified Gaussian process upper confidence bound (GP-UCB) acquisition function. This is done by sampling the exploration-exploitation trade-off parameter from a distribution. We prove that this allows the expected trade-off p…

2020

Sub-linear Regret Bounds for Bayesian Optimisation in Unknown Search Spaces

NeurIPS 2020poster

Bayesian optimisation is a popular method for efficient optimisation of expensive black-box functions. Traditionally, BO assumes that the search space is known. However, in many problems, this assumption does not hold. To this end, we propose a novel BO algorithm which expands (and shifts) the searc…

2019

Bayesian Optimization with Unknown Search Space

NeurIPS 2019poster

Applying Bayesian optimization in problems wherein the search space is unknown is challenging. To address this problem, we propose a systematic volume expansion strategy for the Bayesian optimization. We devise a strategy to guarantee that in iterative expansions of the search space, our method can…

2019

Improving Generalization and Stability of Generative Adversarial Networks

ICLR 2019poster

Generative Adversarial Networks (GANs) are one of the most popular tools for learning complex high dimensional distributions. However, generalization properties of GANs have not been well understood. In this paper, we analyze the generalization of GANs in practical settings. We show that discriminat…

2019

Learning Regularity in Skeleton Trajectories for Anomaly Detection in Videos

CVPR 2019poster

Appearance features have been widely used in video anomaly detection even though they contain complex entangled factors. We propose a new method to model the normal patterns of human movements in surveillance video for anomaly detection using dynamic skeleton features. We decompose the skeletal move…

Cited by 379PDFcodeScholar
2019

Memorizing Normality to Detect Anomaly: Memory-Augmented Deep Autoencoder for Unsupervised Anomaly Detection

ICCV 2019poster

Deep autoencoder has been extensively used for anomaly detection. Training on the normal data, the autoencoder is expected to produce higher reconstruction error for the abnormal inputs than the normal ones, which is adopted as a criterion for identifying anomalies. However, this assumption does not…

Cited by 1738PDFScholar
2019

Multi-objective Bayesian optimisation with preferences over objectives

NeurIPS 2019poster

We present a multi-objective Bayesian optimisation algorithm that allows the user to express preference-order constraints on the objectives of the type objective A is more important than objective B. These preferences are defined based on the stability of the obtained solutions with respect to pref…

Cited by 76SourcePDFScholar
2018

Algorithmic Assurance: An Active Approach to Algorithmic Testing using Bayesian Optimisation

NeurIPS 2018poster

We introduce algorithmic assurance, the problem of testing whether machine learning algorithms are conforming to their intended design goal. We address this problem by proposing an efficient framework for algorithmic testing. To provide assurance, we need to efficiently discover scenarios where an a…

2018

Exploiting Strategy-Space Diversity for Batch Bayesian Optimization

AISTATS 2018poster

This paper proposes a novel approach to batch Bayesian optimisation using a multi-objective optimisation framework with exploitation and exploration forming two objectives. The key advantage of this approach is that it uses a suite of strategies to balance exploration and exploitation and thus can e…

Cited by 0SourcePDFScholar
2017

High Dimensional Bayesian Optimization with Elastic Gaussian Process

ICML 2017poster

Bayesian optimization is an efficient way to optimize expensive black-box functions such as designing a new product with highest quality or hyperparameter tuning of a machine learning algorithm. However, it has a serious limitation when the parameter space is high-dimensional as Bayesian optimizatio…

Cited by 142SourcePDFScholar
2017

Process-constrained batch Bayesian optimisation

NeurIPS 2017spotlight

Abstract Prevailing batch Bayesian optimisation methods allow all control variables to be freely altered at each iteration. Real-world experiments, however, often have physical limitations making it time-consuming to alter all settings for each recommendation in a batch. This gives rise to a unique…

Cited by 18SourcePDFScholar
2017

Regret Bounds for Transfer Learning in Bayesian Optimisation

AISTATS 2017poster

This paper studies the regret bound of two transfer learning algorithms in Bayesian optimisation. The first algorithm models any difference between the source and target functions as a noise process. The second algorithm proposes a new way to model the difference between the source and target as a G…

Cited by 44SourcePDFScholar