← Search

Eran Treister

15 accepted papers

2026

RAPNet: Accelerating Algebraic Multigrid with Learned Sparse Corrections

ICML 2026poster

The scalable solution of large sparse linear systems is a bottleneck in scientific computing and graph analysis. While algebraic multigrid (AMG) offers optimal linear scaling, its performance is severely constrained by the trade-off between the sparsity and convergence quality of coarse-grid operato…

Cited by 0SourceScholar
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…

2024

Efficient Graph Laplacian Estimation by Proximal Newton

AISTATS 2024poster

The Laplacian-constrained Gaussian Markov Random Field (LGMRF) is a common multivariate statistical model for learning a weighted sparse dependency graph from given data. This graph learning problem can be formulated as a maximum likelihood estimation (MLE) of the precision matrix, subject to Laplac…

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
2023

NeRN: Learning Neural Representations for Neural Networks

ICLR 2023top-25%

Neural Representations have recently been shown to effectively reconstruct a wide range of signals from 3D meshes and shapes to images and videos. We show that, when adapted correctly, neural representations can be used to directly represent the weights of a pre-trained convolutional neural network,…

2022

Wavelet Feature Maps Compression for Image-to-Image CNNs

NeurIPS 2022accept

Convolutional Neural Networks (CNNs) are known for requiring extensive computational resources, and quantization is among the best and most common methods for compressing them. While aggressive quantization (i.e., less than 4-bits) performs well for classification, it may cause severe performance de…

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
2019

IMEXnet A Forward Stable Deep Neural Network

ICML 2019oral

Deep convolutional neural networks have revolutionized many machine learning and computer vision tasks, however, some remaining key challenges limit their wider use. These challenges include improving the network’s robustness to perturbations of the input image and the limited “field of view” of con…