← Search

Inderjit Dhillon

25 accepted papers

2026

Best of Both Worlds: Multimodal Reasoning and Generation via Unified Discrete Flow Matching

ICML 2026poster

We propose UniDFlow, a unified discrete flow-matching framework for multimodal understanding, generation, and editing. It decouples understanding and generation via task-specific low-rank adapters, avoiding objective interference and representation entanglement, while a novel reference-based multimo…

Cited by 0SourceScholar
2022

CAT: Customized Adversarial Training for Improved Robustness

IJCAI 2022poster

Adversarial training has become one of the most effective methods for improving robustness of neural networks. However, it often suffers from poor generalization on both clean and perturbed data. Current robust training method always use a uniformed perturbation strength for every samples to generat…

Cited by 129SourcePDFScholar
2022

Extreme Zero-Shot Learning for Extreme Text Classification

NAACL 2022long

The eXtreme Multi-label text Classification (XMC) problem concerns finding most relevant labels for an input text instance from a large label set. However, the XMC setup faces two challenges: (1) it is not generalizable to predict unseen labels in dynamic environments, and (2) it requires a large am…

2020

Extreme Multi-label Classification from Aggregated Labels

ICML 2020poster

Extreme multi-label classification (XMC) is the problem of finding the relevant labels for an input, from a very large universe of possible labels. We consider XMC in the setting where labels are available only for groups of samples - but not for individual ones. Current XMC approaches are not built…

2020

Learning to Encode Position for Transformer with Continuous Dynamical Model

ICML 2020poster

We introduce a new way of learning to encode position information for non-recurrent models, such as Transformer models. Unlike RNN and LSTM, which contain inductive bias by loading the input tokens sequentially, non-recurrent models are less sensitive to position. The main reason is that position in…

Cited by 141SourcePDFScholar
2019

Extreme Stochastic Variational Inference: Distributed Inference for Large Scale Mixture Models

AISTATS 2019poster

Mixture of exponential family models are among the most fundamental and widely used statistical models. Stochastic variational inference (SVI), the state-of-the-art algorithm for parameter estimation in such models is inherently serial. Moreover, it requires the parameters to fit in the memory of a…

Cited by 5SourcePDFScholar
2018

Learning Long Term Dependencies via Fourier Recurrent Units

ICML 2018oral

It is a known fact that training recurrent neural networks for tasks that have long term dependencies is challenging. One of the main reasons is the vanishing or exploding gradient problem, which prevents gradient information from propagating to early layers. In this paper we propose a simple recurr…

2018

Stabilizing Gradients for Deep Neural Networks via Efficient SVD Parameterization

ICML 2018oral

Vanishing and exploding gradients are two of the main obstacles in training deep neural networks, especially in capturing long range dependencies in recurrent neural networks (RNNs). In this paper, we present an efficient parametrization of the transition matrix of an RNN that allows us to stabilize…

2018

Towards Fast Computation of Certified Robustness for ReLU Networks

ICML 2018oral

Verifying the robustness property of a general Rectified Linear Unit (ReLU) network is an NP-complete problem. Although finding the exact minimum adversarial distortion is hard, giving a certified lower bound of the minimum distortion is possible. Current available methods of computing such a bound…

2017

Fast Classification with Binary Prototypes

AISTATS 2017poster

In this work, we propose a new technique for \emphfast k-nearest neighbor (k-NN) classification in which the original database is represented via a small set of learned binary prototypes. The training phase simultaneously learns a hash function which maps the data points to binary codes, and a set o…

2017

Greedy Direction Method of Multiplier for MAP Inference of Large Output Domain

AISTATS 2017poster

Maximum-a-Posteriori (MAP) inference lies at the heart of Graphical Models and Structured Prediction. Despite the intractability of exact MAP inference, approximated methods based on LP relaxations have exhibited superior performance across a wide range of applications. Yet for problems involving la…

Cited by 7SourcePDFScholar
2017

Scalable Convex Multiple Sequence Alignment via Entropy-Regularized Dual Decomposition

AISTATS 2017poster

Multiple Sequence Alignment (MSA) is one of the fundamental tasks in biological sequence analysis that underlies applications such as phylogenetic trees, profiles, and structure prediction. The task, however, is NP-hard, and the current practice resorts to heuristic and local-search methods. Recentl…

Cited by 1SourcePDFScholar
2016

A Convex Atomic-Norm Approach to Multiple Sequence Alignment and Motif Discovery

ICML 2016poster

Multiple Sequence Alignment and Motif Discovery, known as NP-hard problems, are two fundamental tasks in Bioinformatics. Existing approaches to these two problems are based on either local search methods such as Expectation Maximization (EM), Gibbs Sampling or greedy heuristic methods. In this work,…

Cited by 14SourcePDFScholar
2016

Optimal Classification with Multivariate Losses

ICML 2016poster

Multivariate loss functions are extensively employed in several prediction tasks arising in Information Retrieval. Often, the goal in the tasks is to minimize expected loss when retrieving relevant items from a presented set of items, where the expectation is with respect to the joint distribution o…

Cited by 16SourcePDFScholar
2016

PD-Sparse : A Primal and Dual Sparse Approach to Extreme Multiclass and Multilabel Classification

ICML 2016poster

We consider Multiclass and Multilabel classification with extremely large number of classes, of which only few are labeled to each instance. In such setting, standard methods that have training, prediction cost linear to the number of classes become intractable. State-of-the-art methods thus aim to…

Cited by 233SourcePDFScholar
2016

Square Root Graphical Models: Multivariate Generalizations of Univariate Exponential Families that Permit Positive Dependencies

ICML 2016poster

We develop Square Root Graphical Models (SQR), a novel class of parametric graphical models that provides multivariate generalizations of univariate exponential family distributions. Previous multivariate graphical models [Yang et al. 2015] did not allow positive dependencies for the exponential and…

Cited by 30SourcePDFScholar
2015

A Convex Exemplar-based Approach to MAD-Bayes Dirichlet Process Mixture Models

ICML 2015poster

MAD-Bayes (MAP-based Asymptotic Derivations) has been recently proposed as a general technique to derive scalable algorithm for Bayesian Nonparametric models. However, the combinatorial nature of objective functions derived from MAD-Bayes results in hard optimization problem, for which current pract…

Cited by 8SourcePDFScholar
2015

PASSCoDe: Parallel ASynchronous Stochastic dual Co-ordinate Descent

ICML 2015poster

Stochastic Dual Coordinate Descent (DCD) is one of the most efficient ways to solve the family of L2-regularized empirical risk minimization problems, including linear SVM, logistic regression, and many others. The vanilla implementation of DCD is quite slow; however, by maintaining primal variables…

Cited by 119SourcePDFScholar
2015

Preference Completion: Large-scale Collaborative Ranking from Pairwise Comparisons

ICML 2015poster

In this paper we consider the collaborative ranking setting: a pool of users each provides a set of pairwise preferences over a small subset of the set of d possible items; from these we need to predict each user’s preferences for items s/he has not yet seen. We do so via fitting a rank r score matr…

Cited by 99SourcePDFScholar