|
Algorithm 1: Algorithm of difficult airway classification with DMF-Net |
|
Input: multi-view data the label of data is .
|
|
Initialize: randomly initialize model parameters .
|
|
While not converged, perform the following:
|
|
-
1:
Concatenate three front views as and two side views as on the channel dimension;
-
2:
Obtain feature vectors by utilizing the Feature Extractor Module, Multi-Scale Feature Fusion Module and Hybrid Co-Attention Module with Equations (1)–(4);
-
3:
Obtain feature vectors by utilizing the Complementarity Projection Head and Consistency Projection Head with Equations (5) and (6);
-
4:
Concatenate and input into the Classier Module to obtain final outputs with Equation (7);
-
5:
Calculate with Equations (9)–(11) and with Equations (12)–(14); then, calculate with Equation (8);
-
6:
Update the parameters of the model by utilizing the Gradient Descent Algorithm;
|
| end |
|
Output: trained parameters . |