paper-with-me

홈 › Papers

Evaluating Deep Neural Network Ensembles by Majority Voting cum Meta-Learning scheme

2021-05-09 · Anmol Jain, Aishwary Kumar, Seba Susan

Deep Neural Networks (DNNs) are prone to overfitting and hence have high variance. Overfitted networks do not perform well for a new data instance. So instead of using a single DNN as classifier we propose an ensemble of seven independent DNN learners by varying only the input to these DNNs keeping their architecture and intrinsic properties same. To induce variety in the training input, for each of the seven DNNs, one-seventh of the data is deleted and replenished by bootstrap sampling from the remaining samples. We have proposed a novel technique for combining the prediction of the DNN learners in the ensemble. Our method is called pre-filtering by majority voting coupled with stacked meta-learner which performs a two-step confi-dence check for the predictions before assigning the final class labels. All the algorithms in this paper have been tested on five benchmark datasets name-ly, Human Activity Recognition (HAR), Gas sensor array drift, Isolet, Spam-base and Internet advertisements. Our ensemble approach achieves higher accuracy than a single DNN and the average individual accuracies of DNNs in the ensemble, as well as the baseline approaches of plurality voting and meta-learning.

📄 PDF Abstract BibTeX arXiv:2105.03819

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionHuman Activity RecognitionMeta-Learning

Similar Papers 제목 키워드 기반

Classifier Ensemble for Efficient Uncertainty Calibration of Deep Neural Networks for Image Classification

2025-01-17 · Michael Schulze, Nikolas Ebert, Laurenz Reichardt, Oliver Wasenmüller

This paper investigates novel classifier ensemble techniques for uncertainty calibration applied to various deep neural networks for image classification. We evaluate both accuracy and calibration metrics, focusing on Ex…

image-classificationImage Classification

The More the Merrier? Navigating Accuracy vs. Energy Efficiency Design Trade-Offs in Ensemble Learning Systems

2024-07-03 · Rafiullah Omar, Justus Bogner, Henry Muccini, Patricia Lago 외

Background: Machine learning (ML) model composition is a popular technique to mitigate shortcomings of a single ML model and to design more effective ML-enabled systems. While ensemble learning, i.e., forwarding the same…

Ensemble Learning

A Dataset-Level Geometric Framework for Ensemble Classifiers

2021-06-16 · Shengli Wu, Weimin Ding

Ensemble classifiers have been investigated by many in the artificial intelligence and machine learning community. Majority voting and weighted majority voting are two commonly used combination schemes in ensemble learni…

Ensemble Learning

Diversity Matters: Revisiting Test-Time Compute in Vision-Language Models

2026-05-29 · Yijie Tong, Yifan Hou, Shaobo Cui, Antoine Bosselut 외 arxiv

Test-time compute (TTC) strategies have emerged as a lightweight approach to boost reasoning in large language models (LLMs). However, their application and benefits for vision-language models (VLMs) remain underexplored…

An urn model for majority voting in classification ensembles

2016-12-01 · NeurIPS 2016 12 · Victor Soto, Alberto Suárez, Gonzalo Martinez-Muñoz

In this work we analyze the class prediction of parallel randomized ensembles by majority voting as an urn model. For a given test instance, the ensemble can be viewed as an urn of marbles of different colors. A marble r…

ClassificationGeneral ClassificationPrediction