paper-with-me

Papers

Towards a Systematic Approach to Design New Ensemble Learning Algorithms

2024-02-09 · João Mendes-Moreira, Tiago Mendes-Neves

Ensemble learning has been a focal point of machine learning research due to its potential to improve predictive performance. This study revisits the foundational work on ensemble error decomposition, historically confined to bias-variance-covariance analysis for regression problems since the 1990s. Recent advancements introduced a "unified theory of diversity," which proposes an innovative bias-variance-diversity decomposition framework. Leveraging this contemporary understanding, our research systematically explores the application of this decomposition to guide the creation of new ensemble learning algorithms. Focusing on regression tasks, we employ neural networks as base learners to investigate the practical implications of this theoretical framework. This approach used 7 simple ensemble methods, we name them strategies, for neural networks that were used to generate 21 new ensemble algorithms. Among these, most of the methods aggregated with the snapshot strategy, one of the 7 strategies used, showcase superior predictive performance across diverse datasets w.r.t. the Friedman rank test with the Conover post-hoc test. Our systematic design approach contributes a suite of effective new algorithms and establishes a structured pathway for future ensemble learning algorithm development.

📄 PDF Abstract BibTeX arXiv:2402.06818

Code (1)

nvsclub/ensemblingneuralnetworks 공식 구현 pytorch

Tasks

DiversityEnsemble Learningregression

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Solving Soft Clustering Ensemble via $k$-Sparse Discrete Wasserstein Barycenter

2021-12-01 · NeurIPS 2021 12 · Ruizhe Qin, Mengying Li, Hu Ding

Clustering ensemble is one of the most important problems in ensemble learning. Though it has been extensively studied in the past decades, the existing methods often suffer from the issues like high computational compl…

ClusteringClustering EnsembleEnsemble Learning

Native Language Identification With Classifier Stacking and Ensembles

2018-09-01 · CL 2018 9 · Shervin Malmasi, Mark Dras

Ensemble methods using multiple classifiers have proven to be among the most successful approaches for the task of Native Language Identification (NLI), achieving the current state of the art. However, a systematic exami…

Cross-corpusGeneral ClassificationLanguage AcquisitionLanguage Identification+2

Systematic Ensemble Model Selection Approach for Educational Data Mining

2020-05-13 · MohammadNoor Injadat, Abdallah Moubayed, Ali Bou Nassif, Abdallah Shami

A plethora of research has been done in the past focusing on predicting student's performance in order to support their development. Many institutions are focused on improving the performance and the education quality; a…

BIG-bench Machine LearningModel Selection

Intelligent Systematic Investment Agent: an ensemble of deep learning and evolutionary strategies

2022-03-24 · Prasang Gupta, Shaz Hoda, Anand Rao

Machine learning driven trading strategies have garnered a lot of interest over the past few years. There is, however, limited consensus on the ideal approach for the development of such trading strategies. Further, most…

Evolutionary Algorithms

Ensemble Value Functions for Efficient Exploration in Multi-Agent Reinforcement Learning

2023-02-07 · Lukas Schäfer, Oliver Slumbers, Stephen Mcaleer, Yali Du 외

Multi-agent reinforcement learning (MARL) requires agents to explore within a vast joint action space to find joint actions that lead to coordination. Existing value-based MARL algorithms commonly rely on random explorat…

Efficient ExplorationMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)