← Search

Graham W. Taylor

25 accepted papers

2025

Adapting Prediction Sets to Distribution Shifts Without Labels

UAI 2025

Recently there has been a surge of interest to deploy confidence set predictions rather than point predictions in machine learning. Unfortunately, the effectiveness of such prediction sets is frequently impaired by distribution shifts in practice, and the challenge is often compounded by the lack of

2025

Bridging the AI Gap: Evaluating the Impact of an AI Education Program for Caregivers on Parental Leave

AAAI 2025technical

Artificial Intelligence (AI) literacy is increasingly important across many fields, yet caregivers remain underrepresented in AI-related fields due to a combination of systemic and individual barriers. To address this, the Caregivers and Machine Learning (C&ML) program developed and delivered an acc…

Cited by 0SourcePDFScholar
2025

CLIBD: Bridging Vision and Genomics for Biodiversity Monitoring at Scale

ICLR 2025poster

Measuring biodiversity is crucial for understanding ecosystem health. While prior works have developed machine learning models for taxonomic classification of photographic images and DNA separately, in this work, we introduce a multi-modal approach combining both, using CLIP-style contrastive learni…

2025

LAST SToP for Modeling Asynchronous Time Series

ICML 2025poster

We present a novel prompt design for Large Language Models (LLMs) tailored to **Asynchronous Time Series**. Unlike regular time series, which assume values at evenly spaced time points, asynchronous time series consist of timestamped events occurring at irregular intervals, each described in natural…

Cited by 0SourcePDFScholar
2024

BIOSCAN-5M: A Multimodal Dataset for Insect Biodiversity

NeurIPS 2024poster

As part of an ongoing worldwide effort to comprehend and monitor insect biodiversity, this paper presents the BIOSCAN-5M Insect dataset to the machine learning community and establish several benchmark tasks. BIOSCAN-5M is a comprehensive dataset containing multi-modal information for over 5 million…

2023

A Step Towards Worldwide Biodiversity Assessment: The BIOSCAN-1M Insect Dataset

NeurIPS 2023poster

In an effort to catalog insect biodiversity, we propose a new large dataset of hand-labelled insect images, the BIOSCAN-1M Insect Dataset. Each record is taxonomically classified by an expert, and also has associated genetic information including raw nucleotide barcode sequences and assigned barcode…

2023

Sparsifiner: Learning Sparse Instance-Dependent Attention for Efficient Vision Transformers

CVPR 2023poster

Vision Transformers (ViT) have shown competitive advantages in terms of performance compared to convolutional neural networks (CNNs), though they often come with high computational costs. To this end, previous methods explore different attention patterns by limiting a fixed number of spatially nearb…

Cited by 19SourcePDFScholar
2023

The Catalog Problem: Clustering and Ordering Variable-Sized Sets

ICML 2023poster

Prediction of a $\textbf{varying number}$ of $\textbf{ordered clusters}$ from sets of $\textbf{any cardinality}$ is a challenging task for neural networks, combining elements of set representation, clustering and learning to order. This task arises in many diverse areas, ranging from medical triage…

Cited by 1SourcePDFScholar
2022

On Evaluation Metrics for Graph Generative Models

ICLR 2022poster

In image generation, generative models can be evaluated naturally by visually inspecting model outputs. However, this is not always the case for graph generative models (GGMs), making their evaluation challenging. Currently, the standard process for evaluating GGMs suffers from three critical limita…

2021

Brick-by-Brick: Combinatorial Construction with Deep Reinforcement Learning

NeurIPS 2021poster

Discovering a solution in a combinatorial space is prevalent in many real-world problems but it is also challenging due to diverse complex constraints and the vast number of possible combinations. To address such a problem, we introduce a novel formulation, combinatorial construction, which requires…

Cited by 22SourcePDFScholar
2021

Context-Aware Scene Graph Generation With Seq2Seq Transformers

ICCV 2021poster

Scene graph generation is an important task in computer vision aimed at improving the semantic understand- ing of the visual world. In this task, the model needs to detect objects and predict visual relationships between them. Most of the existing models predict relationships in parallel assuming th…

Cited by 98PDFcodeScholar
2021

Generative Compositional Augmentations for Scene Graph Prediction

ICCV 2021poster

Inferring objects and their relationships from an image in the form of a scene graph is useful in many applications at the intersection of vision and language. We consider a challenging problem of compositional generalization that emerges in this task due to a long tail data distribution. Current sc…

Cited by 26PDFcodeScholar
2021

LOHO: Latent Optimization of Hairstyles via Orthogonalization

CVPR 2021poster

Hairstyle transfer is challenging due to hair structure differences in the source and target hair. Therefore, we propose Latent Optimization of Hairstyles via Orthogonalization (LOHO), an optimization-based approach using GAN inversion to infill missing hair structure details in latent space during…

Cited by 60PDFcodeScholar
2021

Parameter Prediction for Unseen Deep Architectures

NeurIPS 2021poster

Deep learning has been successful in automating the design of features in machine learning pipelines. However, the algorithms optimizing neural network parameters remain largely hand-designed and computationally inefficient. We study if we can use deep learning to directly predict these parameters b…

2021

SSTVOS: Sparse Spatiotemporal Transformers for Video Object Segmentation

CVPR 2021poster

In this paper we introduce a Transformer-based approach to video object segmentation (VOS). To address compounding error and scalability issues of prior work, we propose a scalable, end-to-end method for VOS called Sparse Spatiotemporal Transformers (SST). SST extracts per-pixel representations for…

Cited by 217PDFcodeScholar
2021

Unconstrained Scene Generation With Locally Conditioned Radiance Fields

ICCV 2021poster

We tackle the challenge of learning a distribution over complex, realistic, indoor scenes. In this paper, we introduce Generative Scene Networks (GSN), which learns to decompose scenes into a collection of many local radiance fields that can be rendered from a free moving camera. Our model can be us…

Cited by 160PDFcodeScholar
2020

ProxyNCA++: Revisiting and Revitalizing Proxy Neighborhood Component Analysis

ECCV 2020poster

We consider the problem of distance metric learning (DML), where the task is to learn an effective similarity measure between images. We revisit ProxyNCA and incorporate several enhancements. We find that low temperature scaling is a performance-critical component and explain why it works. Besides,…

Cited by 211SourcePDFScholar
2019

Tell, Draw, and Repeat: Generating and Modifying Images Based on Continual Linguistic Instruction

ICCV 2019poster

Conditional text-to-image generation is an active area of research, with many possible applications. Existing research has primarily focused on generating a single image from available conditioning information in one step. One practical extension beyond one-step generation is a system that generates…

Cited by 91PDFScholar
2019

Understanding Attention and Generalization in Graph Neural Networks

NeurIPS 2019poster

We aim to better understand attention over nodes in graph neural networks (GNNs) and identify factors influencing its effectiveness. We particularly focus on the ability of attention GNNs to generalize to larger, more complex or noisy graphs. Motivated by insights from the work on Graph Isomorphism…

2018

Glimpse Clouds: Human Activity Recognition From Unstructured Feature Points

CVPR 2018poster

We propose a method for human activity recognition from RGB data that does not rely on any pose information during test time, and does not explicitly calculate pose information internally. Instead, a visual attention module learns to predict glimpse sequences in each frame. These glimpses correspond…

2018

Quantitatively Evaluating GANs With Divergences Proposed for Training

ICLR 2018poster

Generative adversarial networks (GANs) have been extremely effective in approximating complex distributions of high-dimensional, input data samples, and substantial progress has been made in understanding and improving GAN performance in terms of both theory and application. However, we currently l…

Cited by 84SourcePDFScholar