-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroup.html
597 lines (518 loc) · 35.7 KB
/
group.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TACO-Group@TAMU</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=B612+Mono|Cabin:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link href="css/jquery.mb.YTPlayer.min.css" media="all" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<div class="header-top">
<div class="container" style="padding:20px">
<div class="row align-items-center">
<!-- <div class="col-12 col-lg-6 d-flex"> -->
<img src="./TACO_LOGO.png" width="25%" />
<a class="ml-auto site-logo">
<b style="color: rgb(80, 0, 0)">T</b>rustworthy, <b
style="color: rgb(80, 0, 0)">A</b>utonomous, Human-<b
style="color: rgb(80, 0, 0)">C</b>entered, and<br> Emb<b
style="color: rgb(80, 0, 0)">o</b>died Intelligence Group @ Texas A&M University
</a>
<a href="#"
class="ml-auto d-inline-block d-lg-none site-menu-toggle js-menu-toggle text-black"><span
class="icon-menu h3"></span></a>
<!-- </div> -->
<!-- <div class="col-12 col-lg-6 ml-auto d-flex">
<div class="ml-md-auto top-social d-none d-lg-inline-block">
<a href="#" class="d-inline-block p-3"> </a>
<a href="#" class="d-inline-block p-3"> </a>
<a href="#" class="d-inline-block p-3"> </a>
</div>
</div> -->
<!-- <div class="col-6 d-block d-lg-none text-right">-->
</div>
</div>
</div>
<div class="site-navbar py-2 js-sticky-header site-navbar-target d-none pl-0 d-lg-block" role="banner">
<div class="container" style="padding-right=10%">
<div class="d-flex align-items-right">
<!-- <div class="mr-auto">
<a href="index.html">
<img src="./logo.png" width="10%"/>
  <b>V</b>isual <b>I</b>nformatics Group @ University of <b>T</b>exas at <b>A</b>ustin
</a>
</div> -->
<div class="ml-auto">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none pl-0 d-lg-block">
<li class="active">
<a href="index.html" class="nav-link text-right">Home</a>
</li>
<!-- <li>-->
<!-- <a href="research.html"" class=" nav-link text-left">Research</a>-->
<!-- </li>-->
<li>
<a href="publication.html"" class=" nav-link text-left">Publication</a>
</li>
<li>
<a href="teaching.html" class=" nav-link text-left">Teaching</a>
</li>
<li>
<a href="group.html" class="nav-link text-left">Group</a>
</li>
<li>
<a href="resource.html" class="nav-link text-left">Resource</a>
</li>
<!-- <li>-->
<!-- <a href="prospective_students.html" class="nav-link text-left">Opening</a>-->
<!-- </li>-->
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="challenge.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Challenge
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="challenge1.html">Tiny Object Detection Challenge</a>
<a class="dropdown-item" href="challenge2.html">Image Restoration for UDC Challenge</a>
</div>
</li>
<li>
<a href="callforpapers.html" class="nav-link text-left">Call for Papers</a>
</li>
<li>
<a href="speakers.html" class="nav-link text-left">Invited Speakers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="challenge.html" id="navbarDropdown"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Previous
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://yuqian2.wixsite.com/forlq">RLQ'19</a>
</div>
</li> -->
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row">
<div class="col-lg-12" id="people">
<div class="section-title">
<h2>Principal Investigator</h2>
</div>
<div class="row justify-content-md-left" style="margin-top: 40px">
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href="http://vztu.github.io"><img
src="groups/CSCE-ZhengZhong-Tu-1Oct24.jpg" width="120%" style="margin:auto"></a>
<div class="post-meta" style="width: 220px">
<span class="d-block" style="padding-top:10px"><a
href="http://vztu.github.io">Zhengzhong Tu
<br> Email: <a href="mailto:tzz@tamu.edu">tzz[at]tamu[.]edu</a> </span>
<span class="d-block" style="padding-top:10px"> Assistant Professor, Texas A&M University (Starting June. 2024) </span>
<a href="https://scholar.google.com/citations?user=9ajdZaEAAAAJ&hl=en&authuser=1"><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a> |
<!-- <a href="http://www.jqgu.net/files/Jiaqi_Gu_CV_EN.pdf">CV</a> |-->
<a href="https://www.linkedin.com/in/zhengzhongtu/"><i class="fab fa-linkedin"></i> LinkedIn</a> |<br>
<a href="https://orcid.org/0000-0002-7594-2292"><i class="fab fa-orcid"></i> ORCID</a> |
<a href="https://github.com/vztu"><i class="fab fa-github"></i> Github</a> |
<a href="https://x.com/_vztu"><i class="fab fa-twitter"></i></a> X
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-12" id="people">-->
<!-- <div class="section-title">-->
<!-- <h2>Postdoctoral Researchers</h2>-->
<!-- </div>-->
<!-- <div class="row justify-content-md-left" style="margin-top: 40px">-->
<!-- <div class="col-md-3" style="margin-bottom: 40px">-->
<!-- <div class="card">-->
<!-- <a href="https://jinlong17.github.io/"><img src="groups/Jinlong.png" width="100%" style="margin:auto"></a>-->
<!-- <div class="post-meta">-->
<!-- <span class="d-block" style="padding-top:10px"><a-->
<!-- href="https://jinlong17.github.io/">Jinlong Li</a> <br> </span>-->
<!-- <span class="d-block"> (Fall 2024 - )</span>-->
<!-- <a href="https://scholar.google.com/citations?hl=en&user=tYIQiHgAAAAJ"><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>-->
<!--<!– <a>3DV </a>–>-->
<!-- <span class="d-block">Autonomous Driving, Computer Vision, Intelligent Transportation</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-md-3" style="margin-bottom: 40px">-->
<!-- <div class="card">-->
<!-- <a href="https://jyhong.gitlab.io"><img src="groups/Junyuan.jpg" width="100%" style="margin:auto"></a>-->
<!-- <div class="post-meta">-->
<!-- <span class="d-block" style="padding-top:10px"><a-->
<!-- href="https://hehefan.github.io/">Junyuan Hong</a> <br> Ph.D., Michigan State University, 2023 </span>-->
<!-- <span class="d-block"> (Summer 2023 - )</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div> –>-->
<!-- </div>-->
<!-- </div>-->
<div class="col-lg-12" id="people">
<div class="section-title">
<h2>Ph.D Students</h2>
</div>
<div class="row justify-content-md-left" style="margin-top: 20px">
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card"
<a href="https://shadowiterator.github.io/"><img src="groups/renjie.jpg" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="https://shadowiterator.github.io/">Renjie Li</a> </span>
<span class="d-block"> (Fall 2024 - ) </span>
<a href="https://scholar.google.com/citations?hl=en&user=hs80Ix0AAAAJ"><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<!-- <a>3DV </a>-->
<span class="d-block">3DV, Generative Models, MLLM, Autonomous Driving</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card"
<a href="https://shuoxing98.github.io/"><img src="groups/shuoxing.jpg" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="https://shuoxing98.github.io/">Shuo Xing</a> </span>
<span class="d-block"> (Fall 2024 - ) </span>
<a href="https://scholar.google.com/citations?user=HYZvb-YAAAAJ"><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">Machine Learning, Approximation Theory, LLM, MLLM</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/ruizheng_bai.png" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="">Ruizheng Bai</a> </span>
<span class="d-block">co-advised with Prof. Bani Mallick (Fall 2024 - ) </span>
<a href=""><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">ML, Diffusion Models, Trustworthy ML</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/rongren.jpg" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="">Rong Ren</a> </span>
<span class="d-block">co-advised with Prof. Yuling Zhuang (Fall 2024 -) </span>
<a href=""><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">AI/LLM for Education, Math/CS/STEM Education </span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/aiman.JPG" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="">Aiman Siddiqi</a> </span>
<span class="d-block">co-advised with Prof. Irfan Khan (Fall 2024 - ) </span>
<a href="https://scholar.google.com/citations?user=FNYoQowAAAAJ&hl=en&oi=sra"><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">Computer Vision, Multimodal, Trustworthy AI</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/kexin.png" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="">Kexin Tian</a> </span>
<span class="d-block">co-advised with Prof. Yang Zhou (Spring 2025 - ) </span>
<a href=""><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">ML, (Connected) Automated Vehicles, MLLM</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/xiangbo.png" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="https://www.xiangbogao.com/">Xiangbo Gao</a> </span>
<span class="d-block"> (Spring 2025 - ) </span>
<a href="https://scholar.google.com/citations?user=dcw41CcAAAAJ&hl=en"><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">MLLM, Robotics, Autonomous Systems, Trustworthy ML</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/moonjun.jpeg" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="https://moonjungong.github.io/">Moonjun Gong</a> </span>
<span class="d-block"> (Spring 2025 - ) </span>
<a href="https://scholar.google.com/citations?hl=en&user=9t65xl0AAAAJ"><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">Spatial Intelligence, Robotics, Autonomous Driving</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/chanweihu.png" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="https://huchanwei123.github.io/">Chan-Wei Hu</a> </span>
<span class="d-block"> (Spring 2025 - ) </span>
<a href="https://scholar.google.com/citations?user=YCGjY3gAAAAJ"><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">Machine Learning, MLLM, Agentic Systems</span>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-12" id="people">-->
<!-- <div class="section-title" style="margin-bottom:10px">-->
<!-- <h2>Master and Undergrad Students</h2>-->
<!-- </div>-->
<div class="col-lg-12" id="people">
<div class="section-title">
<h2>Master and Undergrad Students</h2>
</div>
<div class="row justify-content-md-left" style="margin-top: 20px">
<!-- <div class="row justify-content-md-left" style="margin-top: 0px"> -->
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/jingrui.jpg" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="">Jingrui Mao</a> </span>
<span class="d-block"> (Fall 2024 - ) </span>
<a href=""><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">MLLM, Spatial Reasoning</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/yanjia.png" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="">Yanjia Huang</a> </span>
<span class="d-block"> (Fall 2024 - ) </span>
<a href="https://scholar.google.com/citations?hl=en&user=PB5VkYsAAAAJ"><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">MLLM, Reasoning, Robotics</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/mingyang.png" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="">Mingyang Wu</a> </span>
<span class="d-block"> (Fall 2024 - ) </span>
<a href=""><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">3D Generation, Video Generation</span>
</div>
</div>
</div>
<div class="col-md-3" style="margin-bottom: 40px">
<div class="card">
<a href=""><img src="groups/zilin.jpg" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="">Zilin Zhao</a> </span>
<span class="d-block"> (Fall 2024 - ) </span>
<a href=""><i class="ai ai-google-scholar-square ai-1x"></i> Google Scholar</a>
<span class="d-block">Reinforcement Learning, Deep Learning, Robotics</span>
</div>
</div>
</div>
</div>
<ul>
<!-- <li> Zilin Zhao, MS student, CS@TAMU, Fall 2024 - present </li>-->
<!-- <li> Yanjia Huang, MS student, ET@TAMU, Fall 2024 - present</li>-->
<!-- <li> Mingyang Wu, MS student, CS@TAMU, Fall 2024 - present</li>-->
<!-- <li> Jingrui Mao, MS student, CS@TAMU, Fall 2024 - present</li>-->
<li> Gaurangi Sinha, MS student, CS@TAMU, Fall 2024 - present</li>
<li> Kuan-Ru Huang, MS student, CS@TAMU, Fall 2024 - present</li>
<li> Michael Rao, BS student, CS@TAMU, Fall 2024 - present</li>
<li> Zihao (Zack) Zhu, BS Student, CS@TAMU, Fall 2024 - present</li>
<li> Shawn Chin, BS student, CS@TAMU, Fall 2024 - present</li>
<li> David Chi, BS student, CSMath@TAMU, Fall 2024 - present</li>
</ul>
<!-- </div> -->
</div>
<div class="col-lg-12" id="people">
<div class="section-title" style="margin-bottom:10px">
<h2>Visitors/Interns</h2>
</div>
<!-- <div class="row justify-content-md-left" style="margin-top: 0px"> -->
<ul>
<!-- <li> Ziyang Jiang, MS student, EE@USC, May 2023 - present </li>-->
<!-- <li> Dennis Yin, Undergraduate student, ECE@UW, June 2023 - present </li>-->
<!-- <li> Haotian Lu, Undergraduate student, EE@TJU, June 2023 - present </li>-->
<!-- <li> Hongjian Zhou, MS student, EE@ShanghaiTech, Apr 2024 - present </li>-->
</ul>
<!-- </div> -->
</div>
<!-- <div class="col-lg-12" id="people">
<div class="section-title" style="margin-bottom:10px">
<h2>Alumni</h2>
</div>
<ul>
Ph.D Students/Postdocs
</ul>
<div class="row justify-content-md-left" style="margin-top: 10px">
<div class="col-md-3" style="margin-bottom: 10px">
<div class="card">
<a href="https://yyvettey.github.io/"><img src="groups/yeyuan.jpg" width="100%" style="margin:auto"></a>
<div class="post-meta">
<span class="d-block" style="padding-top:10px"><a
href="https://yyvettey.github.io/">Ye Yuan (Ph.D)</a> </span>
<span class="d-block"> Fall 2015 - Summer 2020 (with VITA: since Fall 2017) </span>
<span class="date-read">Current: Research Scientist, Bytedance AI Lab, Seattle, WA </span>
</div>
</div>
</div>
</div>
<div class="row justify-content-md-left" style="margin-top: 10px">
<ul>
Visitors/Interns
<ul>
<li> Ziyang Jiang, MS student, EE@USC, USA, Summer 2023 [remote] May 2023 - present </li>
<li> Dennis Yin, Undergraduate student, ECE@UW, USA, Summer 2023 [remote] June 2023 - present </li>
</ul>
</ul> -->
<!-- <ul>
M.S. Students
<ul> -->
<!-- <li>Nitin Bansal, CSE@TAMU, M.S. student, Aug 2017 - Dec 2018 (Next Move: Senior Deep Learning Engineer, MagicLeap)</li>
<li>Jianghao Shen, CSE@TAMU, M.S. student, Aug 2017 - Dec 2018 (Next Move: Ph.D. student, ECE@North Carolina State University)</li>
<li>Pengcheng Pi, ECE@TAMU, M.S. student, Aug 2017 - Dec 2018 (Next Move: Ph.D. student, ECE@TAMU)</li>
<li>Sheelabhadra Dey, CSE@TAMU, M.S. student, Jan 2018 - May 2019 (Next Move: Ph.D. student, CSE@TAMU)</li>
<li>Nalin Dadhich, CSE@TAMU, M.S. student, Jan 2018 - May 2019 (Next Move: Software Development Engineer, Nvidia)</li>
<li>Anjali Chadha, CSE@TAMU, M.S. student, Aug 2018 - May 2019 (Next Move: Software Development Engineer, Amazon Alexa AI)</li>
<li>Pritish Uplavikar, CSE@TAMU, M.S. student, Aug 2018 - May 2019 (Next Move: Research Engineer, Apple)</li>
<li>Karthik Suresh, ECE@TAMU, M.S. student, Jan 2018 - May 2019 (Next Move: Applied Machine Learning Scientist, Adobe)</li>
<li>Prateek Shroff, CSE@TAMU, M.S. student, Jan 2019 - May 2020 (Next Move: Software Development Engineer, Amazon)</li>
<li>Zhenhua He, CSE@TAMU, M.S. student, Aug 2019 - Aug 2020 (Next Move: Research Assistant, ECE@TAMU)</li>
<li>Ting-Kuei Hu, CSE@TAMU, M.S. student, Aug 2018 - Dec 2020 (Next Move: Senior Deep Learning Engineer, Qualcomm Research)</li>
<li>Yunhe Xue, ECE@TAMU, M.S. student, Aug 2019 - Dec 2020 (Next Move: Research Engineer, ByteDance AI Lab)</li>
<li>Sicheng Wang, CSE@TAMU, M.S. student, Aug 2017 - Dec 2020 (Next Move: Data Scientist, Microsoft)</li>
<li>Scott Hoang, CSE@TAMU, M.S. student, Jan 2019 - May 2021 (Next Move: joining VITA as Ph.D. student) </li>
<li>Rahul Sridhar, CSE@TAMU, M.S. student, Jan 2020 - May 2021 (Next Move: Computer Vision Engineer, Snap Inc.) </li>
<li>Everardo Olivares-Vargas, CSEM@UT Austin, M.S. student, Aug 2021 - Dec 2022</li> -->
<!-- </ul>
</ul> -->
<!-- <ul>
Undergraduate RAs & Senior Design Teams
<ul> -->
<!-- <li>UT ECE Senior Design Team (2022 - 2023): John Lu, Nathan Stern, Steven Nguyen, Mingi Hong, Nguyen Pham </li>
<li>UT ECE Senior Design Team (2021 - 2022): Rishabh Parekh, Kush Desai, Akarsh Kumar, Sahil Vaidya, Viraj Parikh, Malav Shah </li>
<li>UT ECE Senior Design Team (2021 - 2022): Savi Hanagud, Qingyang Hu, Cathy Le, Saaketh Rao, Jeffrey Wallace, Ming Zhao </li>
<li>UT ECE Senior Design Team (2020 - 2021): Jessica Pham, Soroush Famili, William Gu, Matt MacDonald, Ryed Ahmed <a
href="https://github.com/SeniorDesignF20/AmazonUnderstandingProductImages"> [Code] </a> <a
href="https://vimeo.com/543699826"> [Demo] </a></li> [Winner of Most Viewed Capstone Final Presentation Award]
<li> Mia Mei, Applied Math@Notre Dame, undergraduate (Moncrief summer intern program by UT Oden Institute), Jun 2022 - Aug 2022 </li>
<li> Zak Turner, ME@UT Austin, undergraduate (UT GoodSystem program summer intern), Jun 2022 - Aug 2022 </li>
<li> <a href="https://akarshkumar.com/index.html">Akarsh Kumar</a>, ECE@UT Austin, undergraduate, Aug 2021 - Aug 2022 (Next Move: Ph.D. student, EECS@MIT, NSF Graduate Fellowship)</li>
<li> Mingkang Zhu, CS@UT Austin, undergraduate, Jan 2021 - Aug 2022 </li>
<li> Santosh Balachandra, ECE@UT Austin, undergraduate, Aug 2020 - Aug 2021 (Next Move: Data Scientist, Robinhood)</li>
<li>Tianshu Huang, ECE@UT Austin, undergraduate, May 2020 - May 2021 (Next Move: Ph.D. student, ECE@CMU)</li>
<li>Jason Zhang, ECE@UT Austin, undergraduate, Aug 2020 - May 2021 (Next Move: Ph.D. student, CS@CMU)</li>
<li>Ryan King, CSE@TAMU, undergraduate, Aug 2019 - Aug 2020 (Next Move: Ph.D. student, CSE@TAMU)</li>
<li>Josiah Coad, Math@TAMU, undergraduate, Jan 2019 - Aug 2020 (Next Move: Ph.D. student, CS@UIUC)</li>
<li>Benjamin McKenzie, CSE@TAMU, undergraduate, Jan 2020 - Aug 2020</li>
<li>Ryan Wells, CSE@TAMU, undergraduate, Aug 2018 - Aug 2019</li>
<li>Chase Brown, CSE@TAMU, undergraduate, Summer 2018</li> -->
<!-- </ul>
</ul> -->
<!-- </div>
</div> -->
</div>
</div>
<div class="col-lg-12">
<div style="display:inline-block;width:500px;">
<script type="text/javascript" src="//rc.rev
olvermaps.com/0/0/7.js?i=2hlmeh3dic1&m=0&c=ff0000&cr1=ffffff&br=19&sx=0"
async="async"></script>
</div>
</div>
<!-- END section -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-12">
<div class="copyright">
<p>
© <span id="current-year"></span> All rights reserved | Built upon
<a href="https://colorlib.com" target="_blank" rel="noopener noreferrer">Colorlib</a>
</p>
<!-- RevolverMaps Widget -->
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=51rpu3e5zw4&m=0&c=ff0000&cr1=ffffff&f=arial&l=33" async="async"></script>
</div>
</div>
</div>
</div>
</footer>
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</div>
<!-- .site-wrap -->
<!-- loader -->
<div id="loader" class="show fullscreen">
<svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#ff5e15" />
</svg>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.mb.YTPlayer.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>