← Search

Jeff Bilmes

32 accepted papers

2026

Matched Data, Better Models: Target Aligned Data Filtering with Sparse Features

ICLR 2026poster

Data filtering plays a central role in improving model performance, particularly for vision language models that are pretrained on large, noisy, and redundant image-caption datasets. Existing filtering techniques assess every sample individually and retain those that exceed a certain quality thresho…

Cited by 0SourceScholar
2025

COBRA: COmBinatorial Retrieval Augmentation for Few-Shot Adaptation

CVPR 2025poster

Retrieval augmentation, the practice of retrieving additional data from large auxiliary pools, has emerged as an effective technique for enhancing model performance in the low-data regime. Prior approaches have employed only nearest-neighbor based strategies for data selection, which retrieve auxili…

2025

MULTIGUARD: An Efficient Approach for AI Safety Moderation Across Languages and Modalities

EMNLP 2025

The emerging capabilities of large language models (LLMs) have sparked concerns about their immediate potential for harmful misuse. The core approach to mitigate these concerns is the detection of harmful queries to the model. Current detection approaches are fallible, and are particularly susceptib

2024

An Experimental Design Framework for Label-Efficient Supervised Finetuning of Large Language Models

ACL 2024findings

Supervised finetuning (SFT) on instruction datasets has played a crucial role in achieving the remarkable zero-shot generalization capabilities observed in modern large language models (LLMs). However, the annotation efforts required to produce high quality responses for instructions are becoming pr…

Cited by 17SourcePDFScholar
2024

Efficient Interactive Maximization of BP and Weakly Submodular Objectives

UAI 2024poster

In the context of online interactive machine learning with combinatorial objectives, we extend purely submodular prior work to more general non-submodular objectives. This includes: (1) those that are additively decomposable into a sum of two terms (a monotone submodular and monotone supermodular t…

Cited by 0SourcePDFScholar
2023

High Resolution Point Clouds from mmWave Radar

ICRA 2023poster

This paper explores a machine learning approach on data from a single-chip mmWave radar for generating high resolution point clouds – a key sensing primitive for robotic applications such as mapping, odometry and localization. Unlike lidar and vision-based systems, mmWave radar can operate in harsh…

Cited by 60SourceScholar
2022

Diverse Client Selection for Federated Learning via Submodular Maximization

ICLR 2022poster

In every communication round of federated learning, a random subset of clients communicate their model updates back to the server which then aggregates them all. The optimal size of this subset is not known and several studies have shown that typically random selection does not perform ve…

Cited by 147SourcePDFScholar
2022

PRISM: A Rich Class of Parameterized Submodular Information Measures for Guided Data Subset Selection

AAAI 2022technical

With ever-increasing dataset sizes, subset selection techniques are becoming increasingly important for a plethora of tasks. It is often necessary to guide the subset selection to achieve certain desiderata, which includes focusing or targeting certain data points, while avoiding others. Examples of…

2022

Retrospective Adversarial Replay for Continual Learning

NeurIPS 2022accept

Continual learning is an emerging research challenge in machine learning that addresses the problem where models quickly fit the most recently trained-on data but suffer from catastrophic forgetting of previous data due to distribution shifts --- it does this by maintaining a small historical replay…

Cited by 43SourcePDFScholar
2021

Robust Curriculum Learning: from clean label detection to noisy label self-correction

ICLR 2021poster

Neural network training can easily overfit noisy labels resulting in poor generalization performance. Existing methods address this problem by (1) filtering out the noisy data and only using the clean data for training or (2) relabeling the noisy data by the model during training or by another model…

Cited by 138SourcePDFScholar
2020

Coresets for Data-efficient Training of Machine Learning Models

ICML 2020poster

Incremental gradient (IG) methods, such as stochastic gradient descent and its variants are commonly used for large scale optimization in machine learning. Despite the sustained effort to make IG methods more data-efficient, it remains an open question how to select a training data subset that can t…

2019

Combating Label Noise in Deep Learning using Abstention

ICML 2019oral

We introduce a novel method to combat label noise when training deep neural networks for classification. We propose a loss function that permits abstention during training thereby allowing the DNN to abstain on confusing samples while continuing to learn and improve classification performance on the…

2019

Fixing Mini-batch Sequences with Hierarchical Robust Partitioning

AISTATS 2019poster

We propose a general and efficient hierarchical robust partitioning framework to generate a deterministic sequence of mini-batches, one that offers assurances of being high quality, unlike a randomly drawn sequence. We compare our deterministically generated mini-batch sequences to randomly generat…

Cited by 12SourcePDFScholar
2018

Minimax Curriculum Learning: Machine Teaching with Desirable Difficulties and Scheduled Diversity

ICLR 2018poster

We introduce and study minimax curriculum learning (MCL), a new method for adaptively selecting a sequence of training subsets for a succession of stages in machine learning. The subsets are encouraged to be small and diverse early on, and then larger, harder, and allowably more homogeneous in later…

Cited by 73SourcePDFScholar
2017

Scaling Submodular Maximization via Pruned Submodularity Graphs

AISTATS 2017poster

We propose a new random pruning method (called “submodular sparsification (SS)”) to reduce the cost of submodular maximization. The pruning is applied via a “submodularity graph” over the $n$ ground elements, where each directed edge is associated with a pairwise dependency defined by the submodular…

Cited by 12SourcePDFScholar
2017

Training Compressed Fully-Connected Networks with a Density-Diversity Penalty

ICLR 2017poster

Deep models have achieved great success on a variety of challenging tasks. How- ever, the models that achieve great performance often have an enormous number of parameters, leading to correspondingly great demands on both computational and memory resources, especially for fully-connected layers. In…

Cited by 10SourceScholar
2016

Analysis of Deep Neural Networks with Extended Data Jacobian Matrix

ICML 2016poster

Deep neural networks have achieved great successes on various machine learning tasks, however, there are many open fundamental questions to be answered. In this paper, we tackle the problem of quantifying the quality of learned wights of different networks with possibly different architectures, goin…

Cited by 45SourcePDFScholar