← Search

Saumitra Mishra

17 accepted papers

2026

CAMP: Coherent Alignment of Multimodal Prototypes for Explainable Complementary Learning

ICML 2026poster

Most multimodal learning assumes redundant views (such as image–caption pairs), yet many applications require combining complementary modalities that provide distinct evidence (such as an X-ray and medical history). We term this setting *Complementary Multimodal Classification* (CMC). In CMC, existi…

Cited by 0SourceScholar
2026

Cache What Lasts: Token Retention for Memory-Bounded KV Cache in LLMs

ICLR 2026poster

Memory and computation remain core bottlenecks in long-horizon LLM inference due to the quadratic cost of self-attention and the ever-growing key-value (KV) cache. Existing strategies for memory-bounded inference, such as quantization, offloading, or heuristic KV eviction, either incur high orchestr…

Cited by 0SourcecodeScholar
2026

Correcting Split Selection in Online Decision Trees via Anytime-Valid Inference

ICML 2026spotlight

Bagging-based ensembles, most notably Adaptive Random Forests, are among the strongest performers for learning from data streams. A common denominator across these methods is their reliance on Hoeffding Trees as base learners, which grow incrementally by testing whether a candidate split is signific…

Cited by 0SourceScholar
2025

Cross-Domain Graph Data Scaling: A Showcase with Diffusion Models

NeurIPS 2025poster

Models for natural language and images benefit from data scaling behavior: the more data fed into the model, the better they perform. This 'better with more' phenomenon enables the effectiveness of large-scale pre-training on vast amounts of data. However, current graph pre-training methods struggle…

Cited by 0SourcecodeScholar
2025

Interpreting Language Reward Models via Contrastive Explanations

ICLR 2025poster

Reward models (RMs) are a crucial component in the alignment of large language models’ (LLMs) outputs with human values. RMs approximate human preferences over possible LLM responses to the same prompt by predicting and comparing reward scores. However, as they are typically modified versions of LLM…

Cited by 0SourcePDFScholar
2025

Quantifying Prediction Consistency Under Fine-tuning Multiplicity in Tabular LLMs

ICML 2025poster

Fine-tuning LLMs on tabular classification tasks can lead to the phenomenon of *fine-tuning multiplicity* where equally well-performing models make conflicting predictions on the same input. Fine-tuning multiplicity can arise due to variations in the training process, e.g., seed, weight initializati…

Cited by 0SourcePDFScholar
2025

Representation Consistency for Accurate and Coherent LLM Answer Aggregation

NeurIPS 2025poster

Test-time scaling improves large language models' (LLMs) performance by allocating more compute budget during inference. To achieve this, existing methods often require intricate modifications to prompting and sampling strategies. In this work, we introduce representation consistency (RC), a test-ti…

Cited by 0SourceScholar
2025

To Steer or Not to Steer? Mechanistic Error Reduction with Abstention for Language Models

ICML 2025poster

We introduce Mechanistic Error Reduction with Abstention (MERA), a principled framework for steering language models (LMs) to mitigate errors through selective, adaptive interventions. Unlike existing methods that rely on fixed, manually tuned steering strengths, often resulting in under or overstee…

Cited by 0SourcePDFScholar
2024

Counterfactual Metarules for Local and Global Recourse

ICML 2024poster

We introduce **T-CREx**, a novel model-agnostic method for local and global counterfactual explanation (CE), which summarises recourse options for both individuals and groups in the form of generalised rules. It leverages tree-based surrogate models to learn the counterfactual rules, alongside *meta…

Cited by 3SourcePDFScholar
2024

IKEA Manuals at Work: 4D Grounding of Assembly Instructions on Internet Videos

NeurIPS 2024poster

Shape assembly is a ubiquitous task in daily life, integral for constructing complex 3D structures like IKEA furniture. While significant progress has been made in developing autonomous agents for shape assembly, existing datasets have not yet tackled the 4D grounding of assembly instructions in vid…

2024

Progressive Inference: Explaining Decoder-Only Sequence Classification Models Using Intermediate Predictions

ICML 2024poster

This paper proposes Progressive inference--a framework to explain the predictions of decoder-only transformer models trained to perform sequence classification tasks. Our work is based on the insight that the classification head of a decoder-only model can be used to make intermediate predictions by…

Cited by 1SourcePDFScholar
2024

Sequential Harmful Shift Detection Without Labels

NeurIPS 2024poster

We introduce a novel approach for detecting distribution shifts that negatively impact the performance of machine learning models in continuous production environments, which requires no access to ground truth data labels. It builds upon the work of Podkopaev and Ramdas [2022], who address scenarios…

Cited by 1SourcePDFScholar
2023

GLOBE-CE: A Translation Based Approach for Global Counterfactual Explanations

ICML 2023poster

Counterfactual explanations have been widely studied in explainability, with a range of application dependent methods prominent in fairness, recourse and model understanding. The major shortcoming associated with these methods, however, is their inability to provide explanations beyond the local or…

2023

Robust Counterfactual Explanations for Neural Networks With Probabilistic Guarantees

ICML 2023poster

There is an emerging interest in generating robust counterfactual explanations that would remain valid if the model is updated or changed even slightly. Towards finding robust counterfactuals, existing literature often assumes that the original model $m$ and the new model $M$ are bounded in the para…

2023

Symbolic Metamodels for Interpreting Black-Boxes Using Primitive Functions

AAAI 2023technical

One approach for interpreting black-box machine learning models is to find a global approximation of the model using simple interpretable functions, which is called a metamodel (a model of the model). Approximating the black-box with a metamodel can be used to 1) estimate instance-wise feature impor…

Cited by 4SourcePDFScholar
2022

CLEAR: Generative Counterfactual Explanations on Graphs

NeurIPS 2022accept

Counterfactual explanations promote explainability in machine learning models by answering the question “how should the input instance be altered to obtain a desired predicted label?". The comparison of this instance before and after perturbation can enhance human interpretation. Most existing studi…

Cited by 73SourcePDFScholar
2022

Robust Counterfactual Explanations for Tree-Based Ensembles

ICML 2022spotlight

Counterfactual explanations inform ways to achieve a desired outcome from a machine learning model. However, such explanations are not robust to certain real-world changes in the underlying model (e.g., retraining the model, changing hyperparameters, etc.), questioning their reliability in several a…

Cited by 63SourcePDFScholar