Skip to content

Commit a3a12c9

Browse files
Merge pull request #132 from aidanobrien5599/AI-and-Medical-Imaging
AI and Medial Imaging
2 parents 1ece0b7 + b621869 commit a3a12c9

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "AI and Medical Imaging" # title of talk
3+
author: "Laurel Belman, Todd Shechter, Alan McMillan" # comma separated list of author(s)/presenter(s)
4+
date: 2023-08-11 # date published/presented
5+
6+
# You will need to add a representative image to the ML-X-Nexus/images folder.
7+
8+
# - OPTION 1: If posting a video from YouTube, follow these instructions to use the "thumbnail" image from the video.
9+
# 1) Identify the YouTube video ID: The video ID is the unique identifier for each YouTube video, usually found
10+
# after the "v=" parameter in the URL. For example, in the URL https://www.youtube.com/watch?v=dQw4w9WgXcQ, the video ID is dQw4w9WgXcQ.
11+
12+
# 2) Construct the thumbnail URL: YouTube provides different resolutions for video thumbnails. Here are the formats for different resolutions. We'll use the maximum resolution.
13+
# Maximum resolution thumbnail: https://img.youtube.com/vi/[VIDEO_ID]/maxresdefault.jpg. Replace [VIDEO_ID] with the actual video ID, removing the square brackets.
14+
# image: "https://img.youtube.com/vi/dQw4w9WgXcQ/maxresdefault.jpg"
15+
16+
image: "../../../images/color-crest-red-bg.png" # replace VIDEO_ID with youtube video ID.
17+
18+
# - OPTION 2: If it's not a video from YouTube, you'll have to generate/acquire your own image. You could take a screenshot of the video's title slide (assuming video is public) or use genAI to create a relevant image.
19+
20+
#image: "../../../images/my_unique_image.png" # uncomment out this line if you're using a custom image. Adjust filename to your file name. Place image in the images folder in the repo.
21+
22+
# Leave as is
23+
language:
24+
title-block-author-plural: "Presenters"
25+
title-block-published: "Date"
26+
27+
# Enter a list of relevant categories/tags for this resource, including the type (talk, video, paper, etc.) topic of focus, and anything else that might be relevant. Please check out the tags which are already being used on Nexus by visiting https://uw-madison-datascience.github.io/ML-X-Nexus/Applications/ and looking under "Categories". Avoid repeating tags with alternative spelling (e.g., use Deep Learning rather than DL since Deep Learning is already being used.).
28+
# Example categories below:
29+
categories:
30+
- Videos # Always include
31+
- Exploring AI@UW # Name of talk series (e.g., ML+X, IT Prof)
32+
- UW-Madison # If talk is UW-Madison affiliated, include this
33+
- Healthcare # Domain or application area (e..g, genomics, Agriculture, Physics, Science Communication, Neurosicence, etc.)
34+
- Medical imaging
35+
- Image classification # specific dataset/subdomain descriptor
36+
# Method descriptors: You can come up with new ones that aren't already listed on Nexus if you think it is needed. Lean towards including more rather than less; reviewers can always tirm the fat. Examples:
37+
- Computer vision # Descriptor 1 (e.g., Computer vision, NLP, Tabular)
38+
- Deep learning # Classical ML
39+
40+
---
41+
### About this resource
42+
Dr. Alan McMillan discusses the growing role of AI and machine learning in healthcare, particularly in radiology and medical imaging. He outlines how AI is being applied in tasks such as classification, regression, and segmentation, helping to enhance efficiency, diagnostic accuracy, and clinical decision-making. However, he also emphasizes current challenges, including ensuring HIPAA compliance, managing legal liability, and addressing algorithmic bias and poor robustness. The conversation also explores technical considerations like research reporting guidelines and interpretability of deep neural networks, as well as current radiology research on campus at UW-Madison utilizing AI.
43+
<!-- MARKDOWN COMMENT: Finally, replace the URL below with your video's URL. -->.
44+
45+
**A netID is required to view ML4MI videos**: [View 2023-08-11 recording](https://mediaspace.wisc.edu/media/1_i7vzx5do).
46+
47+
48+
49+
## See also
50+
- [**Exploring Artificial Intelligence @ UW-Madison**](https://uw-madison-datascience.github.io/ML-X-Nexus/Applications/Videos/Exploring-AI-at-UW/): Explore other talks from the Exploring AI @ UW series.
51+
- [**ML4MI**](https://uw-madison-datascience.github.io/ML-X-Nexus/Applications/Videos/ML4MI/): Learn more about AI's application in medical imaging.

0 commit comments

Comments
 (0)