← Search

Simon Geisler

17 accepted papers

2026

Position: LLM-Safety Evaluations Lack Robustness

ICML 2026poster

In this position paper, we argue that current safety alignment research efforts for large language models are hindered by many intertwined sources of noise, such as small datasets, methodological inconsistencies, and unreliable evaluation setups. This can, at times, make it impossible to evaluate an…

Cited by 0SourceScholar
2025

Graph Neural Networks for Edge Signals: Orientation Equivariance and Invariance

ICLR 2025poster

Many applications in traffic, civil engineering, or electrical engineering revolve around edge-level signals. Such signals can be categorized as inherently directed, for example, the water flow in a pipe network, and undirected, like the diameter of a pipe. Topological methods model edge signals wit…

Cited by 1SourcePDFScholar
2025

REINFORCE Adversarial Attacks on Large Language Models: An Adaptive, Distributional, and Semantic Objective

ICML 2025poster

To circumvent the alignment of large language models (LLMs), current optimization-based adversarial attacks usually craft adversarial prompts by maximizing the likelihood of a so-called affirmative response. An affirmative response is a manually designed start of a harmful answer to an inappropriate…

2025

The Geometry of Refusal in Large Language Models: Concept Cones and Representational Independence

ICML 2025poster

The safety alignment of large language models (LLMs) can be circumvented through adversarially crafted inputs, yet the mechanisms by which these attacks bypass safety barriers remain poorly understood. Prior work suggests that a *single* refusal direction in the model's activation space determines w…

Cited by 0SourcePDFScholar
2024

Spatio-Spectral Graph Neural Networks

NeurIPS 2024poster

Spatial Message Passing Graph Neural Networks (MPGNNs) are widely used for learning on graph-structured data. However, key limitations of *ℓ*-step MPGNNs are that their "receptive field" is typically limited to the *ℓ*-hop neighborhood of a node and that information exchange between distant nodes is…

2023

Adversarial Training for Graph Neural Networks: Pitfalls, Solutions, and New Directions

NeurIPS 2023poster

Despite its success in the image domain, adversarial training did not (yet) stand out as an effective defense for Graph Neural Networks (GNNs) against graph structure perturbations. In the pursuit of fixing adversarial training (1) we show and overcome fundamental theoretical as well as practical l…

Cited by 34SourcePDFScholar
2023

Topology-Matching Normalizing Flows for Out-of-Distribution Detection in Robot Learning

CoRL 2023poster

To facilitate reliable deployments of autonomous robots in the real world, Out-of-Distribution (OOD) detection capabilities are often required. A powerful approach for OOD detection is based on density estimation with Normalizing Flows (NFs). However, we find that prior work with NFs attempts to mat…

Cited by 6SourceScholar
2023

Transformers Meet Directed Graphs

ICML 2023poster

Transformers were originally proposed as a sequence-to-sequence model for text but have become vital for a wide range of modalities, including images, audio, video, and undirected graphs. However, transformers for directed graphs are a surprisingly underexplored topic, despite their applicability to…

2022

Are Defenses for Graph Neural Networks Robust?

NeurIPS 2022accept

A cursory reading of the literature suggests that we have made a lot of progress in designing effective adversarial defenses for Graph Neural Networks (GNNs). Yet, the standard methodology has a serious flaw – virtually all of the defenses are evaluated against non-adaptive attacks leading to overly…

Cited by 84SourcePDFScholar
2022

Generalization of Neural Combinatorial Solvers Through the Lens of Adversarial Robustness

ICLR 2022poster

End-to-end (geometric) deep learning has seen first successes in approximating the solution of combinatorial optimization problems. However, generating data in the realm of NP-hard/-complete tasks brings practical and theoretical challenges, resulting in evaluation protocols that are too optimistic.…

Cited by 51SourcePDFScholar
2022

Natural Posterior Network: Deep Bayesian Predictive Uncertainty for Exponential Family Distributions

ICLR 2022spotlight

Uncertainty awareness is crucial to develop reliable machine learning models. In this work, we propose the Natural Posterior Network (NatPN) for fast and high-quality uncertainty estimation for any task where the target distribution belongs to the exponential family. Thus, NatPN finds application fo…

Cited by 83SourcePDFScholar
2022

Randomized Message-Interception Smoothing: Gray-box Certificates for Graph Neural Networks

NeurIPS 2022accept

Randomized smoothing is one of the most promising frameworks for certifying the adversarial robustness of machine learning models, including Graph Neural Networks (GNNs). Yet, existing randomized smoothing certificates for GNNs are overly pessimistic since they treat the model as a black box, ignori…

Cited by 25SourcePDFScholar
2022

Winning the Lottery Ahead of Time: Efficient Early Network Pruning

ICML 2022spotlight

Pruning, the task of sparsifying deep neural networks, received increasing attention recently. Although state-of-the-art pruning methods extract highly sparse models, they neglect two main challenges: (1) the process of finding these sparse models is often very expensive; (2) unstructured pruning do…

2021

Graph Posterior Network: Bayesian Predictive Uncertainty for Node Classification

NeurIPS 2021poster

The interdependence between nodes in graphs is key to improve class prediction on nodes, utilized in approaches like Label Probagation (LP) or in Graph Neural Networks (GNNs). Nonetheless, uncertainty estimation for non-independent node-level predictions is under-explored. In this work, we explore…

2021

Robustness of Graph Neural Networks at Scale

NeurIPS 2021poster

Graph Neural Networks (GNNs) are increasingly important given their popularity and the diversity of applications. Yet, existing studies of their vulnerability to adversarial attacks rely on relatively small graphs. We address this gap and study how to attack and defend GNNs at scale. We propose two…