← Search

Martin Trapp

14 accepted papers

2026

Position: Agentic AI systems should be making Bayes-consistent decisions

ICML 2026poster

LLMs excel at predictive tasks and complex reasoning tasks, but many high-value deployments rely on decisions under uncertainty, for example, which tool to call, which expert to consult, or how many resources to invest. While the usefulness and feasibility of Bayesian approaches remain unclear for L…

Cited by 0SourceScholar
2026

Post-hoc Probabilistic Vision-Language Models

ICLR 2026poster

Vision-language models (VLMs), such as CLIP and SigLIP, have found remarkable success in classification, retrieval, and generative tasks. For this, VLMs deterministically map images and text descriptions to a joint latent space in which their similarity is assessed using the cosine similarity. Howev…

Cited by 0SourcecodeScholar
2024

On Hardware-efficient Inference in Probabilistic Circuits

UAI 2024poster

Probabilistic circuits (PCs) offer a promising avenue to perform embedded reasoning under uncertainty. They support efficient and exact computation of various probabilistic inference tasks by design. Hence, hardware-efficient computation of PCs is highly interesting for edge computing applications.…

Cited by 0SourcePDFScholar
2024

Subtractive Mixture Models via Squaring: Representation and Learning

ICLR 2024spotlight

Mixture models are traditionally represented and learned by adding several distributions as components. Allowing mixtures to subtract probability mass or density can drastically reduce the number of components needed to model complex distributions. However, learning such subtractive mixtures while e…

Cited by 18SourcePDFScholar
2022

Uncertainty-Guided Source-Free Domain Adaptation

ECCV 2022poster

"Source-free domain adaptation (SFDA) aims to adapt a classifier to an unlabelled target data set by only using a pre-trained source model. However, the absence of the source data and the domain shift makes the predictions on the target data unreliable. We propose quantifying the uncertainty in the…

2021

Leveraging probabilistic circuits for nonparametric multi-output regression

UAI 2021poster

Inspired by recent advances in the field of expert-based approximations of Gaussian processes (GPs), we present an expert-based approach to large-scale multi-output regression using single-output GP experts. Employing a deeply structured mixture of single-output GPs encoded via a probabilistic circu…

2020

Deep Structured Mixtures of Gaussian Processes

AISTATS 2020poster

Gaussian Processes (GPs) are powerful non-parametric Bayesian regression models that allow exact posterior inference, but exhibit high computational and memory costs. In order to improve scalability of GPs, approximate posterior inference is frequently employed, where a prominent class of approximat…

2020

Einsum Networks: Fast and Scalable Learning of Tractable Probabilistic Circuits

ICML 2020poster

Probabilistic circuits (PCs) are a promising avenue for probabilistic modeling, as they permit a wide range of exact and efficient inference routines. Recent “deep-learning-style” implementations of PCs strive for a better scalability, but are still difficult to train on real-world data, due to thei…

2019

Bayesian Learning of Sum-Product Networks

NeurIPS 2019poster

Sum-product networks (SPNs) are flexible density estimators and have received significant attention due to their attractive inference properties. While parameter learning in SPNs is well developed, structure learning leaves something to be desired: Even though there is a plethora of SPN structure le…

2019

Random Sum-Product Networks: A Simple and Effective Approach to Probabilistic Deep Learning

UAI 2019poster

Sum-product networks (SPNs) are expressive probabilistic models with a rich set of exact and efficient inference routines. However, in order to guarantee exact inference, they require specific structural constraints, which complicate learning SPNs from data. Thereby, most SPN structure learners prop…