You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/nnv/examples/Tutorial/readme.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
-
# Safe, Secure, and Trustworthy Artificial Intelligence (AI) via Formal Verification of Neural Networks and Autonomous Cyber-Physical Systems (CPS) - NNV Tutorial at DSN 2024
1
+
# Neural Network Verification for Medical Imaging Analysis - NNV Tutorial at SPIE 2025
2
2
3
3
Previous tutorials at
4
4
5
+
- DSN 2024
5
6
- 2023 IEEE IAVVC
6
7
- EMSOFT'23 (Embedded Systems Week 2023)
7
8
@@ -18,7 +19,7 @@ Registered participants should have received a link with a MATLAB license to use
18
19
###### Note: this license is not required if participants already have a valid license for all the toolboxes listed in [installation instructions](/README.md#installation).
19
20
20
21
Create a copy of NNV into your MathWorks account (personal MATLAB Drive):
- Click on `Open in MATLAB Online` -> `Copy Folder`
23
24
- This will prompt you to log into your account (or register if you don’t have one)
24
25
###### Note: copying NNV online may take anywhere from 15 minutes to a couple of hours.
@@ -38,6 +39,19 @@ Open [MATLAB Online](https://workshop-matlab.mathworks.com/) (or MATLAB), then g
38
39
39
40
###### Note: if you restart MATLAB, rerun `startup_nnv.m`, which will add the necessary dependencies to the path; you alternatively can run `savepath` after installation to avoid this step after restarting Matlab, but this may require administrative privileges.
40
41
42
+
## Medical Imaging Tutorial (SPIE)
43
+
44
+
* Robustness verification of 2D images
45
+
* Provide examples for verifying dataset (Certified robust accuracy) and single samples [SPIE/Classification2D](SPIE/Classification2D)
46
+
47
+
* Robustness verification of 3D patient data
48
+
* Provide examples for verifying dataset (Certified robust accuracy) and single samples [SPIE/Classification3D](SPIE/Classification3D)
49
+
50
+
* Robustness verification of lesion semantic segmentation
51
+
* Provide examples for verifying single 2D slices from MRI data [SPIE/Segmentation](SPIE/Segmentation)
0 commit comments