forked from hazeldoughty/hazeldoughty.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
355 lines (277 loc) · 15.7 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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116924853-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116924853-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sareer Ul Amin</title>
<meta name="description" content="">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css"/>
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.2.4' type='text/css' media='all' />
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:600italic,600,400,400italic' rel='stylesheet' type='text/css'>
<!-- fontawesome and academicons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">Sareer Ul Amin</a>
<nav class="site-nav">
<a href="#" class="menu-icon menu.open">
<svg viewBox="0 0 18 15">
<path fill="#4CAC9D" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#4CAC9D" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#4CAC9D" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div class="trigger"><h1>Main Navigation</h1>
<ul class="menu">
</ul>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<p><img src="img/amin.jpg" style="width: 180px; float: right" hspace="20" /></p>
<p>I received a bachelor's degree in computer science from Islamia College, Peshawar, Pakistan, advised by <a href="https://scholar.google.com/citations?user=E4-dElIAAAAJ&hl=en">Prof. Mohammad Sajjad</a>. Currently, I am working as a research assistant at the Graphic Realization Lab <a href="http://grlab.cau.ac.kr/">(GR Lab)</a>. My research interests include video analysis, medical image analysis, image segmentation, object detection, image processing, computer vision, machine learning, and deep learning. Feel free to contact me if you are interested in research collaborations in the relevant areas.</p>
<!-- Icons from fontawesome (Make less ugly later) -->
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://scholar.google.com/citations?user=uxndv_oAAAAJ&hl=en&oi=ao">
<span class="fa-stack fa-lg">
<i class="ai ai-google-scholar-square ai-2x"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/sareerulamin">
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/sareerulamin320">
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/sareer-ulamin-9a5171186/">
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="amin_cv.pdf">
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-id-card fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p><strong>Contact</strong>: [email protected]<br />
<h1 id="news--activities">News & Activities</h1>
<hr />
<div class="container"> <div class="events">
<ul>
<li> December 2023: Our paper "Minecraft-ify: Minecraft Style Image Generation with Text-guided Image Editing for In-Game Application" got accepted <strong>in NeurIPS 2023 Workshop on Machine Learning for Creativity and Design</strong>, 2023. <strong> <a href="https://gh-bumsookim.github.io/Minecraft-ify/">[Link]</a> </strong>
<li> October 2023: Our paper "Deep learning based active learning technique for data annotation and improve the overall performance of classification models" was accepted to Expert Systems with Applications, <a href="https://doi.org/10.1016/j.eswa.2023.120391">available here</a>
<li> April 2023: Our "An Efficient Attention-Based Strategy for Anomaly Detection in Surveillance Video" got published
<li> July 2022: I attended Platcon2022 conference at Jeju Island, Republic of Korea
<li> March 2022: I joined Graphics Realization Lab, Department of Computer Science and Engineering, Chung-Ang University as a Research Assistant Professor
<li> December 2021: I won Chung‑Ang University Young Scientist Scholarship (CAYSS) award
</ul>
</div></div>
<h1 id="publications">Publications</h1>
<hr />
<table class="researchtable">
<tbody>
<tr>
<td class="img"> <img src="img/6.png" /> </td>
<td valign="top">
<strong>Deep learning based active learning technique for data annotation and improve the overall performance of classification models</strong><br />
<u>SAREER UL AMiN</u>, Adnan Hussain, Bumsoo Kim, Sanghyun Seo*<br />
<strong>Expert Systems with Applications</strong>, 2023. <br />
<strong>[IF : 8.66, Rank Q1]</strong><br />
<strong> <a href="https://doi.org/10.1016/j.eswa.2023.120391">[Link]</a> </strong>
</td>
</tr>
<tr>
<td class="img"> <img src="img/1.png" /> </td>
<td valign="top">
<strong>Video Anomaly Detection Utilizing Efficient Spatiotemporal Feature Fusion with 3D Convolutions and LSTM Modules</strong><br />
<u>SAREER UL AMiN</u>, BUMSOO KiM, YONGHOON JUNG, SANGHYUN SEO, AND SANGOH PARK*<br />
<strong>Advanced Intelligent Systems</strong>, 2023. <br />
<strong>[IF : 7.4, Rank Q1]</strong><br />
<strong> <a href="https://www.sciencedirect.com/science/article/pii/S095741742300893X">[Link]</a> </strong>
</td>
</tr>
<tr>
<td class="img"> <img src="img/8.png" /> </td>
<td valign="top">
<strong>An automated chest X-ray analysis for COVID-19, tuberculosis, and pneumonia employing ensemble learning approach</strong><br />
<u>SAREER UL AMiN</u>, Sher Taj, Adnan Hussain, Sanghyun Seo*<br />
<strong>Biomedical Signal Processing and Control</strong>, 2023. <br />
<strong>[IF : 5.1, Rank Q1]</strong><br />
<strong> <a href="https://doi.org/10.1016/j.bspc.2023.105408">[Link]</a> </strong>
</td>
</tr>
<tr>
<td class="img"> <img src="img/3.png" /> </td>
<td valign="top">
<strong>An Efficient Attention-Based Strategy for Anomaly Detection in Surveillance Video</strong><br />
<u>SAREER UL AMiN</u>, Yongjun Kim, Irfan Sami, Sangoh Park, Sanghyun Seo*<br />
<strong>Computer Systems Science and Engineering</strong>, 2023. <br />
<strong>[IF : 4.397, Rank Q1]</strong><br />
<strong> <a href="https://doi.org/10.32604/csse.2023.034805">[Link]</a> </strong>
</td>
</tr>
<tr>
<td class="img"> <img src="img/7.png" /> </td>
<td valign="top">
<strong>An Automated Chest X-Ray Image Analysis for Covid-19 and Pneumonia Diagnosis using Deep Ensemble Strategy</strong><br />
<u>SAREER UL AMiN</u>, Adnan Hussain, Hunjoo Lee, Asma Khan, Noreen Fayyaz Khan, Sanghyun Seo*<br />
<strong>IEEE Access</strong>, 2023. <br />
<strong>[IF : 3.9, Rank Q2]</strong><br />
<strong> <a href="https://doi.org/10.1109/ACCESS.2023.3312533">[Link]</a> </strong>
</td>
</tr>
<tr>
<td class="img"> <img src="img/2.png" /> </td>
<td valign="top">
<strong>EADN: An Efficient Deep Learning Model for Anomaly Detection in Videos</strong><br />
<u>SAREER UL AMiN</u>, Mohib Ullah, Muhammad Sajjad*, Faouzi Alaya Cheikh, Mohammad Hijji, Abdulrahman Hijji, Khan Muhammad*<br />
<strong>Mathematics</strong>, 2022. <br />
<strong>[IF : 2.592, Rank Q1]</strong><br />
<strong> <a href="https://doi.org/10.3390/math10091555">[Link]</a> </strong>
</td>
</tr>
<tr>
<td class="img"> <img src="img/4.png" /> </td>
<td valign="top">
<strong>Serious games in science education. A systematic literature review</strong><br />
Mohib Ullah*, <u>SAREER UL AMiN</u>, Muhammad Munsif, Utkurbek Safaev, Habib Khan, Salman Khan, Habib Ullah<br />
<strong>Virtual Reality & Intelligent Hardware </strong>, 2022. <br />
<strong> <a href="https://doi.org/10.1016/j.vrih.2022.02.001">[Link]</a> </strong>
</td>
</tr>
<tr>
<td class="img"> <img src="img/5.png" /> </td>
<td valign="top">
<strong>Convergence Enhancement of Super-Twisting Sliding Mode Control Using Artificial Neural Network for DFIG-Based Wind Energy Conversion Systems</strong><br />
Irfan Sami, Shafaat Ullah, <u>SAREER UL AMiN</u>, Ahmed Al-Durra, Nasim Ullah, Jong-Suk Ro*<br />
<strong>IEEE Access </strong>, 2022. <br />
<strong>[IF : 3.9, Rank Q2]</strong><br />
<strong> <a href="https://doi.org/10.1109/ACCESS.2022.3205632">[Link]</a> </strong>
</td>
</tr>
<tr>
<td class="img"> <img src="img/9.png" /> </td>
<td valign="top">
<strong>An Efficient and Robust Hand Gesture Recognition System of Sign Language Employing Finetuned Inception-V3 and Efficientnet-B0 Network</strong><br />
Adnan Hussain, <u>SAREER UL AMiN</u>, Muhammad Fayaz, Sanghyun Seo*<br />
<strong>Computer Systems Science and Engineering</strong>, 2023. <br />
<strong>[IF : 4.397, Rank Q1]</strong><br />
<strong> <a href="http://dx.doi.org/10.32604/csse.2023.037258">[Link]</a> </strong>
</td>
</tr>
<tr>
<td class="img"> <img src="img/10.png" /> </td>
<td valign="top">
<strong>Minecraft-ify: Minecraft Style Image Generation with Text-guided Image Editing for In-Game Application</strong><br />
Bumsoo Kim, Sanghyun Byun, Yonghoon Jung, Wonseop Shin, <u>SAREER UL AMiN</u>, Sanghyun Seo*<br />
<strong>NeurIPS 2023 Workshop on Machine Learning for Creativity and Design</strong>, 2023. <br />
<strong> <a href="https://gh-bumsookim.github.io/Minecraft-ify/">[Link]</a> </strong>
</td>
</tr>
</tbody>
</table>
<br>
<h1 id="publications">Conferences Attended</h1>
<hr />
<table class="researchtable">
<tbody>
<tr>
<td valign="top">
<strong>An attention Based Deep Learning Approach for Video Anomaly Detection</strong>, 2022<br />
Platcon2022, Jeju Island, Republic of Korea<br />
<strong>(ETRI2021)</strong>
</td>
</tr>
<tr>
<td valign="top">
<strong>Detection of Pine Wilt Disease Using Lightweight Deep Learning Algorithms</strong>, 2022<br />
Platcon2022, Jeju Island, Republic of Korea<br />
<strong>(KFS2021)</strong>
</td>
</tr>
<tr>
<td valign="top">
<strong>Minecraft‑ify: Minecraft Style Image Generation with Text‑guided Image Editing for In‑Game Application</strong>, 2022<br />
NeurIPS 2023 Workshop on Machine Learning for Creativity and Design, New Orleans, US<br />
<strong>(NRF)</strong>
</td>
</tr>
</tbody>
</table>
<h1 id="teaching" style="padding-top: 20px">Work Experience</h1>
<hr />
<br>
<ul>
<li>2022-Present - <strong>[Research Assistant</strong>, Graphics Realization Lab, Department of Computer Science and Engineering, Chung-Ang University.</li>
<li>2021-2022 - <strong>[Lab Coordinator</strong>, Digital Image Processing Lab, Department of Computer Science, Islamia College University Peshawar.</li>
<li>2018-2022 - <strong>[Research Assistant</strong>, Digital Image Processing Lab, Department of Computer Science, Islamia College University Peshawar.</li>
</ul>
<h1 id="people" style="padding-top: 10px">Honors & Awards</h1>
<hr />
<br>
<ul>
<li>2022-2024 - <strong>[CAYSS Scholar</strong>, Chung‑Ang University Young Scientist Scholarship (CAYSS) award.</li>
<li>2023 - <strong>[Research Grant</strong>, Research funding support by Korea Government Ministry of Science and ICT
(MSIT) under the National Research Foundation of Korea (NRF) grant.</li>
<li>2023 - <strong>[Research Grant</strong>, Research funding support by the Ministry of Culture, Sports, and Tourism under
the Korea Creative Content Agency’s Culture Technology R&D Program.</li>
<li>2019 - <strong>[Laptop Award</strong>, Prime Minister’s Youth Program.</li>
</ul>
<h1 id="misc" style="padding-top: 10px">Academic Service</h1>
<hr />
<br>
<strong>As a Reviewer:</strong>
<ul>
<li>Expert Systems with Applications</li>
<li>Biomedical Signal Processing and Control</li>
<li>IEEE Access</li>
<li>Computer Systems Science and Engineering</li>
<li>Intelligent Automation and Soft Computing</li>
<li>Computer Systems Science and Engineering</li>
</ul>
</div>
</div>
<footer class="site-footer">
</footer>
</body>
</html>