← Search

James Bailey

31 accepted papers

2026

CoCoEmo: Composable and Controllable Human-Like Emotional TTS via Activation Steering

ICML 2026poster

Emotional expression in human speech is nuanced and compositional, often involving multiple, sometimes conflicting, affective cues that may diverge from linguistic content. In contrast, most expressive text-to-speech (TTS) systems enforce a single utterance-level emotion, collapsing affective divers…

Cited by 0SourceScholar
2026

Coarse-to-Fine Open-Set Graph Node Classification with Large Language Models

AAAI 2026technical

Developing open-set classification methods capable of classifying in-distribution (ID) data while detecting out-of-distribution (OOD) samples is essential for deploying graph neural networks (GNNs) in open-world scenarios. Existing methods typically treat all OOD samples as a single class, despite r

Cited by 0SourcePDFScholar
2025

Cognitive Mirrors: Exploring the Diverse Functional Roles of Attention Heads in LLM Reasoning

NeurIPS 2025poster

Large language models (LLMs) have achieved state-of-the-art performance in a variety of tasks, but remain largely opaque in terms of their internal mechanisms. Understanding these mechanisms is crucial to improve their reasoning abilities. Drawing inspiration from the interplay between neural proces…

Cited by 0SourceScholar
2025

Detecting Backdoor Samples in Contrastive Language Image Pretraining

ICLR 2025poster

Contrastive language-image pretraining (CLIP) has been found to be vulnerable to poisoning backdoor attacks where the adversary can achieve an almost perfect attack success rate on CLIP models by poisoning only 0.01\% of the training dataset. This raises security concerns on the current practice of…

2025

E-BATS: Efficient Backpropagation-Free Test-Time Adaptation for Speech Foundation Models

NeurIPS 2025poster

Speech Foundation Models encounter significant performance degradation when deployed in real-world scenarios involving acoustic domain shifts, such as background noise and speaker accents. Test-time adaptation (TTA) has recently emerged as a viable strategy to address such domain shifts at inference…

Cited by 0SourceScholar
2025

Practical Kernel Selection for Kernel-based Conditional Independence Test

NeurIPS 2025poster

Conditional independence (CI) testing is a fundamental yet challenging task in modern statistics and machine learning. One pivotal class of methods for assessing conditional independence encompasses kernel-based approaches, known for assessing CI by detecting general conditional dependence without…

Cited by 0SourceScholar
2025

Semantic-guided Cross-Modal Prompt Learning for Skeleton-based Zero-shot Action Recognition

CVPR 2025poster

Skeleton-based human action recognition is promising due to its privacy preservation, robustness to visual challenges, and computational efficiency. Especially, the practical necessity to recognize unseen actions has led to increased interest in zero-shot skeleton-based action recognition (ZSSAR). E…

Cited by 0SourcePDFScholar
2025

X-Transfer Attacks: Towards Super Transferable Adversarial Attacks on CLIP

ICML 2025poster

As Contrastive Language-Image Pre-training (CLIP) models are increasingly adopted for diverse downstream tasks and integrated into large vision-language models (VLMs), their susceptibility to adversarial perturbations has emerged as a critical concern. In this work, we introduce **X-Transfer**, a no…

2024

LDReg: Local Dimensionality Regularized Self-Supervised Learning

ICLR 2024poster

Representations learned via self-supervised learning (SSL) can be susceptible to dimensional collapse, where the learned representation subspace is of extremely low dimensionality and thus fails to represent the full data distribution and modalities. Dimensional collapse ––– also known as the "under…

2024

Part-aware Unified Representation of Language and Skeleton for Zero-shot Action Recognition

CVPR 2024poster

While remarkable progress has been made on supervised skeleton-based action recognition the challenge of zero-shot recognition remains relatively unexplored. In this paper we argue that relying solely on aligning label-level semantics and global skeleton features is insufficient to effectively trans…

2024

Visual-Text Cross Alignment: Refining the Similarity Score in Vision-Language Models

ICML 2024poster

It has recently been discovered that using a pre-trained *vision-language model* (VLM), e.g., CLIP, to align a whole query image with several finer text descriptions generated by a large language model can significantly enhance zero-shot performance. However, in this paper, we empirically find that…

2023

Distilling Cognitive Backdoor Patterns within an Image

ICLR 2023poster

This paper proposes a simple method to distill and detect backdoor patterns within an image: \emph{Cognitive Distillation} (CD). The idea is to extract the ``minimal essence" from an input image responsible for the model's prediction. CD optimizes an input mask to extract a small pattern from the in…

2022

A Divide and Conquer Algorithm for Predict+Optimize with Non-convex Problems

AAAI 2022technical

The predict+optimize problem combines machine learning and combinatorial optimization by predicting the problem coefficients first and then using these coefficients to solve the optimization problem. While this problem can be solved in two separate stages, recent research shows end to end model…

2022

IGFormer: Interaction Graph Transformer for Skeleton-Based Human Interaction Recognition

ECCV 2022poster

"Human interaction recognition is very important in many applications. One crucial cue in recognizing an interaction is the interactive body parts. In this work, we propose a novel Interaction Graph Transformer (IGFormer) network for skeleton-based interaction recognition via modeling the interactiv…

Cited by 48SourcePDFScholar
2021

$\alpha$-IoU: A Family of Power Intersection over Union Losses for Bounding Box Regression

NeurIPS 2021poster

Bounding box (bbox) regression is a fundamental task in computer vision. So far, the most commonly used loss functions for bbox regression are the Intersection over Union (IoU) loss and its variants. In this paper, we generalize existing IoU-based losses to a new family of power IoU losses that have…

2021

Bigram and Unigram Based Text Attack via Adaptive Monotonic Heuristic Search

AAAI 2021technical

Deep neural networks (DNNs) are known to be vulnerable to adversarial images, while their robustness in text classification are rarely studied. Several lines of text attack methods have been proposed in the literature, such as character-level, word-level, and sentence-level attacks. However, it is s…

2021

Exploring Architectural Ingredients of Adversarially Robust Deep Neural Networks

NeurIPS 2021poster

Deep neural networks (DNNs) are known to be vulnerable to adversarial attacks. A range of defense methods have been proposed to train adversarially robust DNNs, among which adversarial training has demonstrated promising results. However, despite preliminary understandings developed for adversarial…

2021

Unlearnable Examples: Making Personal Data Unexploitable

ICLR 2021spotlight

The volume of "free" data on the internet has been key to the current success of deep learning. However, it also raises privacy concerns about the unauthorized exploitation of personal data for training commercial models. It is thus crucial to develop methods to prevent unauthorized data exploitatio…

2020

Adversarial Camouflage: Hiding Physical-World Attacks With Natural Styles

CVPR 2020poster

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples. Existing works have mostly focused on either digital adversarial examples created via small and imperceptible perturbations, or physical-world adversarial examples created with large and less realistic distortions that a…

Cited by 282PDFcodeScholar
2020

Clean-Label Backdoor Attacks on Video Recognition Models

CVPR 2020poster

Deep neural networks (DNNs) are vulnerable to backdoor attacks which can hide backdoor triggers in DNNs by poisoning training data. A backdoored model behaves normally on clean test images, yet consistently predicts a particular target class for any test examples that contain the trigger pattern. As…

Cited by 346PDFcodeScholar
2020

Improving Adversarial Robustness Requires Revisiting Misclassified Examples

ICLR 2020poster

Deep neural networks (DNNs) are vulnerable to adversarial examples crafted by imperceptible perturbations. A range of defense techniques have been proposed to improve DNN robustness to adversarial examples, among which adversarial training has been demonstrated to be the most effective. Adversarial…

Cited by 925SourcecodeScholar
2020

Normalized Loss Functions for Deep Learning with Noisy Labels

ICML 2020poster

Robust loss functions are essential for training accurate deep neural networks (DNNs) in the presence of noisy (incorrect) labels. It has been shown that the commonly used Cross Entropy (CE) loss is not robust to noisy labels. Whilst new loss functions have been designed, they are only partially rob…

2020

Reflection Backdoor: A Natural Backdoor Attack on Deep Neural Networks

ECCV 2020poster

Recent studies have shown that DNNs can be compromised by backdoor attacks crafted at training time. A backdoor attack installs a backdoor into the victim model by injecting a backdoor pattern into a small set of training examples. The victim model behaves normally on clean test data, yet consistent…

Cited by 719SourcePDFScholar
2020

Skip Connections Matter: On the Transferability of Adversarial Examples Generated with ResNets

ICLR 2020spotlight

Skip connections are an essential component of current state-of-the-art deep neural networks (DNNs) such as ResNet, WideResNet, DenseNet, and ResNeXt. Despite their huge success in building deeper and more powerful DNNs, we identify a surprising \emph{security weakness} of skip connections in this p…

Cited by 423SourcecodeScholar
2019

Fast and Furious Learning in Zero-Sum Games: Vanishing Regret with Non-Vanishing Step Sizes

NeurIPS 2019poster

We show for the first time that it is possible to reconcile in online learning in zero-sum games two seemingly contradictory objectives: vanishing time-average regret and non-vanishing step sizes. This phenomenon, that we coin ``fast and furious" learning in games, sets a new benchmark about what…

Cited by 37SourcePDFScholar
2019

On the Convergence and Robustness of Adversarial Training

ICML 2019oral

Improving the robustness of deep neural networks (DNNs) to adversarial examples is an important yet challenging problem for secure deep learning. Across existing defense techniques, adversarial training with Projected Gradient Decent (PGD) is amongst the most effective. Adversarial training solves a…

Cited by 456SourcePDFScholar
2019

Symmetric Cross Entropy for Robust Learning With Noisy Labels

ICCV 2019poster

Training accurate deep neural networks (DNNs) in the presence of noisy labels is an important and challenging task. Though a number of approaches have been proposed for learning with noisy labels, many open issues remain. In this paper, we show that DNN learning with Cross Entropy (CE) exhibits over…

Cited by 1222PDFcodeScholar
2018

Characterizing Adversarial Subspaces Using Local Intrinsic Dimensionality

ICLR 2018oral

Deep Neural Networks (DNNs) have recently been shown to be vulnerable against adversarial examples, which are carefully crafted instances that can mislead DNNs to make errors during prediction. To better understand such attacks, a characterization is needed of the properties of regions (the so-calle…

2018

Dimensionality-Driven Learning with Noisy Labels

ICML 2018oral

Datasets with significant proportions of noisy (incorrect) class labels present challenges for training accurate Deep Neural Networks (DNNs). We propose a new perspective for understanding DNN generalization for such datasets, by investigating the dimensionality of the deep representation subspace o…

2018

Iterative Learning With Open-Set Noisy Labels

CVPR 2018poster

Large-scale datasets possessing clean label annotations are crucial for training Convolutional Neural Networks (CNNs). However, labeling large-scale data can be very costly and error-prone, and even high-quality datasets are likely to contain noisy (incorrect) labels. Existing works usually employ a…

2017

Efficient Orthogonal Parametrisation of Recurrent Neural Networks Using Householder Reflections

ICML 2017poster

The problem of learning long-term dependencies in sequences using Recurrent Neural Networks (RNNs) is still a major challenge. Recent methods have been suggested to solve this problem by constraining the transition matrix to be unitary during training which ensures that its norm is equal to one and…