paper-with-me

Papers

Towards Carbon-Aware Container Orchestration: Predicting Workload Energy Consumption with Federated Learning

2025-10-04 · Zainab Saad, Jialin Yang, Henry Leung, Steve Drew arxiv

The growing reliance on large-scale data centers to run resource-intensive workloads has significantly increased the global carbon footprint, underscoring the need for sustainable computing solutions. While container orchestration platforms like Kubernetes help optimize workload scheduling to reduce carbon emissions, existing methods often depend on centralized machine learning models that raise privacy concerns and struggle to generalize across diverse environments. In this paper, we propose a federated learning approach for energy consumption prediction that preserves data privacy by keeping sensitive operational data within individual enterprises. By extending the Kubernetes Efficient Power Level Exporter (Kepler), our framework trains XGBoost models collaboratively across distributed clients using Flower's FedXgbBagging aggregation using a bagging strategy, eliminating the need for centralized data sharing. Experimental results on the SPECPower benchmark dataset show that our FL-based approach achieves 11.7 percent lower Mean Absolute Error compared to a centralized baseline. This work addresses the unresolved trade-off between data privacy and energy prediction efficiency in prior systems such as Kepler and CASPER and offers enterprises a viable pathway toward sustainable cloud computing without compromising operational privacy.

📄 PDF Abstract BibTeX arXiv:2510.03970

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Machine Learning-based Orchestration of Containers: A Taxonomy and Future Directions

2021-06-24 · Zhiheng Zhong, Minxian Xu, Maria Alejandra Rodriguez, Chengzhong Xu 외

Containerization is a lightweight application virtualization technology, providing high environmental consistency, operating system distribution portability, and resource isolation. Existing mainstream cloud service prov…

BIG-bench Machine LearningManagement

Carbon-Aware Governance Gates: An Architecture for Sustainable GenAI Development

2026-02-23 · Mateen A. Abbasi, Tommi J. Mikkonen, Petri J. Ihantola, Muhammad Waseem 외 arxiv

The rapid adoption of Generative AI (GenAI) in the software development life cycle (SDLC) increases computational demand, which can raise the carbon footprint of development activities. At the same time, organizations ar…

Carbon-Aware Orchestration of Integrated Satellite Aerial Terrestrial Networks via Digital Twin

2025-10-01 · Shumaila Javaid, Nasir Saeed arxiv

Integrated Satellite Aerial Terrestrial Networks (ISATNs) are envisioned as key enablers of 6G, providing global connectivity for applications such as autonomous transportation, Industrial IoT, and disaster response. The…

ADAPT: A Self-Calibrating Proactive Autoscaler for Container Orchestration

2026-05-15 · Himanshu Singh Baghel arxiv

Proactive autoscaling for containerized workloads depends on knowing the provisioning delay, i.e., the time between a scaling decision and the moment new capacity is ready to serve traffic. In practice, this cold-start d…

Carbontracker: Tracking and Predicting the Carbon Footprint of Training Deep Learning Models

2020-07-06 · Lasse F. Wolff Anthony, Benjamin Kanding, Raghavendra Selvan

Deep learning (DL) can achieve impressive results across a wide variety of tasks, but this often comes at the cost of training models for extensive periods on specialized hardware accelerators. This energy-intensive work…