Skip to content

Correlation Between IBSI Morphological Features and Manually-Annotated Shape Attributes on Lung Lesions at CT (MIUA 2022)

Notifications You must be signed in to change notification settings

bianconif/miua_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Description

This repository contains the code to reproduce the results presented in the following paper:

  • Bianconi, F.; Fravolini, M.L., Pascoletti, G.; Palumbo, I., Scialpi, M.; Aristei, C. and Palumbo, B. Correlation Between IBSI Morphological Features and Manually-Annotated Shape Attributes on Lung Lesions at CT. In: Yang, G., Aviles-Rivero, A., Roberts, M., Schönlieb, CB. (eds) Medical Image Understanding and Analysis. MIUA 2022. Lecture Notes in Computer Science, vol 13413. Springer, Cham. Proceedings of MIUA 2022), Cambridge, United Kingdom, 27-29 July 2022.

Usage

  1. Select the features to compute and adjust the settings in the config.yaml file if required.
  • Note: the landing folders defined in config.yaml needs to be created beforehand (the routines do not create them automatically; and error will be returned if the folders do not exist).
  1. Execute the src/scripts/patient_population.py script to extract the metadata at the scan and nodule level. The results will be stored in [email protected] and [email protected]
  2. Execute the src/scripts/average_attribute_score_by_nodule.py to compute the average radiological score for each nodule and attribute over the available annotations. The results will be stored in [email protected]
  3. Execute the src/scripts/compute_features.py script to compute the shape features on each nodule. The results will be stored in [email protected]
  4. Execute the src/scripts/correlation_analysis.py to assess the correlations among the imaging features and the manually-assigned radiological scores. The results will be stored in [email protected]

Dependencies

License

Released under MIT License

Copyright (c) 2022

Author: Francesco Bianconi, [email protected]

Disclaimer

The information and content available on this repository are provided with no warranty whatsoever. Any use for scientific or any other purpose is conducted at your own risk and under your own responsibility. The authors are not liable for any damages - including any consequential damages - of any kind that may result from the use of the materials or information available on this repository or of any of the products or services hereon described.

About

Correlation Between IBSI Morphological Features and Manually-Annotated Shape Attributes on Lung Lesions at CT (MIUA 2022)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages