Dasith Edirisinghe
PhD Student at QUT Australia
I am a PhD Researcher in Computer Vision at the SAIVT Research Centre, Queensland University of Technology (QUT), Australia. I hold a First Class Honours B.Sc. in Computer Science and Engineering from the University of Moratuwa, Sri Lanka. My research focuses on developing robust AI systems for autonomous perception, with particular interests in Computer Vision, 3D Perception, and Representation Learning. Additionally, I am interested in efficient deep learning, model optimization, and accelerating AI training and inference on modern computing hardware.
CS3042: Database Systems, University of Moratuwa
CS3953: Technical Writing, University of Moratuwa
LiveRoom Tech Talks
CSE, University of Moratuwa
CS & ES, University of Moratuwa
• This project involved training a sender-receiver system to encode and decode the order of image pairs using binary messages and learnable embeddings.
A deep learning pipeline was formulated and implemented, integrating Sender and Receiver networks for effective image order encoding and decoding.
Learning Outcomes : Deep Learning Problem Formulation, Representation Learning, Loss function based optimization
• This project involves researching and comparing various contrastive learning methods, such as SimSiam, BYOL,
SWaV, and SimCLR. I implemented different contrastive model architectures for both training and inference,
processing 1D ECG signals and enhancing them for downstream tasks like classification using PyTorch.
Learning Outcomes : Research and Development, Contrastive Learning, Self-supervised learning
• This project is regarding the Classification of Anomalies in the Gastrointestinal
Tract through Endoscopic Imagery. Deep Convolutional Neural Network with transfer
learning was used. MobileNetV2 has used as the base model.
Learning Outcomes : CNN, Transfer Learning
• The goal of this project is to predict wildfires in Australia.
I developed the predictive model using prophet
Learning Outcomes : Time Series Forecasting
• iVoke focuses on detecting driver drowsiness by observing eye blink rate.
Learning Outcomes : Eye Blink Detection(OpenCV), Embedded Hardware(Rpi)