← Search

Haggai Maron

50 accepted papers

2026

A Graph Meta-Network for Learning on Kolmogorov–Arnold Networks

ICLR 2026poster

Weight-space models learn directly from the parameters of neural networks, enabling tasks such as predicting their accuracy on new datasets. Naive methods -- like applying MLPs to flattened parameters -- perform poorly, making the design of better weight-space architectures a central challenge. Whi…

Cited by 0SourcecodeScholar
2026

Beyond Next Token Probabilities: Learnable, Fast Detection of Hallucinations and Data Contamination on LLM Output Distributions

AAAI 2026technical

The automated detection of hallucinations and training data contamination is pivotal to the safe deployment of Large Language Models (LLMs). These tasks are particularly challenging in settings where no access to model internals is available. Current approaches in this setup typically leverage only

Cited by 0SourcePDFScholar
2026

FS-KAN: Permutation Equivariant Kolmogorov-Arnold Networks via Function Sharing

ICLR 2026poster

Permutation equivariant neural networks employing parameter-sharing schemes have emerged as powerful models for leveraging a wide range of data symmetries, significantly enhancing the generalization and computational efficiency of the resulting models. Recently, Kolmogorov-Arnold Networks (KANs) hav…

Cited by 0SourceScholar
2026

Neural Message-Passing on Attention Graphs for Hallucination Detection

ICLR 2026poster

Large Language Models (LLMs) often generate incorrect or unsupported content, known as hallucinations. Existing detection methods rely on heuristics or simple models over isolated computational traces such as activations, or attention maps. We unify these signals by representing them as attributed g…

Cited by 0SourcecodeScholar
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

SHINE: A Scalable In-Context Hypernetwork for Mapping Context to LoRA in a Single Pass

ICML 2026poster

We propose SHINE (Scalable Hyper In-context NEtwork), a scalable hypernetwork that can map diverse meaningful contexts into high-quality LoRA adapters for large language models (LLM). By reusing the frozen LLM's own parameters in an in-context hypernetwork design and introducing architectural innova…

Cited by 0SourceScholar
2025

Balancing Efficiency and Expressiveness: Subgraph GNNs with Walk-Based Centrality

ICML 2025poster

Subgraph GNNs have emerged as promising architectures that overcome the expressiveness limitations of Graph Neural Networks (GNNs) by processing bags of subgraphs. Despite their compelling empirical performance, these methods are afflicted by a high computational complexity: they process bags whose…

2025

Beyond Token Probes: Hallucination Detection via Activation Tensors with ACT-ViT

NeurIPS 2025poster

Detecting hallucinations in Large Language Model-generated text is crucial for their safe deployment. While probing classifiers show promise, they operate on isolated layer–token pairs and are LLM-specific, limiting their effectiveness and hindering cross-LLM applications. In this paper, we introduc…

Cited by 0SourceScholar
2025

GradMetaNet: An Equivariant Architecture for Learning on Gradients

NeurIPS 2025poster

Gradients of neural networks encode valuable information for optimization, editing, and analysis of models. Therefore, practitioners often treat gradients as inputs to task-specific algorithms, e.g., using gradient statistics for pruning or optimization. Recent works explore *learning* algorithms th…

Cited by 0SourceScholar
2025

Homomorphism Expressivity of Spectral Invariant Graph Neural Networks

ICLR 2025oral

Graph spectra are an important class of structural features on graphs that have shown promising results in enhancing Graph Neural Networks (GNNs). Despite their widespread practical use, the theoretical understanding of the power of spectral invariants --- particularly their contribution to GNNs ---…

Cited by 0SourcePDFScholar
2025

Lightning-Fast Image Inversion and Editing for Text-to-Image Diffusion Models

ICLR 2025poster

Diffusion inversion is the problem of taking an image and a text prompt that describes it and finding a noise latent that would generate the exact same image. Most current deterministic inversion techniques operate by approximately solving an implicit equation and may converge slowly or yield poor…

2025

Topological Blindspots: Understanding and Extending Topological Deep Learning Through the Lens of Expressivity

ICLR 2025oral

Topological deep learning (TDL) is a rapidly growing field that seeks to leverage topological structure in data and facilitate learning from data supported on topological objects, ranging from molecules to 3D shapes. Most TDL architectures can be unified under the framework of higher-order message-p…

2024

A Flexible, Equivariant Framework for Subgraph GNNs via Graph Products and Graph Coarsening

NeurIPS 2024poster

Subgraph GNNs enhance message-passing GNNs expressivity by representing graphs as sets of subgraphs, demonstrating impressive performance across various tasks. However, their scalability is hindered by the need to process large numbers of subgraphs. While previous approaches attempted to generate sm…

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

Equivariant Deep Weight Space Alignment

ICML 2024poster

Permutation symmetries of deep networks make basic operations like model merging and similarity estimation challenging. In many cases, aligning the weights of the networks, i.e., finding optimal permutations between their weights, is necessary. Unfortunately, weight alignment is an NP-hard problem.…

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

Graph Metanetworks for Processing Diverse Neural Architectures

ICLR 2024spotlight

Neural networks efficiently encode learned information within their parameters. Consequently, many tasks can be unified by treating neural networks themselves as input data. When doing so, recent studies demonstrated the importance of accounting for the symmetries and geometry of parameter spaces. H…

Cited by 37SourcePDFScholar
2024

Improved Generalization of Weight Space Networks via Augmentations

ICML 2024poster

Learning in deep weight spaces (DWS), where neural networks process the weights of other neural networks, is an emerging research direction, with applications to 2D and 3D neural fields (INRs, NeRFs), as well as making inferences about other types of neural networks. Unfortunately, weight space mode…

2024

On the Expressive Power of Spectral Invariant Graph Neural Networks

ICML 2024poster

Incorporating spectral information to enhance Graph Neural Networks (GNNs) has shown promising results but raises a fundamental challenge due to the inherent ambiguity of eigenvectors. Various architectures have been proposed to address this ambiguity, referred to as spectral invariant architectures…

2024

Position: Future Directions in the Theory of Graph Machine Learning

ICML 2024poster

Machine learning on graphs, especially using graph neural networks (GNNs), has seen a surge in interest due to the wide availability of graph data across a broad spectrum of disciplines, from life to social and engineering sciences. Despite their practical success, our theoretical understanding of t…

Cited by 14SourcePDFScholar
2024

Subgraphormer: Unifying Subgraph GNNs and Graph Transformers via Graph Products

ICML 2024poster

In the realm of Graph Neural Networks (GNNs), two exciting research directions have recently emerged: Subgraph GNNs and Graph Transformers. In this paper, we propose an architecture that integrates both approaches, dubbed *Subgraphormer*, which combines the enhanced expressive power, message-passing…

2024

The Empirical Impact of Neural Parameter Symmetries, or Lack Thereof

NeurIPS 2024poster

Many algorithms and observed phenomena in deep learning appear to be affected by parameter symmetries --- transformations of neural network parameters that do not change the underlying neural network function. These include linear mode connectivity, model merging, Bayesian neural network inference,…

2023

Equivariant Architectures for Learning in Deep Weight Spaces

ICML 2023oral

Designing machine learning architectures for processing neural networks in their raw weight matrix form is a newly introduced research direction. Unfortunately, the unique symmetry structure of deep weight spaces makes this design very challenging. If successful, such architectures would be capable…

2023

Expressive Sign Equivariant Networks for Spectral Geometric Learning

NeurIPS 2023spotlight

Recent work has shown the utility of developing machine learning models that respect the structure and symmetries of eigenvectors. These works promote sign invariance, since for any eigenvector v the negation -v is also an eigenvector. However, we show that sign invariance is theoretically limited f…

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

Norm-guided latent space exploration for text-to-image generation

NeurIPS 2023poster

Text-to-image diffusion models show great potential in synthesizing a large variety of concepts in new compositions and scenarios. However, the latent space of initial seeds is still not well understood and its structure was shown to impact the generation of various concepts. Specifically, simple op…

2023

Sign and Basis Invariant Networks for Spectral Graph Representation Learning

ICLR 2023top-25%

We introduce SignNet and BasisNet---new neural architectures that are invariant to two key symmetries displayed by eigenvectors: (i) sign flips, since if v is an eigenvector then so is -v; and (ii) more general basis symmetries, which occur in higher dimensional eigenspaces with infinitely many choi…

2022

Equivariant Subgraph Aggregation Networks

ICLR 2022spotlight

Message-passing neural networks (MPNNs) are the leading architecture for deep learning on graph-structured data, in large part due to their simplicity and scalability. Unfortunately, it was shown that these architectures are limited in their expressive power. This paper proposes a novel framework ca…

2022

Multi-Task Learning as a Bargaining Game

ICML 2022spotlight

In Multi-task learning (MTL), a joint model is trained to simultaneously make predictions for several tasks. Joint training reduces computation costs and improves data efficiency; however, since the gradients of these different tasks may conflict, training a joint model for MTL often yields lower pe…

2022

Optimizing Tensor Network Contraction Using Reinforcement Learning

ICML 2022spotlight

Quantum Computing (QC) stands to revolutionize computing, but is currently still limited. To develop and test quantum algorithms today, quantum circuits are often simulated on classical computers. Simulating a complex quantum circuit requires computing the contraction of a large network of tensors.…

Cited by 18SourcePDFScholar
2022

Understanding and Extending Subgraph GNNs by Rethinking Their Symmetries

NeurIPS 2022accept

Subgraph GNNs are a recent class of expressive Graph Neural Networks (GNNs) which model graphs as collections of subgraphs. So far, the design space of possible Subgraph GNN architectures as well as their basic theoretical properties are still largely unexplored. In this paper, we study the most pro…

2021

Auxiliary Learning by Implicit Differentiation

ICLR 2021poster

Training neural networks with auxiliary tasks is a common practice for improving the performance on a main task of interest. Two main challenges arise in this multi-task learning setting: (i) designing useful auxiliary tasks; and (ii) combining auxiliary tasks into a single coherent loss. Here, we p…

2021

Controlling Graph Dynamics with Reinforcement Learning and Graph Neural Networks

ICML 2021spotlight

We consider the problem of controlling a partially-observed dynamic process on a graph by a limited number of interventions. This problem naturally arises in contexts such as scheduling virus tests to curb an epidemic; targeted marketing in order to promote a product; and manually inspecting posts t…

Cited by 67SourcePDFScholar
2021

Deep Permutation Equivariant Structure From Motion

ICCV 2021poster

Existing deep methods produce highly accurate 3D reconstructions in stereo and multiview stereo settings, i.e., when cameras are both internally and externally calibrated. Nevertheless, the challenge of simultaneous recovery of camera poses and 3D scene structure in multiview settings with deep netw…

Cited by 29PDFcodeScholar
2021

From Local Structures to Size Generalization in Graph Neural Networks

ICML 2021spotlight

Graph neural networks (GNNs) can process graphs of different sizes, but their ability to generalize across sizes, specifically from small to large graphs, is still not well understood. In this paper, we identify an important type of data where generalization from small to large graphs is challenging…

Cited by 161SourcePDFScholar
2020

Learning Algebraic Multigrid Using Graph Neural Networks

ICML 2020poster

Efficient numerical solvers for sparse linear systems are crucial in science and engineering. One of the fastest methods for solving large-scale sparse linear systems is algebraic multigrid (AMG). The main challenge in the construction of AMG algorithms is the selection of the prolongation operator—…

2020

Set2Graph: Learning Graphs From Sets

NeurIPS 2020poster

Many problems in machine learning (ML) can be cast as learning functions from sets to graphs, or more generally to hypergraphs; in short, Set2Graph functions. Examples include clustering, learning vertex and edge features on graphs, and learning features on triplets in a collection.