← Search

Sourav Medya

19 accepted papers

2026

Learning Exposure Mapping Functions for Inferring Heterogeneous Peer Effects

ICLR 2026poster

Peer effect refers to the difference in counterfactual outcomes for a unit resulting from different levels of peer exposure, the extent to which the unit is exposed to the treatments, actions, or behaviors of its peers. In practice, peer exposure is typically captured through an explicitly defined e…

Cited by 0SourceScholar
2026

SMART: A Surrogate Model for Predicting Application Runtime in Dragonfly Systems

AAAI 2026technical

The Dragonfly network, with its high-radix and low-diameter structure, is a leading interconnect in high-performance computing. A major challenge is workload interference on shared network links. Parallel discrete event simulation (PDES) is commonly used to analyze workload interference. However, h

Cited by 0SourcePDFScholar
2025

BANGS: Game-theoretic Node Selection for Graph Self-Training

ICLR 2025poster

Graph self-training is a semi-supervised learning method that iteratively selects a set of unlabeled data to retrain the underlying graph neural network (GNN) model and improve its prediction performance. While selecting highly confident nodes has proven effective for self-training, this pseudo-labe…

2025

COMRECGC: Global Graph Counterfactual Explainer through Common Recourse

ICML 2025poster

Graph neural networks (GNNs) have been widely used in various domains such as social networks, molecular biology, or recommendation systems. Concurrently, different explanations methods of GNNs have arisen to complement its blackbox nature. Explanations of the GNNs’ predictions can be categorized in…

2025

DesignCLIP: Multimodal Learning with CLIP for Design Patent Understanding

EMNLP 2025

In the field of design patent analysis, traditional tasks such as patent classification and patent image retrieval heavily depend on the image data. However, patent images—typically consisting of sketches with abstract and structural elements of an invention—often fall short in conveying comprehensi

2025

Preference-driven Knowledge Distillation for Few-shot Node Classification

NeurIPS 2025poster

Graph neural networks (GNNs) can efficiently process text-attributed graphs (TAGs) due to their message-passing mechanisms, but their training heavily relies on the human-annotated labels. Moreover, the complex and diverse local topologies of nodes of real-world TAGs make it challenging for a single…

Cited by 0SourcecodeScholar
2025

Temporal Relation Extraction in Clinical Texts: A Span-based Graph Transformer Approach

ACL 2025long

Temporal information extraction from unstructured text is essential for contextualizing events and deriving actionable insights, particularly in the medical domain. We address the task of extracting clinical events and their temporal relations using the well-studied I2B2 2012 Temporal Relations Chal…

Cited by 0SourcePDFScholar
2024

An Experimental Analysis on Evaluating Patent Citations

EMNLP 2024main

The patent citation count is a good indicator of patent quality. This often generates monetary value for the inventors and organizations. However, the factors that influence a patent receiving high citations over the year are still not well understood. With the patents over the past two decades, we…

2024

COMBHelper: A Neural Approach to Reduce Search Space for Graph Combinatorial Problems

AAAI 2024technical

Combinatorial Optimization (CO) problems over graphs appear routinely in many applications such as in optimizing traffic, viral marketing in social networks, and matching for job allocation. Due to their combinatorial nature, these problems are often NP-hard. Existing approximation algorithms and he…

2024

DGCLUSTER: A Neural Framework for Attributed Graph Clustering via Modularity Maximization

AAAI 2024technical

Graph clustering is a fundamental and challenging task in the field of graph mining where the objective is to group the nodes into clusters taking into consideration the topology of the graph. It has several applications in diverse domains spanning social network analysis, recommender systems, compu…

2024

GNNX-BENCH: Unravelling the Utility of Perturbation-based GNN Explainers through In-depth Benchmarking

ICLR 2024poster

Numerous explainability methods have been proposed to shed light on the inner workings of GNNs. Despite the inclusion of empirical evaluations in all the proposed algorithms, the interrogative aspects of these evaluations lack diversity. As a result, various facets of explainability pertaining to GN…

2024

GraphTrail: Translating GNN Predictions into Human-Interpretable Logical Rules

NeurIPS 2024poster

Instance-level explanation of graph neural networks (GNNs) is a well-studied area. These explainers, however, only explain an instance (e.g., a graph) and fail to uncover the combinatorial reasoning learned by a GNN from the training data towards making its predictions. In this work, we introduce Gr…

Cited by 2SourcePDFScholar
2024

IMPACT: A Large-scale Integrated Multimodal Patent Analysis and Creation Dataset for Design Patents

NeurIPS 2024poster

In this paper, we introduce IMPACT (Integrated Multimodal Patent Analysis and Creation Dataset for Design Patents), a large-scale multimodal patent dataset with detailed captions for design patent figures. Our dataset includes half a million design patents comprising 3.61 million figures along with…

2023

Implicit Differentiable Outlier Detection Enable Robust Deep Multimodal Analysis

NeurIPS 2023poster

Deep network models are often purely inductive during both training and inference on unseen data. When these models are used for prediction, but they may fail to capture important semantic information and implicit dependencies within datasets. Recent advancements have shown that combining multiple m…

2023

Task and Model Agnostic Adversarial Attack on Graph Neural Networks

AAAI 2023technical

Adversarial attacks on Graph Neural Networks (GNNs) reveal their security vulnerabilities, limiting their adoption in safety-critical applications. However, existing attack strategies rely on the knowledge of either the GNN model being used or the predictive task being attacked. Is this knowledge ne…

2022

GREED: A Neural Framework for Learning Graph Distance Functions

NeurIPS 2022accept

Similarity search in graph databases is one of the most fundamental operations in graph analytics. Among various distance functions, graph and subgraph edit distances (GED and SED respectively) are two of the most popular and expressive measures. Unfortunately, exact computations for both are NP-har…

Cited by 58SourcePDFScholar
2020

GCOMB: Learning Budget-constrained Combinatorial Algorithms over Billion-sized Graphs

NeurIPS 2020poster

There has been an increased interest in discovering heuristics for combinatorial problems on graphs through machine learning. While existing techniques have primarily focused on obtaining high-quality solutions, scalability to billion-sized graphs has not been adequately addressed. In addition, the…