Personal details

Anxhelo D. - Remote data scientist

Anxhelo D.

PhD researcher
Based in: 🇮🇹 Italy
Timezone: Rome (UTC+2)

Summary

I am a computer scientist with a Masters's Degree in Computer Science from
Faculty of Computer Science and Statistics, University of Sapienza, curently pursuing a Ph.D. in Computer Vision and Artificial Intelligence and a
penchant for outside-the-box thinking. I offer innovative solutions designed
to solve challenging and costly problems. I have four years of experience
designing machine learning solutions and pull from a rich background of
skills and knowledge. I have been teaching AI/ML courses at Sapienza University as part of VisionLab.

Work Experience

Research Scientist
La Sapienza University of Rome | Nov 2019 - Present
C++
OpenCV
NumPy
Python 3
TensorFlow
PyTorch
Sapienza University is ranked among the best universities in the world for computer science. As a Researcher at computer science department (VisionLab) i have been focused on Artificial Intelligence and Computer Vision. My main research interests are action recognition, human computer interaction, medical imaging, high performance computing and optimization.
Cuda Developer and Deep Learning Engineer
Lexma Tech | Mar 2019 - Apr 2021
C++
NumPy
CUDA
MPI
Python 3
TensorFlow
PyTorch
Lexma Tech is an american starup operating in fluid dynamic simulations sector. They build their own in-house software using high performance technologies and automation through AI. My goals as an employee at Lexma Tech were: 1) Designing of GPU algorithms 2) Automation of tasks through artificial intelligence 3) Optimization of intensive computing operations 4) Parallelization of CPU code using CUDA parallel paradigm or Message Passing paradigm through MPI

Education

Sapienza University of Rome
Doctor's degree・Computer Vision and Artificial Intelligence
Nov 2021 - Feb 2025
Sapienza University of Rome
Master's degree・Computer Science
Sep 2018 - Oct 2020

Personal Projects

2020
C++
CUDA
Fortran
Python 3
Moebius is a software that does fluid dynamics simulations built in-house from Lexma Technology. It helps in optimizing multiple manufacturing processes and is used from many tech giants mostly to improve their device quality through simulation. Moebiust is a technology build upon Lattice Boltzman multi-physics theory.
UAV trackingIconOpenNewWindows
2021
Python
OpenCV
NumPy
PyTorch
Tracking objects across multiple video frames is a challenging task due to several difficult issues such as occlusions, background clutter, lighting as well as object and camera view-point variations, which directly affect the object detection. These aspects are even more emphasized when analyzing unmanned aerial vehicles (UAV) based images, where the vehicle movement can also impact the image quality. A common strategy employed to address these issues is to analyze the input images at different scales to obtain as much information as possible to correctly detect and track the objects across video sequences. Following this rationale, in this paper, we introduce a simple yet effective novel multi-stream (MS) architecture, where different kernel sizes are applied to each stream to simulate a multi-scale image analysis. The proposed architecture is then used as backbone for the well-known Faster-R-CNN pipeline, defining a MS-Faster R-CNN object detector that consistently detects objects in video sequences. Subsequently, this detector is jointly used with the Simple Online and Real-time Tracking with a Deep Association Metric (Deep SORT) algorithm to achieve real-time tracking capabilities on UAV images.