-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
321 lines (306 loc) · 21.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Siyuan Li (黎思源)</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&family=Merriweather:wght@700&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<link rel="manifest" href="images/favicon/site.webmanifest">
</head>
<body>
<header>
<div class="container header-container">
<div class="profile-info">
<h1>Siyuan Li <span class="chinese-name">(黎思源)</span></h1>
<p class="subtitle"><b>🤖 Artificial Intelligence Student</b></p>
<p><span class="icon">📞</span> Tel: (+86) 13815397394</p>
<p><span class="icon">✉️</span> Email: <a href="mailto:[email protected]">[email protected]</a> & <a href="mailto:[email protected]">[email protected]</a></p>
<p><span class="icon">💬</span> WeChat: abcdefghi314159</p>
<div class="links">
<a href="https://github.com/liaoyanqing666" target="_blank" class="button">🐱 GitHub</a>
<a href="files/resume.pdf" target="_blank" class="button">📄 PDF Resume</a>
<a href="files/grade and ranking.pdf" target="_blank" class="button">🎓 Certificate of Grade Point and Rank</a>
<a href="files/transcript.pdf" target="_blank" class="button">📝 Detailed Transcript</a>
</div>
</div>
<div class="carousel-container">
<img src="images/photo2.jpg" class="carousel-image active" alt="Siyuan Li Photo 1">
<img src="images/photo3.jpg" class="carousel-image" alt="Siyuan Li Photo 2">
<img src="images/photo1.jpg" class="carousel-image" alt="Siyuan Li Photo 3">
<a class="prev" onclick="changeSlide(-1)">❮</a>
<a class="next" onclick="changeSlide(1)">❯</a>
</div>
</div>
</header>
<script>
let currentSlide = 0;
function changeSlide(direction) {
const slides = document.querySelectorAll('.carousel-image');
slides[currentSlide].classList.remove('active');
currentSlide += direction;
if (currentSlide >= slides.length) currentSlide = 0;
if (currentSlide < 0) currentSlide = slides.length - 1;
slides[currentSlide].classList.add('active');
}
</script>
<section class="intro">
<div class="container">
<p>
I am Siyuan Li, a passionate and dedicated <a href="https://www.shu.edu.cn/" target="_blank">Shanghai University</a> Artificial Intelligence student with a strong focus on research and real-world applications. I prefer to explore, learn and create things from scratch and bottom, rather than simply using pre-made solutions by others. For instance, I built this webpage myself (with an Easter egg 🐣), and have received <a href="https://github.com/liaoyanqing666/liaoyanqing666.github.io" target="_blank"><img src="https://img.shields.io/github/stars/liaoyanqing666/liaoyanqing666.github.io?style=social" alt="Stars"/></a> <a href="https://github.com/liaoyanqing666/liaoyanqing666.github.io" target="_blank"><img src="https://img.shields.io/github/forks/liaoyanqing666/liaoyanqing666.github.io?style=social" alt="Forks"/></a>. As an intern at the <a href="https://en.westlake.edu.cn/" target="_blank">AI for Scientific Simulation and Discovery Lab</a> at <a href="https://ai4s.lab.westlake.edu.cn/" target="_blank">Westlake University</a>, I led an explorative project on AI-driven physical law discovery, under the mentorship of <a href="https://tailin.org/" target="_blank">Prof. Tailin Wu</a>. Within my university, I have participated in research projects under <a href="https://yuhang.netlify.app/" target="_blank">Prof. Hang Yu</a> and in the Brain-like Computing Center Lab led by <a href="https://www.dlcloud.info/" target="_blank">Prof. Huiran Zhang</a>, and have written a paper as the first author. I have worked on numerous projects, all of which can be viewed on my <a href="https://github.com/liaoyanqing666/" target="_blank">GitHub</a>. Recently, I joined the Computing Product Line of the ICT department at <a href="https://www.huawei.com/en/" target="_blank">Huawei</a> as an AI intern (LLM inference). Since February 2025, I will be joining Stanford as a remote intern, guided by <a href="https://xiaoiker.github.io/" target="_blank">Dr. Wei Peng</a>, working on VLM and RAG for Medicine.
<br>
My research interests are primarily focused on innovative modeling across several domains, including Multi-Modality and Natural Language Processing (NLP). I also have a strong interest in the application of AI to scientific inquiries, particularly in the development of AI models tailored to address specific scientific questions. From my viewpoint, scientific data can be considered as a type of modality, where methods from Multi-Modality, CV, and NLP can be adapted to apply. To summarize, my fundamental research interest is: <b>Innovating and Applying Artificial Intelligence Models (Designing Algorithms)</b>.
</p>
</div>
</section>
<main>
<div class="container">
<section>
<h2>🎓 Education</h2>
<div class="education-item">
<div class="education-header">
<div class="details">
<h3>Shanghai University</h3>
<p>B.E. in Artificial Intelligence (<a href="https://cs.shu.edu.cn/">School of Computer Engineering and Science</a>)</p>
<p class="date">09/2021 - 06/2025</p>
</div>
<div class="education-info">
<p><strong>GPA:</strong> 3.82/4.0 (93.94/100)</p>
<p><strong>Ranking:</strong> 1/52 (1/31 in class)</p>
</div>
</div>
<div class="courses">
<p><b>Key courses</b>: Calculus(94), Linear Algebra(100), Object Oriented Programs(94), Probability and Statistics(95), Data Structure(97), Pattern Recognition(90), Computer Vision(91), Operations and Optimization(88), Data Mining and Knowledge Processing(94), Mathematical Logic(95), Principles and Techniques of LLMs(95), Principle and Algorithm of AI(93)</p>
</div>
</div>
</section>
<section>
<h2>🔬 Research & Internship</h2>
<div class="experience-item">
<div class="details">
<h3>AI intern (NLP focus) in Huawei</h3>
<p>Location: Huawei Lianqiu Lake R&D Center, Shanghai</p>
<p>Department: Ascend Computing Inference Development
<p><a href="https://github.com/vllm-project/vllm-ascend">Project website</a></p>
<p class="date">12/2024 - now</p>
</div>
<div class="content">
<ul>
<li>I am so proud that I reported a bug (<a href="https://github.com/vllm-project/vllm/issues/11978">issue #11978</a>) to <a href="https://github.com/vllm-project/vllm">vLLM</a>, and my fix has been merged into the main branch (<a href="https://github.com/vllm-project/vllm/pull/11979">PR #11979</a>). Now, I am a small contributor to vLLM. 😎</li>
<li> Migrate vLLM to Ascend NPU platform (<a href="https://github.com/vllm-project/vllm-ascend">vllm-ascend</a>), responsible for unit testing and adaptation of some operators.
<li>About to be filled.</li>
</ul>
</div>
</div>
<div class="experience-item">
<div class="details">
<h3>SHU Brain-like Computing Center Lab</h3>
<p>AI for Recognizing Preference</p>
<p>Advisor: Prof. Huiran Zhang (Shanghai University)</p>
<p>Project undisclosed</p>
<p class="date">04/2024 - 09/2024</p>
</div>
<div class="content">
<ul>
<li>Proposed a novel ERP composite formula for analyzing human preferences.</li>
<li>Achieved effective classification of preferences using AI methods combined with the developed formula.</li>
<li>Authored a paper as the first author, which is under review.</li>
</ul>
</div>
</div>
<div class="experience-item">
<div class="details">
<h3>Research Intern in Westlake University</h3>
<p>Rule Discovery in Physical Data/Video</p>
<p>Advisor: Prof. Tailin Wu (Westlake University), Prof. Sebastian Musslick (Brown University)</p>
<p>Project undisclosed</p>
<p class="date">07/2023 - 06/2024</p>
</div>
<div class="content">
<ul>
<li>Developed a transformer-based model and programmed to experiment with symbolic regression tasks.</li>
<li>Modeled and transferred symbolic regression tasks to the domain of videos.</li>
<li>Explored the discovery of physical system patterns from videos to empower scientific discovery tasks.</li>
</ul>
</div>
</div>
<div class="experience-item">
<div class="details">
<h3>Research in Shanghai University</h3>
<p>Video Frame Interpolation with PVT</p>
<p>Advisor: Prof. Hang Yu (Shanghai University)</p>
<p><a href="https://github.com/liaoyanqing666/PVT_v2_video_frame_interpolation">Project website</a></p>
<p class="date">04/2023 - 06/2023</p>
</div>
<div class="content">
<ul>
<li>Reviewed relevant literature according to task requirements and established a PVT-based encoder U-net model.</li>
<li>Wrote code and conducted experiments, achieving state-of-the-art results in terms of SSIM performance.</li>
</ul>
</div>
</div>
</section>
<section>
<h2>💻 Projects</h2>
<div class="project-item">
<div class="details">
<h3>Cross-Modal Pretrained Model Alignment</h3>
<p><a href="https://github.com/liaoyanqing666/Pretrained_Model_Alignment">Project website</a></p>
<p class="date">07/2024</p>
</div>
<div class="content">
<ul>
<li>Proposed and implemented a method to quickly align pre-trained models from different modalities.</li>
<li>Designed a twin neural network similarity module to align pretrained models with varying embedding dimensions.</li>
<li>Achieved rapid model alignment between text and image modalities with minimal training on a standard image classification dataset, rather than requiring a large "image-description" dataset typical for models like CLIP.</li>
<li>Experimentally demonstrated the project's ability to align quickly with minimal GPU requirements and satisfactory performance.</li>
</ul>
</div>
</div>
<div class="project-item">
<div class="details">
<h3>Reproduction and Experimentation of Paper of TextCNN</h3>
<p><a href="https://github.com/liaoyanqing666/TextCNN-Chinese-text-data-mining-">Project website</a></p>
<p class="date">03/2023</p>
</div>
<div class="content">
<ul>
<li>Reproduced and experimented with the TextCNN model.</li>
<li>Performed tokenization and encoding of sentence content, followed by padding or truncating sentence lengths.</li>
<li>Implemented word embedding and utilized multiple convolutional kernels of varying sizes for feature extraction, pooling, and final classification through fully connected layers.</li>
</ul>
</div>
</div>
<div class="project-item">
<div class="details">
<h3>Force Video Classification Based on CNN-LSTM</h3>
<p><a href="https://github.com/liaoyanqing666/CNN_LSTM_video_classification">Project website</a></p>
<p class="date">02/2023</p>
</div>
<div class="content">
<ul>
<li>Developed a network model based on CNN for video frame feature extraction and LSTM for sequential frame feature computation.</li>
<li>Compared the classification performance of KNN and ANN after freezing the feature extraction model parameters.</li>
<li>Achieved 92% accuracy on a public dataset, comparable to results from another study using a non-public dataset.</li>
</ul>
</div>
</div>
<div class="project-item">
<div class="details">
<h3>Handwriting Recognition System Based on Siamese Neural Networks</h3>
<p><a href="https://github.com/liaoyanqing666/siamese_neural_network_OfHSV">Project website</a></p>
<p class="date">11/2022</p>
</div>
<div class="content">
<ul>
<li>Independently designed and coded a system utilizing VGG16 for signature feature extraction.</li>
<li>Achieved 100% accuracy on the CEDAR dataset using Siamese neural networks for classification.</li>
<li>Developed frontend-backend interaction programs enabling the utilization of training results on web platforms.</li>
</ul>
</div>
</div>
</section>
<section>
<h2>🏆 Awards</h2>
<ul class="awards-list">
<li><a href="https://icpc.global/" target="_blank">ICPC (International Collegiate Programming Contest) Asia Regional Contest (Hefei)</a> Bronze Medal 🥉 <span class="date">11/2023</span></li>
<li><a href="https://icpc.global/" target="_blank">ICPC (International Collegiate Programming Contest) Asia Regional Contest (Nanjing)</a> Bronze Medal 🥉 <span class="date">11/2022</span></li>
<li><a href="http://www.asc-events.org/" target="_blank">ASC Student Supercomputer Challenge</a> National Second Prize 🥈 <span class="date">02/2024</span></li>
<li><a href="https://dasai.lanqiao.cn/" target="_blank">Group A of C/C++ Division of Blue Bridge Programming Cup</a> National Third Prize 🥉 <span class="date">06/2023</span></li>
<li><a href="https://dasai.lanqiao.cn/" target="_blank">Group A of C/C++ Division in Shanghai Division of Blue Bridge Programming Cup</a> First Prize 🥇 <span class="date">04/2023</span></li>
<li><a href="https://ccpc.io/" target="_blank">CCPC (China Collegiate Programming Contest) Shanghai Programming Contest</a> Silver Medal 🥈 <span class="date">10/2022</span></li>
</ul>
</section>
<section>
<h2>📚 Papers</h2>
<div class="papers-item">
<div class="details">
<h3>The Study of Human Preference Based on Integrated Analysis of N1 and LPP Components.</h3>
<p>Under Review</p>
</div>
<div class="content">
<ul>
<li>Authors: Siyuan Li, Xiangze Meng, Yijian Yang, Yiwen Xu, Yunfei Wang, Chenghu Qiu, Hanyi Jiang, Pin Wu, Shengbo Chen, Xiao Wei, Hao Wang, Lan Ni, Huiran Zhang.</li>
</ul>
</div>
</div>
<div class="papers-item">
<div class="details">
<h3>Research advanced in offline handwritten signature verification.</h3>
<p>Applied and Computational Engineering, 6(1), 1244-1252. DOI: 10.54254/2755-2721/6/20230653</p>
</div>
<div class="content">
<ul>
<li>Co-authors: Yuhang Guo, Siyuan Li (Co-first author), Jinxuan Wu</li>
</ul>
</div>
</div>
</section>
<section>
<h2>🛠️ Skills</h2>
<ul class="skills-list">
<li><strong>Programming languages:</strong> Python (Advanced), C++ (Proficient), Matlab (Familiar)</li>
<li><strong>Software:</strong> Git, Office Word, LATEX, Markdown, Remote SSH of VSCode</li>
<li><strong>AI-related skills:</strong> Pytorch (Advanced), Transformers (Proficient), LLM (General)</li>
</ul>
</section>
<section>
<h2>🌟 Scholarships & Honors</h2>
<ul class="awards-list">
<li>First-class Academic Scholarship <span class="date">11/2023 & 11/2022</span></li>
<li>Leadership Scholarship <span class="date">11/2023 & 11/2022</span></li>
<li>Innovation Scholarship <span class="date">11/2023 & 11/2022</span></li>
<li>Loving Heart Volunteer Scholarship <span class="date">11/2023 & 11/2022</span></li>
<li>Outstanding Student of Shanghai University <span class="date">11/2023 & 11/2022</span></li>
<li>Top 100 Outstanding Students of Shanghai University <span class="date">05/2023</span></li>
</ul>
</section>
<section>
<h2>🤝 Extracurricular & Volunteer Activities</h2>
<div class="activity-item">
<div class="details">
<h3>New Media Center, School of Computer Engineering and Science</h3>
<p>Chairman</p>
<p class="date">01/2022 - 01/2023</p>
</div>
<div class="content">
<ul>
<li>Managed content publication on the School of Management's official WeChat account and coordinated daily tasks.</li>
<li>Organized and managed recruitment presentations, student representative meetings, and other related affairs.</li>
</ul>
</div>
</div>
<div class="activity-item">
<div class="details">
<h3>ByteDance</h3>
<p>Campus Ambassador</p>
<p class="date">03/2022 - 06/2022</p>
</div>
<div class="content">
<ul>
<li>Assisted in promoting spring recruitment and summer internships.</li>
<li>Distributed local push manuals and internal push codes.</li>
</ul>
</div>
</div>
<div class="activity-item">
<b>Volunteer time: 100h+ ⏳</b>
</div>
</section>
</div>
</main>
<footer>
<div class="container">
<p>© 2024 Siyuan Li. All rights reserved. All original content can be found in the <a href="https://github.com/liaoyanqing666/liaoyanqing666.github.io" target="_blank">website repository</a>.</p>
<p>And there is an interesting game written by me: <a href="game.html">Click the Ball Game 🎮</a>.</p>
</div>
</footer>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-firestore.js"></script>
<script src="track-visitors.js"></script>
</body>
</html>