← Search

Indradyumna Roy

14 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 0SourcePDFScholar
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 0SourcePDFScholar
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

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

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
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