-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
151 lines (131 loc) · 5.7 KB
/
index.html
File metadata and controls
151 lines (131 loc) · 5.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yuewen Hou</title>
<style>
body {
font-family: "Times New Roman", Times, Georgia, serif;
margin: 2em;
max-width: 1100px;
line-height: 1.5;
font-size: 1.15em;
color: #000;
background: #fff;
}
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #c00; }
h1 { font-size: 2em; margin: 0 0 0.2em 0; }
h2 { font-size: 1.5em; margin: 1.2em 0 0.4em 0; }
h3 { font-size: 1.2em; margin: 1em 0 0.3em 0; }
hr { border: none; border-top: 1px solid #888; margin: 1.5em 0; }
ul { margin: 0.3em 0; padding-left: 1.8em; }
li { margin-bottom: 0.25em; }
td { vertical-align: top; }
img.photo { border: 1px solid #888; }
blockquote {
border-left: 2px solid #aaa;
margin: 0.5em 0 0.5em 0.5em;
padding: 0.2em 0.8em;
color: #444;
}
.top-table { border-spacing: 1.5em 0; border-collapse: separate; }
.pub-list li { margin-bottom: 0.5em; }
</style>
</head>
<body>
<table class="top-table">
<tr>
<td>
<img class="photo" src="images/hs.jpg" alt="Yuewen Hou" width="240"><br>
<small>Credit: bar-choco</small>
</td>
<td>
<h1>Yuewen Hou (侯悦文)</h1>
<p>
<b>Email:</b> <a href="mailto:isaachyw@umich.edu">isaachyw@umich.edu</a><br>
<b>CV:</b> <a href="pdf/cv.pdf">[pdf]</a><br>
<b>GitHub:</b> <a href="https://github.com/isaachyw">github.com/isaachyw</a><br>
<b>Google Scholar:</b> <a href="https://scholar.google.com/citations?user=ZsNmMscAAAAJ&hl=en">Google Scholar</a><br>
<b>LinkedIn:</b> <a href="https://www.linkedin.com/in/yuewen-hou-331311200/">LinkedIn</a>
</p>
<p>
I am a second-year PhD student in Computer Science at the <a href="https://umich.edu/">University of Michigan</a>, Ann Arbor,
advised by Professor <a href="https://gsravi.engin.umich.edu/">Gokul Ravi</a>.
I work on quantum computing systems and architecture, with interests in realistic quantum simulation,
error suppression and correction, quantum controller architecture, and variational quantum algorithms.
</p>
<p>
I earned my bachelor's degree (double major in CS and ECE) from
<a href="https://en.sjtu.edu.cn/">Shanghai Jiao Tong University</a> and the
<a href="https://umich.edu/">University of Michigan</a>.
Previously, I worked with Prof. <a href="https://homes.cs.washington.edu/~baris/">Baris Kasikci</a> on efficient data center processor design,
Prof. <a href="https://ners.engin.umich.edu/people/kochunas-brendan/">Brendan Kochunas</a> on HPC for neutron transport calculations,
and Prof. <a href="https://nyu.timbyrnes.net/">Tim Byrnes</a> on measurement-based photonic quantum computing.
</p>
</td>
</tr>
</table>
<hr>
<h2>Publications</h2>
<ul class="pub-list">
<li>
<a href="https://www.arxiv.org/abs/2512.12068">TreeVQA: A Tree-Structured Execution Framework for Shot Reduction in Variational Quantum Algorithms</a><br>
<b>Yuewen Hou</b>, Dhanvi Bharadwaj, Gokul Subramanian Ravi (ASPLOS 2026)
</li>
<li>
<a href="https://www.cs.cmu.edu/~yarch2024/">Dynamic Cloud Resource Management for Variational Quantum Algorithms</a><br>
<b>Yuewen Hou</b>, Gokul Subramanian Ravi (Young Architect, ASPLOS 2024)
</li>
<li>
<a href="https://arxiv.org/abs/2602.14327">Scalable Clifford-Based Classical Initialization for the Quantum Approximate Optimization Algorithm</a><br>
Dhanvi Bharadwaj, <b>Yuewen Hou</b>, Guang-Yi Li, Gokul Subramanian Ravi (arXiv 2026)
</li>
<li>
<a href="https://arxiv.org/abs/2407.17676">Empowering the Quantum Cloud User with QRIO</a><br>
Shmeelok Chakraborty, <b>Yuewen Hou</b>, Ang Chen, Gokul Subramanian Ravi (IISWC 2024)
</li>
</ul>
<hr>
<h2>Education</h2>
<ul>
<li><b>Ph.D. Computer Science and Engineering</b> — University of Michigan, 2024–</li>
<li><b>B.S.E. Computer Science & Electrical Computer Engineering</b> — University of Michigan, 2022–2024</li>
<li><b>B.S.E. Electrical Computer Engineering</b> — Shanghai Jiao Tong University, 2020–2024</li>
</ul>
<hr>
<h2>Teaching</h2>
<blockquote>
I DON'T believe I can really do without teaching.<br>
— <i>Richard P. Feynman</i>
</blockquote>
<p>Teaching Assistant:</p>
<ul>
<li><a href="https://focs.ji.sjtu.edu.cn/silverfocs/">VG100: Introduction to Engineering</a></li>
<li>ECE3480J: Quantum Information Science and Technology</li>
<li>ECE2300J: Electromagnetism</li>
<li><a href="https://eecs370.github.io/">EECS 370: Computer Organization</a></li>
</ul>
<hr>
<h2><a href="books.html">Books</a></h2>
<hr>
<h2>Non-academic</h2>
<p>
Outside of research, I play the <a href="images/saxo.png">alto saxophone</a> and stay active (basketball, rock climbing, weightlifting).
I listen to a lot of music (J-pop/city pop, electronic, rock), and I shoot photos while traveling with my Canon 90D.
I have a cat named <a href="images/cat.jpg">Spin</a> and a puppy named <a href="images/dog.jpg">Lafite</a>.
</p>
<hr>
<h2>Contact</h2>
<p>
<b>Email:</b> <a href="mailto:isaachyw@umich.edu">isaachyw@umich.edu</a><br>
<!-- <b>GitHub:</b> <a href="https://github.com/isaachyw">github.com/isaachyw</a> -->
</p>
<!-- <p>
<iframe src="https://calendar.google.com/calendar/embed?height=400&wkst=1&bgcolor=%23ffffff&ctz=America%2FNew_York&src=aXNhYWNoeXdAdW1pY2guZWR1&src=Y19jN2UwYzNhYzA2ODZmNjE5MGUyMmNhNGFjOGFkN2VjZGU1Yzk0NDlhMTg0YmMxYTExNWJiMjc4MTc3MTA0MzFkQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20&src=YWRkcmVzc2Jvb2sjY29udGFjdHNAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&src=ZW4uY2hpbmEjaG9saWRheUBncm91cC52LmNhbGVuZGFyLmdvb2dsZS5jb20&color=%23039BE5&color=%23795548&color=%2333B679&color=%230B8043"
style="border: 1px solid #777" width="700" height="400" frameborder="0" scrolling="no"></iframe>
</p> -->
</body>
</html>