-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
425 lines (390 loc) · 22 KB
/
index.html
File metadata and controls
425 lines (390 loc) · 22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>UC ERIC Lab</title>
<link rel="stylesheet" href="static/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/fonts.css">
<link rel="stylesheet" href="static/css/custom.css">
<style>
/* keep both logos same height, preserve aspect */
.lab-logo {
max-height: 12rem;
max-width: 24rem;
width: auto;
height: auto;
margin-left: 1rem;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"><b>UC ERIC Lab</b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#content" aria-controls="navbarsExample07" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="content">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"><b>Home</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="people.html">People</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/eric-ai-lab">Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://eric-xw.github.io/hiring.html" target="_blank">Join Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<!-- update the ACLtool link when deploying -->
<!-- <li class="nav-item">
<a class="nav-link" href="{{ url_for('ACLtool') }}">ACL Tool</a>
</li> -->
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<!-- todo: get a image here -->
<!-- <img src="static/image/ucsc_logo.png" class="img-fluid float-right" style="height:6rem;"/> -->
<!-- <div class="d-flex justify-content-end align-items-center gap-4 mb-4 flex-nowrap">
<img src="static/image/ucsc_logo.png"
alt="UCSC logo"
class="lab-logo">
<img src="static/image/UC_Santa_Barbara_Wordmark_Navy_RGB.png"
alt="UCSB logo"
class="lab-logo">
</div>
<h1 class="display-5 dark-blue">Welcome!</h1>
<p class="lead dark-blue"> This is the <strong>ERIC Lab</strong> at UCSC/UCSB.</p> -->
<div class="d-flex justify-content-between align-items-center mb-4 flex-nowrap">
<!-- left side: text -->
<div>
<h1 class="display-5 dark-blue mb-0">Welcome!</h1>
<p class="lead dark-blue mb-0">This is the <strong>UCSB ERIC Lab</strong>.</p>
</div>
<!-- right side: logo -->
<div class="d-flex align-items-center">
<img src="static/image/UC_Santa_Barbara_Wordmark_Navy_RGB.png"
alt="UCSB logo"
class="lab-logo">
</div>
</div>
</div>
</div>
<div class="container" align="justify">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 thumb">
<img src="static/image/ucsb-campus-banner.jpg" class="img-fluid mx-auto d-block" style="width:80rem;"/>
<br/>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 thumb">
<h3>About Us</h3>
<p>
Welcome to the UCSB Embodied and Responsible Interaction and Communication (ERIC) Lab! ERIC also stands for Epic Research In Computing. Our lab's research interests include Natural Language Processing, Computer Vision, and Machine Learning, with an emphasis on building Embodied AI agents that can communicate with humans using natural language to perform real-world multimodal tasks.
</p>
<br/>
</div>
<!--
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 thumb">
<h3>Recent Papers</h3>
<p><ul class="ul-paper">
<li class="li-paper">
<span class="title">FedVLN: Privacy-preserving Federated Vision-and-Language Navigation</span>
<span>Kaiwen Zhou, Xin Eric Wang</span>
<span>
<b>ECCV 2022</b>
</span>
<span>
</span>
</li>
<li class="li-paper">
<span class="title">Language-Driven Artistic Style Transfer</span>
<span>Tsu-Jui Fu, Xin Eric Wang, William Yang Wang</span>
<span>
<b>ECCV 2022</b>
</span>
<span>
</span>
</li>
<li class="li-paper">
<span class="title">Understanding Instance-Level Impact of Fairness Constraints </span>
<span>Jialu Wang, Xin Eric Wang, Yang Liu </span>
<span>
<b>ICML 2022</b>
</span>
<span>
</span>
</li>
<li class="li-paper">
<span class="title">Imagination-Augmented Natural Language Understanding</span>
<span>Yujie Lu, Wanrong Zhu, Xin Eric Wang, Miguel Eckstein, William Yang Wang</span>
<span>
<b>NAACL 2022</b>
</span>
<span>
</span>
</li>
<li class="li-paper">
<span class="title">Diagnosing Vision-and-Language Navigation: What Really Matters</span>
<span>Wanrong Zhu, Yuankai Qi, Pradyumna Narayana, Kazoo Sone, Sugato Basu, Xin Eric Wang, Qi Wu, Miguel Eckstein, William Yang Wang</span>
<span>
<b>NAACL 2022</b>
</span>
<span>
</span>
</li>
<li class="li-paper">
<span class="title">Compositional Temporal Grounding with Structured Variational Cross-Graph Correspondence Learning</span>
<span>Juncheng Li, Junlin Xie, Long Qian, Linchao Zhu, Siliang Tang, Fei Wu, Yi Yang, Yueting Zhuang, Xin Eric Wang</span>
<span>
<b>CVPR 2022</b>
</span>
<span>
</span>
</li>
<li class="li-paper">
<span class="title">M3L: Language-based Video Editing via Multi-Modal Multi-Level Transformer</span>
<span>Tsu-Jui Fu, Xin Eric Wang, Scott Grafton, Miguel Eckstein, William Yang Wang</span>
<span>
<b>CVPR 2022</b>
</span>
<span>
</span>
</li>
<li class="li-paper">
<span class="title">Vision-and-Language Navigation: A Survey of Tasks, Methods, and Future Directions</span>
<span>Jing Gu, Eliana Stefani, Qi Wu, Jesse Thomason, Xin Eric Wang</span>
<span>
<b>ACL 2022</b>
</span>
<span>
</span>
</li>
<li class="li-paper">
<span class="title">Assessing Multilingual Fairness in Pretrained Multimodal Representations</span>
<span>Jialu Wang, Yang Liu, Xin Eric Wang</span>
<span>
<b>Findings of ACL 2022</b>
</span>
<span>
</span>
</li>
<li class="li-paper">
<span class="title">Interpretable Research Replication Prediction via Variational Contextual Consistency Sentence Masking</span>
<span>Tianyi Luo, Rui Meng, Xin Eric Wang, Yang Liu</span>
<span>
<b>Findings of ACL 2022</b>
</span>
<span>
</span>
</li>
</div>
-->
<div class="containe">
<h3>Recent News</h3>
<li>
Three papers accepted to <a href="https://iclr.cc/">ICLR 2026</a>! Congratulations to all authors!
</li>
<li>
Inaugural CRML Agentic AI Summit 2026 launched at UCSB!
</li>
<li>
Prof. Xin (Eric) Wang serves as Senior Area Chair for ACL 2026, and Area Chair for ICLR 2026 and ICML 2026.
</li>
<li>
Agent S3 released - the first computer use agent that surpasses human performance!
</li>
<li>
Three papers accepted to <a href="https://nips.cc">NeurIPS 2025</a>! Congratulations to all authors!
</li>
<li>
Four papers accepted to <a href="https://2025.emnlp.org/">EMNLP 2025</a>! Congratulations to all authors!
</li>
<li>
Our Agent S2 paper accepted to <a href="https://colmweb.org/">COLM 2025</a>!
</li>
<li>
Our VLM4D paper accepted to <a href="https://iccv.thecvf.com/">ICCV 2025</a>!
</li>
<li>
Prof. Xin (Eric) Wang has Invited Talks at IVADO Bootcamp and Workshop on Autonomous LLM Agents.
</li>
<li>
Prof. Xin (Eric) Wang has Invited Talks at Apple, Cisco, Cresta, and Georgian.
</li>
<li>
PhD candidate Yue Fan has Invited Talks at Runway.
</li>
<li>
PhD candidate Kaiwen Zhou has been awarded the UCSC Dissertation-Year Fellowship! Congratulations!
</li>
<li>
Prof. Xin (Eric) Wang has Keynote Talk at the <a href="https://ivado.ca/en/thematic-programs/autonomous-llm-agents-risks-and-scientific-challenges/">IVADO Bootcamp on Autonomous LLM Agents</a>(8/2025).
</li>
<li>
Prof. Xin (Eric) Wang has Keynote Talk at the <a href="https://semla.polymtl.ca/">SEMLA 2025</a>(6/2025).
</li>
<li>
Prof. Xin (Eric) Wang has Invited Talks at Apple and Cisco.
</li>
<li>
Two papers accepted to <a href="https://2025.aclweb.org/">ACL 2025</a>!
</li>
<li>
Our Agent S paper won the <b>Best Paper Award</b> at ICLR 2025 Agentic AI for Science!
</li>
<li>
Prof. Xin (Eric) Wang serves as Senior Area Chair for EMNLP 2025 and Area Chair for NeurIPS 2025.
</li>
<li>
Agent S2 is released! The best computer use agent with new SOTA on OSWorld, WindowsAgentArena, and AndroidWorld.
</li>
<li>
Prof. Xin (Eric) Wang has Keynote Talk at the <a href="https://lmxsafety.com/2025/index.html">Large Model Safety Workshop</a>.
</li>
<li>
Prof. Xin (Eric) Wang has Invited Talks at Adobe Research, ServiceNow Research, Apple, and eBay.
</li>
<li>
Four papers accepted to <a href="https://iclr.cc/">ICLR 2025</a>! Congratulations to all authors!
</li>
<li>
Our lab received multiple research gift awards from eBay and Cisco. Thanks!
</li>
<li>
Two papers accepted to <a href="https://2024.naacl.org/">NAACL 2024</a>! Congratulations to all authors!
</li>
<li>
Our lab received a research grant from Microsoft. Thanks Microsoft!
</li>
<li>
Our lab received a gift award from Adobe. Thanks Adobe!
</li>
<li>
Our lab received multiple gift awards from eBay and Snap. Thanks!
</li>
<li>
Two workshops are accepted to <a href="https://2024.aclweb.org/">ACL 2024</a>! Will be co-organizing the 3rd Workshop on Advances in Language and Vision Research (ALVR 2024) and the Fourth International Combined Workshop on Spatial Language Understanding and Grounded Communication for Robotics (SpLU-RoboNLP 2024) in Bangkok, Thailand.
</li>
<li>
Prof. Xin (Eric) Wang has a invited talk at Yale University (10/2023).
</li>
<li>
Three papers accepted to <a href="https://neurips.cc/">NeurIPS 2023</a>! Congratulations to all authors!
</li>
<li>
Three papers accepted to <a href="https://2023.emnlp.org/">EMNLP 2023</a>! Congratulations to all authors!
</li>
<li>
Our Athena Team won Second Place ($50K) in Alexa Prize SocialBot Grand Challenge 5 (Scientific Innovation Track)! Check out <a href="https://www.amazon.science/alexa-prize/socialbot-grand-challenge/2022">Amazon News</a> for more information about this!
</li>
<li>
Our SlugJARVIS Team won Third Place ($50K) in Alexa Prize SimBot Challenge! Check out <a href="https://news.ucsc.edu/2023/06/simbot-results.html">UCSC News</a> for more information about this!
</li>
<li>
Our <a href="https://sites.google.com/ucsc.edu/escnav/home?pli=1">ESC</a> paper is accepted to <a href="https://icml.cc/">ICML 2023</a>!
</li>
<li>
Our SlugJARVIS team advances to the finals of the inaugural Alexa Prize SimBot Challenge! Check out <a href="https://www.amazon.science/alexa-prize/simbot-challenge/one">Amazon News</a> for more information about this and <a href="https://news.ucsc.edu/2023/04/slugs-compete-in-all-three-amazon-alexa-prize-challenges.html">UCSC News</a> for our three teams of all three Alexa Prize Challenges!
</li>
<li>
Prof. Xin (Eric) Wang is co-organizing the 5th Workshop on Closing the Loop Between Vision and Language (CLVL) at ICCV 2023!
</li>
<li>
Prof. Xin (Eric) Wang is serving as Area Chair for <a href="https://nips.cc">NeurIPS 2023</a>!
</li>
<li>
Two papers on (1) Training-Free Structured Diffusion Guidance and (2) Neuro-Symbolic Procedural Planning with Commonsense Prompting (Spotlight) are accepted to <a href="https://iclr.cc/">ICLR 2023</a>!
</li>
<li>
Three papers on (1) Multimodal Graph Transformer, (2) Imagination-Based Automatic Evaluation, and (3) Imagination-Guided Open-Ended Text Generation are accepted to <a href="https://eacl.org/index.html"> EACL 2023</a>!
</li>
<li>
Our Sage team received an Amazon Alexa Prize Award to work on <a href="https://www.amazon.science/alexa-prize/taskbot-challenge/2022">Alexa Prize TaskBot Challenge 2</a>. Thanks Amazon!
</li>
<li>
Our paper "Parameter-Effcient Model Adaptation for Vision Transformers" is accepted to <a href="https://aaai.org/Conferences/AAAI-23/">AAAI 2023!</a>
</li>
<li>
Our Athena team received an Amazon Alexa Prize Award to work on <a href="https://www.amazon.science/alexa-prize/socialbot-grand-challenge/2022">Alexa Prize SocialBot Grand Challenge 5</a>. Thanks Amazon!
</li>
<li>
Our paper "CPL: Counterfactual Prompt Learning for Vision and Language Models" is accepted to <a href="https://2022.emnlp.org/">EMNLP 2022</a>!
</li>
<li>
Our paper <a href="https://arxiv.org/abs/2206.08522">VLMbench: A Compositional Benchmark for Vision-and-Language Manipulation</a> got accpeted to NeurlPS 2022 (Datasets and Benchmarks)!
</li>
<li>
Our papers on (1) Privacy-preserving Federated Vision-and-Language Navigation and (2) Language-guided Artistic Style Transfer are accepted to ECCV 2022!
</li>
<li>
Our SlugJARVIS team won the Alexa Prize SimBot Public Benchmark Challenge! <a href="https://news.ucsc.edu/2022/04/2022-alexa-prize.html">link</a>
</li>
<li>
One paper on Understanding Instance-Level Impact of Fairness Constraints accepted to <a href="https://icml.cc/">ICML 2022!</a>
</li>
<li>
Congrats to the Ph.D. and undergrad students in our lab for securing summer research internships at Google Research, Adobe Research, Samsung Research, and Department of Energy (Science Undergraduate Laboratory), etc. in Summer 2022!
</li>
<li>
Two papers accepted to <a href="https://2022.naacl.org/">NAACL 2022</a>! Topics include (1) Imagination-Augmented Natural Language Understanding and (2) Diagnosing Vision-and-Language Navigation.
</li>
<li>
Two papers accepted to <a href="https://cvpr2022.thecvf.com/">CVPR 2022</a>! Topics include (1) Compositional Temporal Grounding and (2) Language-based Video Editing.
</li>
<li>
Three papers accepted to <a href="https://www.2022.aclweb.org/">ACL 2022</a>! Topics include (1) Vision-and-Language Navigation Survey, (2) Multilingual Fairness, and (3) Interpretable Research Replication Prediction.
</li>
<li>
We have received a Google Faculty Research Award. Thanks Google!
</li>
<li>
Our SlugJARVIS team received an Amazon Alexa Prize Award to work on <a href="https://developer.amazon.com/alexaprize/challenges/current-challenge/simbot">Alexa Prize SimBot Challenge</a>. Thanks Amazon!
</li>
<li>
We have received the AAII Interdisciplinary Research Award.
</li>
<li>
Our paper on Mitigating Gender Bias in Image Search is accepted to EMNLP 2021 as an Oral paper.
</li>
<li>
We have received Google Cloud Research Credits.
</li>
<li>
Our VALUE paper is accepted to NeurIPS 2021 (Datasets and Benchmarks).
</li>
</div>
</div>
</div>
<br>
<hr>
<div class="container footer">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 thumb">
<p>
UC Santa Barbara,<br>
Santa Barbara, CA 93106<br>
</p>
</div>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
<script src="static/js/popper.min.js"></script>
<script src="static/js/bootstrap.min.js"></script>
</html>