paper-with-me

Papers

Ex uno plures: Splitting One Model into an Ensemble of Subnetworks

2021-06-09 · Zhilu Zhang, Vianne R. Gao, Mert R. Sabuncu

Monte Carlo (MC) dropout is a simple and efficient ensembling method that can improve the accuracy and confidence calibration of high-capacity deep neural network models. However, MC dropout is not as effective as more compute-intensive methods such as deep ensembles. This performance gap can be attributed to the relatively poor quality of individual models in the MC dropout ensemble and their lack of diversity. These issues can in turn be traced back to the coupled training and substantial parameter sharing of the dropout models. Motivated by this perspective, we propose a strategy to compute an ensemble of subnetworks, each corresponding to a non-overlapping dropout mask computed via a pruning strategy and trained independently. We show that the proposed subnetwork ensembling method can perform as well as standard deep ensembles in both accuracy and uncertainty estimates, yet with a computational efficiency similar to MC dropout. Lastly, using several computer vision datasets like CIFAR10/100, CUB200, and Tiny-Imagenet, we experimentally demonstrate that subnetwork ensembling also consistently outperforms recently proposed approaches that efficiently ensemble neural networks.

📄 PDF Abstract BibTeX arXiv:2106.04767

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDiversity

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Lottery Pools: Winning More by Interpolating Tickets without Increasing Training or Inference Cost

2022-08-23 · Lu Yin, Shiwei Liu, Meng Fang, Tianjin Huang 외

Lottery tickets (LTs) is able to discover accurate and sparse subnetworks that could be trained in isolation to match the performance of dense networks. Ensemble, in parallel, is one of the oldest time-proven tricks in m…

Diverse Lottery Tickets Boost Ensemble from a Single Pretrained Model

2022-05-24 · BigScience (ACL) 2022 5 · Sosuke Kobayashi, Shun Kiyono, Jun Suzuki, Kentaro Inui

Ensembling is a popular method used to improve performance as a last resort. However, ensembling multiple models finetuned from a single pretrained model has been not very effective; this could be due to the lack of dive…

Diversity

Improving Ensemble Distillation With Weight Averaging and Diversifying Perturbation

2022-06-30 · Giung Nam, Hyungi Lee, Byeongho Heo, Juho Lee

Ensembles of deep neural networks have demonstrated superior performance, but their heavy computational cost hinders applying them for resource-limited environments. It motivates distilling knowledge from the ensemble te…

Diversityimage-classificationImage Classification

Dynamic Stochastic Ensemble with Adversarial Robust Lottery Ticket Subnetworks

2022-10-06 · Qi Peng, Wenlin Liu, Ruoxi Qin, Libin Hou 외

Adversarial attacks are considered the intrinsic vulnerability of CNNs. Defense strategies designed for attacks have been stuck in the adversarial attack-defense arms race, reflecting the imbalance between attack and def…

Adversarial AttackDiversity

Hoeffding adaptive splitting trees for data stream classification with concept drift and ensemble learning

2026-08-17 · Daniel Nowak Assis, Jean Paul Barddal, Fabrício Enembreck arxiv

Ensembles of decision trees are well-established methods for data stream classification. In ensemble learning, Hoeffding Trees are widely adopted as base learners, performing periodic split attempts according to the Hoef…

Ensemble LearningChange Detection