← Search

Moshe Eliasof

29 accepted papers

2026

Adaptive Memory Retention in Dynamic Graphs

ICML 2026spotlight

Modeling graphs demands a careful balance between long-range propagation of information across nodes and the controlled dissipation of noisy or redundant signals to ensure stable learning and generalization. This challenge is exacerbated in dynamic graphs, where structural and temporal information i…

Cited by 0SourceScholar
2026

Bridging Input Feature Spaces Towards Graph Foundation Models

ICLR 2026poster

Unlike vision and language domains, graph learning lacks a shared input space, as input features differ across graph datasets not only in semantics, but also in value ranges and dimensionality. This misalignment prevents graph models from generalizing across datasets, limiting their use as foundatio…

Cited by 0SourcecodeScholar
2026

FLASH: Flexible Learning of Adaptive Sampling from History in Temporal Graph Neural Networks

IJCAI 2026

Aggregating temporal signals from historic interactions is a key step in future link prediction on dynamic graphs. However, incorporating long histories is resource-intensive. Hence, temporal graph neural networks (TGNNs) often rely on historical neighbors sampling heuristics such as uniform samplin

Cited by 0Scholar
2026

On The Expressive Power of GNN Derivatives

ICLR 2026poster

Despite significant advances in Graph Neural Networks (GNNs), their limited expressivity remains a fundamental challenge. Research on GNN expressivity has produced many expressive architectures, leading to architecture hierarchies with models of increasing expressive power. Separately, derivatives o…

Cited by 0SourceScholar
2026

Revisting Node Affinity Prediction In Temporal Graphs

ICLR 2026poster

Node affinity prediction is a common task that is widely used in temporal graph learning with applications in social and financial networks, recommender systems, and more. Recent works have addressed this task by adapting state-of-the-art dynamic link property prediction models to node affinity pre…

Cited by 0SourcecodeScholar
2026

Towards Improved Sentence Representations using Token Graphs

ICLR 2026poster

Obtaining a single-vector representation from a Large Language Model's (LLM) token-level outputs is a critical step for nearly all sentence-level tasks. However, standard pooling methods like mean or max aggregation treat tokens as an independent set, discarding the rich relational structure capture…

Cited by 0SourcecodeScholar
2026

Trajectory Stitching for Solving Inverse Problems with Flow-Based Models

ICML 2026poster

Flow-based generative models have emerged as powerful priors for solving inverse problems. One option is to directly optimize the initial latent code (noise), such that the flow output solves the inverse problem. However, this requires backpropagating through the entire generative trajectory, incurr…

Cited by 0SourceScholar
2025

DiTASK: Multi-Task Fine-Tuning with Diffeomorphic Transformations

CVPR 2025poster

Pre-trained Vision Transformers now serve as powerful tools for computer vision. Yet, efficiently adapting them for multiple tasks remains a challenge that arises from the need to modify the rich hidden representations encoded by the learned weight matrices, without inducing interference between tas…

2025

Estimation of single-cell and tissue perturbation effect in spatial transcriptomics via Spatial Causal Disentanglement

ICLR 2025poster

Models of Virtual Cells and Virtual Tissues at single-cell resolution would allow us to test perturbations in silico and accelerate progress in tissue and cell engineering. However, most such models are not rooted in causal inference and as a result, could mistake correlation for causation. We intr…

Cited by 0SourcePDFScholar
2025

Graph Adaptive Autoregressive Moving Average Models

ICML 2025spotlight

Graph State Space Models (SSMs) have recently been introduced to enhance Graph Neural Networks (GNNs) in modeling long-range interactions. Despite their success, existing methods either compromise on permutation equivariance or limit their focus to pairwise interactions rather than sequences. Buildi…

Cited by 0SourcePDFScholar
2025

Improving the Effective Receptive Field of Message-Passing Neural Networks

ICML 2025poster

Message-Passing Neural Networks (MPNNs) have become a cornerstone for processing and analyzing graph-structured data. However, their effectiveness is often hindered by phenomena such as over-squashing, where long-range dependencies or interactions are inadequately captured and expressed in the MPNN…

2025

Learning Regularization for Graph Inverse Problems

AAAI 2025technical

In recent years, Graph Neural Networks (GNNs) have been utilized for various applications ranging from drug discovery to network design and social networks. In many applications, it is impossible to observe some properties of the graph directly; instead, noisy and indirect measurements of these prop…

2025

On Oversquashing in Graph Neural Networks Through the Lens of Dynamical Systems

AAAI 2025technical

A common problem in Message-Passing Neural Networks is oversquashing -- the limited ability to facilitate effective information flow between distant nodes. Oversquashing is attributed to the exponential decay in information transmission as node distances increase. This paper introduces a novel persp…

2025

One-Step Offline Distillation of Diffusion-based Models via Koopman Modeling

NeurIPS 2025poster

Diffusion-based generative models have demonstrated exceptional performance, yet their iterative sampling procedures remain computationally expensive. A prominent strategy to mitigate this cost is *distillation*, with *offline distillation* offering particular advantages in terms of efficiency, modu…

Cited by 0SourcecodeScholar
2025

Return of ChebNet: Understanding and Improving an Overlooked GNN on Long Range Tasks

NeurIPS 2025spotlight

ChebNet, one of the earliest spectral GNNs, has largely been overshadowed by Message Passing Neural Networks (MPNNs), which gained popularity for their simplicity and effectiveness in capturing local graph structure. Despite their success, MPNNs are limited in their ability to capture long-range dep…

Cited by 0SourceScholar
2024

Advection Augmented Convolutional Neural Networks

NeurIPS 2024poster

Many problems in physical sciences are characterized by the prediction of space-time sequences. Such problems range from weather prediction to the analysis of disease propagation and video prediction. Modern techniques for the solution of these problems typically combine Convolution Neural Networks…

2024

DiGRAF: Diffeomorphic Graph-Adaptive Activation Function

NeurIPS 2024poster

In this paper, we propose a novel activation function tailored specifically for graph data in Graph Neural Networks (GNNs). Motivated by the need for graph-adaptive and flexible activation functions, we introduce DiGRAF, leveraging Continuous Piecewise-Affine Based (CPAB) transformations, which we a…

2024

Efficient Subgraph GNNs by Learning Effective Selection Policies

ICLR 2024poster

Subgraph GNNs are provably expressive neural architectures that learn graph representations from sets of subgraphs. Unfortunately, their applicability is hampered by the computational complexity associated with performing message passing on many subgraphs. In this paper, we consider the problem of l…

2024

GRANOLA: Adaptive Normalization for Graph Neural Networks

NeurIPS 2024poster

Despite the widespread adoption of Graph Neural Networks (GNNs), these models often incorporate off-the-shelf normalization layers like BatchNorm or InstanceNorm, which were not originally designed for GNNs. Consequently, these normalization layers may not effectively capture the unique characterist…

Cited by 10SourcePDFScholar
2024

On The Temporal Domain of Differential Equation Inspired Graph Neural Networks

AISTATS 2024poster

Graph Neural Networks (GNNs) have demonstrated remarkable success in modeling complex relationships in graph-structured data. A recent innovation in this field is the family of Differential Equation-Inspired Graph Neural Networks (DE-GNNs), which leverage principles from continuous dynamical systems…

2023

Graph Positional Encoding via Random Feature Propagation

ICML 2023poster

Two main families of node feature augmentation schemes have been explored for enhancing GNNs: random features and spectral positional encoding. Surprisingly, however, there is still no clear understanding of the relation between these two augmentation schemes. Here we propose a novel family of posit…

Cited by 22SourcePDFScholar
2023

Improving Graph Neural Networks with Learnable Propagation Operators

ICML 2023poster

Graph Neural Networks (GNNs) are limited in their propagation operators. In many cases, these operators often contain non-negative elements only and are shared across channels, limiting the expressiveness of GNNs. Moreover, some GNNs suffer from over-smoothing, limiting their depth. On the other han…

Cited by 31SourcePDFScholar
2021

PDE-GCN: Novel Architectures for Graph Neural Networks Motivated by Partial Differential Equations

NeurIPS 2021poster

Graph neural networks are increasingly becoming the go-to approach in various fields such as computer vision, computational biology and chemistry, where data are naturally explained by graphs. However, unlike traditional convolutional neural networks, deep graph networks do not necessarily yield bet…

Cited by 169SourcePDFScholar
2020

DiffGCN: Graph Convolutional Networks via Differential Operators and Algebraic Multigrid Pooling

NeurIPS 2020poster

Graph Convolutional Networks (GCNs) have shown to be effective in handling unordered data like point clouds and meshes. In this work we propose novel approaches for graph convolution, pooling and unpooling, inspired from finite differences and algebraic multigrid frameworks. We form a parameterized…

Cited by 31SourcePDFScholar