paper-with-me

홈 › Papers

Traversing Between Modes in Function Space for Fast Ensembling

2023-06-20 · Eunggu Yun, Hyungi Lee, Giung Nam, Juho Lee

Deep ensemble is a simple yet powerful way to improve the performance of deep neural networks. Under this motivation, recent works on mode connectivity have shown that parameters of ensembles are connected by low-loss subspaces, and one can efficiently collect ensemble parameters in those subspaces. While this provides a way to efficiently train ensembles, for inference, multiple forward passes should still be executed using all the ensemble parameters, which often becomes a serious bottleneck for real-world deployment. In this work, we propose a novel framework to reduce such costs. Given a low-loss subspace connecting two modes of a neural network, we build an additional neural network that predicts the output of the original neural network evaluated at a certain point in the low-loss subspace. The additional neural network, which we call a "bridge", is a lightweight network that takes minimal features from the original network and predicts outputs for the low-loss subspace without forward passes through the original network. We empirically demonstrate that we can indeed train such bridge networks and significantly reduce inference costs with the help of bridge networks.

📄 PDF Abstract BibTeX arXiv:2306.11304

Code (1)

yuneg11/Bridge-Network 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Traversing Time with Multi-Resolution Gaussian Process State-Space Models

2021-12-06 · Krista Longi, Jakob Lindinger, Olaf Duennbier, Melih Kandemir 외

Gaussian Process state-space models capture complex temporal dependencies in a principled manner by placing a Gaussian Process prior on the transition function. These models have a natural interpretation as discretized s…

State Space Models

Traversing the Local Polytopes of ReLU Neural Networks

2021-11-22 · AAAI Workshop AdvML 2022 2 · Shaojie Xu, Joel Vaughan, Jie Chen, Aijun Zhang 외

Although neural networks (NNs) with ReLU activation functions have found success in a wide range of applications, their adoption in risk-sensitive settings has been limited by the concerns on robustness and interpretabil…

Traversing the Local Polytopes of ReLU Neural Networks: A Unified Approach for Network Verification

2021-11-17 · Shaojie Xu, Joel Vaughan, Jie Chen, Aijun Zhang 외

Although neural networks (NNs) with ReLU activation functions have found success in a wide range of applications, their adoption in risk-sensitive settings has been limited by the concerns on robustness and interpretabil…

Probing the Geometry of Diffusion Models with the String Method

2026-02-25 · Elio Moreau, Florentin Coeurdoux, Grégoire Ferre, Eric Vanden-Eijnden arxiv

Understanding the geometry of learned distributions is fundamental to improving and interpreting diffusion models, yet systematic tools for exploring their landscape remain limited. Standard latent-space interpolations f…

Protein Structure Prediction

Engineering flexible machine learning systems by traversing functionally-invariant paths

2022-04-30 · Guruprasad Raghavan, Bahey Tharwat, Surya Narayanan Hari, Dhruvil Satani 외

Transformers have emerged as the state of the art neural network architecture for natural language processing and computer vision. In the foundation model paradigm, large transformer models (BERT, GPT3/4, Bloom, ViT) are…

Adversarial RobustnessContinual LearningDecision MakingImage Classification+2