Skip to content

Commit 29af4b2

Browse files
authored
Update pooria.bib
1 parent 050a21b commit 29af4b2

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

_bibliography/people/pooria.bib

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,40 @@ @inproceedings{alcoz2025packs
1717
}
1818

1919
@inproceedings{namyar2024learning,
20-
title={End-to-End Performance Analysis of Learning-enabled Systems},
21-
author={Namyar, Pooria and Schapira, Michael and Govindan, Ramesh and Segarra, Santiago and Beckett, Ryan and Kakarla, Siva Kesava Reddy and Arzani, Behnaz},
22-
booktitle={Proceedings of the 23rd ACM Workshop on Hot Topics in Networks},
23-
year={2024},
20+
author = {Namyar, Pooria and Schapira, Michael and Govindan, Ramesh and Segarra, Santiago and Beckett, Ryan and Kakarla, Siva Kesava Reddy and Arzani, Behnaz},
21+
title = {End-to-End Performance Analysis of Learning-enabled Systems},
22+
year = {2024},
23+
isbn = {9798400712722},
24+
publisher = {Association for Computing Machinery},
25+
address = {New York, NY, USA},
26+
url = {https://doi.org/10.1145/3696348.3696875},
27+
doi = {10.1145/3696348.3696875},
28+
abstract = {We propose a performance analysis tool for learning-enabled systems that allows operators to uncover potential performance issues before deploying DNNs in their systems. The tools that exist for this purpose require operators to faithfully model all components (a white-box approach) or do inefficient black-box local search. We propose a gray-box alternative, which eliminates the need to precisely model all the system's components. Our approach is faster and finds substantially worse scenarios compared to prior work. We show that a state-of-the-art learning-enabled traffic engineering pipeline can underperform the optimal by 6\texttimes{} --- a much higher number compared to what the authors found.},
29+
booktitle = {Proceedings of the 23rd ACM Workshop on Hot Topics in Networks},
30+
pages = {86–94},
31+
numpages = {9},
32+
keywords = {Machine Learning for Systems, Performance Analysis},
33+
location = {Irvine, CA, USA},
34+
series = {HOTNETS '24},
2435
abbr={HotNets},
2536
}
2637

2738
@inproceedings{karimi2024Xplain,
28-
title={Towards Safer Heuristics With Xplain},
29-
author={Karimi, Pantea and Pirelli, Solal and Kakarla, Siva Kesava Reddy and Beckett, Ryan and Segarra, Santiago and Li, Beibin and Namyar, Pooria and Arzani, Behnaz},
30-
booktitle={Proceedings of the 23rd ACM Workshop on Hot Topics in Networks},
31-
year={2024},
39+
author = {Karimi, Pantea and Pirelli, Solal and Kakarla, Siva Kesava Reddy and Beckett, Ryan and Segarra, Santiago and Li, Beibin and Namyar, Pooria and Arzani, Behnaz},
40+
title = {Towards Safer Heuristics With XPlain},
41+
year = {2024},
42+
isbn = {9798400712722},
43+
publisher = {Association for Computing Machinery},
44+
address = {New York, NY, USA},
45+
url = {https://doi.org/10.1145/3696348.3696884},
46+
doi = {10.1145/3696348.3696884},
47+
abstract = {Many problems that cloud operators solve are computationally expensive, and operators often use heuristic algorithms (that are faster and scale better than optimal) to solve them more efficiently. Heuristic analyzers enable operators to find when and by how much their heuristics underperform. However, these tools do not provide enough detail for operators to mitigate the heuristic's impact in practice: they only discover a single input instance that causes the heuristic to underperform (and not the full set) and they do not explain why.We propose XPlain, a tool that extends these analyzers and helps operators understand when and why their heuristics underperform. We present promising initial results that show such an extension is viable.},
48+
booktitle = {Proceedings of the 23rd ACM Workshop on Hot Topics in Networks},
49+
pages = {68–76},
50+
numpages = {9},
51+
keywords = {Domain-Specific Language, Explainable Analysis, Heuristic Analysis},
52+
location = {Irvine, CA, USA},
53+
series = {HOTNETS '24},
3254
abbr={HotNets},
3355
}
3456

0 commit comments

Comments
 (0)