-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (181 loc) · 12.4 KB
/
index.html
File metadata and controls
186 lines (181 loc) · 12.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Precious Kolawole</title>
<meta charset="utf-8" />
<meta name="google-site-verification" content="x90m5dgpe4F2vr3QIo56ycq2CR3JKLvZvqDGZ25jIss" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Precious Kolawole is an Engineer at Shopify and researcher in healthcare AI. Research interests include label-efficient learning, medical image analysis, fairness in healthcare AI, and developing data-efficient methods for resource-constrained clinical settings."
/>
<meta name="keywords" content="Precious Kolawole, Machine Learning, Healthcare AI, Medical Imaging, Label-Efficient Learning, Fairness in AI, Ultrasound Image Analysis, Self-Supervised Learning" />
<link rel="stylesheet" type="text/css" href="assets/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300;400;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.0.7/css/all.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"
/>
<link rel="author" href="https://www.precillieo.com/" />
<link rel="author" href="https://www.linkedin.com/in/kolawole-precious-8723b2198/" />
<link rel="author" href="https://precillieo.medium.com/" />
</head>
<body>
<header class="site-header">
<nav class="nav">
<div class="container flex-wrap">
<h1 class="logo">
<a href="https://precillieo.github.io">Precious Kolawole</a>
</h1>
<ul class="navbar">
<li><a href="#about">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="assets/resume.pdf">CV</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="https://www.precillieo.com/" target="_blank">Other website</a></li>
</ul>
</div>
</nav>
</header>
<article class="page container">
<div class="page-content">
<div id="about" class="bio-intro">
<div class="bio-card">
<img
src="assets/precious-kolawole-professional.jpg"
alt="Precious Kolawole"
/>
<div class="bio-card-info">
<strong>Precious Kolawole</strong>
Engineer, Shopify · Research Assistant, DSIH Lab<br>
preciouskolawole[at]cmail[dot]carleton[dot]ca
</div>
<div class="bio-card-links">
<a href="https://github.com/Precillieo" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a>
<a href="https://twitter.com/precillieo" target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/kolawole-precious-8723b2198/" target="_blank"><i class="fab fa-linkedin-in" aria-hidden="true"></i></a>
<a href="https://www.youtube.com/@precillieo" target="_blank"><i class="fab fa-youtube" aria-hidden="true"></i></a>
</div>
</div>
<div class="bio-text">
<p>
I'm an Engineer at <strong><a href="https://www.shopify.com/" target="_blank">Shopify</a></strong> on the Sidekick Assistant team, where I evaluate large language models and design human evaluation workflows. I also work as a Research Assistant at the <strong>Data Science for Interventional Healthcare (DSIH) Lab</strong> with <a href="https://people.scs.carleton.ca/~matthewholden/" target="_blank">Professor Matthew S. Holden</a>, building tracked spine ultrasound datasets and reconstructing 3D ultrasound volumes.
</p>
<p>
I recently graduated with a Bachelor of Computer Science (Honours, AI/ML) from <strong><a href="https://www.carleton.ca/" target="_blank">Carleton University</a></strong> through the <a href="https://devdegree.ca/" target="_blank">Shopify Dev Degree program</a>. During my degree, I explored how deep learning segmentation could simplify ultrasound through the <a href="https://science.carleton.ca/students/undergraduate-student-summer-research-opportunities/black-and-indigenous-summer-research-internships/" target="_blank">NSERC Black and Indigenous Summer Research Internship</a>. Before that, at the <strong>Nesbitt Biology Lab</strong> with <a href="https://carleton.ca/sce/people/adler/" target="_blank">Professors Andy Adler</a> and <a href="https://carleton.ca/biology/people/jeff-dawson/" target="_blank">Jeff Dawson</a>, I developed methods to improve concussion diagnosis using video eye-tracking and ocular EMG.
</p>
<p>
I began in Medical Rehabilitation at <strong><a href="https://www.oauife.edu.ng/" target="_blank">Obafemi Awolowo University</a></strong> in Nigeria and later pivoted to computer science. That clinical grounding shapes my career aspiration: to build data‑efficient AI workflows with clinician‑level reasoning for real‑world care.
</p>
<p>
<strong>I am actively seeking PhD positions in healthcare AI, medical imaging, and medical physics, and am also considering MD‑PhD programs. If our research interests align, I would love to <a href="mailto:preciouskolawole@cmail.carleton.ca">hear from you</a>.</strong>
</p>
</div>
</div>
<div class="container">
<h1 class="header-name">Selected Feature</h1>
<div class="selected-feature">
<div class="feature-video">
<iframe
src="https://www.youtube.com/embed/TQd3eGjaTOo"
title="TEDx Talk: How Coding Can Change Your Life—and the World"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<div class="feature-description">
<p>
Here I talk about how coding can change your life and how it starts from the mind. Growing up in Nigeria, I saw how the environment shapes thinking. The discipline of writing code, debugging, and following rules naturally trickles into reshaping things in your life. And neuroplasticity was fun: how learning to code forms new neural pathways. I referenced my article <a href="https://precillieo.medium.com/tech-took-me-out-of-the-ghetto-4ad3f884da04" target="_blank">"Tech took me out of the ghetto,"</a> but the ghetto here is the mind.
</p>
</div>
</div>
</div>
<div class="container lines">
<h1 class="header-name">Publications</h1>
<ul class="list">
<li>
<strong>Limited Paired Labels Suffice for Binary but Not Multiclass Ultrasound Segmentation</strong><br>
<span>Precious Kolawole, Matthew S. Holden</span><br>
<em>Imaging Network Ontario Symposium 2026 (ImNO 2026)</em> <span style="color: #28a745;">(Accepted for Oral Presentation)</span><br>
</li>
<li>
<strong>Annotation Is (Almost) Indispensable: The Limitations of Unpaired Domain Translation and Semi-Supervised Approaches to Ultrasound Simplification</strong><br>
<span>Precious Kolawole, Matthew S. Holden</span><br>
<em>SPIE Medical Imaging 2026: Image-Guided Procedures, Robotic Interventions, and Modeling</em> <span style="color: #28a745;">(Accepted for Oral Presentation)</span><br>
<a href="https://spie.org/submissions/approval/supplementalfile/031b3ce7-5f36-4548-ae4f-9d334122206f.pdf" target="_blank">[Paper]</a>
</li>
<li>
<strong>Fairness-Aware Machine Learning for Social Bias Detection in Healthcare Research Datasets</strong><br>
<span>Precious Kolawole</span><br>
<em>Proceedings of Machine Learning Research (PMLR), Volume 302, Deep Learning Indaba 2025</em><br>
<span>Poster & Oral Presentation, Deep Learning Indaba 2025, Dakar, Senegal</span><br>
<a href="https://proceedings.mlr.press/v302/kolawole26a.html" target="_blank">[PMLR]</a>
<a href="assets/Indaba_Poster.pdf" target="_blank">[Poster]</a>
</li>
</ul>
</div>
<div class="container">
<div class="line">
<h1 id="news" class="header-name">Recent News</h1>
<ul class="list">
<li>
<strong>[Feb 2026]</strong> Paper <em>"Limited Paired Labels Suffice for Binary but Not Multiclass Ultrasound Segmentation"</em> accepted for oral presentation at ImNO 2026.
</li>
<li>
<strong>[Feb 2026]</strong> Paper <em>"Fairness-Aware Machine Learning for Social Bias Detection in Healthcare Research Datasets"</em> officially published in <strong><a href="https://proceedings.mlr.press/v302/kolawole26a.html" target="_blank">Proceedings of Machine Learning Research (PMLR)</a></strong>, Volume 302.
</li>
<li>
<strong>[Dec 2025]</strong> Spoke on <strong><a href="https://thenewcomerspod.com/p/e135-precious-kolawole-has-learned" target="_blank">The Newcomers Podcast</a></strong> about immigration, coding, and the immigrant mindset. <a href="https://youtu.be/oHDTyWcLdC8?si=YOyU9OY5c5Lc0R7z" target="_blank">[YouTube]</a> <a href="https://open.spotify.com/episode/0NlGcEiUdrqZIBDqRBf7ye?si=r-r8Tp4eQQSP47a1CWha_Q" target="_blank">[Spotify]</a>
</li>
<li>
<strong>[Nov 2025]</strong> Paper upgraded from poster to oral presentation at SPIE Medical Imaging 2026.
</li>
<li>
<strong>[Oct 2025]</strong> Paper <em>"Annotation Is (Almost) Indispensable"</em> accepted to SPIE Medical Imaging 2026: Image-Guided Procedures, Robotic Interventions, and Modeling. <a href="https://spie.org/submissions/approval/supplementalfile/031b3ce7-5f36-4548-ae4f-9d334122206f.pdf" target="_blank">[Paper]</a>
</li>
<li>
<strong>[Sep 2025]</strong> Joined <strong><a href="https://www.shopify.com/" target="_blank">Shopify</a></strong> full-time as an Engineer on the Sidekick Assistant team.
</li>
<li>
<strong>[Aug 2025]</strong> Graduated with a Bachelor of Computer Science (Honours) from <strong>Carleton University</strong>.
</li>
<li>
<strong>[Jun 2025]</strong> Featured on <strong><a href="https://newsroom.carleton.ca/story/ai-health-solutions/" target="_blank">Carleton University's newsroom</a></strong> for my AI and healthcare research.
</li>
<li>
<strong>[Mar 2025]</strong> Named to <strong><a href="https://readthepeak.com/lists/emerging-leaders-2025/c/startups-and-tech" target="_blank">The Peak's 2025 Emerging Leaders</a></strong>, recognizing Canadian leaders under 40 shaping the economy and tech industry.
</li>
<li>
<strong>[Mar 2025]</strong> Awarded the <strong><a href="https://science.carleton.ca/students/undergraduate-student-summer-research-opportunities/black-and-indigenous-summer-research-internships/" target="_blank">NSERC BISRI</a></strong> to continue research with Professor Matthew S. Holden.
</li>
<li>
<strong>[Mar 2025]</strong> TEDx talk <a href="https://youtu.be/TQd3eGjaTOo?si=XNdYN1rMdjX22lH7" target="_blank"><strong>"How Coding Can Change Your Life—and the World"</strong></a> published on YouTube.
</li>
</ul>
<p style="text-align: center; margin-top: 1.5em;">
<a href="news.html" style="font-weight: 600;">View all news →</a>
</p>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<small><b>Last Updated:</b> January 2026</small>
<small class="block">
© Precious Kolawole. Inspired by
<a href="https://stevenkolawole.github.io/" target="_blank"><span style="color: #FFC0CB">Steven Kolawole's page</span></a>
· Hosted on
<a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
</small>
</div>
</footer>
</body>
</html>