paper-with-me

홈 › Papers

Decentralized learning with budgeted network load using Gaussian copulas and classifier ensembles

2018-04-26 · John Klein, Mahmoud Albardan, Benjamin Guedj, Olivier Colot

We examine a network of learners which address the same classification task but must learn from different data sets. The learners cannot share data but instead share their models. Models are shared only one time so as to preserve the network load. We introduce DELCO (standing for Decentralized Ensemble Learning with COpulas), a new approach allowing to aggregate the predictions of the classifiers trained by each learner. The proposed method aggregates the base classifiers using a probabilistic model relying on Gaussian copulas. Experiments on logistic regressor ensembles demonstrate competing accuracy and increased robustness in case of dependent classifiers. A companion python implementation can be downloaded at https://github.com/john-klein/DELCO

📄 PDF Abstract BibTeX arXiv:1804.10028

Code (1)

john-klein/DELCO 공식 구현

Tasks

Ensemble LearningGeneral Classification

Similar Papers 제목 키워드 기반

Dependence Modeling in Ultra High Dimensions with Vine Copulas and the Graphical Lasso

2017-09-15 · Dominik Müller, Claudia Czado

To model high dimensional data, Gaussian methods are widely used since they remain tractable and yield parsimonious models by imposing strong assumptions on the data. Vine copulas are more flexible by combining arbitrary…

Impact of non-stationarity on estimating and modeling empirical copulas of daily stock returns

2015-06-26 · Marcel Wollschläger, Rudi Schäfer

All too often measuring statistical dependencies between financial time series is reduced to a linear correlation coefficient. However this may not capture all facets of reality. We study empirical dependencies of daily …

Time SeriesTime Series Analysis

Probabilistic Load Forecasting of Distribution Power Systems based on Empirical Copulas

2023-10-05 · Pål Forr Austnes, Celia García-Pareja, Fabio Nobile, Mario Paolone

Accurate and reliable electricity load forecasts are becoming increasingly important as the share of intermittent resources in the system increases. Distribution System Operators (DSOs) are called to accurately forecast …

Load Forecastingquantile regression

Stepwise Variational Inference with Vine Copulas

2026-03-24 · Elisabeth Griesbauer, Leiv Rønneberg, Arnoldo Frigessi, Claudia Czado 외 arxiv

We propose stepwise variational inference (VI) with vine copulas: a universal VI procedure that combines vine copulas with a novel stepwise estimation procedure of the variational parameters. Vine copulas consist of a ne…

Gaussian Processes

Budgeted Classification with Rejection: An Evolutionary Method with Multiple Objectives

2022-05-01 · Nolan H. Hamilton, Errin Fulp

Classification systems are often deployed in resource-constrained settings where labels must be assigned to inputs on a budget of time, memory, etc. Budgeted, sequential classifiers (BSCs) address these scenarios by proc…