← Search

Muthu Chidambaram

8 accepted papers

2025

Reassessing How to Compare and Improve the Calibration of Machine Learning Models

ICLR 2025poster

A machine learning model is calibrated if its predicted probability for an outcome matches the observed frequency for that outcome conditional on the model prediction. This property has become increasingly important as the impact of machine learning models has continued to spread to various domains.…

2024

How Flawed Is ECE? An Analysis via Logit Smoothing

ICML 2024poster

Informally, a model is calibrated if its predictions are correct with a probability that matches the confidence of the prediction. By far the most common method in the literature for measuring calibration is the expected calibration error (ECE). Recent work, however, has pointed out drawbacks of ECE…

2024

What does guidance do? A fine-grained analysis in a simple setting

NeurIPS 2024poster

The use of guidance in diffusion models was originally motivated by the premise that the guidance-modified score is that of the data distribution tilted by a conditional likelihood raised to some power. In this work we clarify this misconception by rigorously proving that guidance fails to sample fr…

Cited by 10SourcePDFScholar
2023

Hiding Data Helps: On the Benefits of Masking for Sparse Coding

ICML 2023poster

Sparse coding, which refers to modeling a signal as sparse linear combinations of the elements of a learned dictionary, has proven to be a successful (and interpretable) approach in applications such as signal processing, computer vision, and medical imaging. While this success has spurred much work…

2023

Provably Learning Diverse Features in Multi-View Data with Midpoint Mixup

ICML 2023poster

Mixup is a data augmentation technique that relies on training using random convex combinations of data points and their labels. In recent years, Mixup has become a standard primitive used in the training of state-of-the-art image classification models due to its demonstrated benefits over empirical…

2022

Towards Understanding the Data Dependency of Mixup-style Training

ICLR 2022spotlight

In the Mixup training paradigm, a model is trained using convex combinations of data points and their associated labels. Despite seeing very few true data points during training, models trained using Mixup seem to still minimize the original empirical risk and exhibit better generalization and robus…