Thank you for having me. I am especially passionate about Artificial Intelligence, data, and cybersecurity, and I am happy to share my background and my teaching experience with you today.
1. Yourself
My name is Haythem Rehouma.
I live in Montreal, Canada.
I am originally from Tunisia, and I am also a Canadian citizen.
I have been living in Canada for 13 years.
2. Your Experience
My main fields are AI, programming, cybersecurity, and cloud computing.
I have more than 15 years of experience in teaching and engineering.
Today I teach in several colleges in Montreal — cybersecurity at Collège de Maisonneuve, and AI at Collège Bois-de-Boulogne.
I also teach at university, at ÉTS — a top engineering school — where I teach computer vision and Java.
So I have a multidisciplinary profile, and a strong base in data, artificial intelligence, and security.
Detailed notes (full explanation)
7. Cybersecurity — My Main Strength
I teach cybersecurity at Collège de Maisonneuve — both defensive and offensive security.
In defensive security, I teach how to protect systems, secure Windows servers, and control access.
In offensive security, I teach how attacks work — so students learn to think like an attacker to defend better.
So I combine real engineering practice with strong teaching — exactly what this position needs.
Concrete topics I teach:
5. Artificial Intelligence
I also teach Artificial Intelligence at Collège Bois-de-Boulogne.
I teach Reinforcement Learning.
The agent learns from rewards.
We use the Bellman equation to find the best actions.
I teach Supervised and Unsupervised Learning.
In supervised, we have labels — like KNN, SVM, decision trees, and random forests.
In unsupervised, there are no labels. The model finds patterns alone — like clustering (K-means, DBSCAN, hierarchical) and PCA.
I also teach data cleaning and EDA (exploratory data analysis).
I am on the program renewal committee at Bois-de-Boulogne.
It is a leader CEGEP in AI. I help update the AI program.
My recent research is on Multimodal AI.
I work on fall detection for elderly people at night.
I use two sensors: a camera and a motion sensor (IMU).
IMU = Inertial Measurement Unit. It has two sensors:
• accelerometer — measures linear acceleration on 3 axes (x, y, z), in g.
• gyroscope — measures rotation (angular velocity) on 3 axes, in degrees per second.
Together that is 6-axis motion data — perfect to detect a fall.
For the camera, I use a Transformer to analyse the body pose.
For the motion, I use an unsupervised LSTM autoencoder.
LSTM = Long Short-Term Memory — a neural network that learns from sequences over time.
Then I combine the two with late fusion: I merge the two decisions at the end.
Late fusion is cheaper than early fusion, and more robust.
The results are strong: a 97% F1-score, and only 3.6% false alarms.
It runs in real time on a normal CPU, even in the dark.
This work is published in Sensors (MDPI), 2025.
And I have a new paper coming soon, with my colleague Dr. Mounir Boukadoum. We will submit it in the next days to IEEE ICM 2026.
In this new paper, we study a simple question: does the place of the camera and the sensor change the quality of the fall detection?
And the answer is yes. Where you put the camera, and where the person wears the sensor, can make the system much more, or less, accurate.
Topics I teach & research:
More details (if asked)
3. Education & Diplomas
I hold degrees from three countries.
From Tunisia, I have a telecommunications engineering degree and a Master's degree.
From Canada, I earned a second Master's in Artificial Intelligence and a PhD.
I also hold a certificate in Artificial Intelligence from San Diego, in the United States.
And I am industry-certified in cloud and DevOps — AWS and Kubernetes.
I hold:
- 2 diplomas from Tunisia — Telecommunications engineering diploma + a Master's degree.
- 2 diplomas from Canada — another Master's degree in AI + a Ph.D.
- 1 diploma from the United States — a certificate in Artificial Intelligence from San Diego.
I am also industry-certified in cloud and DevOps:
- AWS Certified DevOps Engineer — cloud automation, CI/CD, and deployment.
- CKA — Certified Kubernetes Administrator — container orchestration and infrastructure.
More background — click to open if asked:
▸ My 2011 Master's thesis in Tunisia (if asked)
Université de Tunis El Manar — ENIT (National Engineering School of Tunis) · Master in Telecommunications · defended July 2011.
Title: “Study of a figure-eight microstructured-fiber laser.”
Deeper technical detail (only if they really push)
▸ My optical-fiber research (if asked)
Rehouma, Bahloul, Mothé, Di Bin, Attia — “Influence of air-hole collapse on splice losses between microstructured optical fibers.” Collaboration: EPT (Tunisia) & XLIM, University of Limoges (France).
Deeper technical detail (only if they really push)
4. PhD & Projects
I completed my PhD at ÉTS — a school known for applied engineering.
I did my research in the pediatric ICU at Sainte-Justine hospital, with real doctors and real critically-ill children.
My work brought together computer vision, artificial intelligence, and biomedical engineering — for non-contact respiration monitoring.
I built an AI decision-support system that watches a child’s breathing with simple 3D cameras — no sensors on the body.
The AI reconstructs the body surface in 3D and turns breathing into real, measurable numbers.
After my PhD, I did a one-year postdoctoral fellowship at ÉTS, in Medical AI and clinical systems.
I led a project on an AI system to monitor respiratory distress in children, in intensive care.
My PhD was about three things:
- Computer vision — in the Electrical Engineering department (ÉTS is known for applied engineering)
- Biomedical engineering
- Respiration monitoring without contact
More detail — click to open if asked:
▸ Academic & research experience — full details (if asked)
Postdoctoral Fellow — Medical AI & Clinical Systems Engineering
ÉTS, Department of Electrical Engineering
Ph.D. Researcher — Computer Vision, 3D Sensing & Clinical AI
ÉTS & CHU Sainte-Justine ICU (partnership)
▸ How the AI breathing system works (if asked)
LATIS Lab, ÉTS & CHU Sainte-Justine ICU · featured by ÉTS as “Saving children through Xbox cameras” · Rehouma et al., Computerized Medical Imaging and Graphics, 70 (2018), 17–28.
▸ The octree volume method (if asked)
“An octree is just a smart way to measure a 3D shape by filling it with cubes.”
8. Steganography — Data Security Research
As a research assistant at the Faculty of Engineering, University of Moncton, I worked on data security using LSB & DCT based steganography.
As a research assistant, I also worked in data security, on steganography.
Steganography means hiding secret data inside a file — like an image. The message is not just scrambled, it is invisible.
I combined two techniques, LSB and DCT, to hide more data and resist detection.
More technical details (if asked)
Respiration Monitoring (without contact)
My PhD mixed computer vision, AI, and biomedical engineering.
I worked on non-contact breathing monitoring — watching breathing without any sensor on the patient.
The idea was to use cameras to get useful breathing data in intensive care.
This makes patients more comfortable, with no wires.
In short, I turned a visual observation into real, measurable data.
▸ More technical detail (if asked)
Chest Motion (quantifying)
I also studied how the chest and abdomen move during breathing.
I wanted to see if the two parts move together or not.
When they do not move together, it can be a sign of breathing difficulty.
I used 3D vision to make this pattern visible and measurable.
So I turned a clinical observation into clear, objective data.
▸ More technical detail (if asked)
Fall Detection
I also built an AI system to detect falls, using movement sensors and cameras.
It combined motion data and posture analysis — two sources — for a more reliable decision.
I used deep learning to find abnormal movements and risky postures.
The goal was to reduce false alarms in real life.
This shows I can build a complete AI system, from the data to the final product.
▸ More technical detail (if asked)
6. Publications
I have 9 peer-reviewed publications — 6 journals and 3 conferences.
I also have a US patent, my PhD thesis, and a science-magazine article.
My work has been cited more than 140 times, in journals like Sensors and IEEE Access.
9 peer-reviewed publications (6 journals + 3 conferences), plus 1 US patent, 1 PhD thesis, and 1 science-magazine article — cited 140+ times.
Published in: Sensors, IEEE Access, IEEE Transactions on Instrumentation and Measurement, Computerized Medical Imaging and Graphics, Virtual Reality, IEEE ICECS, IPTA, and Photonics North.
Journal Conference Other (patent, thesis, magazine)
- 2025 Fall Detection by Bimodal Sensing with Late Fusion. IEEE Int. Conf. on Electronics, Circuits and Systems (ICECS).
- 2025 Fall Detection by Deep Learning-Based Bimodal Movement and Pose Sensing with Late Fusion. Sensors 25(19), 6035. cited by 6
- 2022 Methods and systems for assessing severity of respiratory distress of a patient. US Patent App. 17/763,319. cited by 1
- 2020 Advancements in methods and camera-based sensors for the quantification of respiration. Sensors 20(24), 7252. cited by 38
- 2020 Quantitative assessment of spontaneous breathing in children: evaluation of a depth camera system. IEEE Trans. on Instrumentation and Measurement 69(7), 4955-4967. cited by 26
- 2019 Visualizing and quantifying thoraco-abdominal asynchrony in children from motion point clouds: A pilot study. IEEE Access 7, 163341-163357. cited by 11
- 2019 Quantification de la respiration en unité de soins intensifs pédiatrique à partir de séquences d'images et de vidéo. PhD thesis, École de technologie supérieure (ÉTS).
- 2019 Saving Children through Xbox Cameras / Sauver des enfants grâce à des caméras Xbox. Substance ÉTS (science magazine).
- 2018 3D imaging system for respiratory monitoring in pediatric intensive care environment. Computerized Medical Imaging and Graphics 70, 17-28. cited by 47
- 2017 A computer vision method for respiratory monitoring in intensive care environment using RGB-D cameras. IEEE Int. Conf. on Image Processing Theory, Tools and Applications (IPTA). cited by 15
- 2017 Towards a mobile serious game environment for children self-learning. Virtual Reality. cited by 2
- 2015 Excitation of vector modes in few-mode fiber using wire-based mechanical long period fiber grating. Photonics North. cited by 8
9. My Strengths & Weaknesses
I am a fast learner, and I adapt quickly to new tools and technologies.
I am very hands-on — I like to build real, working solutions, not just theory.
And I collaborate easily with people from different fields — engineers, doctors, and students.
Sometimes I pay too much attention to small details.
I am working on it: I now focus on the big picture first, and prioritise what matters most.