← Search

Eeshaan Jain

5 accepted papers

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

MTBBench: A Multimodal Sequential Clinical Decision-Making Benchmark in Oncology

NeurIPS 2025poster

Multimodal Large Language Models (LLMs) hold promise for biomedical reasoning, but current benchmarks fail to capture the complexity of real-world clinical workflows. Existing evaluations primarily assess unimodal, decontextualized question-answering, overlooking multi-agent decision-making environm…

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

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…