Algorithm 1: Progression Estimation Function |
Input: Fref = The reference normal CXR Fprev = The previous CXR Fcurr, = The current CXR d = The duration in days between the two successive CXRs ageRF: Age risk factor computed from historical data using Equation (10) PEF (Fref, Fprev, Fcurr, d, ageRF) Extract features from all three input scans to construct feature vectors Fref, Fprev, and Fcurr using Compute inverse cosine similarity between the feature vectors as Compute the relative difference between successive CXRs using the weighted summation The Diff is then added or subtracted to the previous profile score based on the prediction of the sequence model, or the score remain unchanged if no change is reported. Return St |