Computer Science Department Thesis Defense - Aya Farrag

Event Date: 
Monday, April 24, 2023 - 12:30pm to 2:00pm EDT
Event Location: 
online
Event Contact Name: 
Rachael Wang
Event Contact E-mail: 

Please join the Computer Science Department for the upcoming thesis defense:

Presenter: Aya Farrag

Thesis title: Towards a Trustworthy End-to-End AI-based Clinical Decision Support System for Disease Diagnosis and Prognosis: Breast Cancer Use-Case


Abstract: Artificial Intelligence (AI) research has emerged as a powerful tool for health-related applications. With the increasing shortage of radiologists and oncologists around the world, developing an end-to-end AI-based Clinical Decision Support (CDS) system for fatal disease diagnosis and survivability prediction can have a significant impact on healthcare professionals as well as patients. Such a system uses machine learning algorithms to analyze medical images and clinical data to detect cancer, estimate its survivability and aid in treatment planning. We can break the CDS system down into two main components: the Computer Aided Diagnosis (CAD) subsystem and the Computer-Aided Prognosis subsystem (CAP). The lack of trustworthiness of these systems is still considered a challenge that needs to be addressed in order to increase their adoption and usefulness in real-world applications.

In this thesis, we propose new methods and frameworks to address existing challenges and research gaps in both components of the system to pave the way toward its usage in clinical practice. We select the breast cancer use case to perform our analysis as it is the most common cancer amongst women and the second leading cause of cancer death.

In cancer CAD systems, the first and most important step is to analyze medical images to identify potential tumors in a specific organ. In dense prediction problems like mass segmentation, preserving the input image resolution plays a crucial role in achieving good performance. However, this resolution is often reduced in current Convolution Neural Networks (CNN) that are commonly repurposed for this task. In Chapter 3, we propose a double-dilated convolution module in order to preserve spatial resolution while having a large receptive field. The proposed module is applied to the tumor segmentation task in breast cancer mammograms as a proof-of-concept. To address the pixel-level class imbalance problem in mammogram screenings, different loss functions (i.e., binary cross-entropy, weighted cross-entropy, dice loss, and Tversky loss) are evaluated. Experimental analysis is performed to compare the performance of lesion segmentation networks on mammogram screenings before and after plugging the proposed module into one state-of-the-art deep convolutional neural network. The obtained results show the effectiveness of the proposed module in increasing the similarity score and decreasing the miss-detection rate.

Following the cancer diagnosis step, in Chapter 4, we propose a new framework for cancer survival prediction in CAP systems to precisely predict the estimated survival months of patients in order to facilitate treatment planning. We combine two main strategies in solving the cancer survivability prediction problem using Machine Learning techniques. In the first strategy, we model the survivability prediction task as a two-step problem, namely a classification problem to predict whether or not a patient survives for five years, and a regression problem to forecast the number of remaining months for those who are predicted to not survive for five years. The second strategy is to develop stage-specific models, where each model is trained on instances belonging to a certain cancer stage in order to precisely predict survivability of patients from the same stage. We investigate the impact of adopting these strategies along with applying different balancing techniques over the model performance using breast cancer clinical data. The obtained results demonstrate that the proposed methods prove effective in both survivability classification and regression.

To incorporate the role of prognosis in determining the most suitable treatment plans for a cancer patient, in Chapter 5, we propose a novel prognostic-based framework for treatment planning. We employ the prediction models developed for stage-specific survival estimation to determine the best possible treatment plans in terms of prognostic outcomes. The system generates an ordered list of all possible combinations of treatments associated with their predicted survival outcomes to offer more comprehensive and intuitive treatment recommendations that can aid medical professionals in making more informed decisions about the most appropriate course of treatment for their patients. By integrating survival prediction models into treatment planning, healthcare providers can offer better patient care and help patients and their families make more informed decisions about their treatment options.

Experiments conducted in different chapters of this thesis demonstrate that the proposed AI-enabled techniques may potentially be utilized in future Clinical Decision Support Systems to help clinicians make patient-specific assessments and treatment decision



Committee Members:
Dr. Zubair Fadlullah (supervisor, committee chair), Dr. Muhammad Asaduzzaman, Dr. Al-Sakib Khan Pathan (United International University)

Please contact grad.compsci@lakeheadu.ca for the Zoom link.
Everyone is welcome.

Computer Science Department Thesis Defense - Gad Gad

Event Date: 
Monday, April 24, 2023 - 11:00am to 12:30pm EDT
Event Location: 
online
Event Contact Name: 
Rachael Wang
Event Contact E-mail: 

Please join the Computer Science Department for the upcoming thesis defense:

Presenter: Gad Gad

Thesis title: Light-weight Federated learning with Augmented Knowledge Distillation for Human Activity Recognition


Abstract: The field of deep learning has experienced significant growth in recent years in various domains where data can be collected and processed. However, as the data plays a central role in the deep learning revolution, there are risks associated with moving the data from where it is produced to central servers and data centers for processing.

To address this issue, Federated Learning (FL) was introduced as a framework for collaboratively training a global model on distributed data. However, FL comes with several challenges, including communication overhead, system and statistical heterogeneity, and privacy concerns. To address these challenges, this thesis proposes the incorporation of techniques such as Knowledge Distillation (KD) and Differential Privacy (DP) with FL. Specifically, a modelagnostic FL algorithm based on KD is proposed, called the Federated Learning algorithm based on Knowledge Distillation (FedAKD). FedAKD utilizes a shared dataset as a medium to calculate soft labels (knowledge), which are then sent to the server for aggregation and broadcast back to clients to train on them in addition to local training. Additionally, the privacy analyses of the uplink and the downlink channels of federated learning based on the differential privacy (DP) definition is discussed, and the performance of FedAKD is evaluated using the human activity recognition (HAR) application with four datasets.

• In chapter 2, various concepts that are employed in the following chapters of this thesis are covered, including human activity recognition, deep learning models, federated learning, and empirical loss minimization (ELM).
• Chapter 3 introduces FedAKD, a communication-efficient federated learning method, and evaluates its performance using the human activity recognition (HAR) application with four datasets.
• Chapter 4 discusses the communication efficiency challenge of deploying federated learning on IoT networks and evaluates the communication overhead of FedAKD.
• Chapter 5 focuses on the privacy analysis of federated learning by presenting a realistic federated learning threat model and providing privacy guarantees based on differential privacy (DP).

The experiments show that FedAKD achieves better performance than other KD-based FL algorithms and comparable performance to model-based FL methods. Furthermore, decreasing the privacy budget causes a slight degradation in performance, as DP clips the gradients during training and adds noise to them to limit per-sample contribution to model weights, thus protecting privacy.

In conclusion, communication-efficient FL algorithms with privacy-preserving techniques present a viable solution for distributed learning while tolerating system heterogeneity and providing provable privacy guarantees, particularly in IoT applications.


Committee Members:
Dr. Zubair Fadlullah (supervisor, committee chair), Dr. Muhammad Asaduzzaman, Dr. Al-Sakib Khan Pathan (United International University)

Please contact grad.compsci@lakeheadu.ca for the Zoom link.
Everyone is welcome.

Computer Science Department Thesis Defense - Lakshmi Preethi Kamak

Event Date: 
Monday, April 24, 2023 - 1:00pm to 2:00pm EDT
Event Location: 
online
Event Contact Name: 
Rachael Wang
Event Contact E-mail: 

Please join the Computer Science Department for the upcoming thesis defense:

Presenter: Lakshmi Preethi Kamak

Thesis title: Programming Pedagogy in the Age of Accessible Artificial Intelligence


Abstract: Human-Computer Interaction and Human-Artificial Intelligence Interaction research combined with Programming pedagogy research is evolving modern classrooms in many aspects with the aim of an optimal user experience. Incorporating these Human-Computer Interaction research principles can help novice programmers overcome cognitive overload and poor user experience. This thesis proposes methods to cater to students’ different learning styles and needs to enhance programming pedagogies in various learning environments. Providing a foundation for this thesis in terms of research direction and trending techniques, Chapter 2 describes the increasing popularity of and convergence of CT and AI research in programming pedagogy. Chapter 3 offers an innovative approach to teaching programming to middle school students using scaffolding techniques and computational thinking concepts in a blended learning environment for remote schools. More specifically, this study lays out a comprehensive curriculum and assessment materials aligned with Ontario learning outcomes with the mission to remove geographical barriers to building sustainability in First Nation Schools in Northwestern communities of Canada. Using an adapted survey instrument, we identified computationally talented students with the prospect of developing STEM interests. Similarly, Human-Artificial intelligence Interaction research principles can facilitate the integration of artificial intelligence tools to enhance programming understanding. Chapter 4 explores the efficacy of OpenAI’s ChatGPT as an artificial intelligence coding assistant in graduate students’ self-directed learning experience. In the study, students solved complex reinforcement learning tasks after completing a related Massive open online course. We developed an original survey instrument based on combining Human-Computer Interaction frameworks and Human-Artificial Intelligence Interaction metrics. It measures technology acceptance while verifying potential information bias based on an in-depth analysis of participant interaction behaviour. By leveraging these innovative techniques and technology and identifying potential limitations, this thesis seeks to enhance programming pedagogy, provide effective strategies for facilitating learning in diverse settings, and encourage future developments in this field.



Committee Members:
Dr. Vijay Mago (supervisor, committee chair), Dr. Jinan Fiaidhi, Dr. Piper Jackson (Thompson Rivers University)

Please contact grad.compsci@lakeheadu.ca for the Zoom link.
Everyone is welcome.

2023 Lakehead University Student Juried Exhibition

Event Date: 
Friday, March 24, 2023 - 12:00pm to 5:00pm EDT
Friday, March 31, 2023 - 12:00pm to 5:00pm EDT
Friday, April 7, 2023 - 12:00pm to 5:00pm EDT
Friday, April 14, 2023 - 12:00pm to 5:00pm EDT
Friday, April 21, 2023 - 12:00pm to 5:00pm EDT
Event Location: 
Thunder Bay Art Gallery
Event Contact Name: 
Jennifer Howie
Event Contact E-mail: 

Lakehead University Student Juried Exhibition and Honours Graduating Show will open to the public on the afternoon of Friday March 24th at Thunder Bay Art Gallery.

The Lakehead Department of Visual Arts invites you to join us for the opening and award ceremonies on Friday March 31, 2023 in Thunder Bay Art Gallery. Doors open at 7 pm. There will be food and refreshments at the opening.

This year the opening ceremonies will be emceed by Dr. Elizabeth Birmingham dean of Faculty of Social Sciences and Humanities.

Lakehead student exhibits will be on display until Sunday April 23rd.

Computer Science Department Thesis Defense - Archana Mariappan

Event Date: 
Friday, April 21, 2023 - 9:00am to 10:00am EDT
Event Location: 
online
Event Contact Name: 
Rachael Wang
Event Contact E-mail: 

Please join the Computer Science Department for the upcoming thesis defense:

Presenter: Archana Mariappan

Thesis title: Diagnosis and Level-I Therapeutical Support of Depression in Mental Health using Conversational AI


Abstract: World Health Organization statistics indicate that one out of every eight people suffers from mental illness. Due to the fear of stigma and social discrimination, they start being resilient and end up going through difficult situations alone. They fear criticism and start isolating them from friends, family and neighbours. They fear that may be called as ‘crazy’ which may affect their education, career and daily lives in a negative manner. Mostly people aren’t much aware about the mental health illness which may lead them into complicated consequences. Also, most of the people lack the knowledge about the mental health issues and trying to solve it alone without knowing the complexity of the future problems related to it. Also, people find it difficult to open up about their personal information and feelings to a stranger or counsellor assuming that their data wouldn’t be confidential. The majority of individuals doesn’t have access to effective care. If the issue isn’t treated with care it can lead to serious mental problems such as it may cause depression, obsessive compulsive disorder, anxious or personality disorder. Literally, majority of the population have inadequate knowledge about the mental health illness. In order to overcome this problem, our mental health chatbot was created. Our study aims to provide efficient and essential care to the people with mental health concerns according to their needs and supplying the basic information regarding mental health problems through various sources. The proposed system eases the diagnosis of mental health problem in the user by identifying and providing level-I therapeutical support for depression by employing conversational AI. This paper utilizes technologies like Artificial Intelligence and its subfield Natural Language Processing (NLP) to provide a amicable environment for the user 24/7 and it can be integrated in cross platforms like iOS, android and windows etc. This system allows the users to schedule appointment, to learn in detail about the terminologies of mental health and it provides resources for feel good activities like videos and music. Through this system they can candidly express their feelings to the conversational AI chatbot besides their insecurity. The Artificial Intelligence (AI) in turn provides them with chat support, acts as a bridge to understand the situations and suggests solutions depending on the level of mental health deterioration. We propose a fully automated and powerful first-level detection and support system for mental health.


Committee Members:
Dr. Jinan Fiaidhi (supervisor, committee chair), Dr. Sabah Mohammed, Dr. Carlos Zerpa (Kinesiology)

Please contact grad.compsci@lakeheadu.ca for the Zoom link.
Everyone is welcome.

Media Showcase: Empowering Hope

Event Date: 
Tuesday, April 25, 2023 - 5:00pm to 8:00pm EDT
Event Location: 
OA 1022

Join the Media, Film and Communications program on Tuesday, April 25 from 5 to 8 pm for their annual media showcase titled, Empowering Hope. View student media, film and other artistic productions. Free hors d'oeuvres. Everyone welcome - in-person or on Zoom. 

Computer Science Department Thesis Defense - Atharva Phatak

Event Date: 
Tuesday, April 18, 2023 - 12:00pm to 2:00pm EDT
Event Location: 
online
Event Contact Name: 
Rachael Wang
Event Contact E-mail: 

Please join the Computer Science Department for the upcoming thesis defense:

Presenter: Atharva Phatak

Thesis title: Medical Text Simplification: Bridging the Gap between Medical Research and Public Understanding

Abstract: Text Simplification is a subdomain of Natural Language Processing that focuses on applying computational techniques to modify the content and structure of the text to make it interpretable while retaining the main idea. The advancements in text simplification research have provided valuable benefits to a wide range of readers, including those with learning disabilities and non-native speakers. Moreover, even regular readers who are not experts in fields such as medicine or finance have found text simplification techniques to be useful in accessing scientific literature and research. This thesis aims to create a text simplification approach that can effectively simplify complex biomedical literature. Chapter 2 provides an insightful overview of the datasets, methods, and evaluation techniques used in text simplification. Chapter 3 conducts an extensive bibliometric analysis of literature in the field of text simplification to understand research trends, find important research and application topics of text simplification research, and understand shortcomings in the field. Based on the findings in Chapter 3, we found that the advancements in text simplification research can have a positive impact on the medical domain. The research in the field of medicine is constantly developing and contains important information about drugs and treatments for various life threatening diseases. Although this information is accessible to the public, it is very complex in nature, thus making it difficult to understand. To address this problem, chapter 4 proposes an Automatic Text Simplification approach called “TESLEA”, which is capable of simplifying text related to the medical domain. The proposed approach employs a transformer-based model and leverages reinforcement learning to train the model in optimizing rewards that are tailored to text simplification. The proposed method outperformed previous baselines on Flesch-Kincaid scores (11.84) and achieved comparable performance with other baselines when measured using ROUGE-1 (0.39), ROUGE-2 (0.11), and SARI scores (0.40). The analysis of human annotated data revealed a percentage agreement of over 70% among human annotators when evaluated factors such as fluency, coherence, and adequacy. While having proposed an approach for simplifying medical text, this research also identifies potential avenues for future investigation, specifically the development of multilingual text simplification systems catering to diverse domains



Committee Members:
Dr. Vijay Mago (supervisor, committee chair), Dr. Garima Bajwa, Dr. Ameeta Agrawal (Maseeh College of Engineering and Computer Science, Portland State University)


Please contact grad.compsci@lakeheadu.ca for the Zoom link.
Everyone is welcome.

Shrikanta Sutradhar - Chemistry and Materials Science PhD Defense

Event Date: 
Wednesday, April 19, 2023 - 9:30am to 12:30pm EDT
Event Location: 
RC 1003
Event Contact Name: 
Brenda Magajna
Event Contact E-mail: 

The Chemistry and Materials Science candidate, Shrikanta Sutradhar will present his research: Valorization kraft lignin via alkaline and acid-mediated aerobic oxidation process

Committee Members: Dr. Pedram Fatehi(supervisor), Dr. Ebrahim Rezaei, Dr. Kang Kang, Dr. Hongbin Liu (external), and Dr. Christine Gottardo (chair)

Everyone is welcome

For more information contact Brenda Magajna at phd.ses@lakeheadu.ca

Biology MSc Thesis Proposal - Breanne Lywood

Event Date: 
Tuesday, April 25, 2023 - 10:00am to 11:30am EDT
Event Location: 
Zoom
Event Contact Name: 
Heather Suslyk
Event Contact E-mail: 

Title: "Assessing the vulnerability of south-central Ontario’s maple syrup industry to climate change: A multidisciplinary approach"

Supervisory Committee:
- Dr. Gerardo Reyes (Supervisor)
- Dr. Nanda Kanavillil
- Dr. Sonia Mastrangelo
- Dr. Brian McLaren (External)

All are welcome to attend. Please contact biology@lakeheadu.ca for the meeting ID and password.

New Music Ensemble

Event Date: 
Tuesday, April 11, 2023 - 8:00pm to 9:00pm EDT
Event Location: 
Jean McNulty Recital Hall, William H. Buset Centre for Music and Visual Arts
Event Contact Name: 
Aris Carastathis
Event Contact E-mail: 

New Music Ensemble
Aris Carastathis, director

works by: D. Chepil Reid, A. Sloley, A. Carastathis, E. Vaitsi

Tuesday, April 11, 2023
8:00 pm, Jean McNulty Recital Hall
William H. Buset Centre for Music and Visual Arts

free admission

Pages