-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (211 loc) · 8.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- saved from url=(0023)https://jonbarron.info/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="“width=800”">
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org">
<meta name="google-site-verification" content="lGlY6F1I2b7yA5MW6dxMTlgkIX30A45S55qqbJlauP8" />
<style type="text/css">
/* Color scheme stolen from Sergey Karayev */
a {
color: #1772d0;
text-decoration:none;
}
a:focus, a:hover {
color: #f09228;
text-decoration:none;
}
body,td,th,tr,p,a {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px
}
strong {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px;
}
heading {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 22px;
}
papertitle {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700
}
name {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 32px;
}
.one
{
width: 160px;
height: 160px;
position: relative;
}
.two
{
width: 160px;
height: 160px;
position: absolute;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
.fade {
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
span.highlight {
background-color: #ffffd0;
}
</style>
<link rel="icon" type="image/png" href="https://jonbarron.info/seal_icon.png">
<title>Yihao Zhao</title>
<link href="./QingnanFan_files/css" rel="stylesheet" type="text/css">
<script charset="utf-8" src="chrome-extension://jgphnjokjhjlcnnajmfjlacjnjkhleah/js/btype.js"></script></head>
<body>
<table width="800" border="0" align="center" cellspacing="0" cellpadding="0">
<tbody><tr>
<td>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tbody><tr>
<td width="67%" valign="middle">
<p align="center">
<name>Yihao Zhao|赵怡浩</name>
</p>
<p>
I am a fourth-year Ph.D. candidate in the Department of Computer Science at Peking University,
co-advised by <a href="http://www.liuxuanzhe.com"> Prof. Xuanzhe Liu</a> and <a href="https://xinjin.github.io/"> Prof. Xin Jin</a>.
I received my bachelor degree from <a href="https://cfcs.pku.edu.cn/english/research/turingprogram/introduction1/index.htm">Turing Class</a> of <a href="http://english.pku.edu.cn/">Peking University</a>.
I was a research intern in the Hyperplane Lab led by <a href="https://zsdonghao.github.io/"> Prof. Hao Dong</a> from July 2019 to Sept. 2020.
</p>
<p align="center">
<a href="mailto:[email protected]">Email</a>  / 
<a href="./CV.pdf">CV</a>  / 
<a href="https://github.com/Rivendile">GitHub</a>
</p>
</td>
<td width="33%">
<img src="./images/yihao_photo.jpg">
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tbody><tr>
<td width="100%" valign="middle">
<heading>Research</heading>
<p>
My research interest lies in ML-related large-scale scheduling and management, e.g., ML cluster scheduling and datacenter network management.
</p>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tbody>
<tr onmouseout="portrait_stop()" onmouseover="portrait_start()">
<td valign="top" width="100%">
<papertitle>MuxFlow: Efficient GPU Sharing in Production-Level Clusters with More Than 10,000 GPUs</papertitle>
<br>
Xuanzhe Liu (Advisor), <strong>Yihao Zhao</strong>, Shufan Liu, Xiang Li, Yibo Zhu, Xin Liu, Xin Jin.
<br>
<em>SCIS</em>, 2024 <br>
to appear
<p></p>
</td>
</tr>
<tr onmouseout="portrait_stop()" onmouseover="portrait_start()">
<td valign="top" width="100%">
<papertitle>GreenFlow: A Carbon Efficient Scheduler for Deep Learning Workloads</papertitle>
<br>
Diandian Gu, <strong>Yihao Zhao</strong>, Peng Sun, Xuanzhe Liu, Xin Jin.
<br>
<em>TPDS</em>, 2024 <br>
paper
<p></p>
</td>
</tr>
<tr onmouseout="portrait_stop()" onmouseover="portrait_start()">
<td valign="top" width="100%">
<papertitle>Klotski: Efficient and Safe Network Migration of Large Production Datacenters</papertitle>
<br>
<strong>Yihao Zhao*</strong>, Xiaoxiang Zhang*, Hang Zhu, Ying Zhang, Zhaodong Wang, Yuandong Tian, Alex Nikulkov, Joao Ferreira, Xuanzhe Liu, Xin Jin.
<br>
<em>SIGCOMM</em>, 2023 <br>
<a href="https://dl.acm.org/doi/10.1145/3603269.3604818">paper</a>
<p></p>
</td>
</tr>
<tr onmouseout="portrait_stop()" onmouseover="portrait_start()">
<td valign="top" width="100%">
<papertitle>ElasticFlow: An Elastic Serverless Training Platform for Distributed Deep Learning</papertitle>
<br>
<a href="https://gudiandian.github.io/">Diandian Gu*</a>, <strong>Yihao Zhao*</strong>, Yinmin Zhong, Yifan Xiong, Zhenhua Han, Peng Cheng, Fan Yang, Gang Huang, Xin Jin, Xuanzhe Liu.
<br>
<em>ASPLOS</em>, 2023 <br>
<a href="https://dl.acm.org/doi/pdf/10.1145/3575693.3575721">paper</a>
/
<a href="https://github.com/gudiandian/ElasticFlow-artifact">code</a>
<p></p>
</td>
</tr>
<tr onmouseout="portrait_stop()" onmouseover="portrait_start()">
<td valign="top" width="100%">
<papertitle>Multi-Resource Interleaving for Deep Learning Training</papertitle>
<br>
<strong>Yihao Zhao</strong>, Yuanqiang Liu, Yanghua Peng, Yibo Zhu, Xuanzhe Liu, Xin Jin.
<br>
<em>SIGCOMM</em>, 2022 <br>
<a href="https://dl.acm.org/doi/pdf/10.1145/3544216.3544224?casa_token=bWSeBnzCihEAAAAA:qHOmZMp3c8LkXcrkrTfUET1b1wLk3VgYgMJxJULC2uI2YvscisoyKElK0eviX4x39ny_EceDhrYks6o">paper</a>
/
<a href="https://github.com/Rivendile/Muri">code</a>
<p></p>
</td>
</tr>
<tr onmouseout="portrait_stop()" onmouseover="portrait_start()">
<td valign="top" width="100%">
<papertitle>Unpaired Image-to-Image Translation using Adversarial Consistency Loss</papertitle>
<br>
<strong>Yihao Zhao</strong>,
<a href="https://warshallrho.github.io">Ruihai Wu</a>,
<a href="https://zsdonghao.github.io/">Hao Dong</a>.
<br>
<em>ECCV</em>, 2020 <br>
<a href="https://arxiv.org/abs/2003.04858">paper</a>
/
<a href="https://github.com/hyperplane-lab/ACL-GAN">code</a>
/
<a href="./bib/aclgan.bib">bibtex</a>
<p></p>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tbody><tr>
<td width="100%" valign="middle">
<heading>Experiences</heading>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tbody><tr>
<td width="100%" valign="middle">
<h3>Intern</h3>
<li>Research Intern @ ByteDance, Beijing</li>
<ul>
<li>Jan. 2021 - Oct. 2021, May 2022 - Oct. 2023</li>
<li>Mentor: Yanghua Peng, Xin Liu, Yibo Zhu</li>
</ul>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tbody><tr>
<td width="100%" valign="middle">
<h3>Teaching Experience</h3>
<li> TA, Distributed Maching Learning, PKU (Fall 2022, Fall 2023)
<li> TA, Introduction to Computing (A), PKU (Fall 2021)
<li> TA, Introduction to Computer Systems, PKU (Fall 2019)
</td>
</tr>
</tbody></table>
</body></html>