-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
697 lines (588 loc) · 33.8 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
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
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" type="image/png" href="images/UCSD.png">
<title>Xingyu Chen</title>
<meta name="description"
content="Xingyu Chen is currently in gap year. He is a research assistant in CU Denver META Lab and University at Buffalo ESC Group.">
<link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/sticky-footer/">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/highlight/styles/default.css">
<link rel="stylesheet" href="index.css">
</head>
<style>
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
.rounded {
border-radius: 0.5rem !important;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.tooltip-inner {
max-width: 500px;
/* If max-width does not work, try using width instead */
width: 500px;
}
.tooltip.show {
opacity: 1;
background: rgb(255, 255, 255);
}
img:hover>.overlay {
width: 100%;
height: 100%;
position: absolute;
background-color: #000;
opacity: 0.5;
border-radius: 30px;
}
</style>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
<script src="https://getbootstrap.com/docs/4.0/assets/js/vendor/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://getbootstrap.com/docs/4.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script src="https://getbootstrap.com/docs/4.0/assets/js/docs.min.js"></script>
<script src="assets/highlight/js/highlight.pack.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132051884-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-132051884-1');
</script>
<body class="myfont">
<nav class="navbar navbar-dark navbar-expand-lg fixed-top"
style="background-color: #182B49; border-color:#FFCD00 !important;">
<div class="container ">
<a class="navbar-brand" href="#">Xingyu Chen</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-dark" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Begin page content -->
<main role="main" class="container" style="margin-top: 50px;">
<div class="row">
<div class="col-md-6 order-md-1 p-4 " style="vertical-align:middle; text-align:center">
<img id="avator" class="b-block border rounded shadow-sm rounded-3" src="images/A2024_2.jpg" width="300"
height="300">
</div>
<script>
const urlParams = new URLSearchParams(window.location.search);
const avator = urlParams.get('avator')
if (avator == "robot")
document.getElementById("avator").src = "images/A-R.jpg"
</script>
<div class="col-md-5 order-md-2 text-center pt-1">
<h2 class="pt-5">Xingyu Chen |<span style="font-family: sans-serif"> 陈星宇</h2>
<!-- <p class="lead"><b>Researcher at CU Denver.</b></p>
<p class="lead"><b>Bachelor in Computer Science<br />University at Buffalo, SUNY.</b></p>
<p class="lead"><b></b></p>
<p class="lead"><b>Email: <a href="mailto:[email protected]">xingyu (DOT) chen (AT) ucdenver (DOT) edu</a><br> <a href="mailto:[email protected]">xchen252 (AT) buffalo (DOT) edu</a></b></p> -->
<!-- <a href="https://notebook.xingyuchen.me" class="btn btn-primary btn-lg my-2">Blog</a> -->
<p class="lead"><b>Ph.D. student.<br />Department of Computer Science and Engineering<br />University of
California, San Diego (UCSD).</b></p>
<p class="lead"><b>Email: <a href="mailto:[email protected]">xic063 (AT) ucsd (DOT) edu</a></b></p>
<a href="files/CV2023_Winter.pdf"><img class="image-btn" height="50px" src="images/icons/cv2.png"></a>
<a href="https://github.com/asixa"><img class="image-btn" height="50px" src="images/icons/github.png"></a>
<a href="https://scholar.google.com/citations?user=S4h-eTMAAAAJ&hl=en"><img class="image-btn"
src="images/icons/google-scholar.png"></a>
</div>
</div>
</main>
<a class="anchor" name="biography"></a>
<div class="album py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>News</h2>
<div class="my-3 rounded box-shadow">
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Publications</strong>
<!-- <b>[Sept 2023]</b> <em><b>RFGen</b></em> is accepted by <em>SenSys 2023</em>. -->
<b>[Sept 2024]</b> One International Patent is published.
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Publications</strong>
<!-- <b>[Sept 2023]</b> <em><b>RFGen</b></em> is accepted by <em>SenSys 2023</em>. -->
<b>[Sept 2024]</b> <em><b>RFCanvas</b></em> is accepted by <em>SenSys 2024</em>.
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Publications</strong>
<b>[Sept 2023]</b> <em><b>RFGen</b></em> is accepted by <em>SenSys 2023</em>.
<!-- <b>[Sept 2023]</b> One paper is conditionally accepted by <em>SenSys 2023</em>. -->
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Internship</strong>
<b>[Sept 2023]</b> I had a wonderful internship at <em> <br><a
href="https://www.microsoft.com/en-us/research/group/msr-asia-shanghai/">Microsoft Research
Asia</a></em>.
<!-- <br>in the summer of 2023 as a Research Intern. -->
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Publications</strong>
<b>[Dec 2022]</b> <em><b>MetaWave</b></em> is accepted by <em>NDSS</em>.
</p>
</div>
<!-- <div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Academic</strong>
<b>[March 2022]</b> I will be joining <em>University of California San Diego</em> for PhD study in Fall
2022.
</p>
</div> -->
<!-- <div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Publications</strong>
<b>[Feb 2022]</b> One journal accepted by <em>Scientific Reports</em>.
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Publications</strong>
<b>[Oct 2021]</b> Two posters accepted by <em>ACM SenSys 2021</em>.
</p>
</div> -->
<!-- <div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Award.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Award</strong>
<b>[Oct 2021]</b> Our team won the runner-up award in the 2021 IEEE Healthcare Summit (IHS) COVID-19
Data Hackathon (Sensor Informatics Track).
</p>
</div> -->
<!-- <div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Academic</strong>
<b>[Sep 2021]</b> I will work as a researcher at META lab <br> at University of Colorado Denver.
</p>
</div> -->
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Academic</strong>
<b>[May 2021]</b> <a href="" id="image_pop"
title="<img class='img-fluid' src='images/Graduation.jpg'>">Graduated
from
UB with Honor</a>
</p>
<script>
$(document).ready(function () {
$('#image_pop').tooltip({
container: 'body',
animated: 'fade',
placement: 'bottom',
html: true
});
})
</script>
</div>
<!--
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Award.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Award</strong>
<b>[Nov 2019]</b> FerroTag won the best paper award.
</p>
</div> -->
</div>
</div>
<div class="col-md-6">
<h2>Biography</h2>
<!-- <p class="lead"><b>I’m a prospective Ph.D. student to begin study in the 2022 fall.</b></p> -->
<p class="lead"><b>I am a third year Ph.D. student in <a href="https://cse.ucsd.edu/">Computer Science and
Engineering</a> at the <a href="https://ucsd.edu/">University of California, San Diego (UCSD)</a>,
advised by <a href="http://xyzhang.ucsd.edu/index.html">Prof. Xinyu Zhang</a>.</b> </p>
<p class="lead"><b> I earned my bachelor's degree in computer science with honor in 3 years from <a
href="http://www.buffalo.edu/">University at Buffalo</a>. I was a research assistant
advised by <a href="http://www.cse.buffalo.edu/~wenyaoxu">Prof. Wenyao Xu</a>
at
<a href="http://www.cse.buffalo.edu/~wenyaoxu/esc.html">UB ESC Group</a>.
After graduated from UB in 2021, I took a gap
year and worked with <a href="https://cse.ucdenver.edu/~lizheng/">Prof. Zhengxiong Li</a> at <a
href="https://cse.ucdenver.edu/~lizheng/team/index.html">University of Colorado
Denver META Lab</a>.
</b>
</p>
<br>
<h4>Research Interests</h4>
<!-- <div class="btn btn-secondary mb-2" style="pointer-events: none;">Mobile Computing</div> -->
<div class="btn btn-secondary mb-2" style="pointer-events: none;">RF Simulation</div>
<div class="btn btn-secondary mb-2" style="pointer-events: none;">Ray Tracing</div>
<div class="btn btn-secondary mb-2" style="pointer-events: none;">Digital Twin</div>
<div class="btn btn-secondary mb-2" style="pointer-events: none;">Virtual Reality</div>
<!-- <div class="btn btn-secondary mb-2" style="pointer-events: none;">Physically Based Rendering</div>
<div class="btn btn-secondary mb-2" style="pointer-events: none;">Domain-Specific Compilers </div> -->
<div class="btn btn-secondary mb-2" style="pointer-events: none;">Differentiable Simulation & Rendering</div>
</div>
</div>
</div>
<a class="anchor" name="experiences"></a>
<div class="container">
<hr>
<div class="row">
<div class="col-md-6">
<h2>Education</h2>
<div class="my-3 rounded box-shadow">
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/Education/UCSD.png" width="100" height="100" alt="" class="m-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-inline-block mb-2 text-primary text-center">[Fall 2022 ~ Present]<br></strong>
<strong class="d-block text-gray-dark">University of California San Diego</strong>
Ph.D. in Computer Science and Engineering<br>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/Education/UB.jpg" width="100" height="100" alt="" class="m-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-inline-block mb-2 text-primary text-center">[August 2018 ~ June 2021]<br></strong>
<strong class="d-block text-gray-dark">State University of New York at Buffalo</strong>
Bachelor in Computer Science with Distinction<br>
</div>
<h2 class="mt-2">Experiences</h2>
<!-- MSRA -->
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/Internship/Microsoft.png" width="100" height="100" alt="" class="mr-2 mt-2 ml-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-inline-block mb-2 text-primary text-center">[June 2023 ~ September 2023]<br></strong>
<strong class="d-block text-gray-dark">Microsoft Research Asia </strong>
<a href="https://www.microsoft.com/en-us/research/group/msr-asia-shanghai/areas/">Wireless Group
(ShangHai)</a><br>
<a> Research Intern, Mentored by <a
href="https://www.microsoft.com/en-us/research/people/liliqiu/">Prof. Lili Qiu</a></a>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/Education/CUDenver.jpg" width="100" height="100" alt="" class="mr-2 mt-2 ml-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-inline-block mb-2 text-primary text-center">[August 2021 ~ August 2022]<br></strong>
<strong class="d-block text-gray-dark">Mobile Emerging Technology Application (<a
href="https://cse.ucdenver.edu/~lizheng/team/index.html">META</a>) Lab</strong>
University of Colorado Denver<br>
<a> Research Assistant</a>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/Education/UB.jpg" width="100" height="100" alt="" class="mr-2 mt-2 ml-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-inline-block mb-2 text-primary text-center">[August 2018 ~ August 2021]<br></strong>
<strong class="d-block text-gray-dark">The Embedded Sensing and Computing (<a
href="https://cse.buffalo.edu/~wenyaoxu/esc.html">ESC</a>) Group</strong>
State University of New York at Buffalo<br>
<a> Undergraduate Research Assistant</a>
</div>
<h2 class="mt-2">Teaching Assistant</h2>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark"> University of Colorado Denver</strong>
[Fall 2021] CSCI 4771 Intro to Mobile Computing. <br>
[Spring 2022] CSCI 4773 Intro to Emerging System Security.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<h2>Awards</h2>
<div class="media text-muted pt-1 mt-3 border rounded bg-white">
<img src="images/icons/ucsd.svg" width="54" height="54" alt="" class="ml-2 mt-1 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<b>Travel Grants</b> <br>
UC San Diego GPSA Travel Grant Award.<br>
SenSys'23 NSF Travel Grant Award<br>
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/ieee.webp" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<b>[2022]</b> IEEE International Conference on Health Informatics<br>
Best Student Paper Award.
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/ieee.webp" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<b>[Oct 2021]</b> IEEE COVID-19 Sensor Informatics Challenge <br>
<a href="https://healthcaresummit.ieee.org/data-hackathon/2021-data-hackathon-phase-1/">Runner-up (2nd
place).</a>
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/acm.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<b>[Nov 2019]</b><br>
<a class="text-danger" href="" id="sensys_pop_sm"
title="<img class='img-fluid' src='images/Events/sensys19.jpg'>"><b>Best Paper
Award</b></a>
ACM SenSys, 2019
</p>
<script>
$(document).ready(function () {
$('#sensys_pop_sm').tooltip({
container: 'body',
animated: 'fade',
placement: 'bottom',
html: true
});
})
</script>
</div>
<h2 class="mt-2">Service</h2>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Invited Reviewer</strong>
<a
href="https://www.itsoc.org/event/globecom23-main-symposium-communication-and-information-system-security-ciss">IEEE
GlobeCom 2023 CISS</a>. <br>
<a href="https://ieee-cas.org/publication/ieee-transactions-mobile-computing">IEEE Transaction on Mobile
Computing</a>. <br>
<a >IEEE Network Magazine</a>. <br>
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">Artifact Evaluation Committee</strong>
<a href="https://www.sigmobile.org/mobicom/2023/index.html">ACM MobiCom 2023</a>. <br>
<a href="https://www.sigmobile.org/mobisys/2023/artifact.html">ACM MobiSys 2022</a>. <br>
<a href="https://data-workshop.github.io/DATA2022/">ACM SenSys/BuildSys Data Workshop 2022</a>.
</p>
</div>
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">[January 2023] Workshop Review</strong>
Workshop on Deep Learning for Wireless Communications, Sensing, and Security (DeepWireless).
</p>
</div>
<!-- <div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">[September 2022] Artifact Evaluation Committee</strong>
5th International SenSys/BuildSys Workshop on Data.
</p>
</div> -->
<div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">[February 2022] Volunteer Judge</strong>
CoorsTek Denver Metro Regional Science and Engineering Fair.
</p>
</div>
<!-- <div class="media text-muted pt-1 mt-2 border rounded bg-white">
<img src="images/icons/Academic.png" width="64" height="64" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 lh-125 border-gray text-center">
<strong class="d-block text-gray-dark">[2018 & 2019] Presenter</strong>
UB CSE Open House Event Project Demo.
</p>
</div> -->
</div>
</div>
</div>
</div>
<a class="anchor" name="publications"></a>
<div class="album py-5 bg-white">
<div class="container">
<a class="h2 ">Selected Publications</a> <a class="h3 text-primary" href="publications.html"><strong>(See All Publications)</strong></a>
<div
class="row no-gutters mt-4 border rounded bg-light overflow-hidden flex-md-row mb-2 h-md-250 position-relative">
<div class="col-auto d-none d-lg-block">
<image src="images/Publications/RFCanvas/pull.png" height="200" width="300" />
</div>
<div class="col pt-4 pl-4 pr-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-0 text-primary">ACM SenSys 2024, (Acceptance Rate: 18.5%, 58 of
313).</strong>
<h5 class="mb-0">RFCanvas: Modeling RF Channel by Fusing Visual Priors and Few-shot RF measurements</h5>
<div class="mb-1 mt-2">
<b>Xingyu Chen</b>,
<a href="https://zihaofeng.com/" target="_blank">Zihao Feng</a>,
<a href="https://samsonsjarkal.github.io/KeSun/" target="_blank">Ke Sun</a>,
<a href="https://kunqian.info/" target="_blank">Kun Qian</a>,
<a href="http://xyzhang.ucsd.edu/" target="_blank">Xinyu Zhang</a>
<p>
<a href="https://dl.acm.org/doi/abs/10.1145/3666025.3699351" class="btn btn-primary mt-1 mr-1">PDF</a>
</div>
</div>
</div>
<div
class="row no-gutters mt-4 border rounded bg-light overflow-hidden flex-md-row mb-2 h-md-250 position-relative">
<div class="col-auto d-none d-lg-block">
<image src="images/Publications/RFGen/pull_wide.png" height="200" width="300" />
</div>
<div class="col pt-4 pl-4 pr-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-0 text-primary">ACM SenSys 2023, (Acceptance Rate: 19.0%, 34 of
179).</strong>
<h5 class="mb-0">RF Genesis: Zero-Shot Generalization of mmWave Sensing through Simulation-Based Data
Synthesis and Generative Diffusion Models</h5>
<div class="mb-1 mt-2">
<b>Xingyu Chen</b>,
<a href="http://xyzhang.ucsd.edu/" target="_blank">Xinyu Zhang</a>
<p>
<a href="https://rfgen.xingyuchen.me/" class="btn btn-primary mt-1 text-white mr-1">Page</a>
<a href="files/Xingyu.Chen_SenSys23_RFGen.pdf" class="btn btn-primary mt-1 mr-1">PDF</a>
<a href="files/Xingyu_RFGen_Poster.pdf" class="btn btn-primary mt-1 mr-1">Poster</a>
<a href="files/Xingyu_RF_Genesis_Presentation.pptx" class="btn btn-primary mt-1 mr-1">Slides</a>
<a href="https://github.com/Asixa/RF-Genesis" class="btn btn-primary mt-1 text-white mr-1">Code</a>
</div>
</div>
</div>
<div class="row no-gutters border rounded bg-light overflow-hidden flex-md-row mb-2 h-md-250 position-relative">
<div class="col-auto d-none d-lg-block">
<image src="images/Publications/Metawave/pull_wide.png" height="200" width="300" />
</div>
<div class="col pt-4 pl-4 pr-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-0 text-primary">NDSS 2023, (Acceptance Rate: 16.2%, 94 of 581).</strong>
<h5 class="mb-0">MetaWave: Attacking mmWave Sensing with Meta-material-enhanced Tags</h5>
<div class="mb-1 mt-2">
<b>Xingyu Chen</b>,
<a href="https://cse.ucdenver.edu/~lizheng/" target="_blank">Zhengxiong Li</a>,
<a href="https://baichengchen.github.io/" target="_blank">Baicheng Chen</a>,
Yi Zhu, Chris Xiaoxuan Lu, Zhengyu Peng, Feng Lin, <br>
<a href="https://cse.buffalo.edu/~wenyaoxu/" target="_blank">Wenyao Xu</a>,
Kui Ren, Chunming Qiao
<p>
<a href="https://www.ndss-symposium.org/ndss-paper/metawave-attacking-mmwave-sensing-with-meta-material-enhanced-tags/"
class="btn btn-primary mt-1 mr-1">Link</a>
<a href="files/ndss23-fall-final348.pdf" class="btn btn-primary mt-1 mr-1">PDF(Hi-Res, 21.5 Mb)</a>
<a href="https://www.ndss-symposium.org/wp-content/uploads/2023/02/ndss2023_f348_paper.pdf"
class="btn btn-primary mt-1 mr-1">PDF(Lo-Res,1.65 Mb)</a>
</div>
</div>
</div>
<div class="row no-gutters border rounded bg-light overflow-hidden flex-md-row mb-2 h-md-250 position-relative">
<div class="col-auto d-none d-lg-block">
<image src="images/Publications/VoiceBiometric/cover.jpg" height="200" width="300" />
</div>
<div class="col pt-4 pl-4 pr-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-0 text-primary">Scientific Reports 2022.</strong>
<h5 class="mb-0">Exploring Racial and Gender Disparities in Voice Biometrics</h5>
<div class="mb-1 mt-2">
<b>Xingyu Chen*</b>,
<a href="https://cse.ucdenver.edu/~lizheng/" target="_blank">Zhengxiong Li*</a>,
Srirangaraj Setlur,
<a href="https://cse.buffalo.edu/~wenyaoxu/" target="_blank">Wenyao Xu</a>
<p>
<a href="https://www.nature.com/articles/s41598-022-06673-y" class="btn btn-primary mt-1 mr-1">Link</a>
<a href="https://www.nature.com/articles/s41598-022-06673-y.pdf" class="btn btn-primary mt-1 mr-1">PDF</a>
</div>
</div>
</div>
<!-- <div class="row no-gutters border rounded bg-light overflow-hidden flex-md-row mb-2 h-md-250 position-relative">
<div class="col-auto d-none d-lg-block">
<image src="images/Publications/Sensys2021/AR.png" height="200" width="300" />
</div>
<div class="col pt-4 pl-4 pr-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-0 text-primary">ACM SenSys 2021 (Poster).</strong>
<h5 class="mb-0">Poster Abstract: Exploring an Extensible Children Game Framework based on Augmented Reality
Building Blocks</h5>
<div class="mb-1 mt-2">
<b>Xingyu Chen</b>,
<a href="https://fangxm.me" target="_blank">Xinmin Fang</a>,
Wenchuan Wei,
<a href="https://cse.buffalo.edu/~wenyaoxu/" target="_blank">Wenyao Xu</a>,
<a href="https://cse.ucdenver.edu/~lizheng/" target="_blank">Zhengxiong Li</a>
<p>
</div>
</div>
</div> -->
<!-- <div class="row no-gutters border rounded bg-light overflow-hidden flex-md-row mb-2 h-md-250 position-relative">
<div class="col-auto d-none d-lg-block ">
<image src="images/Publications/Thermometer/cover.png" height="200" width="300" />
</div>
<div class="col pt-4 pl-4 pr-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-0 text-primary">ACM SenSys 2020 (Poster).</strong>
<h5 class="mb-0">Poster: In-Ear Thermometer: Wearable Real-time Core Body Temperature Monitoring</h5>
<div class="mb-1 mt-2">
<b>Xingyu Chen</b>,
<a href="http://www.acsu.buffalo.edu/~chenhanx/" target="_blank">Chenhan Xu</a>,
<a href="https://baichengchen.github.io/" target="_blank">Baicheng Chen</a>,
<a href="https://cse.ucdenver.edu/~lizheng/" target="_blank">Zhengxiong Li</a>,
<a href="https://cse.buffalo.edu/~wenyaoxu/" target="_blank">Wenyao Xu</a>
<p>
<a href="files/InEarThermo.pdf" class="btn btn-primary mt-1 mr-1">PDF</a>
<a href="https://dl.acm.org/doi/10.1145/3384419.3430442" class="btn btn-primary mt-1 mr-1">Link</a>
</div>
</div>
</div> -->
<div class="row no-gutters border rounded bg-light overflow-hidden flex-md-row mb-2 h-md-250 position-relative">
<div class="col-auto d-none d-lg-block">
<image src="images/Publications/FerroTag/Icon.png" height="200" width="300" />
</div>
<div class="col pt-4 pl-4 pr-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-0 text-primary">ACM SenSys 2019, <a
href="http://sensys.acm.org/2019/program/" class="text-danger">Best Paper Award </a>(Acceptance Rate:
19.4%, 28 of 144).</strong>
<h5 class="mb-0">FerroTag: A Paper-based mmWave-Scannable Tagging Infrastructure</h5>
<div class="mb-1 mt-2">
<a href="https://cse.ucdenver.edu/~lizheng/" target="_blank">Zhengxiong Li</a>,
<a href="https://baichengchen.github.io/" target="_blank">Baicheng Chen</a>,
Zhuolin Yang, Huining Li,
<a href="http://www.acsu.buffalo.edu/~chenhanx/" target="_blank">Chenhan Xu</a>,
<b>Xingyu Chen</b>,
Kun Wang,
<a href="https://cse.buffalo.edu/~wenyaoxu/" target="_blank">Wenyao Xu</a>
<div class="btn-group" role="group" aria-label="Basic example">
<a href="https://cse.ucdenver.edu/~lizheng/Papers/Zhengxiong_Sensys19.pdf"
class="btn btn-primary mt-3 ">Paper</a>
<a href="https://dl.acm.org/citation.cfm?id=3360019" class="btn btn-primary mt-3">Link</a>
<a href="https://cse.ucdenver.edu/~lizheng/Papers/Zhengxiong_Sensys19.txt"
class="btn btn-primary mt-3 ">Bib</a>
<a href="https://youtu.be/lodkH9k-ckg" class="btn btn-primary mt-3">Video</a>
</div>
</div>
</div>
</div>
<!--googleon: index-->
</div>
</div>
<footer class="blog-footer p-3 " style="background-color: #182B49;">
<div class="container ">
<p class="m-0 text-center text-white"> Copyright © Xingyu Chen 2023</p>
</div>
</footer>
</body>
</html>