Solution #1: The principled baseline
Solution #2: Foundation model-based
Summary & future
Uncertainty quantification ≈ predicting magnitude/probability of error
Threshold on uncertainty — abstain from prediction when uncertainty is high
E.g. use uncertainty to prioritize data annotation — pick the most informative points to label next
$^*$Actual guarantees require assumptions on the model & data distribution
Probabilistic models: input ⟶ distribution (prediction + uncertainty)
Allows computing queries like mutual information: $\!\alpha(x) \!=\! I(y(x); f \given \mathcal{D})$
Can help selecting the optimal point to add to data [Active learning]
For example:
Default approach — deep ensembles:
$^*$Usually $f_i$ are also trained to predict variance (formulas adjust)
For example:
You cannot expect to maintain quality of prediction under distribution shift
But: you would hope that uncertainty remains meaningful
It's usually not the case (e.g., for ensembles — Ovadia et al. 2019) 🙁
(It gets even worse if there is not a lot of data — common in biomed)
The method is called Bayesian Scattering (Fichera et al. 2026)
Key idea:
Where to find such fixed universal features?
Go back 15 years. CNNs are the best.
Can we achieve same performance with little to no learning?
Mallat tried and... almost did it,
creating wavelet scattering transforms along the way.
Problem: Find a feature map that transforms image $\rightarrow$ features,
with geometric properties applicable universally across all image data:
All this + preserving the bulk of information (invertibility in the limit)
Problem: Find a feature map that transforms image $\rightarrow$ features,
with universal geometric properties + preserving information
Turns out it is not trivial at all
Mallat (2011), Bruna and Mallat (2012):
— solution based on repeated application of wavelet transforms
By the way, it generalizes to 3D and allows for rotation (in,equi)variance too!
Determined by
image size
Primary metric is the Negative Log-Likelihood (NLL). Conceptually:
$$ \text{NLL} \approx \text{Prediction Error} + \text{Uncertainty Calibration} $$
Key outcome: Bayesian Scattering has vastly better NLL
Key idea — same as before
Features — embeddings of some image foundation model (e.g., DINO, JEPA)
But we should be able to do much more:
Problem: optimize some property of interest over molecules (e.g. energy).
Represent molecules as approximate electronic density images:
Both Solution #1 and #2 are probabilistic models.
Bayesian optimization: choose molecules with largest expected improvement
(optimal with respect to the model, so the better the model, the faster optimization convergence)
Bayesian Scattering on par with UMOL-based approach for planar molecules
Bayesian Scattering outperforms UMOL-based approach for 3D molecules
Key takeaways
Future directions