← Search

Guy Bar-Shalom

12 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
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

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

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…

2023

Window-Based Distribution Shift Detection for Deep Neural Networks

NeurIPS 2023poster

To deploy and operate deep neural models in production, the quality of their predictions, which might be contaminated benignly or manipulated maliciously by input distributional deviations, must be monitored and assessed. Specifically, we study the case of monitoring the healthy operation of a deep…

2022

TransBoost: Improving the Best ImageNet Performance using Deep Transduction

NeurIPS 2022accept

This paper deals with deep transductive learning, and proposes TransBoost as a procedure for fine-tuning any deep neural model to improve its performance on any (unlabeled) test set provided at training time. TransBoost is inspired by a large margin principle and is efficient and simple to use. Our…