paper-with-me

홈 › Papers

Ensembles at Any Cost? Accuracy-Energy Trade-offs in Recommender Systems

2026-04-09 · Jannik Nitschke, Lukas Wegmeth, Joeran Beel arxiv

Ensemble methods are frequently used in recommender systems to improve accuracy by combining multiple models. Recent work reports sizable performance gains, but most studies still optimize primarily for accuracy and robustness rather than for energy efficiency. This paper measures accuracy energy trade offs of ensemble techniques relative to strong single models. We run 93 controlled experiments in two pipelines: 1. explicit rating prediction with Surprise (RMSE) and 2. implicit feedback ranking with LensKit (NDCG@10). We evaluate four datasets ranging from 100,000 to 7.8 million interactions (MovieLens 100K, MovieLens 1M, ModCloth, Anime). We compare four ensemble strategies (Average, Weighted, Stacking or Rank Fusion, Top Performers) against baselines and optimized single models. Whole system energy is measured with EMERS using a smart plug and converted to CO2 equivalents. Across settings, ensembles improve accuracy by 0.3% to 5.7% while increasing energy by 19% to 2,549%. On MovieLens 1M, a Top Performers ensemble improves RMSE by 0.96% at an 18.8% energy overhead over SVD++. On MovieLens 100K, an averaging ensemble improves NDCG@10 by 5.7% with 103% additional energy. On Anime, a Surprise Top Performers ensemble improves RMSE by 1.2% but consumes 2,005% more energy (0.21 vs. 0.01 Wh), increasing emissions from 2.6 to 53.8 mg CO2 equivalents, and LensKit ensembles fail due to memory limits. Overall, selective ensembles are more energy efficient than exhaustive averaging,

📄 PDF Abstract BibTeX arXiv:2604.07869

Code (0)

등록된 구현이 없습니다.

Similar 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 외

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

Calibrated ensembles can mitigate accuracy tradeoffs under distribution shift

2022-07-18 · Ananya Kumar, Tengyu Ma, Percy Liang, aditi raghunathan

We often see undesirable tradeoffs in robust machine learning where out-of-distribution (OOD) accuracy is at odds with in-distribution (ID) accuracy: a robust classifier obtained via specialized techniques such as removi…

Jacobian Ensembles Improve Robustness Trade-offs to Adversarial Attacks

2022-04-19 · Kenneth T. Co, David Martinez-Rego, Zhongyuan Hau, Emil C. Lupu

Deep neural networks have become an integral part of our software infrastructure and are being deployed in many widely-used and safety-critical applications. However, their integration into many systems also brings with …

Dynamic Decision Tree Ensembles for Energy-Efficient Inference on IoT Edge Nodes

2023-06-16 · Francesco Daghero, Alessio Burrello, Enrico Macii, Paolo Montuschi 외

With the increasing popularity of Internet of Things (IoT) devices, there is a growing need for energy-efficient Machine Learning (ML) models that can run on constrained edge nodes. Decision tree ensembles, such as Rando…

C++ code

Calibrated ensembles - a simple way to mitigate ID-OOD accuracy tradeoffs

2021-09-29 · Ananya Kumar, aditi raghunathan, Tengyu Ma, Percy Liang

We often see undesirable tradeoffs in robust machine learning where out-of-distribution (OOD) accuracy is at odds with in-distribution (ID) accuracy. A ‘robust’ classifier obtained via specialized techniques like removin…