SWR-007- The diagnosis support service accepts multiple images to deliver more accurate results
Internal ID | SWR_007 |
Title | The diagnosis support service accepts multiple images to deliver more accurate results |
Category | FUNCTIONAL REGULATORY |
Importance | HIGH |
System | Backend, AI model |
Editor(s) | Alejandro Carmena Magro , JD-017 |
Supervisor | Alfonso Medela , JD-005 |
Approval | PENDING |
Created at | 24 Jun 2024 |
Description​
The diagnosis support service must be capable of accepting 1 to 5 clinical images per request to generate a more accurate preliminary diagnosis report. The AI model analyzes each image for visual signs of skin abnormalities or diseases, integrating findings to enhance diagnostic precision. This feature ensures that multiple aspects of the skin condition are captured, which could be overlooked if only one image is examined.
Rationale​
Examining multiple images offers a more complete perspective on a patient's skin condition, capturing different angles and stages of the disease that a single image might miss. This approach improves the precision and thoroughness of the diagnostic process, helping dermatologists make more informed decisions. Utilizing multiple images allows the AI model to cross-check findings, which decreases the chances of misdiagnosis and increases the reliability of the preliminary reports generated.
Source​
- Alfonso Medela, JD-005
Tested by software tests​
- PLAN_013: Diagnosis support endpoint accepts multiple images
- PLAN_014: Improved accuracy with multiple images
Activities generated​
- Update the API endpoint for the diagnosis support service to handle multiple image inputs.
- Improve the AI model to analyze and integrate findings from multiple images, or develop code that uses heuristic rules to aggregate the results from these images using mathematical formulas like mean or median.
Implements user needs​
This requirement focuses on providing accurate and reliable interpretative distribution of skin conditions for healthcare providers. By enabling the software to analyze a wide range of clinical images, it enhances the precision of preliminary clinical reports.
Regulatory requirements​
7.1: The device shall be compliant with MDR 2017/745, Annex I, points 1, 17.1
Causes failure modes​
- Getting worse results compared to working with a single image.
- Inability of the AI model or aggregation rules to handle or integrate findings from multiple images.
Implements risk control measures​
- Mitigate risks of inaccurate diagnosis.
Acceptance criteria​
- The API endpoint for diagnosis support service successfully accepts and processes 1 to 5 images in a single request.
- The AI model (or heuristic rules) integrates findings from all provided images to generate a preliminary diagnosis report.
- The preliminary diagnosis report demonstrates improved accuracy over single-image analysis in testing.
- The system handles increased computational load within acceptable performance parameters.
Constraints​
- The images sent to the API should be within a maximum size limit, which will be determined based on the computational capabilities and characteristics of the deployment environment.
Dependencies​
- The AI model for the diagnosis support service has been effectively trained and validated on a test dataset, meeting the established performance metrics.
Performance considerations​
- Ensuring the system processes multiple images efficiently without significant delays.
- Scaling the backend infrastructure to handle increased computational demands.
Additional notes​
No additional remarks are required.
Revision history​
Document version | Date | Author | Description |
---|---|---|---|