← Search

Polina Kirichenko

16 accepted papers

2026

COMPACT: COMPositional Atomic-to-Complex Visual Capability Tuning

ICLR 2026poster

Visual instruction tuning (VIT) datasets consist of randomly sampled image-question pairs without regard to the informativeness of each pair. Recent dataset selection methods have shown that a small fraction of such datasets enriched with informative samples can lead to efficient finetuning of Multi…

Cited by 0SourceScholar
2025

AbstentionBench: Reasoning LLMs Fail on Unanswerable Questions

NeurIPS 2025poster

For Large Language Models (LLMs) to be reliably deployed in both everyday and high-stakes domains, knowing when not to answer is equally critical as answering correctly. Real-world user queries, which can be underspecified, ill-posed, or fundamentally unanswerable, require LLMs to reason about uncer…

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
2025

The Impact of Coreset Selection on Spurious Correlations and Group Robustness

NeurIPS 2025poster

Coreset selection methods have shown promise in reducing the training data size while maintaining model performance for data-efficient machine learning. However, many large real-world datasets suffer from unknown spurious correlations and hidden biases. Therefore, it is crucial to understand how suc…

Cited by 0SourceScholar
2025

What’s in Common? Multimodal Models Hallucinate When Reasoning Across Scenes

NeurIPS 2025poster

Multimodal language models possess a remarkable ability to handle an open-vocabulary worth of objects. Yet the best models still suffer from hallucinations when reasoning about scenes in the real world, revealing a gap between their seemingly strong performance on existing perception benchmarks that…

Cited by 0SourceScholar
2024

Does Progress On Object Recognition Benchmarks Improve Generalization on Crowdsourced, Global Data?

ICLR 2024poster

For more than a decade, researchers have measured progress in object recognition on the ImageNet dataset along with its associated generalization benchmarks such as ImageNet-A, -C, and -R. Recent advances in foundation models, trained on orders of magnitude more data, have begun to saturate performa…

Cited by 3SourcePDFScholar
2024

Modeling Caption Diversity in Contrastive Vision-Language Pretraining

ICML 2024poster

There are a thousand ways to caption an image. Contrastive Language Pretraining (CLIP) on the other hand, works by mapping an image and its caption to a single vector -- limiting how well CLIP-like models can represent the diverse ways to describe an image. In this work, we introduce Llip, Latent La…

2023

Last Layer Re-Training is Sufficient for Robustness to Spurious Correlations

ICLR 2023top-25%

Neural network classifiers can largely rely on simple spurious features, such as image backgrounds, to make predictions. However, even in these cases, we show that they still often learn core features associated with the desired attributes of the data, contrary to recent findings. Inspired by this i…

2023

Understanding the detrimental class-level effects of data augmentation

NeurIPS 2023poster

Data augmentation (DA) encodes invariance and provides implicit regularization critical to a model's performance in image classification tasks. However, while DA improves average accuracy, recent studies have shown that its impact can be highly class dependent: achieving optimal average accuracy com…

Cited by 13SourcePDFScholar
2022

Chroma-VAE: Mitigating Shortcut Learning with Generative Classifiers

NeurIPS 2022accept

Deep neural networks are susceptible to shortcut learning, using simple features to achieve low training loss without discovering essential semantic structure. Contrary to prior belief, we show that generative models alone are not sufficient to prevent shortcut learning, despite an incentive to reco…

Cited by 15SourcePDFScholar
2022

On Feature Learning in the Presence of Spurious Correlations

NeurIPS 2022accept

Deep classifiers are known to rely on spurious features — patterns which are correlated with the target on the training data but not inherently relevant to the learning problem, such as the image backgrounds when classifying the foregrounds. In this paper we evaluate the amount of information about…

2021

Does Knowledge Distillation Really Work?

NeurIPS 2021poster

Knowledge distillation is a popular technique for training a small student network to emulate a larger teacher model, such as an ensemble of networks. We show that while knowledge distillation can improve student generalization, it does not typically work as it is commonly understood: there often re…

2020

Semi-Supervised Learning with Normalizing Flows

ICML 2020poster

Normalizing flows transform a latent distribution through an invertible neural network for a flexible and pleasingly simple approach to generative modelling, while preserving an exact likelihood. We propose FlowGMM, an end-to-end approach to generative semi supervised learning with normalizing flows…

2020

Why Normalizing Flows Fail to Detect Out-of-Distribution Data

NeurIPS 2020poster

Detecting out-of-distribution (OOD) data is crucial for robust machine learning systems. Normalizing flows are flexible deep generative models that often surprisingly fail to distinguish between in- and out-of-distribution data: a flow trained on pictures of clothing assigns higher likelihood to han…

2019

SWALP : Stochastic Weight Averaging in Low Precision Training

ICML 2019oral

Low precision operations can provide scalability, memory savings, portability, and energy efficiency. This paper proposes SWALP, an approach to low precision training that averages low-precision SGD iterates with a modified learning rate schedule. SWALP is easy to implement and can match the perform…

2019

Subspace Inference for Bayesian Deep Learning

UAI 2019poster

Bayesian inference was once a gold standard for learning with neural networks, providing accurate full predictive distributions and well calibrated uncertainty. However, scaling Bayesian inference techniques to deep neural networks is challenging due to the high dimensionality of the parameter space…