Vector workshops give insights into responsible health AI deployment
With special thanks to EY Canada, who co-hosted the event with Vector and provided the event space. Trustworthy and safe health AI deployment recognizes urgency, addresses a specific need, and [ ] The post Vector workshops give insights into responsible health AI deployment appeared first on Vector Institute for Artificial Intelligence .
With special thanks to EY Canada, who co-hosted the event with Vector and provided the event space.
Trustworthy and safe health AI deployment recognizes urgency, addresses a specific need, and delivers genuine value to users. This was the consensus at the Principles to Practice: Enabling Responsible AI in Healthcare event co-hosted by the Vector Institute and Vector Gold sponsor EY. A follow-up technical workshop was held shortly after.
Held on May 13, 2024, the event brought together over 80 health care leaders from private, public, and research sectors. With a goal of providing insights into health AI deployment to our partners, it focused on sharing tangible deployment steps to promote safety, including strategies for monitoring AI models throughout their lifecycle, ensuring data integrity, and implementing rigorous validation and maintenance processes. Part of Vector’s commitment to responsible AI, the event gave leaders actionable steps and concrete tools to develop and integrate AI into clinical settings safely.
Vector researchers get real about AI limitations and how to pivot
Developing and deploying AI models safely in health care isn’t always straightforward. To date, only a small proportion of health AI research initiatives have been successfully translated into clinical settings, to date. This is often due to challenges with developing and implementing robust deployment strategies that incorporate the necessary steps and best practices. Clinical use case presentations highlighted how AI can address pressing healthcare issues when deployed responsibly.
Vector Faculty Affiliates Amol Verma and Fahad Razak — who also co-founded the health data-sharing network GEMINI and partnered with Vector to enable GEMINI for AI/ML discovery — delivered a presentation on an AI initiative for delirium, an acute confusional state and a significant problem faced by clinicians. They demonstrated the groundwork behind implementing AI to identify when a patient has delirium and a significant challenge for clinicians to identify early enough to deliver preventive care. Up to 40% of cases are preventable with simple interventions, but delirium is not well captured in logged data. The GEMINI team identified this as an opportunity to use machine learning (ML) for quality improvement and developed a scalable AI tool for accurate delirium detection and risk prediction. They have been using CyclOps, a Vector Institute open-source tool, to assist in monitoring the model’s performance.
Only a small proportion of health AI research initiatives have been successfully translated into clinical settings. This is often due to challenges with developing and implementing robust deployment strategies that incorporate the necessary steps and best practices.
Vector Faculty Affiliate Benjamin Fine, who is also a clinician scientist at Trillium Health Partners (THP), walked the audience through a process to evaluate the safety of a commercially procured AI tool for triaging patients with acute stroke perfusion. Fine said that every second counts in these situations, so when you have a model that is assessing and triaging a time-sensitive condition, proper performance is vital. Fine and the AI Deployment and Evaluation (AIDE) lab at THP are following best practices and conducting monitoring across the entire AI product life cycle using CyclOps to ensure the solutions they are using remain effective.
Also onstage were Vector Faculty Member Michael Brudno and Vector Faculty Affiliate Chris McIntosh who spoke about building a new AI model for detecting pneumothorax at the University Health Network (UHN). “Two AIs are better than one,” said Brudno when speaking about some initial hardships faced during development. UHN’s Data Aggregation, Translation, and Architecture (DATA) team was receiving a lot of false positives; they pivoted and created one model for detecting the presence of pneumothorax and another to predict the presence of chest-tubes. Now, after successful deployment into an existing radiologist dashboard named Coral, they are using CyclOps to monitor the model’s performance over time.
The event also included remarks from Roxana Sultan, Vector’s Chief Data Officer and Vice President, Health, and presentations from EY partners Dai Mukherjee and Shannon MacDonald, and Vector’s Ryan MacDonald, Director, Health AI Implementation, and Carolyn Chong, Senior Product Manager. A keynote panel featuring Jennifer Gibson (University of Toronto), Vector Faculty Affiliate Devin Singh (Sickkids, Hero AI), and Cathy Cobey (EY) and moderated by Safia Rahemtulla (EY) closed the event with a discussion on the pace of safe AI implementation.
“Modeling” best practices
Building on the success of the Principles to Practice event, Vector hosted a follow-up technical workshop on June 20, 2024. This session focused on CyclOps, delved into the technical aspects of monitoring ML performance, providing developers with tools that help make AI solutions safer.
During a roundtable discussion, participants echoed the need for robust change management strategies to foster trust in AI within their organizations. They also suggested the importance of refining evaluation methods to accurately reflect the real-world model performance and to provide meaningful insights into clinical impact.
Healthcare leaders and ML developers share a responsibility to ensure that AI-enabled tools are not only innovative but also trustworthy and safe. The discussions, insights, and best practices shared during the event and workshop stress the urgency of deploying AI in a manner that genuinely benefits patients and clinicians alike. By fostering collaboration and prioritizing ethical considerations, these gatherings set a strong foundation for the continued responsible integration of AI in healthcare.
A forthcoming white paper with key insights from the event and Vector’s recommendations to address the most pressing health AI implementation challenges is due in Fall 2024.
Vector Institute
https://vectorinstitute.ai/vector-workshops-give-insights-into-the-responsible-deployment-of-health-ai-tools/Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
insight
🚀 Day 29 of My Automation Journey – Arrays (Full Guide + Tricky Questions)
Today’s learning was one of the most important milestones in my journey 🔥 👉 Arrays (core concept) 👉 JVM internal behaviour 👉 Memory understanding 👉 Tricky interview questions 👉 Deep dive into public static void main This is where coding becomes real engineering 🚀 🔹 PART A – ARRAYS COMPLETE THEORY 🔹 1. What is an Array? 👉 An array is an object 👉 It is a container that: ✔ Stores multiple values ✔ Same data type ✔ Fixed size 🔹 2. What Happens Internally (JVM 🔥) int [] arr = { 10 , 20 , 30 }; 👉 Internally JVM converts: int [] arr = new int []{ 10 , 20 , 30 }; 💡 JVM: Creates object in Heap memory Stores reference in variable 🔹 3. Proof – Array is an Object System . out . println ( arr . getClass ()); Output: class [ I 🔹 4. Array Creation int [] arr1 = { 10 , 20 , 60 , 30 }; int

Revolutionizing AI Development with AI-CodeGen: The Game-Changing Tool of 2026
AI-CodeGen, a cutting-edge AI tool, has taken the development world by storm in 2026. This powerful tool enables developers to generate high-quality, production-ready code with unprecedented speed and efficiency. With AI-CodeGen, you can focus on high-level design and architecture, while the tool takes care of the tedious and error-prone coding tasks. Whether you're building a web app, mobile app, or backend API, AI-CodeGen has got you covered. But that's not all - AI-CodeGen also comes with a range of advanced features, including: Predictive coding : AI-CodeGen uses machine learning algorithms to predict and suggest the best code for your project, reducing the time and effort required for coding. Real-time feedback : Get instant feedback on your code, including syntax errors, performance

Publishing and Embedding Power BI Reports into a Website
Publishing and Embedding Power BI Reports into a Website Introduction As a seasonal Power BI user, I always found it to be an easy and simple tool to use. Well, this perspective affected how much I was able to utilize it. This resulted in me not seeing it as much of a challenge, hence not putting it into practice as much as I should have. The first time I used Power BI was during a bootcamp, and it was the easier part of the program before getting to the more challenging and time-demanding modules related to machine learning. I recently got back to Power BI after enrolling in a course that includes it as part of the modules taught. Honestly, Power BI is easy, but it requires practice and one has to be keen just like with any other tool. One is more likely to forget what they learned and st
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.
More in Products

Beware The Magical Two-Person, $1 Billion AI-Driven Startup
In early 2024, OpenAI CEO Sam Altman predicted there would be a “one-person billion-dollar company, which would’ve been unimaginable without AI, and now it will happen.” Several media outlets recently concluded that the prediction came true (albeit with two employees). But the story looks less promising upon deeper inspection. Retain Healthy Skepticism When Faced With [ ]





Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!