-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
446 lines (227 loc) · 15.1 KB
/
index.html
File metadata and controls
446 lines (227 loc) · 15.1 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
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin SEO -->
<title>Welcome - Athanasios Polydoros</title>
<meta property="og:locale" content="en-US">
<meta property="og:site_name" content="Athanasios Polydoros">
<meta property="og:title" content="Welcome">
<link rel="canonical" href="https://athapoly.github.io/">
<meta property="og:url" content="https://athapoly.github.io/">
<meta property="og:description" content="About me">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Person",
"name" : "Athanasios Polydoros, Ph.D",
"url" : "https://athapoly.github.io",
"sameAs" : null
}
</script>
<!-- end SEO -->
<link href="https://athapoly.github.io/feed.xml" type="application/atom+xml" rel="alternate" title="Athanasios Polydoros Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="https://athapoly.github.io/assets/css/main.css">
<meta http-equiv="cleartype" content="on">
<!-- start custom head snippets -->
<link rel="apple-touch-icon" sizes="57x57" href="https://athapoly.github.io/images/apple-touch-icon-57x57.png?v=M44lzPylqQ">
<link rel="apple-touch-icon" sizes="60x60" href="https://athapoly.github.io/images/apple-touch-icon-60x60.png?v=M44lzPylqQ">
<link rel="apple-touch-icon" sizes="72x72" href="https://athapoly.github.io/images/apple-touch-icon-72x72.png?v=M44lzPylqQ">
<link rel="apple-touch-icon" sizes="76x76" href="https://athapoly.github.io/images/apple-touch-icon-76x76.png?v=M44lzPylqQ">
<link rel="apple-touch-icon" sizes="114x114" href="https://athapoly.github.io/images/apple-touch-icon-114x114.png?v=M44lzPylqQ">
<link rel="apple-touch-icon" sizes="120x120" href="https://athapoly.github.io/images/apple-touch-icon-120x120.png?v=M44lzPylqQ">
<link rel="apple-touch-icon" sizes="144x144" href="https://athapoly.github.io/images/apple-touch-icon-144x144.png?v=M44lzPylqQ">
<link rel="apple-touch-icon" sizes="152x152" href="https://athapoly.github.io/images/apple-touch-icon-152x152.png?v=M44lzPylqQ">
<link rel="apple-touch-icon" sizes="180x180" href="https://athapoly.github.io/images/apple-touch-icon-180x180.png?v=M44lzPylqQ">
<link rel="icon" type="image/png" href="https://athapoly.github.io/images/favicon-32x32.png?v=M44lzPylqQ" sizes="32x32">
<link rel="icon" type="image/png" href="https://athapoly.github.io/images/android-chrome-192x192.png?v=M44lzPylqQ" sizes="192x192">
<link rel="icon" type="image/png" href="https://athapoly.github.io/images/favicon-96x96.png?v=M44lzPylqQ" sizes="96x96">
<link rel="icon" type="image/png" href="https://athapoly.github.io/images/favicon-16x16.png?v=M44lzPylqQ" sizes="16x16">
<link rel="manifest" href="https://athapoly.github.io/images/manifest.json?v=M44lzPylqQ">
<link rel="mask-icon" href="https://athapoly.github.io/images/safari-pinned-tab.svg?v=M44lzPylqQ" color="#000000">
<link rel="shortcut icon" href="/images/favicon.ico?v=M44lzPylqQ">
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-TileImage" content="https://athapoly.github.io/images/mstile-144x144.png?v=M44lzPylqQ">
<meta name="msapplication-config" content="https://athapoly.github.io/images/browserconfig.xml?v=M44lzPylqQ">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://athapoly.github.io/assets/css/academicons.css"/>
<script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "all" } } }); </script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<!-- end custom head snippets -->
</head>
<body>
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<button><div class="navicon"></div></button>
<ul class="visible-links">
<li class="masthead__menu-item masthead__menu-item--lg"><a href="https://athapoly.github.io/">Athanasios Polydoros</a></li>
<li class="masthead__menu-item"><a href="https://athapoly.github.io/papers/">Publications</a></li>
<li class="masthead__menu-item"><a href="https://athapoly.github.io/projects/">Projects</a></li>
<li class="masthead__menu-item"><a href="https://athapoly.github.io/teaching/">Teaching</a></li>
<li class="masthead__menu-item"><a href="https://athapoly.github.io/code/">Code & Data</a></li>
<li class="masthead__menu-item"><a href="https://athapoly.github.io/contact/">Contact</a></li>
</ul>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="http://schema.org/Person">
<div class="author__avatar">
<img src="https://athapoly.github.io/images/citations.jpeg" class="author__avatar" alt="Athanasios Polydoros, Ph.D">
</div>
<div class="author__content">
<h3 class="author__name">Athanasios Polydoros, Ph.D</h3>
<p class="author__bio">Assistant Professor. Robot Learning Enthusiast</p>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> University of Lincoln</li>
<li><a href="mailto:apolydoros@lincoln.ac.uk"><i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> Email</a></li>
<li><a href="https://www.linkedin.com/in/athanasios-polydoros-173b0061"><i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i> LinkedIn</a></li>
<li><a href="https://scholar.google.dk/citations?user=my-vzT8AAAAJ&hl=en"><i class="ai ai-google-scholar-square ai-fw"></i> Google Scholar</a></li>
<li><a href="https://orcid.org/0000-0002-4597-0567"><i class="ai ai-orcid-square ai-fw"></i> ORCID</a></li>
<li><a href="https://www.researchgate.net/profile/Athanasios_Polydoros"><i class="ai ai-orcid-square ai-fw"></i> Research Gate</a></li>
</ul>
</div>
</div>
</div>
<article class="page" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="headline" content="Welcome">
<meta itemprop="description" content="About me">
<div class="page__inner-wrap">
<header>
<h1 class="page__title" itemprop="headline">Welcome
</h1>
</header>
<section class="page__content" itemprop="text">
<p>I am currently an Assistant Professor of Robotics and Autonomous systems at the University of Lincoln and member of the Linclon Centre of Autonomous Systems <a href="https://lcas.lincoln.ac.uk/wp/people/">L-CAS</a>. My research is focused on robot learning, the development of machine learning models that act as robot controllers.</p>
<p>Before that, I was a postdoctoral researcher and assistant lecturer at the <a href="lasa.epfl.ch">Learning Algorithms and Sytsems Labarotarory, (LASA)</a>, EPFL, Switzerland where I collaborated with <a href="http://lasa.epfl.ch/people/member.php?SCIPER=115671">Prof. Aude Billard</a> and was involved in both teaching and research activities. I was also a postdoctoral researcher at
<a href="https://iis.uibk.ac.at/start">Intelligent and Interactive Systems Lab</a>, University of Innsbruck, Austria collaborating with Prof. <a href="https://www.uibk.ac.at/newsroom/dossiers/neue_gesichter/piater.html">Justus Piater</a>. My research field was robot learning for industrial applications focusing on kinesthetic teaching, movement primitives and reinforcement learning.</p>
<p>I have been awarded a Ph.D. degree from Aalborg University in the field of Robot Learning under the supervision of Prof. <a href="http://homes.m-tech.aau.dk/lanalpa/">Lazaros Nalpantidis</a> and Prof. <a href="http://personprofil.aau.dk/104026">Volker Krüger</a>. I was a member of the Robotics Vision and Machine Intelligence <a href="http://rvmi.aau.dk/">RVMI</a> lab of the Mechanical and Manufacturing Engineering Department. My Ph.D. research was focused on model learning for control of industrial robots.</p>
<p>I was awarded M.Sc degree, with distinction, on Artificial Intelligence form the <a href="https://www.ed.ac.uk/">University of Edinburgh</a>, Department of Informatics. My thesis investigated the impact of internal models on self-organised robot controllers and it was supervised by Prof <a href="http://www.research.ed.ac.uk/portal/en/persons/michael-herrmann(cf1b7c31-3a87-4812-bf0a-05cf49b0120e).html">Michael Herrmann</a></p>
<p>I also hold a Dip.Eng degree on Production Engineering from Democritus University of Thrace, Greece <a href="http://duth.gr/index.en.shtml">DUTH</a>, Department of Production and Management Engineering. My thesis was on Hebbian learning of fuzzy cognitive maps and it supervised by Prof. George Papakostas and Prof. Dimitrios Koulourioths</p>
<p>I have been invloved in multiple EU and nationally funded research projects as co-author, investigator and resercher.</p>
<p><a href="/files/cvPolydoros.pdf">Download CV</a></p>
<h1 id="research-interests">Research Interests</h1>
<p>My main research interest is Machine Learning and its applications on both robot control and cognition. I enjoy developing and applying novel ML algorithms that make robots capable to explore their embodiment and environment while they learn a task. I focus on industrial applications where robots can become capable to learn different manufacturing tasks without the need of re-programming.
My research intersets include:</p>
<ul>
<li>Learning from demonstration</li>
<li>Model Learning for Control</li>
<li>Bayesian Methods</li>
<li>Reinforcement Learning</li>
<li>Industrial Robots</li>
</ul>
<h1 id="academic-qualifications">Academic Qualifications</h1>
<table>
<thead>
<tr>
<th style="text-align: center">Year</th>
<th style="text-align: center">Qualification</th>
<th style="text-align: center">Subject</th>
<th style="text-align: center">Affiliation</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center">2021 - Today</td>
<td style="text-align: center">Assistant Professor</td>
<td style="text-align: center">Robotics & Autonomous Systems</td>
<td style="text-align: center">University of Lincoln</td>
</tr>
<tr>
<td style="text-align: center">2018 - 2021</td>
<td style="text-align: center">Postdoc and lecturer</td>
<td style="text-align: center">Robot Learning</td>
<td style="text-align: center">EPFL</td>
</tr>
<tr>
<td style="text-align: center">2017 - 2018</td>
<td style="text-align: center">Postdoc</td>
<td style="text-align: center">Robot Learning</td>
<td style="text-align: center">University of Innsbruck</td>
</tr>
<tr>
<td style="text-align: center">2013 - 2017</td>
<td style="text-align: center">Ph.D. Fellow</td>
<td style="text-align: center">Robot Learning</td>
<td style="text-align: center">Aalborg University</td>
</tr>
<tr>
<td style="text-align: center">2012 -2013</td>
<td style="text-align: center">M.Sc. with Distinction</td>
<td style="text-align: center">Artificial Intelligence</td>
<td style="text-align: center">University of Edinburgh</td>
</tr>
<tr>
<td style="text-align: center">2005 -2012</td>
<td style="text-align: center">Dip.Eng.</td>
<td style="text-align: center">Production Engineering</td>
<td style="text-align: center">DUTH</td>
</tr>
</tbody>
</table>
</section>
<footer class="page__meta">
</footer>
<section class="page__share">
<h4 class="page__share-title">Share on</h4>
<a href="https://twitter.com/intent/tweet?text=https://athapoly.github.io/" class="btn btn--twitter" title="Share on Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https://athapoly.github.io/" class="btn btn--facebook" title="Share on Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>
<a href="https://plus.google.com/share?url=https://athapoly.github.io/" class="btn btn--google-plus" title="Share on Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</span></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://athapoly.github.io/" class="btn btn--linkedin" title="Share on LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
</section>
</div>
</article>
</div>
</script>
<div class="page__footer">
<footer>
<!-- start custom footer snippets -->
<a href="/sitemap/">Sitemap</a>
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><strong>Follow:</strong></li>
<li><a href="https://athapoly.github.io/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">© 2025 Athanasios Polydoros, Ph.D. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://github.com/academicpages/academicpages.github.io">AcademicPages</a>, a fork of <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="https://athapoly.github.io/assets/js/main.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-116314635-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>