← Search

Walter Gerych

17 accepted papers

2026

Complementing Self-Consistency with Cross-Model Disagreement for Uncertainty Quantification

ICLR 2026poster

Large language models (LLMs) often produce confident yet incorrect responses, and uncertainty quantification is one potential solution to more robust usage. Recent works routinely rely on self-consistency to estimate aleatoric uncertainty (AU), yet this proxy collapses when models are overconfident…

Cited by 0SourceScholar
2026

Neural Tangent Kernels Under Stochastic Data Augmentation

AAAI 2026technical

The learning dynamics of modern neural networks remain an open problem in deep learning. The Neural Tangent Kernel (NTK) offers an elegant description of training dynamics in the infinite‑width limit, yet its classical formulation assumes a static data set. Modern model training practice departs fro

Cited by 0SourcePDFScholar
2026

Position: Benchmarks Do Not Measure Deployment Readiness in Clinical AI

ICML 2026poster

Despite large language models (LLMs) achieving impressive performance on benchmark tasks such as medical question answering, their real-world utility remains limited. We argue that while benchmarks play a valuable role in developing methods and filtering promising models during development, they oft…

Cited by 0SourceScholar
2026

WRING Out The Bias: A Rotation-Based Alternative To Projection Debiasing

ICLR 2026poster

Vision-Language models (VLMs), including CLIP, are known to encode biases such as learning spurious correlations that falsely associate background attributes with particular labels. Debiasing approaches typically aim to isolate and remove subspaces corresponding to a target concept via projecting it…

Cited by 0SourceScholar
2026

When Style Breaks Safety: Defending LLMs Against Superficial Style Alignment

ICLR 2026poster

Large language models (LLMs) can be prompted with specific styles (e.g., formatting responses as lists), including in malicious queries. Prior jailbreak research mainly augments these queries with additional string transformations to maximize attack success rate (ASR). However, the impact of style p…

Cited by 0SourcecodeScholar
2025

An Investigation of Memorization Risk in Healthcare Foundation Models

NeurIPS 2025poster

Foundation models trained on large-scale de-identified electronic health records (EHRs) hold promise for clinical applications. However, their capacity to memorize patient information raises important privacy concerns. In this work, we introduce a suite of black-box evaluation tests to assess privac…

Cited by 0SourceScholar
2025

Learning under Temporal Label Noise

ICLR 2025poster

Many time series classification tasks, where labels vary over time, are affected by label noise that also varies over time. Such noise can cause label quality to improve, worsen, or periodically change over time. We first propose and formalize temporal label noise, an unstudied problem for sequentia…

Cited by 0SourcePDFScholar
2025

Mapping from Meaning: Addressing the Miscalibration of Prompt-Sensitive Language Models

AAAI 2025technical

An interesting behavior in large language models (LLMs) is prompt sensitivity. When provided with different but semantically equivalent versions of the same prompt, models may produce very different distributions of answers. This suggests that the uncertainty reflected in a model's output distributi…

2025

The Surprising Effectiveness of Infinite-Width NTKs for Characterizing and Improving Model Training

AAAI 2025technical

Developments in deep neural nets have trended towards increasingly larger overparameterized architectures, resulting in lengthy training sessions with ever more elusive training dynamics. Thus, ensuring these models learn accurate generalizable representations of data efficiently is challenging. Pre…

Cited by 0SourcePDFScholar
2024

Amalgamating Multi-Task Models with Heterogeneous Architectures

AAAI 2024technical

Multi-task learning (MTL) is essential for real-world applications that handle multiple tasks simultaneously, such as selfdriving cars. MTL methods improve the performance of all tasks by utilizing information across tasks to learn a robust shared representation. However, acquiring sufficient labele…

2024

BendVLM: Test-Time Debiasing of Vision-Language Embeddings

NeurIPS 2024poster

Vision-language (VL) embedding models have been shown to encode biases present in their training data, such as societal biases that prescribe negative characteristics to members of various racial and gender identities. Due to their wide-spread adoption for various tasks ranging from few-shot classif…

2024

TAXI: Evaluating Categorical Knowledge Editing for Language Models

ACL 2024findings

Humans rarely learn one fact in isolation. Instead, learning a new fact induces knowledge of other facts about the world. For example, in learning a korat is a type of cat, you also infer it is a mammal and has claws, ensuring your model of the world is consistent. Knowledge editing aims to inject n…

2024

Who Knows the Answer? Finding the Best Model and Prompt for Each Query Using Confidence-Based Search

AAAI 2024technical

There are increasingly many large language models (LLMs) available to the public. While these LLMs have exhibited impressive abilities on a variety of task, any individual LLM in particular may do well on some tasks and worse on others. Additionally, the performance of these models is heavily depend…

2023

Debiasing Pretrained Generative Models by Uniformly Sampling Semantic Attributes

NeurIPS 2023poster

Generative models are being increasingly used in science and industry applications. Unfortunately, they often perpetuate the biases present in their training sets, such as societal biases causing certain groups to be underrepresented in the data. For instance, image generators may overwhelmingly pr…

Cited by 4SourcePDFScholar
2023

Knowledge Amalgamation for Multi-Label Classification via Label Dependency Transfer

AAAI 2023technical

Multi-label classification (MLC), which assigns multiple labels to each instance, is crucial to domains from computer vision to text mining. Conventional methods for MLC require huge amounts of labeled data to capture complex dependencies between labels. However, such labeled datasets are expensive,…

2022

Recovering the Propensity Score from Biased Positive Unlabeled Data

AAAI 2022technical

Positive-Unlabeled (PU) learning methods train a classifier to distinguish between the positive and negative classes given only positive and unlabeled data. While traditional PU methods require the labeled positive samples to be an unbiased sample of the positive distribution, in practice the labele…

Cited by 23SourcePDFScholar
2021

Recurrent Bayesian Classifier Chains for Exact Multi-Label Classification

NeurIPS 2021poster

Exact multi-label classification is the task of assigning each datapoint a set of class labels such that the assigned set exactly matches the ground truth. Optimizing for exact multi-label classification is important in domains where missing a single label can be especially costly, such as in object…