-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (141 loc) · 9.57 KB
/
index.html
File metadata and controls
235 lines (141 loc) · 9.57 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.162.1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Multi-Physics Lagrangian-Eulerian Simulation Lab">
<meta name="author" content="MultiPLES-Lab">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<link rel="stylesheet" href=/aivc/css/multiples.css type="text/css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css"/>
<link rel="icon" href="/aivc/img/website%20icon.png" />
<title> UCLA Artificial Intelligence & Visual Computing Lab</title>
<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
</script>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/aivc">
<img src="/aivc/img/lab%20short%20blue.png", height=40px>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link active text-decoration-none" href="/aivc/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-decoration-none" href="/aivc/people">People</a>
</li>
<li class="nav-item">
<a class="nav-link text-decoration-none" href="/aivc/publication">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link text-decoration-none" href="/aivc/demo">Demo</a>
</li>
</ul>
<form class="d-flex">
</form>
</div>
</div>
</nav>
<div class = "container marketing" style="margin-top: 80px;">
<h1 class="featurette-heading" align=center style="font-weight: 500; margin-bottom: 40px;">UCLA Artificial Intelligence & Visual Computing Laboratory</h1>
<div style="text-align: justify; font-size:14pt">
Our research focuses on the synergy between visual computing and artificial intelligence. We are dedicated to advancing technologies in the creation, representation, understanding, and optimization of digital 2D/3D content and intelligent robots.
<!--
<div style="background-color:#ffffe0; padding:10px;">
<b><span style="color:red;">Opportunities:</span></b> We are currently seeking several visiting students or research interns for Fall 2025 at the UCLA AIVC Lab. Projects will focus on 3D/4D content creation, embodied AI, robotics simulation, video synthesis, computational geometry, and VR. If you're interested, feel free to contact us.
</div> -->
</div>
<hr style="margin-top: 80px; margin-bottom: 30px;">
<h1 style="margin-top: 60px; margin-bottom: 30px;" align=center>News</h1>
<div style="margin-left: 20px; margin-right:20px">
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2026-05-27]</strong> <a href="https://ww3.math.ucla.edu/professor-chenfanfu-jiang-collaborates-with-toyota-research-institute/">Professor Chenfanfu Jiang Collaborates with Toyota Research Institute for URP 3.0</a>.</p>
</div>
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2026-05-21]</strong> <a href="https://xuan-li.github.io/">Xuan Li</a> wins <a href="https://computeranimation.org/awards.html">SCA 2026 Doctoral Dissertation Award</a> Honorable mention.</p>
</div>
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2026-05-18]</strong> <a href="https://yunuoch.github.io/">Yunuo Chen</a> is featured in UCLA Math <a href="https://ww3.math.ucla.edu/graduate-student-spotlight-yunuo-chen/">Graduate Student Spotlight</a>.</p>
</div>
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2026-04-21]</strong> <a href="https://xpandora.github.io/">Tianyi Xie</a> wins the UCLA CS Outstanding Graduate Student Research Award.</p>
</div>
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2026-04-09]</strong> Our paper <a href="https://heyumeng.com/SPARK-web/"><em>SPARK: Sim-ready Part-level Articulated Reconstruction with VLM Knowledge</em></a> is accepted as CVPR oral.</p>
</div>
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2025-11-07]</strong> Our paper <a href="https://anunrulybunny.github.io/elastogen/"><em>ElastoGen: 4D Generative Elastodynamics</em></a> is accepted as AAAI oral.</p>
</div>
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2025-10-10]</strong> <a href="https://jlu227.wixsite.com/kay-lu">Jiayin Lu</a> wins the <a href="https://idre.ucla.edu/idre-funding">Institute for Digital Research and Education (IDRE) Postdoctoral Fellowships</a>.</p>
</div>
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2025-09-18]</strong> Our paper <a href="https://taccel-simulator.github.io/"><em>Taccel: Scaling Up Vision-based Tactile Robotics via High-performance GPU Simulation</em></a> is accepted as NeurIPS spotlight.</p>
</div>
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2025-04-04]</strong> Our paper <a href="https://arm-aigc.github.io/"><em>ARM: Appearance Reconstruction Model for Relightable 3D Generation</em></a> is accepted as CVPR highlight.</p>
</div>
<div style = "text-align: cennter; margin-left: 20px; margin-right: 20px; margin-top: -10px; margin-bottom:-10px">
<p><strong>[2025-02-28]</strong> <a href="https://changyu.io/">Chang Yu</a> wins the <a href="https://www.meshy.ai/blog/fellowship-2025">Meshy AI Scholarship</a>.</p>
</div>
</div>
</div>
<div style="margin-bottom: 100px;">
</div>
<script src="//code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/268c7f320e.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/2.3.1/list.min.js"></script>
<script type="text/javascript" src=/aivc/js/multiples.js></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
displayMath: [['$$','$$'], ['\\[','\\]']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: { equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"] }
}
});
</script>
</body>
<footer>
<div style="width:100%; background:#28242c;">
<div class="container footer-container" style="color:#fff; width: 80%">
<br>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12", style="text-align: left; margin-bottom: 20px; margin-top:60px">
<h3 style="margin-bottom: 20px;"> Address</h3>
<p>603 Charles E Young Dr E</p>
<p>Slichter Hall 3860</p>
<p>Los Angeles, CA 90095</p>
</div>
</div>
</div>
<div class="footer-container" style="text-align: center; color:#c4c4c4; margin-top: 50px; ">
<small>
<p>Copyright © 2026 AIVC-Lab. All rights reserved.</p>
<br>
</small>
</div>
</div>
</footer>
</html>