← Search

Guy Wolf

30 accepted papers

2026

Can Computational Reducibility Lead to Transferable Models for Graph Combinatorial Optimization?

ICML 2026poster

A key challenge in deriving unified neural solvers for combinatorial optimization (CO) is efficient generalization of models between one set of tasks to new tasks not used during the initial training process. To address it, we first establish a new model, which uses a GCON module as a form of expres…

Cited by 0SourceScholar
2026

From Memorization to Parameter Interference: How Overtraining Experts Harms Model Merging

ICML 2026poster

Modern deep learning is increasingly characterized by the use of open-weight foundation models that can be fine-tuned on specialized datasets. This has led to a proliferation of expert models and adapters, often shared via platforms like HuggingFace and AdapterHub. Model merging has recently emerged…

Cited by 0SourceScholar
2025

AdaFisher: Adaptive Second Order Optimization via Fisher Information

ICLR 2025poster

First-order optimization methods are currently the mainstream in training deep neural networks (DNNs). Optimizers like Adam incorporate limited curvature information by employing the diagonal matrix preconditioning of the stochastic gradient during the training. Despite their widespread, second-orde…

2025

Geometry-Aware Generative Autoencoders for Warped Riemannian Metric Learning and Generative Modeling on Data Manifolds

AISTATS 2025poster

Rapid growth of high-dimensional datasets in fields such as single-cell RNA sequencing and spatial genomics has led to unprecedented opportunities for scientific discovery, but it also presents unique computational and statistical challenges. Traditional methods struggle with geometry-aware data gen…

Cited by 0SourceScholar
2025

Graph Neural Networks Meet Probabilistic Graphical Models: A Survey

ICASSP 2025accepted

Graphs are a powerful data structure for representing relational data, and Graph Neural Networks (GNNs) have emerged as effective tools for inference and learning on graph-structured data. Probabilistic Graphical Models (PGMs), which provide compact graphical representations of variable distribution…

Cited by 0SourceScholar
2025

Principal Curvatures Estimation with Applications to Single Cell Data

ICASSP 2025accepted

The rapidly growing field of single-cell transcriptomic sequencing (scRNAseq) presents challenges for data analysis due to its massive datasets. A common method in manifold learning consists in hypothesizing that datasets lie on a lower dimensional manifold. This allows to study the geometry of poin…

Cited by 0SourceScholar
2025

RETRO SYNFLOW: Discrete Flow-Matching for Accurate and Diverse Single-Step Retrosynthesis

NeurIPS 2025poster

A fundamental challenge in organic chemistry is identifying and predicting the sequence of reactions that synthesize a desired target molecule. Due to the combinatorial nature of the chemical search space, single-step reactant prediction—i.e., single-step retrosynthesis—remains difficult, even for s…

Cited by 0SourceScholar
2025

Random Forest Autoencoders for Guided Representation Learning

NeurIPS 2025poster

Extensive research has produced robust methods for unsupervised data visualization. Yet supervised visualization—where expert labels guide representations—remains underexplored, as most supervised approaches prioritize classification over visualization. Recently, RF-PHATE, a diffusion-based manifold…

Cited by 0SourceScholar
2024

Graph Positional and Structural Encoder

ICML 2024poster

Positional and structural encodings (PSE) enable better identifiability of nodes within a graph, rendering them essential tools for empowering modern GNNs, and in particular graph Transformers. However, designing PSEs that work optimally for all graph prediction tasks is a challenging and unsolved p…

2024

Harmony in Diversity: Merging Neural Networks with Canonical Correlation Analysis

ICML 2024poster

Combining the predictions of multiple trained models through ensembling is generally a good way to improve accuracy by leveraging the different learned features of the models, however it comes with high computational and storage costs. Model fusion, the act of merging multiple models into one by com…

2024

ReactZyme: A Benchmark for Enzyme-Reaction Prediction

NeurIPS 2024poster

Enzymes, with their specific catalyzed reactions, are necessary for all aspects of life, enabling diverse biological processes and adaptations. Predicting enzyme functions is essential for understanding biological pathways, guiding drug development, enhancing bioproduct yields, and facilitating evol…

2024

Simulation-Free Schrödinger Bridges via Score and Flow Matching

AISTATS 2024poster

We present simulation-free score and flow matching ([SF]$^2$M), a simulation-free objective for inferring stochastic dynamics given unpaired samples drawn from arbitrary source and target distributions. Our method generalizes both the score-matching loss used in the training of diffusion models and…

2024

Towards Foundational Models for Molecular Learning on Large-Scale Multi-Task Datasets

ICLR 2024poster

Recently, pre-trained foundation models have enabled significant advancements in multiple fields. In molecular machine learning, however, where datasets are often hand-curated, and hence typically small, the lack of datasets with labeled features, and codebases to manage those datasets, has hindered…

2023

A Heat Diffusion Perspective on Geodesic Preserving Dimensionality Reduction

NeurIPS 2023poster

Diffusion-based manifold learning methods have proven useful in representation learning and dimensionality reduction of modern high dimensional, high throughput, noisy datasets. Such datasets are especially present in fields like biology and physics. While it is thought that these methods preserve u…

2023

Neural FIM for learning Fisher information metrics from point cloud data

ICML 2023poster

Although data diffusion embeddings are ubiquitous in unsupervised learning and have proven to be a viable technique for uncovering the underlying intrinsic geometry of data, diffusion embeddings are inherently limited due to their discrete nature. To this end, we propose neural FIM, a method for com…

2023

Reliability of CKA as a Similarity Measure in Deep Learning

ICLR 2023poster

Comparing learned neural representations in neural networks is a challenging but important problem, which has been approached in different ways. The Centered Kernel Alignment (CKA) similarity metric, particularly its linear variant, has recently become a popular approach and has been widely used to…

Cited by 51SourcePDFScholar
2022

Can Hybrid Geometric Scattering Networks Help Solve the Maximum Clique Problem?

NeurIPS 2022accept

We propose a geometric scattering-based graph neural network (GNN) for approximating solutions of the NP-hard maximum clique (MC) problem. We construct a loss function with two terms, one which encourages the network to find highly connected nodes and the other which acts as a surrogate for the cons…

2022

Embedding Signals on Graphs with Unbalanced Diffusion Earth Mover's Distance

ICASSP 2022accepted

In modern relational machine learning it is common to encounter large graphs that arise via interactions or similarities between observations in many domains. Further, in many cases the target entities for analysis are actually signals on such graphs. We propose to compare and organize such datasets…

Cited by 0SourceScholar
2022

Long Range Graph Benchmark

NeurIPS 2022accept

Graph Neural Networks (GNNs) that are based on the message passing (MP) paradigm generally exchange information between 1-hop neighbors to build node representations at each layer. In principle, such networks are not able to capture long-range interactions (LRI) that may be desired or necessary for…

2022

Manifold Interpolating Optimal-Transport Flows for Trajectory Inference

NeurIPS 2022accept

We present a method called Manifold Interpolating Optimal-Transport Flow (MIOFlow) that learns stochastic, continuous population dynamics from static snapshot samples taken at sporadic timepoints. MIOFlow combines dynamic models, manifold learning, and optimal transport by training neural ordinary…

Cited by 62SourcePDFScholar
2022

Parametric Scattering Networks

CVPR 2022oral

The wavelet scattering transform creates geometric invariants and deformation stability. In multiple signal domains, it has been shown to yield more discriminative representations compared to other non-learned representations and to outperform learned representations in certain tasks, particularly o…

Cited by 26PDFcodeScholar
2022

Recipe for a General, Powerful, Scalable Graph Transformer

NeurIPS 2022accept

We propose a recipe on how to build a general, powerful, scalable (GPS) graph Transformer with linear complexity and state-of-the-art results on a diverse set of benchmarks. Graph Transformers (GTs) have gained popularity in the field of graph representation learning with a variety of recent publica…

2021

Diffusion Earth Mover’s Distance and Distribution Embeddings

ICML 2021spotlight

We propose a new fast method of measuring distances between large numbers of related high dimensional datasets called the Diffusion Earth Mover’s Distance (EMD). We model the datasets as distributions supported on common data graph that is derived from the affinity matrix computed on the combined da…

2020

Scattering GCN: Overcoming Oversmoothness in Graph Convolutional Networks

NeurIPS 2020poster

Graph convolutional networks (GCNs) have shown promising results in processing graph data by extracting structure-aware features. This gave rise to extensive work in geometric deep learning, focusing on designing network architectures that ensure neuron activations conform to regularity patterns wit…

2020

TrajectoryNet: A Dynamic Optimal Transport Network for Modeling Cellular Dynamics

ICML 2020poster

It is increasingly common to encounter data in the form of cross-sectional population measurements over time, particularly in biomedical settings. Recent attempts to model individual trajectories from this data use optimal transport to create pairwise matchings between time points. However, these me…

2020

Uncovering the Topology of Time-Varying fMRI Data using Cubical Persistence

NeurIPS 2020spotlight

Functional magnetic resonance imaging (fMRI) is a crucial technology for gaining insights into cognitive processes in humans. Data amassed from fMRI measurements result in volumetric data sets that vary over time. However, analysing such data presents a challenge due to the large degree of noise and…