Skip to content

Commit 6d96aeb

Browse files
committed
update
1 parent 10df4d2 commit 6d96aeb

File tree

16 files changed

+274
-16
lines changed

16 files changed

+274
-16
lines changed

_data/socials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# bluesky_url: # your bluesky URL
88
# dblp_url: # your DBLP profile url
99
# discord_id: # your discord id (18-digit unique numerical identifier)
10-
email: wanghuan@westlake.edu.cn
10+
email: encodelab@westlake.edu.cn
1111
# facebook_id: # your facebook id
1212
# flickr_id: # your flickr id
1313
github_username: westlake-encode-lab

_includes/sponsors.liquid

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<style>
2+
.sponsors-section {
3+
margin-top: 1.5rem;
4+
}
5+
6+
.sponsors-grid {
7+
display: flex;
8+
flex-direction: row;
9+
flex-wrap: wrap;
10+
justify-content: center;
11+
align-items: center;
12+
gap: 1.5rem 2.5rem;
13+
}
14+
15+
.sponsor-item {
16+
display: flex;
17+
align-items: center;
18+
justify-content: center;
19+
}
20+
21+
.sponsor-item img {
22+
height: 45px;
23+
width: auto;
24+
max-width: 200px;
25+
object-fit: contain;
26+
transition: all 0.3s ease;
27+
}
28+
29+
.sponsor-item img:hover {
30+
transform: scale(1.05);
31+
}
32+
33+
@media (max-width: 576px) {
34+
.sponsors-grid {
35+
gap: 1rem 1.5rem;
36+
}
37+
.sponsor-item img {
38+
height: 35px;
39+
max-width: 160px;
40+
}
41+
}
42+
</style>
43+
44+
<div class="sponsors-section">
45+
<div class="sponsors-grid">
46+
<a class="sponsor-item" href="https://www.nsfc.gov.cn/" target="_blank">
47+
<img src="{{ '/assets/img/sponsors/nsfc.png' | relative_url }}" alt="National Natural Science Foundation of China" title="国家自然科学基金委员会"/>
48+
</a>
49+
<a class="sponsor-item" href="https://kjt.zj.gov.cn/" target="_blank">
50+
<img src="{{ '/assets/img/sponsors/zjst.png' | relative_url }}" alt="Zhejiang Provincial Department of Science and Technology" title="浙江省科学技术厅"/>
51+
</a>
52+
<a class="sponsor-item" href="https://www.caai.cn/" target="_blank">
53+
<img src="{{ '/assets/img/sponsors/caai.png' | relative_url }}" alt="Chinese Association for Artificial Intelligence" title="中国人工智能学会"/>
54+
</a>
55+
<a class="sponsor-item" href="https://www.antgroup.com/" target="_blank">
56+
<img src="{{ '/assets/img/sponsors/ant.png' | relative_url }}" alt="Ant Group" title="蚂蚁集团"/>
57+
</a>
58+
<a class="sponsor-item" href="https://www.alibabacloud.com/" target="_blank">
59+
<img src="{{ '/assets/img/sponsors/alicloud.png' | relative_url }}" alt="Alibaba Cloud" title="阿里云"/>
60+
</a>
61+
</div>
62+
</div>

_layouts/about.liquid

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ layout: default
6464
{% include selected_papers.liquid %}
6565
{% endif %}
6666

67+
<!-- Sponsors -->
68+
{% if page.sponsors and page.sponsors.enabled %}
69+
<h2>Supported By</h2>
70+
{% include sponsors.liquid %}
71+
{% endif %}
72+
6773
<!-- Social -->
6874
{% if page.social %}
6975
<div class="social">

_pages/Home.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ profile:
1414
selected_papers: true # includes a list of papers marked as "selected={true}"
1515
social: true # includes social icons at the bottom of the page
1616

17+
sponsors:
18+
enabled: true
19+
1720
announcements:
1821
enabled: true # includes a list of news items
1922
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
@@ -36,4 +39,4 @@ Our research centers on **Efficient AI**, spanning multiple domains in vision an
3639
- **Snapshot Compressive Imaging**: [[QuantizedSCI](https://github.com/mcao92/QuantizedSCI), [MobileSCI](https://github.com/mcao92/MobileSCI)]
3740

3841
**Join Us:** <br>
39-
Our lab is actively recruiting **Ph.D. students** (2026 Fall, 1 position), **Research Assistants** (1 position), and **Visiting Students** to work on Efficient AI (e.g., pruning, quantization, distillation), GenAI (e.g., diffusion models, LLM/MLLM), 3D (e.g., NeRF, Gaussian Splatting), low-level vision (e.g., image restoration), etc. We foster a professional, equal, chill, and creative environment with competitive compensation, sufficient computing resources (H800/A100/A800/A6000/4090), and opportunities for academic collaboration and industry internships. Check out the [details](https://zhuanlan.zhihu.com/p/691403133) and fill out [this form](https://encodelab.feishu.cn/share/base/form/shrcnhC3tRR4sPMKlKonhcItEDd) to apply!
42+
Our lab is actively recruiting **Ph.D. students** (2026 Fall, 1 position), **Research Assistants** (1 position), and **Visiting Students** to work on **Efficient AI**, **Multimodal Systems**, and **Generative AI**. We foster a professional, equal, chill, and creative environment with competitive compensation, sufficient computing resources, and opportunities for academic collaboration and industry internships. Check out the [details](https://zhuanlan.zhihu.com/p/691403133) and fill out [this form](https://encodelab.feishu.cn/share/base/form/shrcnhC3tRR4sPMKlKonhcItEDd), or send your CV to [[email protected]](mailto:[email protected]) to apply!

_pages/people.md

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -325,33 +325,48 @@ nav_order: 2
325325
</div>
326326
</div>
327327
<div class="profile-item">
328-
<img class="profile-image" src="../assets/img/people/wenjie_du.jpg" alt="Profile"/>
328+
<img class="profile-image" src="../assets/img/people/boya_liao.jpg" alt="Profile"/>
329329
<div class="profile-content">
330330

331-
<h3 class="profile-name">Wenjie Du</h3>
331+
<h3 class="profile-name">Boya Liao</h3>
332332

333333
<div class="profile-social">
334-
<a href="https://kurt232.github.io/" title="Homepage"><i class="fa-solid fa-house"></i></a>
335-
<a href="mailto:[email protected]" title="email"><i class="fa-solid fa-envelope"></i></a>
336-
<a href="https://scholar.google.com/citations?hl=en&user=ZxqE25EAAAAJ" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
337-
<a href="https://github.com/kurt232" title="GitHub"><i class="fa-brands fa-github"></i></a>
334+
<a href="https://boyaliao.github.io/" title="Homepage"><i class="fa-solid fa-house"></i></a>
335+
<a href="mailto:[email protected]" title="email"><i class="fa-solid fa-envelope"></i></a>
336+
<a href="https://scholar.google.com/citations?user=xdWZc2YAAAAJ&hl=en" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
337+
<a href="https://github.com/BoyaLiao" title="GitHub"><i class="fa-brands fa-github"></i></a>
338338
</div>
339-
<p class="profile-description">BS SCU <br> Since Jul 2025</p>
339+
<p class="profile-description">MS ZJU <br> Since Jul 2025</p>
340340
</div>
341341
</div>
342342
<div class="profile-item">
343-
<img class="profile-image" src="../assets/img/people/boya_liao.jpg" alt="Profile"/>
343+
<img class="profile-image" src="../assets/img/people/jia_xu.jpg" alt="Profile"/>
344344
<div class="profile-content">
345345

346-
<h3 class="profile-name">Boya Liao</h3>
346+
<h3 class="profile-name">Jia Xu</h3>
347347

348348
<div class="profile-social">
349-
<a href="https://boyaliao.github.io/" title="Homepage"><i class="fa-solid fa-house"></i></a>
350-
<a href="mailto:bursonliao@gmail.com" title="email"><i class="fa-solid fa-envelope"></i></a>
351-
<a href="https://scholar.google.com/citations?user=xdWZc2YAAAAJ&hl=en" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
352-
<a href="https://github.com/BoyaLiao" title="GitHub"><i class="fa-brands fa-github"></i></a>
349+
<a href="https://jiaxu0123.github.io/jiaxu/" title="Homepage"><i class="fa-solid fa-house"></i></a>
350+
<a href="mailto:aobensss@gmail.com" title="email"><i class="fa-solid fa-envelope"></i></a>
351+
<a href="https://scholar.google.com/citations?user=eI3-mToAAAAJ&hl=en" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
352+
<a href="https://github.com/JiaXU0123" title="GitHub"><i class="fa-brands fa-github"></i></a>
353353
</div>
354-
<p class="profile-description">MS ZJU <br> Since Jul 2025</p>
354+
<p class="profile-description">BS BIT <br> Since Jan 2026</p>
355+
</div>
356+
</div>
357+
<div class="profile-item">
358+
<img class="profile-image" src="../assets/img/people/bin_xu.jpg" alt="Profile"/>
359+
<div class="profile-content">
360+
361+
<h3 class="profile-name">Bin Xu</h3>
362+
363+
<div class="profile-social">
364+
<a href="https://xubin04.github.io/" title="Homepage"><i class="fa-solid fa-house"></i></a>
365+
<a href="mailto:[email protected]" title="email"><i class="fa-solid fa-envelope"></i></a>
366+
<a href="https://scholar.google.com/citations?user=UDiUIGwAAAAJ&hl=zh-TW" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
367+
<a href="https://github.com/xubin04" title="GitHub"><i class="fa-brands fa-github"></i></a>
368+
</div>
369+
<p class="profile-description">BS SDU <br> Since Jan 2026</p>
355370
</div>
356371
</div>
357372
</div>
@@ -392,6 +407,20 @@ nav_order: 2
392407

393408
## Alumni
394409
<div class="profile-grid grid-3-col">
410+
<div class="profile-item">
411+
<img class="profile-image" src="../assets/img/people/wenjie_du.jpg" alt="Profile"/>
412+
<div class="profile-content">
413+
414+
<h3 class="profile-name">Wenjie Du</h3>
415+
416+
<div class="profile-social">
417+
<a href="https://kurt232.github.io/" title="Homepage"><i class="fa-solid fa-house"></i></a>
418+
<a href="https://scholar.google.com/citations?hl=en&user=ZxqE25EAAAAJ" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
419+
<a href="https://github.com/kurt232" title="GitHub"><i class="fa-brands fa-github"></i></a>
420+
</div>
421+
<p class="profile-description">BS SCU</p>
422+
</div>
423+
</div>
395424
<div class="profile-item">
396425
<img class="profile-image" src="../assets/img/people/hanzhang_shen.jpg" alt="Profile"/>
397426
<div class="profile-content">

_pages/talks.md

Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
---
2+
layout: page
3+
permalink: /talks/
4+
title: Talks
5+
description: Invited talks and seminars at ENCODE Lab
6+
nav: true
7+
nav_order: 4
8+
---
9+
10+
<style>
11+
.talk-item {
12+
display: flex;
13+
flex-direction: row;
14+
align-items: flex-start;
15+
padding: 1rem 0;
16+
border-bottom: 1px solid var(--global-divider-color);
17+
gap: 1rem;
18+
}
19+
20+
.talk-item:last-child {
21+
border-bottom: none;
22+
}
23+
24+
.talk-image {
25+
width: 100px;
26+
min-width: 100px;
27+
height: 100px;
28+
object-fit: cover;
29+
border-radius: 50%;
30+
}
31+
32+
.talk-content {
33+
flex: 1;
34+
}
35+
36+
.talk-title {
37+
font-size: 1.1rem;
38+
font-weight: 600;
39+
margin: 0 0 0.3rem 0;
40+
color: var(--global-theme-color);
41+
}
42+
43+
.talk-speaker {
44+
font-size: 1rem;
45+
font-weight: 500;
46+
margin: 0.3rem 0;
47+
}
48+
49+
.talk-affiliation {
50+
font-size: 0.9rem;
51+
color: var(--global-text-color-light);
52+
margin: 0.2rem 0;
53+
}
54+
55+
.talk-date {
56+
font-size: 0.85rem;
57+
color: var(--global-text-color-light);
58+
margin: 0.3rem 0;
59+
}
60+
61+
.talk-meta {
62+
font-size: 0.85rem;
63+
color: var(--global-text-color-light);
64+
margin: 0.2rem 0;
65+
}
66+
67+
.talk-abstract {
68+
font-size: 0.9rem;
69+
line-height: 1.5;
70+
margin: 0.5rem 0;
71+
color: var(--global-text-color);
72+
}
73+
74+
.talk-links {
75+
display: flex;
76+
gap: 0.8rem;
77+
margin-top: 0.5rem;
78+
}
79+
80+
.talk-links a {
81+
font-size: 0.85rem;
82+
color: var(--global-theme-color);
83+
}
84+
85+
@media (max-width: 576px) {
86+
.talk-item {
87+
flex-direction: column;
88+
align-items: center;
89+
text-align: center;
90+
}
91+
92+
.talk-links {
93+
justify-content: center;
94+
}
95+
}
96+
</style>
97+
98+
## Upcoming Talks
99+
100+
*No upcoming talks scheduled. Stay tuned!*
101+
102+
---
103+
104+
## Past Talks
105+
106+
<div class="talk-item">
107+
<img class="talk-image" src="../assets/img/talks/disheng_liu.jpg" alt="Disheng Liu"/>
108+
<div class="talk-content">
109+
<h3 class="talk-title">Spatial Intelligence in Vision-Language Models: What It Is, What Works, and What's Next</h3>
110+
<p class="talk-speaker">Disheng Liu, Ph.D. Candidate</p>
111+
<p class="talk-affiliation">Case Western Reserve University</p>
112+
<p class="talk-date"><i class="fa-regular fa-calendar"></i> December 30, 2025, 11:00-12:00</p>
113+
<p class="talk-meta"><i class="fa-solid fa-location-dot"></i> Tencent Meeting 682-127-813</p>
114+
<p class="talk-meta"><i class="fa-solid fa-user"></i> Host: Huan Wang</p>
115+
<p class="talk-abstract">
116+
Vision-Language Models (VLMs) have achieved remarkable success but exhibit a fundamental deficiency in spatial intelligence, a critical capability for progress in embodied AI, autonomous driving, and spatially coherent generation. This talk provides a systematic review that spans the foundations of spatial intelligence in VLMs, root causes of spatial limitations, enhancement methodologies, evaluation protocols, and real-world applications.
117+
</p>
118+
<div class="talk-links">
119+
<a href="https://dishengll.github.io/" title="Homepage"><i class="fa-solid fa-house"></i> Homepage</a>
120+
</div>
121+
</div>
122+
</div>
123+
124+
<div class="talk-item">
125+
<img class="talk-image" src="../assets/img/talks/mayi.png" alt="Yi Ma"/>
126+
<div class="talk-content">
127+
<h3 class="talk-title">Pursuing the Nature of Intelligence</h3>
128+
<p class="talk-speaker">Yi Ma, Chair Professor</p>
129+
<p class="talk-affiliation">School of CDS, Hong Kong University & EECS Department, UC Berkeley</p>
130+
<p class="talk-date"><i class="fa-regular fa-calendar"></i> October 14, 2025, 15:30-17:00</p>
131+
<p class="talk-meta"><i class="fa-solid fa-location-dot"></i> E10-201, Yungu Campus</p>
132+
<p class="talk-meta"><i class="fa-solid fa-user"></i> Host: Huan Wang, Yandong Wen</p>
133+
<p class="talk-abstract">
134+
In this talk, we will try to clarify different levels and mechanisms of intelligence from historical, scientific, mathematical, and computational perspective. From the evolution of intelligence in nature, from phylogenetic, to ontogenetic, societal, and to scientific intelligence, we will try to shed light on how to understand the true nature of the seemingly dramatic advancements in the technologies of machine intelligence in the past decade. We achieve this goal by developing a principled mathematical framework to explain deductively the practices of deep learning from the first principle of pursuing low-dimensional distributions.
135+
</p>
136+
<div class="talk-links">
137+
<a href="https://people.eecs.berkeley.edu/~yima/" title="Homepage"><i class="fa-solid fa-house"></i> Homepage</a>
138+
</div>
139+
</div>
140+
</div>
141+
142+
<div class="talk-item">
143+
<img class="talk-image" src="../assets/img/talks/yiyi_liao.png" alt="Yiyi Liao"/>
144+
<div class="talk-content">
145+
<h3 class="talk-title">3D Generative Models through the Lens of Coordinate Systems</h3>
146+
<p class="talk-speaker">Yiyi Liao, Assistant Professor</p>
147+
<p class="talk-affiliation">Zhejiang University</p>
148+
<p class="talk-date"><i class="fa-regular fa-calendar"></i> September 4, 2025, 16:00-17:00</p>
149+
<p class="talk-meta"><i class="fa-solid fa-location-dot"></i> Room E10-215, 2F, Yungu Campus</p>
150+
<p class="talk-meta"><i class="fa-solid fa-user"></i> Host: Huan Wang</p>
151+
<p class="talk-abstract">
152+
3D content offers advantages such as real-time interactivity and plays an important role in AR/VR applications, where both generation and compression are critical for practical use. This talk explores 3D content generation from the perspective of coordinate systems, highlighting the distinctions and applications of absolute, observer, and intrinsic coordinates. We present object generation methods developed in the intrinsic coordinate system and scene generation approaches formulated in the observer coordinate system, providing a structured view of how coordinate choices shape 3D generative modeling.
153+
</p>
154+
<div class="talk-links">
155+
<a href="https://yiyiliao.github.io/" title="Homepage"><i class="fa-solid fa-house"></i> Homepage</a>
156+
</div>
157+
</div>
158+
</div>

assets/img/people/bin_xu.jpg

372 KB
Loading

assets/img/people/jia_xu.jpg

307 KB
Loading

assets/img/sponsors/alicloud.png

62.4 KB
Loading

assets/img/sponsors/ant.png

112 KB
Loading

0 commit comments

Comments
 (0)