← Search

Fredrik Lindsten

32 accepted papers

2026

DAISI: Data Assimilation with Inverse Sampling using Stochastic Interpolants

ICML 2026poster

Data assimilation (DA) is a cornerstone of scientific and engineering applications, combining model forecasts with sparse and noisy observations to estimate latent system states. Classical high-dimensional DA methods, such as the ensemble Kalman filter, rely on Gaussian approximations that are viola…

Cited by 0SourceScholar
2026

QUEST: A robust attention formulation using query-modulated spherical attention

ICLR 2026poster

The Transformer model architecture has become one of the most widely used in deep learning and the attention mechanism is at its core. The standard attention formulation uses a softmax operation applied to a scaled dot product between query and key vectors. We explore the role played by norms of the…

Cited by 0SourcecodeScholar
2025

Continuous Ensemble Weather Forecasting with Diffusion models

ICLR 2025poster

Weather forecasting has seen a shift in methods from numerical simulations to data-driven systems. While initial research in the area focused on deterministic forecasting, recent works have used diffusion models to produce skillful ensemble forecasts. These models are trained on a single forecasting…

2025

Solving Linear-Gaussian Bayesian Inverse Problems with Decoupled Diffusion Sequential Monte Carlo

ICML 2025poster

A recent line of research has exploited pre-trained generative diffusion models as priors for solving Bayesian inverse problems. We contribute to this research direction by designing a sequential Monte Carlo method for linear-Gaussian inverse problems which builds on ``decoupled diffusion", where th…

2025

WyckoffDiff -- A Generative Diffusion Model for Crystal Symmetry

ICML 2025poster

Crystalline materials often exhibit a high level of symmetry. However, most generative models do not account for symmetry, but rather model each atom without any constraints on its position or element. We propose a generative model, Wyckoff Diffusion (WyckoffDiff), which generates symmetry-based des…

2025

cryoSPHERE: Single-Particle HEterogeneous REconstruction from cryo EM

ICLR 2025poster

The three-dimensional structure of proteins plays a crucial role in determining their function. Protein structure prediction methods, like AlphaFold, offer rapid access to a protein’s structure. However, large protein complexes cannot be reliably predicted, and proteins are dynamic, making it import…

Cited by 1SourcePDFScholar
2024

On the connection between Noise-Contrastive Estimation and Contrastive Divergence

AISTATS 2024poster

Noise-contrastive estimation (NCE) is a popular method for estimating unnormalised probabilistic models, such as energy-based models, which are effective for modelling complex data distributions. Unlike classical maximum likelihood (ML) estimation that relies on importance sampling (resulting in ML-…

2024

Probabilistic Weather Forecasting with Hierarchical Graph Neural Networks

NeurIPS 2024spotlight

In recent years, machine learning has established itself as a powerful tool for high-resolution weather forecasting. While most current machine learning models focus on deterministic forecasts, accurately capturing the uncertainty in the chaotic weather system calls for probabilistic modeling. We pr…

2024

Unsupervised Novelty Detection in Pretrained Representation Space with Locally Adapted Likelihood Ratio

AISTATS 2024poster

Detecting novelties given unlabeled examples of normal data is a challenging task in machine learning, particularly when the novel and normal categories are semantically close. Large deep models pretrained on massive datasets can provide a rich representation space in which the simple k-nearest neig…

2023

Enhancing Representation Learning with Deep Classifiers in Presence of Shortcut

ICASSP 2023accepted

A deep neural classifier trained on an upstream task can be leveraged to boost the performance of another classifier in a related downstream task through the representations learned in hidden layers. However, presence of shortcuts (easy-to-learn features) in the upstream task can considerably impair…

Cited by 0SourceScholar
2023

Fast and scalable score-based kernel calibration tests

UAI 2023poster

We introduce the Kernel Calibration Conditional Stein Discrepancy test (KCCSD test), a nonparametric, kernel-based test for assessing the calibration of probabilistic models with well-defined scores. In contrast to previous methods, our test avoids the need for possibly expensive expectation approxi…

2022

Scalable Deep Gaussian Markov Random Fields for General Graphs

ICML 2022spotlight

Machine learning methods on graphs have proven useful in many applications due to their ability to handle generally structured data. The framework of Gaussian Markov Random Fields (GMRFs) provides a principled way to define Gaussian models on graphs by utilizing their sparsity structure. We propose…

2021

Likelihood-free Out-of-Distribution Detection with Invertible Generative Models

IJCAI 2021poster

Likelihood of generative models has been used traditionally as a score to detect atypical (Out-of-Distribution, OOD) inputs. However, several recent studies have found this approach to be highly unreliable, even with invertible generative models, where computing the likelihood is feasible. In this…

2020

Markovian Score Climbing: Variational Inference with KL(p||q)

NeurIPS 2020poster

Modern variational inference (VI) uses stochastic gradients to avoid intractable expectations, enabling large-scale probabilistic inference in complex models. VI posits a family of approximating distributions q and then finds the member of that family that is closest to the exact posterior p. Tradit…

2020

Particle Filter with Rejection Control and Unbiased Estimator of the Marginal Likelihood

ICASSP 2020accepted

We consider the combined use of resampling and partial rejection control in sequential Monte Carlo methods, also known as particle filters. While the variance reducing properties of rejection control are known, there has not been (to the best of our knowledge) any work on unbiased estimation of the…

Cited by 0SourceScholar
2019

Calibration tests in multi-class classification: A unifying framework

NeurIPS 2019spotlight

In safety-critical applications a probabilistic model is usually required to be calibrated, i.e., to capture the uncertainty of its predictions accurately. In multi-class classification, calibration of the most confident predictions only is often not sufficient. We propose and study calibration meas…

2019

Evaluating model calibration in classification

AISTATS 2019poster

Probabilistic classifiers output a probability distribution on target classes rather than just a class prediction. Besides providing a clear separation of prediction and decision making, the main advantage of probabilistic models is their ability to represent uncertainty about predictions. In safety…

2019

Parameter elimination in particle Gibbs sampling

NeurIPS 2019oral

Bayesian inference in state-space models is challenging due to high-dimensional state trajectories. A viable approach is particle Markov chain Monte Carlo (PMCMC), combining MCMC and sequential Monte Carlo to form ``exact approximations'' to otherwise-intractable MCMC methods. The performance of the…

2019

Pseudo-Extended Markov chain Monte Carlo

NeurIPS 2019poster

Sampling from posterior distributions using Markov chain Monte Carlo (MCMC) methods can require an exhaustive number of iterations, particularly when the posterior is multi-modal as the MCMC sampler can become trapped in a local mode for a large number of iterations. In this paper, we introduce the…

2018

Graphical model inference: Sequential Monte Carlo meets deterministic approximations

NeurIPS 2018spotlight

Approximate inference in probabilistic graphical models (PGMs) can be grouped into deterministic methods and Monte-Carlo-based methods. The former can often provide accurate and rapid inferences, but are typically associated with biases that are hard to quantify. The latter enjoy asymptotic consiste…

Cited by 17SourcePDFScholar
2016

Interacting Particle Markov Chain Monte Carlo

ICML 2016poster

We introduce interacting particle Markov chain Monte Carlo (iPMCMC), a PMCMC method based on an interacting pool of standard and conditional sequential Monte Carlo samplers. Like related methods, iPMCMC is a Markov chain Monte Carlo sampler on an extended space. We present empirical results that sho…

2015

Sequential Kernel Herding: Frank-Wolfe Optimization for Particle Filtering

AISTATS 2015poster

Recently, the Frank-Wolfe optimization algorithm was suggested as a procedure to obtain adaptive quadrature rules for integrals of functions in a reproducing kernel Hilbert space (RKHS) with a potentially faster rate of convergence than Monte Carlo integration (and “kernel herding” was shown to be a…

Cited by 94SourcePDFScholar