← Search

Sayan Ranu

25 accepted papers

2026

DISSOLVR: An Interpretable and Fast Framework for Aqueous and Organic Solubility Prediction

ICML 2026poster

High-fidelity solubility prediction is fundamental to pharmaceutical development and environmental partitioning, where accurate modeling must couple molecular structure with thermodynamic behavior across diverse chemical environments. However, recent advancements have been dominated by deep learning…

Cited by 0SourceScholar
2026

GFFMERGE: Efficient Merging of Graph Neural Force Fields and Beyond

ICML 2026poster

Graph Neural Networks (GNNs) have revolutionized Neural Force Fields for atomistic simulations, achieving near-quantum accuracy at reduced cost, yet adapting these models to new chemical systems requires expensive retraining of foundation models. Inspired by model merging in vision and language proc…

Cited by 0SourceScholar
2026

Is Graph Unlearning Ready for Practice? A Benchmark on Efficiency, Utility, and Forgetting

ICLR 2026poster

Graph Neural Networks (\textsc{Gnn}s) are increasingly being deployed in sensitive, user-centric applications where regulations such as the GDPR mandate the ability to remove data upon request. This has spurred interest in graph unlearning, the task of removing the influence of specific training dat…

Cited by 0SourcecodeScholar
2026

Position: Graph Condensation Needs a Reset—Move Beyond Full-dataset Training and Model-Dependence

ICML 2026spotlight

Graph Neural Networks (GNNs) are powerful tools for learning from graph-structured data, but their scalability is increasingly strained by the size of real-world graphs in domains like recommender systems, fraud detection, and molecular biology. Graph condensation—the task of generating a smaller sy…

Cited by 0SourceScholar
2025

Bonsai: Gradient-free Graph Condensation for Node Classification

ICLR 2025poster

Graph condensation has emerged as a promising avenue to enable scalable training of GNNs by compressing the training dataset while preserving essential graph characteristics. Our study uncovers significant shortcomings in current graph condensation techniques. First, the majority of the algorithms p…

Cited by 0SourcePDFScholar
2025

GRAIL: Graph Edit Distance and Node Alignment using LLM-Generated Code

ICML 2025poster

Graph Edit Distance (GED) is a widely used metric for measuring similarity between two graphs. Computing the optimal GED is NP-hard, leading to the development of various neural and non-neural heuristics. While neural methods have achieved improved approximation quality compared to non-neural approa…

2025

GnnXemplar: Exemplars to Explanations - Natural Language Rules for Global GNN Interpretability

NeurIPS 2025oral

Graph Neural Networks (GNNs) are widely used for node classification, yet their opaque decision-making limits trust and adoption. While local explanations offer insights into individual predictions, global explanation methods—those that characterize an entire class—remain underdeveloped. Existing gl…

Cited by 0SourceScholar
2024

BroGNet: Momentum-Conserving Graph Neural Stochastic Differential Equation for Learning Brownian Dynamics

ICLR 2024poster

Neural networks (NNs) that exploit strong inductive biases based on physical laws and symmetries have shown remarkable success in learning the dynamics of physical systems directly from their trajectory. However, these works focus only on the systems that follow deterministic dynamics, such as Newto…

Cited by 4SourcePDFScholar
2024

FUGAL: Feature-fortified Unrestricted Graph Alignment

NeurIPS 2024poster

The necessity to align two graphs, minimizing a structural distance metric, is prevalent in biology, chemistry, recommender systems, and social network analysis. Due to the problem’s NP-hardness, prevailing graph alignment methods follow a modular and mediated approach, solving the problem by restri…

Cited by 1SourcePDFScholar
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

Mirage: Model-agnostic Graph Distillation for Graph Classification

ICLR 2024poster

GNNs, like other deep learning models, are data and computation hungry. There is a pressing need to scale training of GNNs on large datasets to enable their usage on low-resource environments. Graph distillation is an effort in that direction with the aim to construct a smaller synthetic training se…

2023

Enhancing the Inductive Biases of Graph Neural ODE for Modeling Physical Systems

ICLR 2023poster

Neural networks with physics-based inductive biases such as Lagrangian neural networks (LNNs), and Hamiltonian neural networks (HNNs) learn the dynamics of physical systems by encoding strong inductive biases. Alternatively, Neural ODEs with appropriate inductive biases have also been shown to give…

Cited by 9SourcePDFScholar
2023

GRAFENNE: Learning on Graphs with Heterogeneous and Dynamic Feature Sets

ICML 2023poster

Graph neural networks (GNNs), in general, are built on the assumption of a static set of features characterizing each node in a graph. This assumption is often violated in practice. Existing methods partly address this issue through feature imputation. However, these techniques (i) assume uniformity…

2023

StriderNet: A Graph Reinforcement Learning Approach to Optimize Atomic Structures on Rough Energy Landscapes

ICML 2023poster

Optimization of atomic structures presents a challenging problem, due to their highly rough and non-convex energy landscape, with wide applications in the fields of drug design, materials discovery, and mechanics. Here, we present a graph reinforcement learning approach, StriderNet, that learns a po…

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
2022

Gigs with Guarantees: Achieving Fair Wage for Food Delivery Workers

IJCAI 2022poster

With the increasing popularity of food delivery platforms, it has become pertinent to look into the working conditions of the `gig' workers in these platforms, especially providing them fair wages, reasonable working hours, and transparency on work availability. However, any solution to these proble…

2022

Learning Articulated Rigid Body Dynamics with Lagrangian Graph Neural Network

NeurIPS 2022accept

Lagrangian and Hamiltonian neural networks LNN and HNNs, respectively) encode strong inductive biases that allow them to outperform other models of physical systems significantly. However, these models have, thus far, mostly been limited to simple systems such as pendulums and springs or a single r…

2022

TIGGER: Scalable Generative Modelling for Temporal Interaction Graphs

AAAI 2022technical

There has been a recent surge in learning generative models for graphs. While impressive progress has been made on static graphs, work on generative modeling of temporal graphs is at a nascent stage with significant scope for improvement. First, existing generative models do not scale with either th…

2022

Unravelling the Performance of Physics-informed Graph Neural Networks for Dynamical Systems

NeurIPS 2022accept

Recently, graph neural networks have been gaining a lot of attention to simulate dynamical systems due to their inductive nature leading to zero-shot generalizability. Similarly, physics-informed inductive biases in deep-learning frameworks have been shown to give superior performance in learning th…

2021

GraphReach: Position-Aware Graph Neural Network using Reachability Estimations

IJCAI 2021poster

Majority of the existing graph neural networks(GNN) learn node embeddings that encode their local neighborhoods but not their positions. Consequently, two nodes that are vastly distant but located in similar local neighborhoods map to similar embeddings in those networks. This limitation prevents ac…

2021

NeuroMLR: Robust & Reliable Route Recommendation on Road Networks

NeurIPS 2021poster

Predicting the most likely route from a source location to a destination is a core functionality in mapping services. Although the problem has been studied in the literature, two key limitations remain to be addressed. First, our study reveals that a significant portion of the routes recommended by…

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…