-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·230 lines (221 loc) · 12.2 KB
/
index.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="google-site-verification" content="zzw-yf_1CEuEmJBn7K73ZeKk6mkAlog4pXL6Sb1A7hg" />
<title>Ruijie Lu</title>
<meta name="author" content="Ruijie Lu">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p class="name" style="text-align: center;">
Ruijie Lu (陆睿杰)
</p>
<p>I'm currently a second-year Ph.D student at Peking University (PKU), supervised by <a href="https://www.cis.pku.edu.cn/info/1177/1378.htm">Prof. Gang Zeng</a>.
Before that, I received by Bachelor's degree at Peking University in July 2023.
My research interests lie in 3D Computer Vision, especially scene understanding, generation and reconstruction.
</p>
<p style="text-align:center">
<a href="mailto:[email protected]">Email</a> /
<a href="https://scholar.google.com/citations?user=wxo8_VYAAAAJ&hl=zh-CN">Google Scholar</a> /
<a href="https://github.com/jason-aplp">Github</a>
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/RuijieLu.jpg"><img style="width:60%;max-width:60%;object-fit: cover; border-radius: 20%;" alt="profile photo" src="images/RuijieLu.jpg" class="hoverZoomLink"></a>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:0px;width:100%;vertical-align:middle">
<h2>Research</h2>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<!-- RoomTex -->
<tr onmouseout="RoomTex_stop()" onmouseover="RoomTex_start()">
<td style="width:30%;vertical-align:middle;padding-left:0px;padding-top:0px">
<div class="one" style="display: flex; align-items: center;">
<img src='images/RoomTex.jpg' width="220">
</div>
<script type="text/javascript">
function RoomTex_start() {
document.getElementById('RoomTex_image').style.opacity = "1";
}
function RoomTex_stop() {
document.getElementById('RoomTex_image').style.opacity = "0";
}
RoomTex_stop()
</script>
</td>
<td style="width:100%;vertical-align:middle;padding-left:5px;padding-top:0px;padding-bottom:0px">
<papertitle>RoomTex: Texturing Compositional Indoor Scenes via Iterative Inpainting</papertitle>
<br>
<a href="https://qwang666.github.io" target="_blank">Qi Wang*</a>,
<strong>Ruijie Lu*</strong>,
<a href="https://sheldontsui.github.io" target="_blank">Xudong Xu</a>,
<a href="https://wangjingbo1219.github.io" target="_blank">Jingbo Wang</a>,
<a href="https://seng.hkust.edu.hk/about/people/faculty/michael-yu-wang" target="_blank">Michael Yu Wang</a>,
<a href="https://daibo.info" target="_blank">Bo Dai</a>,
<a href="https://www.cis.pku.edu.cn/info/1177/1378.htm" target="_blank">Gang Zeng</a>,
<a href="https://www.danxurgb.net" target="_blank">Dan Xu</a>
<br>
<em>ECCV</em> 2024 <font color='red'></font>
<br>
<a href="https://web3.arxiv.org/abs/2406.02461" target="_blank">[Paper]</a>
<a href="https://github.com/qwang666/RoomTex-" target="_blank">[Code]</a>
<a href="https://qwang666.github.io/RoomTex/" target="_blank">[Project Page]</a>
<br>
<abs>
We introduce <strong>RoomTex</strong>, which utilizes image inpainting to synthesize high-quality and style-consistent textures of multiple styles given scene meshes.
</abs>
</td>
</tr>
<!-- SP-GS -->
<tr onmouseout="SPGS_stop()" onmouseover="SPGS_start()">
<td style="width:30%;vertical-align:middle;padding-left:10px;padding-top:0px">
<div class="one" style="display: flex; align-items: center;">
<video width="130%" height="auto" muted autoplay loop>
<source src="images/SP-GS.mp4" type="video/mp4">
</video>
</div>
<script type="text/javascript">
function SPGS_start() {
document.getElementById('SPGS_image').style.opacity = "1";
}
function SPGS_stop() {
document.getElementById('SPGS_image').style.opacity = "0";
}
SPGS_stop()
</script>
</td>
<td style="width:100%;vertical-align:middle;padding-left:5px;padding-top:0px;padding-bottom:0px">
<papertitle>Superpoint Gaussian Splatting for Real-Time High-Fidelity Dynamic Scene Reconstruction</papertitle>
<br>
<a href="https://github.com/dnvtmf/" target="_blank">Diwen Wan</a>,
<strong>Ruijie Lu</strong>,
<a href="https://www.cis.pku.edu.cn/info/1177/1378.htm" target="_blank">Gang Zeng</a>,
<br>
<em>ICML</em> 2024 <font color='red'></font>
<br>
<a href="https://arxiv.org/abs/2406.03697" target="_blank">[Paper]</a>
<a href="https://github.com/dnvtmf/SP_GS" target="_blank">[Code]</a>
<a href="https://dnvtmf.github.io/SP_GS.github.io/" target="_blank">[Project Page]</a>
<br>
<abs>
We introduce <strong>SP-GS</strong>, which utilizes superpoint to represent neighboring Gaussians with similar motion patterns for efficiency.
</abs>
</td>
</tr>
<!-- InTeX -->
<tr onmouseout="InTeX_stop()" onmouseover="InTeX_start()">
<td style="width:30%;vertical-align:middle;padding-left:0px;padding-top:0px">
<div class="one" style="display: flex; align-items: center;">
<img src='images/InTeX.jpeg' width="220">
</div>
<script type="text/javascript">
function InTeX_start() {
document.getElementById('InTeX_image').style.opacity = "1";
}
function InTeX_stop() {
document.getElementById('InTeX_image').style.opacity = "0";
}
InTeX_stop()
</script>
</td>
<td style="width:100%;vertical-align:middle;padding-left:5px;padding-top:0px;padding-bottom:0px">
<papertitle>InTeX: Interactive Text-to-Texture Synthesis via Unified Depth-aware Inpainting</papertitle>
<br>
<a href="https://me.kiui.moe/" target="_blank">Jiaxiang Tang</a>,
<strong>Ruijie Lu</strong>,
<a href="https://hangz-nju-cuhk.github.io/" target="_blank">Hang Zhou</a>,
<a href="https://scholar.google.com.tw/citations?user=RvAuMk0AAAAJ&hl=zh-CN" target="_blank">Xiang Wen</a>,
<a href="https://charlescxk.github.io/" target="_blank">Xiaokang Chen</a>,
<a href="https://github.com/dnvtmf" target="_blank">Diwen Wan</a>,
<a href="https://www.cis.pku.edu.cn/info/1177/1378.htm" target="_blank">Gang Zeng</a>,
<a href="https://jingdongwang2017.github.io/" target="_blank">Jingdong Wang</a>,
<a href="https://liuziwei7.github.io/" target="_blank">Ziwei Liu</a>,
<br>
<em>arXiv</em> <font color='red'></font>
<br>
<a href="https://arxiv.org/abs/2403.11878" target="_blank">[Paper]</a>
<a href="https://github.com/ashawkey/InTeX" target="_blank">[Code]</a>
<a href="https://me.kiui.moe/intex/" target="_blank">[Project Page]</a>
<br>
<abs>
We introduce <strong>InTeX</strong>, which utilizes depth-aware inpainting to synthesize high-quality textures from text prompts for objects.
</abs>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:0px;width:100%;vertical-align:middle">
<h2>Experience</h2>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellpadding="20"><tbody>
<tr>
<td style="padding:10px;width:18px;vertical-align:middle;padding-top:20px"><img src="institute/pku.png", width="90ox"></td>
<td style="padding-top:25px", width="100%" valign="center">
<b>Peking University</b>, China
<br> 2023.09 - now
<br>
<br> <b>Ph.D. Student</b>
<br> Advisor: Prof. <a href="https://www.cis.pku.edu.cn/info/1177/1378.htm">Gang Zeng</a>
</td>
</tr>
<tr>
<td style="padding:10px;width:18px;vertical-align:middle"><img src="institute/bigai.png", width="90px"></td>
<td width="100%" valign="center">
<b>Beijing Institute for General Artificial Intelligence (BIGAI)</b>, China
<br> 2023.12 - now
<br>
<br> <b>Research Intern</b>
<br> Advisor: Dr. <a href="https://yixchen.github.io/">Yixin Chen</a> and Dr. <a href="https://siyuanhuang.com/">Siyuan Huang</a>
</td>
</tr>
<tr>
<td style="padding:10px;width:18px;vertical-align:middle"><img src="institute/shailab.png", width="90px"></td>
<td width="100%" valign="center">
<b>Shanghai Artificial Intelligence Laboratory</b>, China
<br> 2023.06 - 2023.11
<br>
<br> <b>Research Intern</b>
<br> Advisor: Dr. <a href="https://sheldontsui.github.io/">Xudong Xu</a> and Dr. <a href="https://wangjingbo1219.github.io/">Jingbo Wang</a>
</td>
</tr>
<tr>
<td style="padding:10px;width:18px;vertical-align:middle"><img src="institute/pku.png", width="90ox"></td>
<td width="100%" valign="center">
<b>Peking University</b>, China
<br> 2019.09 - 2023.07
<br>
<br> <b>Undergraduate Student</b>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:0px">
<br>
<p style="text-align:right;font-size:small;">
Fell free to contact me if you have any problem.
<br>
This page is designed based on <a href="https://jonbarron.info/" style="text-align:right;font-size:small;" target="_blank">Jon Barron</a>'s and <a href="https://xiaoyao-li.github.io/" style="text-align:right;font-size:small;" target="_blank">Puhao Li</a>'s website and deployed on <a href="https://pages.github.com/" style="text-align:right;font-size:small;" target="_blank">Github Pages</a>.
</p>
</td>
</tr>
</tbody></table>
</body>
</html>