← Search

C. Bayan Bruss

9 accepted papers

2026

BEDTime: A Unified Benchmark for Automatically Describing Time Series

ICML 2026poster

Recent works propose complex multi-modal models that handle both time series and language, ultimately claiming high performance on complex tasks like time series reasoning and cross-modal question answering. However, they skip foundational evaluations that such complex models should have mastered. S…

Cited by 0SourceScholar
2026

DynaGuard: A Dynamic Guardian Model With User-Defined Policies

ICLR 2026poster

Guardian models play a crucial role in ensuring the safety and ethical behavior of user-facing AI applications by enforcing guardrails and detecting harmful content. While standard guardian models are limited to predefined, static harm categories, we introduce DynaGuard, a suite of dynamic guardian…

Cited by 0SourcecodeScholar
2025

Position: Supervised Classifiers Answer the Wrong Questions for OOD Detection

ICML 2025poster

To detect distribution shifts and improve model safety, many out-of-distribution (OOD) detection methods rely on the predictive uncertainty or features of supervised models trained on in-distribution data. In this position paper, we critically re-examine this popular family of OOD detection procedur…

Cited by 0SourcePDFScholar
2024

Searching for Efficient Linear Layers over a Continuous Space of Structured Matrices

NeurIPS 2024poster

Dense linear layers are the dominant computational bottleneck in large neural networks, presenting a critical need for more efficient alternatives. Previous efforts to develop alternatives have focused on a small number of hand-crafted structured matrices, and have neglected to investigate whether t…

2023

A Performance-Driven Benchmark for Feature Selection in Tabular Deep Learning

NeurIPS 2023poster

Academic tabular benchmarks often contain small sets of curated features. In contrast, data scientists typically collect as many features as possible into their datasets, and even engineer new features from existing ones. To prevent over-fitting in subsequent downstream modeling, practitioners commo…

2023

GOAT: A Global Transformer on Large-scale Graphs

ICML 2023poster

Graph transformers have been competitive on graph classification tasks, but they fail to outperform Graph Neural Networks (GNNs) on node classification, which is a common task performed on large-scale graphs for industrial applications. Meanwhile, existing GNN architectures are limited in their abil…

Cited by 67SourcePDFScholar
2023

Identifying Interpretable Subspaces in Image Representations

ICML 2023poster

We propose Automatic Feature Explanation using Contrasting Concepts (FALCON), an interpretability framework to explain features of image representations. For a target feature, FALCON captions its highly activating cropped images using a large captioning dataset (like LAION-400m) and a pre-trained vi…

2023

Simplifying Neural Network Training Under Class Imbalance

NeurIPS 2023poster

Real-world datasets are often highly class-imbalanced, which can adversely impact the performance of deep learning models. The majority of research on training neural networks under class imbalance has focused on specialized loss functions and sampling techniques. Notably, we demonstrate that simply…

2023

Transfer Learning with Deep Tabular Models

ICLR 2023poster

Recent work on deep learning for tabular data demonstrates the strong performance of deep tabular models, often bridging the gap between gradient boosted decision trees and neural networks. Accuracy aside, a major advantage of neural models is that they are easily fine-tuned in new domains and learn…