← Search

Abir De

37 accepted papers

2026

A Dense Subset Index for Collective Query Coverage

ICLR 2026poster

In traditional information retrieval, corpus items compete with each other to occupy top ranks in response to a query. In contrast, in many recent retrieval scenarios associated with complex, multi-hop question answering or text-to-SQL, items are not self-complete: they must instead collaborate, i.…

Cited by 0SourcecodeScholar
2026

Exchangeability of GNN Representations with Applications to Graph Retrieval

ICLR 2026oral

In this work, we discover a probabilistic symmetry, called as exchangeability in graph neural networks (GNNs). Specifically, we show that the trained node embedding computed using a large family of graph neural networks, learned under standard optimization tools, are exchangeable random variables.…

Cited by 0SourceScholar
2026

Position: Neural Approximation Is Rarely Justified for Hard Combinatorial Problems

ICML 2026poster

In recent years, there has been a surge in the application of neural approaches to NP-hard combinatorial problems such as subgraph isomorphism, maximum clique and the travelling salesman problem in graphs. These approaches are often evaluated as complete replacements of established combinatorial sol…

Cited by 0SourceScholar
2025

Charting the Design Space of Neural Graph Representations for Subgraph Matching

ICLR 2025poster

Subgraph matching is vital in knowledge graph (KG) question answering, molecule design, scene graph, code and circuit search, etc. Neural methods have shown promising results for subgraph matching. Our study of recent systems suggests refactoring them into a unified design space for graph matching n…

Cited by 0SourcePDFScholar
2025

Clique Number Estimation via Differentiable Functions of Adjacency Matrix Permutations

ICLR 2025poster

Estimating the clique number in a graph is central to various applications, e.g., community detection, graph retrieval, etc. Existing estimators often rely on non-differentiable combinatorial components. Here, we propose a full differentiable estimator for clique number estimation, which can be tra…

Cited by 1SourcePDFScholar
2025

Differentiable Adversarial Attacks for Marked Temporal Point Processes

AAAI 2025technical

Marked temporal point processes (MTPPs) have been shown to be extremely effective in modeling continuous time event sequences (CTESs). In this work, we present adversarial attacks designed specifically for MTPP models. A key criterion for a good adversarial attack is its imperceptibility. For object…

2025

Learning Condensed Graph via Differentiable Atom Mapping for Reaction Yield Prediction

ICML 2025poster

Yield of chemical reactions generally depends on the activation barrier, i.e., the energy difference between the reactant and the transition state. Computing the transition state from the reactant and product graphs requires prior knowledge of the correct node alignment (i.e., atom mapping), which i…

Cited by 0SourcePDFScholar
2025

Monotone and Separable Set Functions: Characterizations and Neural Models

NeurIPS 2025poster

Motivated by applications for set containment problems, we consider the following fundamental problem: can we design set-to-vector functions so that the natural partial order on sets is preserved, namely $S\subseteq T \text{ if and only if } F(S)\leq F(T) $. We call functions satisfying this prop…

Cited by 0SourceScholar
2025

Position: Graph Matching Systems Deserve Better Benchmarks

ICML 2025poster

Data sets used in recent work on graph similarity scoring and matching tasks suffer from significant limitations. Using Graph Edit Distance (GED) as a showcase, we highlight pervasive issues such as train-test leakage and poor generalization, which have misguided the community's understanding and a…

Cited by 3SourcePDFScholar
2024

Continuous Treatment Effect Estimation Using Gradient Interpolation and Kernel Smoothing

AAAI 2024technical

We address the Individualized continuous treatment effect (ICTE) estimation problem where we predict the effect of any continuous valued treatment on an individual using ob- servational data. The main challenge in this estimation task is the potential confounding of treatment assignment with in- div…

2024

Generator Assisted Mixture of Experts for Feature Acquisition in Batch

AAAI 2024technical

Given a set of observations, feature acquisition is about finding the subset of unobserved features which would enhance accuracy. Such problems has been explored in a sequential setting in prior work. Here, the model receives feedback from every new feature acquireed and chooses to explore more feat…

2024

Graph Edit Distance with General Costs Using Neural Set Divergence

NeurIPS 2024poster

Graph Edit Distance (GED) measures the (dis-)similarity between two given graphs in terms of the minimum-cost edit sequence, which transforms one graph to the other. GED is related to other notions of graph similarity, such as graph and subgraph isomorphism, maximum common subgraph, etc. However, th…

2024

Iteratively Refined Early Interaction Alignment for Subgraph Matching based Graph Retrieval

NeurIPS 2024poster

Graph retrieval based on subgraph isomorphism has several real-world applications such as scene graph retrieval, molecular fingerprint detection and circuit design. Roy et al. [35] proposed IsoNet, a late interaction model for subgraph matching, which first computes the node and edge embeddings of e…

2023

Differentiable Change-point Detection With Temporal Point Processes

AISTATS 2023poster

In this paper, we consider the problem of global change-point detection in event sequence data, where both the event distributions and change-points are assumed to be unknown. For this problem, we propose a Log-likelihood Ratio based Global Change-point Detector, which observes the entire sequence a…

2023

Discrete Continuous Optimization Framework for Simultaneous Clustering and Training in Mixture Models

ICML 2023poster

We study a new framework of learning mixture models via automatic clustering called PRESTO, wherein we optimize a joint objective function on the model parameters and the partitioning, with each model tailored to perform well on its specific cluster. In contrast to prior work, we do not assume any g…

Cited by 0SourcePDFScholar
2023

Efficient Data Subset Selection to Generalize Training Across Models: Transductive and Inductive Networks

NeurIPS 2023poster

Existing subset selection methods for efficient learning predominantly employ discrete combinatorial and model-specific approaches, which lack generalizability--- for each new model, the algorithm has to be executed from the beginning. Therefore, for an unseen architecture, one cannot use the subset…

2023

Locality Sensitive Hashing in Fourier Frequency Domain For Soft Set Containment Search

NeurIPS 2023spotlight

In many search applications related to passage retrieval, text entailment, and subgraph search, the query and each 'document' is a set of elements, with a document being relevant if it contains the query. These elements are not represented by atomic IDs, but by embedded representations, thereby ext…

2022

Interpretable Neural Subgraph Matching for Graph Retrieval

AAAI 2022technical

Given a query graph and a database of corpus graphs, a graph retrieval system aims to deliver the most relevant corpus graphs. Graph retrieval based on subgraph matching has a wide variety of applications, e.g., molecular fingerprint detection, circuit design, software analysis, and question answeri…

2022

Learning Recourse on Instance Environment to Enhance Prediction Accuracy

NeurIPS 2022accept

Machine Learning models are often susceptible to poor performance on instances sampled from bad environments. For example, an image classifier could provide low accuracy on images captured under low lighting conditions. In high stake ML applications, such as AI-driven medical diagnostics, a better o…

Cited by 0SourcePDFScholar
2022

Learning Temporal Point Processes for Efficient Retrieval of Continuous Time Event Sequences

AAAI 2022technical

Recent developments in predictive modeling using marked temporal point processes (MTPPs) have enabled an accurate characterization of several real-world applications involving continuous-time event sequences (CTESs). However, the retrieval problem of such sequences remains largely unaddressed in lit…

2022

Maximum Common Subgraph Guided Graph Retrieval: Late and Early Interaction Networks

NeurIPS 2022accept

The graph retrieval problem is to search in a large corpus of graphs for ones that are most similar to a query graph. A common consideration for scoring similarity is the maximum common subgraph (MCS) between the query and corpus graphs, usually counting the number of common edges (i.e., MCES). In…

Cited by 6SourcePDFScholar
2022

Neural Estimation of Submodular Functions with Applications to Differentiable Subset Selection

NeurIPS 2022accept

Submodular functions and variants, through their ability to characterize diversity and coverage, have emerged as a key tool for data selection and summarization. Many recent approaches to learn submodular functions suffer from limited expressiveness. In this work, we propose FlexSubNet, a family of…

Cited by 4SourcePDFScholar
2022

VarScene: A Deep Generative Model for Realistic Scene Graph Synthesis

ICML 2022spotlight

Scene graphs are powerful abstractions that capture relationships between objects in images by modeling objects as nodes and relationships as edges. Generation of realistic synthetic scene graphs has applications like scene synthesis and data augmentation for supervised learning. Existing graph gene…

2021

Adversarial Permutation Guided Node Representations for Link Prediction

AAAI 2021technical

After observing a snapshot of a social network, a link prediction (LP) algorithm identifies node pairs between which new edges will likely materialize in future. Most LP algorithms estimate a score for currently non-neighboring node pairs, and rank them by this score. Recent LP systems compute thi…

Cited by 19SourcePDFScholar
2021

Counterfactual Explanations in Sequential Decision Making Under Uncertainty

NeurIPS 2021poster

Methods to find counterfactual explanations have predominantly focused on one-step decision making processes. In this work, we initiate the development of methods to find counterfactual explanations for decision making processes in which multiple, dependent actions are taken sequentially over time.…

2021

GRAD-MATCH: Gradient Matching based Data Subset Selection for Efficient Deep Model Training

ICML 2021spotlight

The great success of modern machine learning models on large datasets is contingent on extensive computational resources with high financial and environmental costs. One way to address this is by extracting subsets that generalize on par with the full data. In this work, we propose a general framewo…

2021

Learning Temporal Point Processes with Intermittent Observations

AISTATS 2021poster

Marked temporal point processes (MTPP) have emerged as a powerful framework to model the underlying generative mechanism of asynchronous events localized in continuous time. Most existing models and inference methods in MTPP framework consider only the complete observation scenario i.e. the event se…

2021

Learning to Select Exogenous Events for Marked Temporal Point Process

NeurIPS 2021poster

Marked temporal point processes (MTPPs) have emerged as a powerful modeling tool for a wide variety of applications which are characterized using discrete events localized in continuous time. In this context, the events are of two types endogenous events which occur due to the influence of the previ…

Cited by 10SourcePDFScholar
2021

Training Data Subset Selection for Regression with Controlled Generalization Error

ICML 2021spotlight

Data subset selection from a large number of training instances has been a successful approach toward efficient and cost-effective machine learning. However, models trained on a smaller subset may show poor generalization ability. In this paper, our goal is to design an algorithm for selecting a sub…

2021

Training for the Future: A Simple Gradient Interpolation Loss to Generalize Along Time

NeurIPS 2021poster

In several real world applications, machine learning models are deployed to make predictions on data whose distribution changes gradually along time, leading to a drift between the train and test distributions. Such models are often re-trained on new data periodically, and they hence need to general…

2020

On the design of consequential ranking algorithms

UAI 2020poster

Ranking models are typically designed to optimize some measure of immediate utility to the users. As a result, they have been unable to anticipate an increasing number of undesirable long-term consequences of their proposed rankings, from fueling the spread of misinformation and increasing polarizat…

Cited by 16SourcePDFScholar
2018

Deep Reinforcement Learning of Marked Temporal Point Processes

NeurIPS 2018poster

In a wide variety of applications, humans interact with a complex environment by means of asynchronous stochastic discrete events in continuous time. Can we design online interventions that will help humans achieve certain goals in such asynchronous setting? In this paper, we address the above probl…

2016

Learning and Forecasting Opinion Dynamics in Social Networks

NeurIPS 2016poster

Social media and social networking sites have become a global pinboard for exposition and discussion of news, topics, and ideas, where social media users often update their opinions about a particular topic by learning from the opinions shared by their friends. In this context, can we learn a data-d…

Cited by 137SourcePDFScholar