← Search

Liam Fowl

8 accepted papers

2023

Exploring Sequence-to-Sequence Transformer-Transducer Models for Keyword Spotting

ICASSP 2023accepted

In this paper, we present a novel approach to adapt a sequence-to-sequence Transformer-Transducer ASR system to the keyword spotting (KWS) task. We achieve this by replacing the keyword in the text transcription with a special token <kw> and training the system to detect the <kw> token in an audio s…

Cited by 0SourceScholar
2022

Can Neural Nets Learn the Same Model Twice? Investigating Reproducibility and Double Descent From the Decision Boundary Perspective

CVPR 2022oral

We discuss methods for visualizing neural network decision boundaries and decision regions. We use these visualizations to investigate issues related to reproducibility and generalization in neural network training. We observe that changes in model architecture (and its associate inductive bias) cau…

Cited by 80PDFcodeScholar
2022

Fishing for User Data in Large-Batch Federated Learning via Gradient Magnification

ICML 2022spotlight

Federated learning (FL) has rapidly risen in popularity due to its promise of privacy and efficiency. Previous works have exposed privacy vulnerabilities in the FL pipeline by recovering user data from gradient updates. However, existing attacks fail to address realistic settings because they either…

2021

Strong Data Augmentation Sanitizes Poisoning and Backdoor Attacks Without an Accuracy Tradeoff

ICASSP 2021accepted

Data poisoning and backdoor attacks manipulate victim models by maliciously modifying training data. In light of this growing threat, a recent survey of industry professionals revealed heightened fear in the private sector regarding data poisoning. Many previous defenses against poisoning either fai…

Cited by 0SourceScholar
2020

Adversarially Robust Few-Shot Learning: A Meta-Learning Approach

NeurIPS 2020poster

Previous work on adversarially robust neural networks for image classification requires large training sets and computationally expensive training procedures. On the other hand, few-shot learning methods are highly vulnerable to adversarial examples. The goal of our work is to produce networks whi…

2020

Headless Horseman: Adversarial Attacks on Transfer Learning Models

ICASSP 2020accepted

Transfer learning facilitates the training of task-specific classifiers using pre-trained models as feature extractors. We present a family of transferable adversarial attacks against such classifiers, generated without access to the classification head; we call these headless attacks. We first demo…

Cited by 0SourceScholar
2020

MetaPoison: Practical General-purpose Clean-label Data Poisoning

NeurIPS 2020poster

Data poisoning---the process by which an attacker takes control of a model by making imperceptible changes to a subset of the training data---is an emerging threat in the context of neural networks. Existing attacks for data poisoning neural networks have relied on hand-crafted heuristics, because s…

2020

Unraveling Meta-Learning: Understanding Feature Representations for Few-Shot Tasks

ICML 2020poster

Meta-learning algorithms produce feature extractors which achieve state-of-the-art performance on few-shot classification. While the literature is rich with meta-learning methods, little is known about why the resulting feature extractors perform so well. We develop a better understanding of the und…