paper-with-me

홈 › Papers

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, Silverio Martínez-Fernández, Xavier Franch

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 request to several models and fusing their predictions, has been studied extensively for accuracy, we have insufficient knowledge about how to design energy-efficient ensembles. Objective: We therefore analyzed three types of design decisions for ensemble learning regarding a potential trade-off between accuracy and energy consumption: a) ensemble size, i.e., the number of models in the ensemble, b) fusion methods (majority voting vs. a meta-model), and c) partitioning methods (whole-dataset vs. subset-based training). Methods: By combining four popular ML algorithms for classification in different ensembles, we conducted a full factorial experiment with 11 ensembles x 4 datasets x 2 fusion methods x 2 partitioning methods (176 combinations). For each combination, we measured accuracy (F1-score) and energy consumption in J (for both training and inference). Results: While a larger ensemble size significantly increased energy consumption (size 2 ensembles consumed 37.49% less energy than size 3 ensembles, which in turn consumed 26.96% less energy than the size 4 ensembles), it did not significantly increase accuracy. Furthermore, majority voting outperformed meta-model fusion both in terms of accuracy (Cohen's d of 0.38) and energy consumption (Cohen's d of 0.92). Lastly, subset-based training led to significantly lower energy consumption (Cohen's d of 0.91), while training on the whole dataset did not increase accuracy significantly. Conclusions: From a Green AI perspective, we recommend designing ensembles of small size (2 or maximum 3 models), using subset-based training, majority voting, and energy-efficient ML algorithms like decision trees, Naive Bayes, or KNN.

📄 PDF Abstract BibTeX arXiv:2407.02914

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learning

Similar Papers 제목 키워드 기반

Towards Energy-Efficiency by Navigating the Trilemma of Energy, Latency, and Accuracy

2024-09-06 · Boyuan Tian, Yihan Pang, Muhammad Huzaifa, Shenlong Wang 외

Extended Reality (XR) enables immersive experiences through untethered headsets but suffers from stringent battery and resource constraints. Energy-efficient design is crucial to ensure both longevity and high performanc…

The More Antecedents, the Merrier: Resolving Multi-Antecedent Anaphors

2016-08-01 · ACL 2016 8 · Hardik Vala, Andrew Piper, Derek Ruths
ClusteringCoreference Resolution

AE-LLM: Adaptive Efficiency Optimization for Large Language Models

2026-03-20 · Kaito Tanaka, Masato Ito, Yuji Nishimura, Keisuke Matsuda 외 arxiv

Large Language Models (LLMs) have achieved remarkable success across diverse applications, yet their deployment remains challenging due to substantial computational costs, memory requirements, and energy consumption. Rec…

parameter-efficient fine-tuning

Machine Learning for Energy-Performance-aware Scheduling

2026-01-30 · Zheyuan Hu, Yifei Shi arxiv

In the post-Dennard era, optimizing embedded systems requires navigating complex trade-offs between energy efficiency and latency. Traditional heuristic tuning is often inefficient in such high-dimensional, non-smooth la…

Gaussian Processes

The More the Merrier: Running Multiple Neuromorphic Components On-Chip for Robotic Control

2026-02-14 · Evan Eames, Priyadarshini Kannan, Ronan Sangouard, Philipp Plank 외 arxiv

It has long been realized that neuromorphic hardware offers benefits for the domain of robotics such as low energy, low latency, as well as unique methods of learning. In aiming for more complex tasks, especially those i…