palletiavi23 commited on
Commit
ae039cf
·
verified ·
1 Parent(s): 67ddd5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -12
README.md CHANGED
@@ -10,14 +10,14 @@ tags:
10
  ## ⚠️ Important Notice
11
  This model is provided for evaluation and development purposes
12
  only. It is not validated for and must not be used in clinical,
13
- diagnostic, or production settings. See #use-and-limitations.
14
 
15
  ---
16
  ## Model Information
17
  ### Description
18
- latch-detect is a single-stage object detection model that detects the latch clips on the corners of a NICU radiant warmer hood. It uses the same MobileNetV2 + FPN + anchor-free head architecture as the companion person and patient detection models, retrained to recognize warmer latch hardware. Downstream logic infers the warmer hood state: one or more detected clips indicates the hood is closed/latched; zero detections indicates it is open/unlatched. Asymmetric hysteresis (2 consecutive open readings to open, 3 to close) is applied in the application layer for stability. This model is a development and evaluation tool produced as part of Intel's NICU Warmer reference design and has not undergone clinical validation.
19
  ### Intended Use
20
- This model is intended for use by software developers and researchers evaluating AI-assisted equipment-state monitoring in a NICU context on Intel hardware. It demonstrates detection of small mechanical features (latch clips) in warmer video as a proxy for hood-closed/open status. latch-detect itself does not provide any medical functionality, nor is it intended to process or interpret medical data for a medical purpose. Developers are responsible for independently validating and adapting latch-detect for their specific use case. It must not be used in live clinical environments or relied upon for patient-safety decisions.
21
 
22
  ---
23
 
@@ -31,6 +31,15 @@ This model is intended for use by software developers and researchers evaluating
31
  | Training hardware | Intel Ultra Core |
32
  | Framework | PyTorch (mmdetection) → OpenVINO IR FP32 |
33
 
 
 
 
 
 
 
 
 
 
34
  ---
35
  ## Use and Limitations
36
 
@@ -38,17 +47,13 @@ This model is intended for use by software developers and researchers evaluating
38
  - Evaluation and benchmarking of Healthcare and Life Sciences AI workflows
39
  - Research and development
40
  - Academic study
41
- - Adaptation and modification for non-clinical applications
42
-
43
  ### Prohibited Uses
44
  - Clinical or diagnostic use
45
- - Production deployment without independent validation and
46
- applicable regulatory authorization
47
- - Use with live patients or real patient data (unless the user
48
- has obtained all necessary authorizations)
49
- - Any use that would cause Intel to be treated as the
50
- manufacturer, provider, or deployer of a medical device
51
- or regulated AI system
52
 
53
  ---
54
  ## License
 
10
  ## ⚠️ Important Notice
11
  This model is provided for evaluation and development purposes
12
  only. It is not validated for and must not be used in clinical,
13
+ diagnostic, or production settings. See #use-and-limitations and #License.
14
 
15
  ---
16
  ## Model Information
17
  ### Description
18
+ latch-detect is a single-stage object detection model that detects the latch clips on the corners of a box compartment. It uses the same MobileNetV2 + FPN + anchor-free head architecture as the companion person and patient detection models, retrained to recognize latch hardware. Downstream logic infers the state: one or more detected clips indicates the hood is closed/latched; zero detections indicates it is open/unlatched. Asymmetric hysteresis (2 consecutive open readings to open, 3 to close) is applied in the application layer for stability. This model is an internal development and evaluation tool produced as part of Intel's NICU Warmer reference design and has not undergone clinical validation. In this reference application, the detection of the latch clips on the box is designed to mimic the workload of an AI model operating in a real neonatal scenario where it would be able to recognise the presence of latch clips on a NICU Warmer.
19
  ### Intended Use
20
+ This model is intended for use by software developers and researchers evaluating AI-assisted equipment-state monitoring on Intel hardware. It demonstrates detection of small mechanical features (latch clips) in video as a proxy for hood-closed/open status. latch-detect itself does not provide any medical functionality, nor is it intended to process or interpret medical data for a medical purpose. Developers are responsible for independently validating and adapting latch-detect for their specific use case. It must not be used in live clinical environments or relied upon for patient-safety decisions.
21
 
22
  ---
23
 
 
31
  | Training hardware | Intel Ultra Core |
32
  | Framework | PyTorch (mmdetection) → OpenVINO IR FP32 |
33
 
34
+ ---
35
+
36
+ ## Training Data
37
+ The model was trained using images of a box-like compartment taken from above. These images were created by the development team for this purpose.
38
+ Within the box compartment (representing the NICU Warmer), numerous images show different configurations of scenarios i.e. the presence or absence of a plastic figure (representing the “patient”), the presence or absence of a hand (representing the “caretaker”) and the presence or absence of latch clips (representing the NICU Warmer hood latch).
39
+ The model is trained to recognise the presence of latch clips within this environment. Once trained, you can test the performance of the AI model and by extension the hardware in real-time to mimic production use. Whilst the training process allows for simulation of production workloads, the fact that the training data has no clinical nexus demonstrates that the NICU Warmer reference application was not intended for use within a production, clinical environment.
40
+ ## Evaluation
41
+ Evaluation was limited to confirmation that the model can recognise the presence of latch clips in the environment described above. No formal evaluation of performance was undertaken. It is recognised that reference AI workloads may not replicate real, production workloads
42
+
43
  ---
44
  ## Use and Limitations
45
 
 
47
  - Evaluation and benchmarking of Healthcare and Life Sciences AI workflows
48
  - Research and development
49
  - Academic study
 
 
50
  ### Prohibited Uses
51
  - Clinical or diagnostic use
52
+ - Production deployment
53
+ - Use with live patients or real patient data
54
+ ### Known Limitations
55
+ - No evaluation of performance undertaken
56
+ - No evaluation of whether reference AI workloads will replicate real, production workloads
 
 
57
 
58
  ---
59
  ## License