-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
92 lines (89 loc) · 3.19 KB
/
Copy pathnews.html
File metadata and controls
92 lines (89 loc) · 3.19 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="EngineeringAI Lab news and updates.">
<title>EngineeringAI Lab | News</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header">
<a class="brand" href="index.html" aria-label="EngineeringAI Lab home">
<img src="Engineering-AI-Logo.png" alt="EngineeringAI Lab logo">
<span>EngineeringAI Lab</span>
</a>
<nav class="nav" aria-label="Primary navigation">
<a href="index.html">About</a>
<a href="team.html">Team</a>
<a href="projects.html">Projects</a>
<a href="publications.html">Publications</a>
<a href="advisors.html">Advisors</a>
<a class="is-active" href="news.html">News</a>
</nav>
</header>
<main>
<section class="page-hero">
<p class="eyebrow">News</p>
<h1>Recent lab updates</h1>
<p>
Updates on papers, projects, service, and the growth of EngineeringAI Lab.
</p>
</section>
<section class="section section-band">
<div class="section-inner">
<ol class="news-list">
<li>
<time datetime="2026-06">June 2026</time>
<div>
<h3>StoryBlender accepted to ECCV</h3>
<p>
StoryBlender became the first EngineeringAI Lab team-led paper
accepted to ECCV, establishing a strong milestone for our 3D World
Model program.
</p>
</div>
</li>
<li>
<time datetime="2026-05">May 2026</time>
<div>
<h3>Zhenhong Sun invited as Area Chair for NeurIPS 2026</h3>
<p>
The invitation reflects the lab's growing engagement with top-tier
machine learning research communities.
</p>
</div>
</li>
<li>
<time datetime="2026-02">February 2026</time>
<div>
<h3>3DXTalker released for expressive 3D talking avatars</h3>
<p>
The project unifies identity, lip sync, emotion, and spatial dynamics
in controllable talking-avatar generation.
</p>
</div>
</li>
<li>
<time datetime="2025-02">February 2025</time>
<div>
<h3>EngineeringAI Lab began its 3D World Model program</h3>
<p>
The lab started building a coordinated research program around open
3D world models, generative AI, and embodied intelligence.
</p>
</div>
</li>
</ol>
</div>
</section>
</main>
<footer class="site-footer">
<div>
<strong>EngineeringAI Lab</strong>
<span>Open 3D World Model Research and Engineering</span>
</div>
<a href="https://github.com/EngineeringAI-LAB">github.com/EngineeringAI-LAB</a>
</footer>
</body>
</html>