You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _bibliography/people/pooria.bib
+30-8Lines changed: 30 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,40 @@ @inproceedings{alcoz2025packs
17
17
}
18
18
19
19
@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},
24
35
abbr={HotNets},
25
36
}
26
37
27
38
@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},
0 commit comments