Skip to content

Commit 6d05544

Browse files
authored
Add OpenInfra final version (#283)
* Add OpenInfra final version * Add OpenInfra final version
1 parent e21a578 commit 6d05544

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

source/_data/SymbioticLab.bib

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,3 +1903,18 @@ @InProceedings{dpack:eurosys25
19031903
publist_abstract = {
19041904
Machine learning (ML) models can leak information about users, and differential privacy (DP) provides a rigorous way to bound that leakage under a given budget. This DP budget can be regarded as a new type of compute resource in workloads of multiple ML models training on user data. Once it is used, the DP budget is forever consumed. Therefore, it is crucial to allocate it most efficiently to train as many models as possible. This paper presents a scheduler for privacy that optimizes for efficiency. We formulate privacy scheduling as a new type of multidimensional knapsack problem, called privacy knapsack, which maximizes DP budget efficiency. We show that privacy knapsack is NP-hard, hence practical algorithms are necessarily approximate. We develop an approximation algorithm for privacy knapsack, DPack, and evaluate it on microbenchmarks and on a new, synthetic private-ML workload we developed from the Alibaba ML cluster trace. We show that DPack: (1) often approaches the efficiency-optimal schedule, (2) consistently schedules more tasks compared to a state-of-the-art privacy scheduling algorithm that focused on fairness (1.3–1.7X in Alibaba, 1.0–2.6X in microbenchmarks), but (3) sacrifices some level of fairness for efficiency. Therefore, using DPack, DP ML operators should be able to train more models on the same amount of user data while offering the same privacy guarantee to their users. }
19051905
}
1906+
1907+
@InProceedings{openinfra:hotinfra24,
1908+
author = {Jiaheng Lu and Yunming Xiao and Shmeelok Chakraborty and Silvery Fu and Yoon Sung Ji and Ang Chen and Mosharaf Chowdhury and Nalini Rao and Sylvia Ratnasamy and Xinyu Wang},
1909+
title = {{OpenInfra}: A Co-simulation Framework for the Infrastructure Nexus},
1910+
booktitle = {HotInfra},
1911+
year = {2024},
1912+
month = {November},
1913+
publist_confkey = {HotInfra'24},
1914+
publist_link = {paper || openinfra-hotinfra24.pdf},
1915+
publist_link = {code || https://github.com/JhengLu/OpenInfra},
1916+
publist_topic = {Energy-Efficient Systems},
1917+
publist_abstract = {
1918+
Critical infrastructures like datacenters, power grids, and water systems are interdependent, forming complex "infrastructure nexuses" that require co-optimization for efficiency, resilience, and sustainability. We present OpenInfra, a co-simulation framework designed to model these interdependencies by integrating domain-specific simulators for datacenters, power grids, and cooling systems but focusing on stitching them together for end-to-end experimentation. OpenInfra enables seamless integration of diverse simulators and flexible configuration of infrastructure interactions. Our evaluation demonstrates its ability to simulate large-scale infrastructure dynamics, including 7,392 servers over 100+ hours.
1919+
}
1920+
}
Binary file not shown.

source/publications/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ venues:
265265
HotInfra:
266266
category: Workshops
267267
occurrences:
268+
- key: HotInfra'24
269+
name: Workshop on Hot Topics in System Infrastructure
270+
date: 2024-11-03
271+
url: https://hotinfra24.github.io/
268272
- key: HotInfra'23
269273
name: Workshop on Hot Topics in System Infrastructure
270274
date: 2023-06-18

0 commit comments

Comments
 (0)