← Search

Michael Kamp

13 accepted papers

2026

Exploring and Exploiting Stability in Latent Flow Matching

ICML 2026poster

In this work, we show that Latent Flow-Matching (LFM) models are robust to different types of perturbations, including data reduction and model capacity shrinkage. We characterize this stability by their tendency to generate similar outputs under identical noise seeds. We provide a perspective relat…

Cited by 0SourceScholar
2026

When Flatness Does (Not) Guarantee Adversarial Robustness

ICLR 2026poster

Despite their empirical success, neural networks remain vulnerable to small, adversarial perturbations. A longstanding hypothesis suggests that flat minima, regions of low curvature in the loss landscape, offer increased robustness. While intuitive, this connection has remained largely informal and…

Cited by 0SourcecodeScholar
2025

Federated Binary Matrix Factorization Using Proximal Optimization

AAAI 2025technical

Identifying informative components in binary data is an essential task in many application areas, including life sciences, social sciences, and recommendation systems. Boolean matrix factorization (BMF) is a family of methods that performs this task by factorizing the data into dense factor matrices…

Cited by 0SourcePDFScholar
2025

Flatness is Necessary, Neural Collapse is Not: Rethinking Generalization via Grokking

NeurIPS 2025poster

Neural collapse, i.e., the emergence of highly symmetric, class-wise clustered representations, is frequently observed in deep networks and is often assumed to reflect or enable generalization. In parallel, flatness of the loss landscape has been theoretically and empirically linked to generalizatio…

Cited by 0SourceScholar
2025

Little Is Enough: Boosting Privacy by Sharing Only Hard Labels in Federated Semi-Supervised Learning

AAAI 2025technical

In many critical applications, sensitive data is inherently distributed and cannot be centralized due to privacy concerns. A wide range of federated learning approaches have been proposed to train models locally at each client without sharing their sensitive data, typically by exchanging model param…

2024

Layer-wise linear mode connectivity

ICLR 2024poster

Averaging neural network parameters is an intuitive method for fusing the knowledge of two independent models. It is most prominently used in federated learning. If models are averaged at the end of training, this can only lead to a good performing model if the loss surface of interest is very parti…

2024

Orthogonal Gradient Boosting for Simpler Additive Rule Ensembles

AISTATS 2024poster

Gradient boosting of prediction rules is an efficient approach to learn potentially interpretable yet accurate probabilistic models. However, actual interpretability requires to limit the number and size of the generated rules, and existing boosting variants are not designed for this purpose. Though…

2023

Information-Theoretic Causal Discovery and Intervention Detection over Multiple Environments

AAAI 2023technical

Given multiple datasets over a fixed set of random variables, each collected from a different environment, we are interested in discovering the shared underlying causal network and the local interventions per environment, without assuming prior knowledge on which datasets are observational or interv…

Cited by 9SourcePDFScholar
2023

Nothing but Regrets — Privacy-Preserving Federated Causal Discovery

AISTATS 2023poster

In critical applications, causal models are the prime choice for their trustworthiness and explainability. If data is inherently distributed and privacy-sensitive, federated learning allows for collaboratively training a joint model. Existing approaches for federated causal discovery share locally d…

Cited by 10SourcePDFScholar
2021

FedBN: Federated Learning on Non-IID Features via Local Batch Normalization

ICLR 2021poster

The emerging paradigm of federated learning (FL) strives to enable collaborative training of deep models on the network edge without centrally aggregating raw data and hence improving data privacy. In most cases, the assumption of independent and identically distributed samples across local clients…

2021

Relative Flatness and Generalization

NeurIPS 2021poster

Flatness of the loss curve is conjectured to be connected to the generalization ability of machine learning models, in particular neural networks. While it has been empirically observed that flatness measures consistently correlate strongly with generalization, it is still an open theoretical proble…