paper-with-me

Papers

Generalized Negative Correlation Learning for Deep Ensembling

2020-11-05 · Sebastian Buschjäger, Lukas Pfahler, Katharina Morik

Ensemble algorithms offer state of the art performance in many machine learning applications. A common explanation for their excellent performance is due to the bias-variance decomposition of the mean squared error which shows that the algorithm's error can be decomposed into its bias and variance. Both quantities are often opposed to each other and ensembles offer an effective way to manage them as they reduce the variance through a diverse set of base learners while keeping the bias low at the same time. Even though there have been numerous works on decomposing other loss functions, the exact mathematical connection is rarely exploited explicitly for ensembling, but merely used as a guiding principle. In this paper, we formulate a generalized bias-variance decomposition for arbitrary twice differentiable loss functions and study it in the context of Deep Learning. We use this decomposition to derive a Generalized Negative Correlation Learning (GNCL) algorithm which offers explicit control over the ensemble's diversity and smoothly interpolates between the two extremes of independent training and the joint training of the ensemble. We show how GNCL encapsulates many previous works and discuss under which circumstances training of an ensemble of Neural Networks might fail and what ensembling method should be favored depending on the choice of the individual networks. We make our code publicly available under https://github.com/sbuschjaeger/gncl

📄 PDF Abstract BibTeX arXiv:2011.02952

Code (2)

sbuschjaeger/gncl 공식 구현 pytorch
sbuschjaeger/Pysembles pytorch

Similar Papers 제목 키워드 기반

Sentence Meta-Embeddings for Unsupervised Semantic Textual Similarity

2019-11-09 · ACL 2020 6 · Nina Poerner, Ulli Waltinger, Hinrich Schütze

We address the task of unsupervised Semantic Textual Similarity (STS) by ensembling diverse pre-trained sentence encoders into sentence meta-embeddings. We apply, extend and evaluate different meta-embedding methods from…

Dimensionality ReductionSemantic Textual SimilaritySentenceSTS+1

Random Bundle: Brain Metastases Segmentation Ensembling through Annotation Randomization

2020-02-23 · Darvin Yi, Endre Grøvik, Michael Iv, Elizabeth Tong 외

We introduce a novel ensembling method, Random Bundle (RB), that improves performance for brain metastases segmentation. We create our ensemble by training each network on our dataset with 50% of our annotated lesions ce…

Segmentation

Uncertainty-Guided Model Selection for Tabular Foundation Models in Biomolecule Efficacy Prediction

2025-10-02 · Jie Li, Andrew McCarthy, Zhizhuo Zhang, Stephen Young arxiv

In-context learners like TabPFN are promising for biomolecule efficacy prediction, where established molecular feature sets and relevant experimental results can serve as powerful contextual examples. However, their perf…

Generalized Dice Focal Loss trained 3D Residual UNet for Automated Lesion Segmentation in Whole-Body FDG PET/CT Images

2023-09-24 · Shadab Ahamed, Arman Rahmim

Automated segmentation of cancerous lesions in PET/CT images is a vital initial task for quantitative analysis. However, it is often challenging to train deep learning-based segmentation methods to high degree of accurac…

DiversityLesion SegmentationSegmentation

Recourse under Model Multiplicity via Argumentative Ensembling (Technical Report)

2023-12-22 · Junqi Jiang, Antonio Rago, Francesco Leofante, Francesca Toni

Model Multiplicity (MM) arises when multiple, equally performing machine learning models can be trained to solve the same prediction task. Recent studies show that models obtained under MM may produce inconsistent predic…

counterfactual