Fast Ensembling with Diffusion Schr\"odinger Bridge
Hyunsu Kim, Jongmin Yoon, and Juho Lee

TL;DR
This paper introduces Diffusion Bridge Network (DBN), a novel method based on Schr"odinger bridge theory, enabling efficient ensemble predictions by simulating an SDE, significantly reducing inference costs while maintaining accuracy.
Contribution
The paper presents a new diffusion-based approach for ensemble prediction that bypasses multiple forward passes, reducing computational overhead in deep neural network ensembles.
Findings
Achieved comparable accuracy to traditional ensembles on CIFAR-10, CIFAR-100, TinyImageNet.
Reduced inference computational cost significantly compared to standard deep ensembles.
Maintained uncertainty estimation quality with the proposed method.
Abstract
Deep Ensemble (DE) approach is a straightforward technique used to enhance the performance of deep neural networks by training them from different initial points, converging towards various local optima. However, a limitation of this methodology lies in its high computational overhead for inference, arising from the necessity to store numerous learned parameters and execute individual forward passes for each parameter during the inference stage. We propose a novel approach called Diffusion Bridge Network (DBN) to address this challenge. Based on the theory of the Schr\"odinger bridge, this method directly learns to simulate an Stochastic Differential Equation (SDE) that connects the output distribution of a single ensemble member to the output distribution of the ensembled model, allowing us to obtain ensemble prediction without having to invoke forward pass through all the ensemble…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Reservoir Computing · Neural Networks and Applications
MethodsDiffusion
