-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
189 lines (175 loc) · 6.56 KB
/
index.html
File metadata and controls
189 lines (175 loc) · 6.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Junlin Chen | Shanghai Jiao Tong University</title>
<link rel="icon" href="https://github.githubassets.com/favicons/favicon.svg">
<style>
body {
font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
max-width: 900px;
margin: 40px auto;
padding: 0 20px;
background-color: #fafafa;
color: #333;
line-height: 1.6;
}
h1, h2 {
color: #222;
}
header {
text-align: center;
margin-bottom: 40px;
}
.profile {
border-radius: 50%;
width: 120px;
height: 120px;
}
a {
color: #0366d6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.section {
margin-bottom: 30px;
}
footer {
text-align: center;
color: #777;
font-size: 0.9em;
margin-top: 40px;
}
</style>
</head>
<body>
<header>
<img src="https://avatars.githubusercontent.com/u/your_github_id" alt="profile" class="profile">
<h1>Junlin Chen</h1>
<p>
Postgraduate Student @
<a href="https://www.sjtu.edu.cn/">Shanghai Jiao Tong University</a>
</p>
<p>
<a href="https://github.com/cschenjunlin">GitHub</a> ·
<a href="mailto:chenjunlin233@sjtu.edu.cn">Email</a>
</p>
</header>
<!-- ================= ABOUT ME ================= -->
<section class="section">
<h2 style="border-bottom: 2px solid #ccc; padding-bottom: 5px;">About Me</h2>
<p>
I am a postgraduate student at Shanghai Jiao Tong University, supervised by PhD. Weixia Zhang.
My research interests lie in
<strong>Image Quality Assessment (IQA)</strong>,
<strong>Super-Resolution (SR)</strong> and
<strong>Triton/GPU programming</strong>.
</p>
</section>
<!-- ================= EDUCATION ================= -->
<section class="section">
<h2 style="border-bottom: 2px solid #ccc; padding-bottom: 5px;">Education</h2>
<ul>
<li>
<b>2023–Present</b> Master’s student in Electronic Information,
<a href="https://www.sjtu.edu.cn/">Shanghai Jiao Tong University</a>,
supervised by
<a href="https://sites.google.com/view/r-panda">Weixia Zhang</a>
</li>
<li>
<b>2018–2022</b> Bachelor in Aircraft Power Engineering,
<a href="https://www.hit.edu.cn/">Harbin Institute of Technology</a>
</li>
</ul>
</section>
<!-- ================= RESEARCH ================= -->
<section class="section">
<h2 style="border-bottom: 2px solid #ccc; padding-bottom: 5px;">Research</h2>
<div style="display: flex; align-items: center; gap: 20px; margin-bottom: 30px;">
<!-- 左侧图片 -->
<img
src="https://cschenjunlin.github.io/figures/SR-IQA-SMC25.jpg"
alt="SR-IQA-SMC25"
style="width: 360px; border-radius: 10px; object-fit: cover; box-shadow: 0 2px 6px rgba(0,0,0,0.1);"
>
<!-- 右侧文字 -->
<div>
<b style="font-size: 1.05em;">
Learning from Model Rankings Improves Blind Super-Resolution Image Quality Assessment
</b><br>
<i>IEEE International Conference on Systems, Man, and Cybernetics (SMC), 2025</i><br>
<span style="color: #555;">
Junlin Chen, Peibei Cao, Guangtao Zhai, Xiaokang Yang, Weixia Zhang*
</span><br><br>
<p style="margin: 0;">
We propose a data-efficient blind image quality assessment (BIQA) approach for real-world super-resolution (SR).
By leveraging global rankings of SR algorithms derived from human perception, our method enhances SR-IQA models
without the need for explicit human labels.
</p>
<p style="margin-top: 8px;">
<a href="https://github.com/cschenjunlin/SR-IQA-SMC25" target="_blank">[Code]</a> ·
<a href="https://cschenjunlin.github.io/files/SR-IQA-SMC25.pdf" target="_blank">[Paper]</a>
</p>
</div>
</div>
<div style="display: flex; align-items: center; gap: 20px; margin-bottom: 30px;">
<!-- 左侧图片 -->
<img
src="https://cschenjunlin.github.io/figures/DCP-GAN.png"
alt="DCP-GAN for Fingerprint SR"
style="width: 360px; border-radius: 10px; object-fit: cover; box-shadow: 0 2px 6px rgba(0,0,0,0.1);"
>
<!-- 右侧文字 -->
<div>
<b style="font-size: 1.05em;">DCP-GAN: A Novel Deep Learning Network for Fingerprint Super-Resolution</b><br>
<i>Digital Image Processing and Machine Vision, 2023</i><br>
<span style="color: #555;">
Junlin Chen, Rizhi Ding, Khushal Haider Syed
</span><br><br>
<p style="margin: 0;">
We propose a generative adversarial network with dense connection pyramids,
to enhance low-quality fingerprint images and improve recognition accuracy.
</p>
<p style="margin-top: 8px;">
<a href="https://github.com/cschenjunlin/DCP-GAN" target="_blank">[Code]</a> ·
<a href="https://cschenjunlin.github.io/files/DCP-GAN.pdf" target="_blank">[Paper]</a>
</p>
</div>
</div>
</section>
<!-- ================= EXPERIENCE ================= -->
<section id="experience" style="margin-top: 40px;">
<h2 style="border-bottom: 2px solid #ccc; padding-bottom: 5px;">Experience</h2>
<div style="display: flex; align-items: center; margin-top: 15px;">
<!-- 左侧图片 -->
<div style="flex: 0 0 120px; text-align: center;">
<img
src="https://cschenjunlin.github.io/figures/Triton Kernel Porting.png"
alt="Triton Kernel Porting"
style="width: 360px; height: auto; border-radius: 10px;"
>
</div>
<!-- 右侧文字 -->
<div style="flex: 1; padding-left: 20px;">
<h3 style="margin: 0;">Advanced Micro Devices (Shanghai) Co., Ltd.</h3>
<p style="margin: 5px 0; font-style: italic;">AI Kernel Development Intern, Jul 2025 – Present</p>
<p style="margin: 5px 0;">
I ported and optimized Triton kernels for JAX, leveraging performance profiling tools (rocprof, rocgdb)
to achieve near-native execution efficiency.
</p>
</div>
</div>
</section>
<section class="section">
<h2>Contact</h2>
<p>Email: <a href="mailto:chenjunlin233@sjtu.edu.cn">chenjunlin233@sjtu.edu.cn</a></p>
</section>
<footer>
© 2025 Junlin Chen · Hosted on
<a href="https://github.com/cschenjunlin/cschenjunlin.github.io">GitHub Pages</a>
</footer>
</body>
</html>