← Search

Maximilian Baader

16 accepted papers

2026

Adaptive Generation of Bias-Eliciting Questions for LLMs

ICML 2026poster

Large language models (LLMs) are now widely deployed in user-facing applications, reaching hundreds of millions of users worldwide. Despite their widespread adoption, growing reliance on their outputs raises significant concerns, particularly as users may be exposed to model-inherent biases that dis…

Cited by 0SourceScholar
2026

AutoBaxBuilder: Bootstrapping Code Security Benchmarking

ICML 2026poster

As large language models (LLMs) see wide adoption in software engineering, the reliable assessment of the correctness and security of LLM-generated code is crucial. Notably, prior work showed that LLMs are prone to generating code with security vulnerabilities, highlighting that security is often ov…

Cited by 0SourceScholar
2025

BaxBench: Can LLMs Generate Correct and Secure Backends?

ICML 2025spotlight

Automatic program generation has long been a fundamental challenge in computer science. Recent benchmarks have shown that large language models (LLMs) can effectively generate code at the function level, make code edits, and solve algorithmic coding tasks. However, to achieve full automation, LLMs s…

Cited by 2SourcePDFScholar
2025

GRAIN: Exact Graph Reconstruction from Gradients

ICLR 2025poster

Federated learning claims to enable collaborative model training among multiple clients with data privacy by transmitting gradient updates instead of the actual client data. However, recent studies have shown the client privacy is still at risk due to the, so called, gradient inversion attacks which…

2025

Polyrating: A Cost-Effective and Bias-Aware Rating System for LLM Evaluation

ICLR 2025poster

Rating-based human evaluation has become an essential tool to accurately evaluate the impressive performance of large language models (LLMs). However, current rating systems suffer from several important limitations: first, they fail to account for biases that significantly influence evaluation resu…

Cited by 0SourcePDFScholar
2025

Ward: Provable RAG Dataset Inference via LLM Watermarks

ICLR 2025poster

RAG enables LLMs to easily incorporate external data, raising concerns for data owners regarding unauthorized usage of their content. The challenge of detecting such unauthorized usage remains underexplored, with datasets and methods from adjacent fields being ill-suited for its study. We take sever…

Cited by 4SourcePDFScholar
2024

DAGER: Exact Gradient Inversion for Large Language Models

NeurIPS 2024poster

Federated learning works by aggregating locally computed gradients from multiple clients, thus enabling collaborative training without sharing private client data. However, prior work has shown that the data can actually be recovered by the server using so-called gradient inversion attacks. While th…

2024

Expressivity of ReLU-Networks under Convex Relaxations

ICLR 2024poster

Convex relaxations are a key component of training and certifying provably safe neural networks. However, despite substantial progress, a wide and poorly understood accuracy gap to standard networks remains, raising the question of whether this is due to fundamental limitations of convex relaxations…

Cited by 7SourcePDFScholar
2024

SPEAR: Exact Gradient Inversion of Batches in Federated Learning

NeurIPS 2024poster

Federated learning is a framework for collaborative machine learning where clients only share gradient updates and not their private data with a server. However, it was recently shown that gradient inversion attacks can reconstruct this data from the shared gradients. In the important honest-but-cur…

Cited by 6SourcePDFScholar
2022

Latent Space Smoothing for Individually Fair Representations

ECCV 2022poster

"Fair representation learning transforms user data into a representation that ensures fairness and utility regardless of the downstream application. However, learning individually fair representations, i.e., guaranteeing that similar individuals are treated similarly, remains challenging in high-dim…

2021

Efficient Certification of Spatial Robustness

AAAI 2021technical

Recent work has exposed the vulnerability of computer vision models to vector field attacks. Due to the widespread usage of such models in safety-critical applications, it is crucial to quantify their robustness against such spatial transformations. However, existing work only provides empirical rob…

2021

Scalable Certified Segmentation via Randomized Smoothing

ICML 2021spotlight

We present a new certification method for image and point cloud segmentation based on randomized smoothing. The method leverages a novel scalable algorithm for prediction and certification that correctly accounts for multiple testing, necessary for ensuring statistical guarantees. The key to our app…

2020

Certified Defense to Image Transformations via Randomized Smoothing

NeurIPS 2020poster

We extend randomized smoothing to cover parameterized transformations (e.g., rotations, translations) and certify robustness in the parameter space (e.g., rotation angle). This is particularly challenging as interpolation and rounding effects mean that image transformations do not compose, in turn p…

2019

Certifying Geometric Robustness of Neural Networks

NeurIPS 2019poster

The use of neural networks in safety-critical computer vision systems calls for their robustness certification against natural geometric transformations (e.g., rotation, scaling). However, current certification methods target mostly norm-based pixel perturbations and cannot certify robustness agains…