← Search

Gavin Taylor

12 accepted papers

2026

Divide and Contrast: Learning Robust Temporal Features without Augmentation

ICML 2026poster

Self-supervised learning for time-series representation aims to reduce reliance on labeled data while maintaining strong downstream performance, yet many existing approaches incur high computational costs or rely on assumptions that do not hold across diverse temporal dynamics. In this work, we intr…

Cited by 0SourceScholar
2022

Robust Optimization As Data Augmentation for Large-Scale Graphs

CVPR 2022poster

Data augmentation helps neural networks generalize better by enlarging the training set, but it remains an open question how to effectively augment graph data to enhance the performance of GNNs (Graph Neural Networks). While most existing graph regularizers focus on manipulating graph topological st…

Cited by 122PDFcodeScholar
2021

LowKey: Leveraging Adversarial Attacks to Protect Social Media Users from Facial Recognition

ICLR 2021poster

Facial recognition systems are increasingly deployed by private corporations, government agencies, and contractors for consumer services and mass surveillance programs alike. These systems are typically built by scraping social media profiles for user images. Adversarial perturbations have been pr…

Cited by 163SourcePDFScholar
2021

Witches' Brew: Industrial Scale Data Poisoning via Gradient Matching

ICLR 2021poster

Data Poisoning attacks modify training data to maliciously control a model trained on such data. In this work, we focus on targeted poisoning attacks which cause a reclassification of an unmodified test image and as such breach model integrity. We consider a particularly malicious poisoning attack t…

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…

2019

Adversarial training for free!

NeurIPS 2019poster

Adversarial training, in which a network is trained on adversarial examples, is one of the few defenses against adversarial attacks that withstands strong attacks. Unfortunately, the high cost of generating strong adversarial examples makes standard adversarial training impractical on large-scale pr…

Cited by 1720SourcePDFScholar
2019

Transferable Clean-Label Poisoning Attacks on Deep Neural Nets

ICML 2019oral

In this paper, we explore clean-label poisoning attacks on deep convolutional networks with access to neither the network’s output nor its architecture or parameters. Our goal is to ensure that after injecting the poisons into the training data, a model with unknown architecture and parameters train…

2018

Visualizing the Loss Landscape of Neural Nets

NeurIPS 2018poster

Neural network training relies on our ability to find "good" minimizers of highly non-convex loss functions. It is well known that certain network architecture designs (e.g., skip connections) produce loss functions that train easier, and well-chosen training parameters (batch size, learning rate, o…

2017

Adaptive Consensus ADMM for Distributed Optimization

ICML 2017poster

The alternating direction method of multipliers (ADMM) is commonly used for distributed model fitting problems, but its performance and reliability depend strongly on user-defined penalty parameters. We study distributed ADMM methods that boost performance by using different fine-tuned algorithm par…

Cited by 89SourcePDFScholar
2016

Training Neural Networks Without Gradients: A Scalable ADMM Approach

ICML 2016poster

With the growing importance of large network models and enormous training datasets, GPUs have become increasingly necessary to train neural networks. This is largely because conventional optimization algorithms rely on stochastic gradient methods that don’t scale well to large numbers of cores in a…

Cited by 341SourcePDFScholar
2016

Unwrapping ADMM: Efficient Distributed Computing via Transpose Reduction

AISTATS 2016poster

Recent approaches to distributed model fitting rely heavily on consensus ADMM, where each node solves small sub-problems using only local data. We propose iterative methods that solve global sub-problems over an entire distributed dataset. This is possible using transpose reduction strategies that…

Cited by 24SourcePDFScholar