-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
448 lines (432 loc) · 14.3 KB
/
Copy pathintro.html
File metadata and controls
448 lines (432 loc) · 14.3 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
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Yiming Cheng - Academic CV</title>
<style>
body {
font-family: "Georgia", serif;
line-height: 1.65;
max-width: 1000px;
margin: 0 auto;
padding: 35px;
color: #2c3e50;
}
.header {
text-align: center;
border-bottom: 2px solid #2c3e50;
padding-bottom: 18px;
margin-bottom: 30px;
}
h1 {
font-size: 2.2em;
margin: 8px 0;
letter-spacing: 1.2px;
}
h2 {
font-size: 1.4em;
color: #34495e;
border-bottom: 1px solid #bdc3c7;
padding-bottom: 6px;
margin-top: 35px;
}
.section-block {
margin: 28px 0;
}
.institution {
font-weight: 600;
display: inline-block;
width: 68%;
}
.date {
float: right;
color: #7f8c8d;
}
ul {
padding-left: 22px;
margin: 15px 0;
}
li {
margin: 12px 0;
text-align: justify;
}
.publication-item {
margin: 16px 0;
padding-left: 22px;
text-indent: -22px;
}
.highlight {
color: #2c3e50;
font-weight: 600;
}
.three-column {
column-count: 3;
margin: 18px 0;
}
a {
color: #2c3e50;
text-decoration: none;
border-bottom: 1px dotted #bdc3c7;
}
.advisor {
font-style: italic;
color: #7f8c8d;
float: right;
}
.compact-layout {
display: grid;
grid-template-columns: 1fr;
gap: 12px;
}
.compact-item {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 8px;
padding: 8px 0;
border-bottom: 1px solid #f0f0f0;
}
.compact-label {
font-weight: 600;
color: #2c3e50;
min-width: 140px;
}
.field-details {
display: grid;
gap: 6px;
}
.url-detail {
font-size: 0.9em;
color: #666;
width: 100%;
padding-left: 148px;
}
.number-box {
display: inline-block;
border: 2px solid #2c3e50;
border-radius: 5px;
padding: 4px 10px;
font-weight: bold;
color: #2c3e50;
font-size: 1em;
margin-right: 10px;
}
@media print {
.compact-item {
page-break-inside: avoid;
}
}
</style>
</head>
<body>
<div class="header">
<h1>YIMING CHENG</h1>
<div>+1 (773) 690-7675 | eaminc0328@gmail.com | Chicago, Illinois</div>
</div>
<!-- 教育背景 -->
<div class="section-block">
<h2>EDUCATION</h2>
<div>
<span class="institution"
>Tsinghua University, Department of Electronic Engineering</span
>
<span class="date">Sep 2019 - Jul 2024</span>
<div>Bachelor of Engineering in Electronic Engineering (Major)</div>
<div>Minor in Statistics, Minor in Laws</div>
</div>
<div style="margin-top: 22px">
<span class="institution"
>University of Chicago, Department of Computer Science</span
>
<span class="date">Expected Jan 2026</span>
<div>Master in Computer Science (Pre-doc),Mlsys track</div>
<div>GPA: <span class="highlight">3.95/4.0</span></div>
</div>
</div>
<!-- 出版物 -->
<div class="section-block">
<h2>PUBLICATIONS</h2>
<div class="publication-item">
• Yang, Y., <span class="highlight">Cheng, Y.</span>, Feng, H., & Han,
Z. "Emotion-Aware Scene Adaptation: A Bandwidth-Efficient Approach for
Generating Animated Short". <i>MDPI Sensors 2024.</i>.
</div>
<div class="publication-item">
• Lan, X., <span class="highlight">Cheng, Y.</span>, Sheng, L., Gao, C.,
& Li, Y. "Depression detection on social media with large language
models". <i>arXiv preprint</i> arXiv:2403.10750.
</div>
<div class="publication-item">
• Lan, X., Piao, .., <span class="highlight">Cheng, Y.</span>, Gao, C.,
Li, Y., et al. "Recommendation for Inclusivity of Underrepresented
Producers in User-generated Content Platforms". <i>in Recycle</i>.
</div>
<div class="publication-item">
• Yang, Y., Feng, H., <span class="highlight">Cheng, Y.</span>, Ma, Y.,
& Han, Z. "Minimizing Hallucinations and Communication Cost: Adversarial
Debate and Voting Mechanisms in LLM-Based Multi-Agents".
<i>MDPI Applied Science 2025</i>.
</div>
<div class="publication-item">
• <span class="highlight">Cheng, Y.</span> "Research on Recommendation
System Technology Based on Large Language Models".
<i>Tsinghua University Graduation Design</i>.
</div>
<div class="publication-item">
• Patent: Yang, Y., <span class="highlight">Cheng, Y.</span>, Feng, H.,
et al. "A Semantic Encoding and Decoding Framework for Converting Visual
Content into Virtual Animated Visual Representations".
</div>
</div>
<!-- 研究经历 -->
<div class="section-block">
<h2>RESEARCH EXPERIENCE</h2>
<span class="number-box">Graduate</span>
<div>
<span class="institution">Lmcache Team</span>
<span class="date">Sep 2024 - Present</span>
<div>
Open Source Contributor
<span class="advisor">Advisor: Prof. Junchen Jiang</span>
</div>
<ul>
<li>
LMCache: The first open-source Knowledge Delivery Network (KDN) that
accelerates LLM applications up to 8x faster, at 8x lower cost
</li>
<li>
VLLM/production stack: Scale from single vLLM instance to
distributed vLLM deployment without changing any application code.
Now an official project under vLLM
</li>
<li>
Maintain and contribute to Open-Source repo. Working on Router
Scheduling and cloud deployment. Contributed 1262 lines of code
</li>
</ul>
</div>
<div>
<span class="institution">Argonne National Laboratory</span>
<span class="date">May 2025 - Oct 2025</span>
<div>
Research Assistant
<span class="advisor">Advisor: Prof. Kexin Pei</span>
</div>
<ul>
<li>
2025 Summer of Reproducibility (SoR) Fellowship under the Open
Source Research Experience (OSRE) and REPETO programs,with United
States National Science Foundation
</li>
<li>
EnvGym: Project Leader,build and design a system-optimized agent
system for environment setup
</li>
</ul>
</div>
<span class="number-box">Undergraduate</span>
<div>
<span class="institution"
>Future Intelligent Lab (FIBLAB), Tsinghua University</span
>
<span class="date">Jul 2022 - Jun 2024</span>
<div>
Research Assistant <span class="advisor">Advisor: Prof. Yong Li</span>
</div>
<ul>
<li>
Recommendation for Inclusivity of Underrepresented Producers in
User-generated Content Platform:
</li>
<ul>
<li>
Take the pioneering step to thinking of the inclusivity issue of
underrepresented producers in UGC (user-generated content)
platform
</li>
<li>
Propose to construct a heterogeneous graph that can enrich the
relations of vulnerable populations, and further propose graph
neural networks to learn representations based on enriching
features from multi-hop neighbors
</li>
</ul>
<li>City Socioeconomic Simulator based on Large Language Models:</li>
<ul>
<li>
Use UE to Build a visual model scene of Beijing (CBD district)
</li>
<li>
Use python to write scripts for agents to interface with LLM and
design the agents' memory mechanism to do POI recommendation (POI
means point of interest in the city)
</li>
<li>Design and plug in agent-based recommendation systems</li>
</ul>
</ul>
</div>
<div style="margin-top: 25px">
<span class="institution"
>Signal Processing Lab, Tsinghua University</span
>
<span class="date">Mar 2022 - Jun 2024</span>
<div>
Research Assistant
<span class="advisor">Advisor: Aso Prof. Yi Yang</span>
</div>
<ul>
<li>
Emotion-Aware Scene Adaptation: A Bandwidth-Efficient Approach for
Generating Animated Shorts
</li>
<ul>
<li>
Use the PyTorch framework, build an image element and emotion
recognition model based on the CLIP model and InceptionV3, and use
PAD (Pleasure-Arousal-Dominance) for emotion scoring
</li>
<li>
Enhance the generated semantics using the EmoCap model trained
based on PAD scores for emotion style, ultimately achieving higher
emotional coherence than the baseline on the received new video
frames
</li>
</ul>
</ul>
</div>
<div style="margin-top: 25px">
<span class="institution"
>Wireless Networking, Signal Processing and Security Lab, University
of Houston</span
>
<span class="date">Apr 2022 - Jun 2024</span>
<div>
Research Assistant
<span class="advisor">Advisor: Prof. Zhu Han, Member of NAS</span>
</div>
<ul>
<li>
Scalable AI Generative Content for Vehicular Network Semantic
Communication
</li>
<ul>
<li>
This project aims to establish a large-model-based semantic
communication channel and test its accuracy on a vehicular dataset
</li>
<li>
Build and test a channel in PyTorch that uses CLIP to convert
original images into semantics and then uses Stable Diffusion to
restore semantics back into images
</li>
</ul>
</ul>
</div>
</div>
<!-- 实习经历 -->
<div class="section-block">
<h2>INTERNSHIP EXPERIENCE</h2>
<div>
<span class="institution"
>Beijing SmartBow Information Technology Co., Ltd.</span
>
<span class="date">Jun 2023 - Sep 2023</span>
<div>Software Engineer</div>
<ul>
<li>
Refactor the Sunflower library (main functions include JSON parsing,
MQTT, B-Stack device information parsing, and data transmission
encryption) for the company's Internet of Things (IoT) data platform
using Go-lang
</li>
<li>
Perform functional and performance testing on the refactored
Sunflower library
</li>
<li>
Collaborate with hardware interns to debug and ensure successful
MQTT-based data transfer of bridge deflection, vibration frequency,
and temperature data from LuZhou Bridge to the company's database
</li>
</ul>
</div>
<div style="margin-top: 25px">
<span class="institution"
>Beijing Thunisoft Information Technology Co., Ltd.</span
>
<span class="date">Jul 2022 - Sep 2022</span>
<div>Software Engineer</div>
<ul>
<li>
Use Spring Batch to develop a batch job scheduling system supporting
complex workflows and dependency management. Scheduled tasks are
executed as planned using Cron expression triggers
</li>
<li>Integrate Quartz scheduler for enhanced flexibility</li>
<li>
Data integrity and stability are assured with Spring transaction
management and JDBC operations
</li>
</ul>
</div>
</div>
<div style="margin-top: 25px">
<span class="institution"
>Shanghai Nonconvex Intelligent Technology Co., Ltd. </span
>
<span class="date">May 2025 — Sep 2025</span>
<div>Quantitative Fin-tech Developer Intern(Remote)</div>
<ul>
<li>todo</li>
</ul>
</div>
</div>
<div class="section-block">
<h2>ADDITIONAL INFORMATION</h2>
<div class="compact-layout">
<!-- 奖学金 -->
<div class="compact-item">
<span class="compact-label">Scholarship:</span>
<span>
Merit-based Predoc Scholarship of $40,000, University of Chicago
(2024)<br />
United States National Science Foundation for SoR project (2025)
</span>
</div>
<!-- 研究领域 -->
<div class="compact-item">
<span class="compact-label">Research Fields:</span>
<div class="field-details">
<div>
<strong>Undergraduate:</strong> Data mining (Recommendation
System, Emotion Awareness, EmbodiedCity)
</div>
<div>
<strong>Current/Future:</strong>
System for machine learning (distributed LLM deployment,
distributed KV cache, efficient ml), Machine learning for systems
(machine learning for code generation)
</div>
</div>
</div>
<!-- 技术栈 -->
<div class="compact-item">
<span class="compact-label">Programming Skills:</span>
<span
>Python (PyTorch, CuPy), Go (Docker, K8s), Git (Github action),
Linux, C, C++, Matlab, Verilog etc.</span
>
</div>
<!-- 个人网站 -->
<div class="compact-item">
<span class="compact-label">Personal Website:</span>
<a href="https://eaminc.github.io/">https://eaminc.github.io/</a>
<span class="url-detail"
>(includes GitHub, Google Scholar and other detailed
information)</span
>
</div>
</div>
</div>
</body>
</html>