← Search

Rahul Mazumder

21 accepted papers

2026

A Robust Optimization Guided Pruning Framework for Vision and Large Language Models

ICML 2026poster

Pruning is a common approach to reduce the memory footprint and inference cost of large vision and language models. As these architectures continue to scale, one-shot pruning methods - i.e. approaches that prune the network without any retraining - have become increasingly attractive. Many popular o…

Cited by 0SourceScholar
2026

Reasoning Models Can be Accurately Pruned Via Chain-of-Thought Reconstruction

ICLR 2026poster

Reasoning language models such as DeepSeek-R1 produce long chain-of-thought traces during inference time which make them costly to deploy at scale. We show that using compression techniques such as neural network pruning produces greater performance loss than in typical language modeling tasks, and…

Cited by 0SourcecodeScholar
2026

Seeing What’s Wrong: A Trajectory-Guided Approach to Caption Error Detection

ICLR 2026poster

Error detection is critical for enhancing multimodal dataset reliability and downstream model performance. Existing error filters, while increasingly powerful, typically rely on a single similarity score per image–caption pair. This is limiting: captions with subtle errors (e.g., mislabeled objects,…

Cited by 0SourcecodeScholar
2025

3BASiL: An Algorithmic Framework for Sparse plus Low-Rank Compression of LLMs

NeurIPS 2025poster

Sparse plus Low-Rank $(\mathbf{S} + \mathbf{L}\mathbf{R})$ decomposition of Large Language Models (LLMs) has emerged as a promising direction in $\textit{model compression}$, aiming to decompose pre-trained model weights into a sum of sparse and low-rank matrices $\mathbf{W} \approx \mathbf{S} + \ma…

Cited by 0SourcecodeScholar
2025

Differentially Private High-dimensional Variable Selection via Integer Programming

NeurIPS 2025poster

Sparse variable selection improves interpretability and generalization in high-dimensional learning by selecting a small subset of informative features. Recent advances in Mixed Integer Programming (MIP) have enabled solving large-scale non-private sparse regression—known as Best Subset Selection (B…

Cited by 0SourceScholar
2025

Preserving Deep Representations in One-Shot Pruning: A Hessian-Free Second-Order Optimization Framework

ICLR 2025poster

We present SNOWS, a one-shot post-training pruning framework aimed at reducing the cost of vision network inference without retraining. Current leading one-shot pruning methods minimize layer-wise least squares reconstruction error which does not take into account deeper network representations. We…

2025

TSENOR: Highly-Efficient Algorithm for Finding Transposable N:M Sparse Masks

NeurIPS 2025poster

Network pruning reduces computational requirements of large neural networks, with N:M sparsity—retaining only N out of every M consecutive weights—offering a compelling balance between compressed model quality and hardware acceleration. However, N:M sparsity only accelerates forward-pass computation…

Cited by 0SourcecodeScholar
2024

ALPS: Improved Optimization for Highly Sparse One-Shot Pruning for Large Language Models

NeurIPS 2024poster

The impressive performance of Large Language Models (LLMs) across various natural language processing tasks comes at the cost of vast computational resources and storage requirements. One-shot pruning techniques offer a way to alleviate these burdens by removing redundant weights without the need fo…

2024

End-to-end Feature Selection Approach for Learning Skinny Trees

AISTATS 2024poster

We propose a new optimization-based approach for feature selection in tree ensembles, an important problem in statistics and machine learning. Popular tree ensemble toolkits e.g., Gradient Boosted Trees and Random Forests support feature selection post-training based on feature importance scores, wh…

2024

FALCON: FLOP-Aware Combinatorial Optimization for Neural Network Pruning

AISTATS 2024poster

The increasing computational demands of modern neural networks present deployment challenges on resource-constrained devices. Network pruning offers a solution to reduce model size and computational cost while maintaining performance. However, current pruning methods focus primarily on improving spa…

2024

OSSCAR: One-Shot Structured Pruning in Vision and Language Models with Combinatorial Optimization

ICML 2024poster

Structured pruning is a promising approach for reducing the inference costs of large vision and language models. By removing carefully chosen structures, e.g., neurons or attention heads, the improvements from this approach can be realized on standard deep learning hardware. In this work, we focus o…

2023

Fast as CHITA: Neural Network Pruning with Combinatorial Optimization

ICML 2023poster

The sheer size of modern neural networks makes model serving a serious computational challenge. A popular class of compression techniques overcomes this challenge by pruning or sparsifying the weights of pretrained networks. While useful, these techniques often face serious tradeoffs between computa…

2023

GRAND-SLAMIN’ Interpretable Additive Modeling with Structural Constraints

NeurIPS 2023poster

Generalized Additive Models (GAMs) are a family of flexible and interpretable models with old roots in statistics. GAMs are often used with pairwise interactions to improve model accuracy while still retaining flexibility and interpretability but lead to computational challenges as we are dealing wi…

2022

Pushing the limits of fairness impossibility: Who's the fairest of them all?

NeurIPS 2022accept

The impossibility theorem of fairness is a foundational result in the algorithmic fairness literature. It states that outside of special cases, one cannot exactly and simultaneously satisfy all three common and intuitive definitions of fairness - demographic parity, equalized odds, and predictive ra…

Cited by 22SourcePDFScholar
2022

Quant-BnB: A Scalable Branch-and-Bound Method for Optimal Decision Trees with Continuous Features

ICML 2022spotlight

Decision trees are one of the most useful and popular methods in the machine learning toolbox. In this paper, we consider the problem of learning optimal decision trees, a combinatorial optimization problem that is challenging to solve at scale. A common approach in the literature is to use greedy h…

Cited by 29SourcePDFScholar
2021

DSelect-k: Differentiable Selection in the Mixture of Experts with Applications to Multi-Task Learning

NeurIPS 2021poster

The Mixture-of-Experts (MoE) architecture is showing promising results in improving parameter sharing in multi-task learning (MTL) and in scaling high-capacity neural networks. State-of-the-art MoE models use a trainable "sparse gate'" to select a subset of the experts for each input example. While…

2020

ECLIPSE: An Extreme-Scale Linear Program Solver for Web-Applications

ICML 2020poster

Key problems arising in web applications (with millions of users and thousands of items) can be formulated as linear programs involving billions to trillions of decision variables and constraints. Despite the appeal of linear program (LP) formulations, solving problems at these scales appear to be w…

Cited by 31SourcePDFScholar
2020

The Tree Ensemble Layer: Differentiability meets Conditional Computation

ICML 2020poster

Neural networks and tree ensembles are state-of-the-art learners, each with its unique statistical and computational advantages. We aim to combine these advantages by introducing a new layer for neural networks, composed of an ensemble of differentiable decision trees (a.k.a. soft trees). While diff…