key: cord-0872281-o10hlrel authors: Li, Jason; Wells, James; Yang, Chenli; Wang, Xiaodan; Lin, Yihan; Lyu, You; Li, Yan title: A Novel Application of Non-Negative Matrix Factorization to the Prediction of the Health Status of Undocumented Immigrants date: 2021-12-13 journal: Health Equity DOI: 10.1089/heq.2021.0079 sha: 76010631c5f4b50ad167f32239dac7e71f8a90c4 doc_id: 872281 cord_uid: o10hlrel Introduction: Undocumented immigrants (UIs) in the United States are less likely to be able to afford health insurance. As a result, UIs often lack family doctors and are rarely involved in annual screening programs, which makes estimating their health status remarkably challenging. This is especially true if the laboratory results from limited screening programs fail to provide sufficient clinical information. Methods: To address this issue, we have developed a machine learning model based on the non-negative matrix factorization technique. The data set we used for model training and testing was obtained from the 2004 cost-free hepatitis B screening program at the Omni Health Center located in Plano, Texas. Total 300 people were involved, with 199 identified as UIs. Results: People in the UIs group have higher cholesterol (219.6 mg/dL, p=0.038) and triglycerides (173.2 mg/dL, p=0.03) level. They also have a lower hepatitis B vaccination rate (38%, p=0.0247). No significant difference in hepatitis B((+)) was found (p=0.8823). Using 16 individual clinical measurements as training features, our newly developed model has a 67.56% accuracy in predicting the ratio of cholesterol to high-density lipoprotein; in addition, this newly developed model performs 9.1% better than a comparable multiclass logistic regression model. Conclusions: Elderly UIs have poorer health status compared with permanent residents and citizens in the United States. Our newly developed machine learning model demonstrates a powerful support tool for designing health intervention programs that target UIs in the United States. The estimated total number of immigrants without legal status, or undocumented immigrants (UIs), in the United States has remained relatively stable since at least the early 2000s, 1,2 consisting of roughly 4% of the U.S. population, or 12 million individuals. The specific demographic distribution varies greatly from state to state, with California, Texas, and Florida having the largest number of UIs. 3 Furthermore, there is a great amount of variation in the inclusivity of state-specific immigrant policies, especially as it relates to UIs, which results in large differences in terms of the medical burden that individual state-based health care systems face. 4 In Texas, a state with roughly 1.7 million UIs, it is estimated that 32% of UIs live below the poverty line and 64% of UIs are uninsured. 5 Comparatively, of the > 2.6 million UIs in California, a state with one of the highest UI insurance rates, an estimated 40% are uninsured. 6 These socioeconomic challenges are further compounded by numerous other barriers to care, including discrimination, linguistic barriers, and fears of deportation. In addition, these barriers often have an especially high impact on elderly UIs' access to health care, who are already at greater medical risk in regard to most chronic conditions. 7 All of these factors, and the frequent local administration of accessible health care, make the collection of personalized data for population-based monitoring and control of both acute and chronic diseases in UI populations extremely difficult. As a result of the aforementioned barriers that many UIs face in seeking health care, UIs frequently rely on safety nets to address health care needs such as infectious diseases, mental health issues, prenatal care, and childbirth-related care. 8 The frequent reliance on safety net resources often results in delayed primary care, acute care overutilization, and ultimately poor health outcomes due to already limited operating resources becoming overwhelmed. Ultimately, it currently falls to state and local governments to attempt to enact measures that extend health care services to UIs, and they often must do so while facing explicit federal restrictions on funding. 9 Nevertheless, even in major metropolitan areas that have implemented strategies and interventions to extend health care services to UIs, such as New York City, Atlanta, Dallas, Houston, and Chicago, federal policy and rhetoric have continued to limit the utilization of these services by UIs. 10 In summary, this combination of various socioeconomic and political factors represents a huge challenge in providing quality health care to UIs, and in implementing health-related medical research relating to UI health in the United States. As a result of the already limited interactions that UIs have with health care providers, there is considerable potential value in utilizing pre-existing clinical information to identify individuals who are at high risk for specific chronic conditions. Recently, data-driven machine learning algorithms have been used to predict specific health outcomes or potential pathophysiologies; examples of these include the determination of intensive care unit mortality risk and the prediction of abnormal cardiac mechanics. 11, 12 These modeling techniques facilitate the discovery of otherwise indiscernible relationships in complex multivariate problem spaces. In this article, we describe the development of a new statistical model using the representation learning technique non-negative matrix factorization (NMF) 13 and 16 clinic measurements to perform predictive modeling of the ratio of cholesterol to high-density lipoprotein (HDL) and the resulting personal health status. The new model described in this study presents an efficient way to handle the medical data generated from community-based primary care centers and offers a possible method for improving the quality and efficiency of UI health care delivery despite the unique barriers that this population currently faces. The free hepatitis-B screening program was conducted from May to June 2004 at Omni Health Center in Plano, Texas. Overall, this screening program involved 300 people. Patient-level variables that were collected included contact information, age, gender, race, weight, marital status, insurance condition, emergency contact(s), and social security number (SSN). Of note, patients who enrolled in the screening process without providing their SSN would be considered as UI. 14 The molecular-level parameters that were tested included fasting glucose (GLU), cholesterol (CHOL), triglycerides (TG), HDL, low-density lipoprotein (LDL), thyroid-stimulating hormone (TSH), prostate-specific antigen (PSA), hepatitis B surface antigen (HBsAg), and hepatitis B surface antibody (HBsAb). All the blood samples were sent to Bio-Reference Laboratories, Inc., in Elmwood Park, NJ for analysis and laboratory report generation. Four nurses were collectively responsible for the data collection, blood sample preparation, and follow-up process. Three physicians were assigned to evaluate the final reports and identify the necessary follow-up. To build our data-driven machine learning model, we first combined the patient-level and molecular-level data to obtain the target matrix, X. For this application regarding the health information of UIs, NMF has at least one major advantage over traditional multivariable regression models; that NMF is more easily adapted to missing input information, which results from the difficulties in gathering this health information discussed in the previous sections. 15 In terms of how NMF is applied, this method first blindly decomposes the target matrix X into two non-negative matrices, U and V; then it iteratively solves the objective function min U, V 1 2 jX À UV j j j 2 F to find the minimum, where jÁ j jj F denotes the matrix Frobenius norm; finally, the training process was completed once the iterations met the convergence criteria. In this study, we propose a new scheme name: the orthogonal gradient NMF method (OGNMF) to improve solver efficiency. Under this new scheme, a total of 16 features have been implemented to predict the missing values on the final laboratory report for the 300 samples. These clinical features including have a social security number (SSN ( + ) ) or not having a social security number (SSN (À) ), patient account number, gender, age, race, TSH, PSA, HBsAb, HBsAg, GLU, CHOL, TG, HDL, LDL, and HDL/CHOL, which were transformed into numerical values for model development. Depending on the percentage of HDL and ratio of CHOL to HDL (Table 1) , four levels of risk were used as reference values when applying OGNMF to the sample data. Related details on how OGNMF was developed are given in Supplementary Data S1. The statistical analysis on the variables from the blood tests was conducted in R 3.6 with RStudio and the OGNMF-based machine learning model was implemented using the Matlab 2017b environment. This study recruited 300 people with ages ranging from 16 to 93 years old. Overall, the UIs made up 66.3% (199/300) of screened participants. The details of blood test results were stratified by the SSN status and are listed in Table 2 . The average age of the SSN ( + ) group during the screening was 48.7 years old, whereas the average of the SSN (À) group was 53.9 years old ( p = 0.00117). Patients in the SSN (À) group had higher cholesterol (219.6 mg/dL compared with 208.9 mg/dL, p = 0.038) and TG (173.2 mg/dL compared with 148.4 mg/dL, p = 0.03) than people in the SSN ( + ) group. Patients in the SSN ( + ) group had a lower hepatitis B vaccination rate than people in the SSN (À) group (38% compared with 52%, p = 0.0247). Overall, 8% of people in the SSN ( + ) group and 9% of people in the SSN (À) group were hepatitis B To test the performance of the newly developed model, we selected e equal to 1e À2 , 1e À3 , 1e À4 , and 1e À5 as the four stopping criteria. Based on the ratio of CHOL to HDL, we assigned the personal-level health statuses of 1, 2, 3, and 4 in response to below-average risk, average risk, above-average risk (moderate), and above-average risk (high), respectively 16 (Table 1) . When e was equal to 1e À5 , we applied the soft-assignment method to cluster the ratio of CHOL to HDL and obtained the scaled plot for all patient samples with different risk levels (Fig. 1A) . Since the original CHOL/HDL ratio is recoded by the categorical numbers 1-4, the width of each colored band in every column represents how closely the original data were to the cutoff value of each risk category. After iteration, OGNMF produces more distributed bands that represent the patient's data at different risk levels (Fig. 1B) . The step error generated during each iteration decreases dramatically at the beginning then reaches a plateau after 10 steps (Fig. 1C) . Simultaneously, the prediction accuracy reaches 67.59% when the step error reaches a steady state (Fig. 1D) . Numerical data associated with other epsilons (e) are given in the Supplementary Data. As cross-validation, we randomly selected patients from the same data set and calculated the CHOL/HDL ratio by using a multiclass logistic regression (MLR) method. The average prediction efficiency of this MLR was equal to 61.59%, which is 9.7% less accurate than our newly developed OGNMF-based model. As an extremely vulnerable population within the United States, UIs do not have access to most of the medical insurance options that other legal residents have access to. In addition, the federal budget, which supports the operation of safety net hospitals that frequently are the only health care option for UIs, is extraordinarily restricted and often limited to specific medical cases. The primary avenue that UIs have in terms of federal funding is Emergency Medicaid eligibility, which is the only exception to the exclusion of UIs from Medicaid coverage. 17 The major Emergency Medicaid expenditures among UIs are acute workplace injury, childbirth, and pregnancy-related complications, but expenditures related to chronic conditions, such as chronic renal failure, cerebrovascular disease, and heart disease, are increasing. 8, 17 When UIs can receive health care or seek out emergency care services, often only specific disease-related clinic parameters are tested and recorded; inadequately studied clinical parameters that are potentially pathophysiologically relevant, such as thyroid function in heart failure patients, are often uncaptured. 18 Recent history has provided a clear case study illustrating how such limited medical records from UI populations can impede public health officials' ability to deal with infectious disease outbreaks, specifically the COVID-19 pandemic, in various American UI communities. 19 To demonstrate the potential that machine learning techniques have in helping to address these gaps in UI clinical health care data, we developed a new OGNMF-based predictive model described in the previous sections. This new model has a fast convergence rate and better computational accuracy when using a data set that contains the medical screening information from UIs compared with models developed using other techniques. In addition, concerning other machine-learning models, 15 this is the first machine learning model designed for assisting in the analysis of the health statuses of UIs. It is worth noting that, we did not observe an association between health insurance and health outcomes in UIs or legal residents/citizens. One potential cause of this lack of association could be that health insurance information was missing for many of the participants. Only 11% of screening patients filled out their health insurance and none of those who filled out this information came from the UI group (Table 3) . Meanwhile, Asian participants made up a large percentage of the sample population, which could have resulted in selection bias when developing our statistical model. To demonstrate that the accuracy of the newly developed OGNMF model was not significantly affected by the missing values in the selected features, we treated all data in the blood tests as independent variables and cross-validated the model using published physical screening data from the Wanfang Data, a database that provides a wide range of Chinese data from Chinese studies, and from medical and scientific research. The OGNMF-based model did not show better prediction accuracy when trained using the data published in the Wanfang Database. 20 In terms of the next steps to improve our model, we would like to work on quantitatively defining the intercorrelated variables such as age and TSH, cholesterol, and the CHOL/HDL ratio to further improve the model's predictive accuracy and specificity. UIs in the United States are less likely to be covered by health insurance and receive consistent physical screening tests. Our newly developed statistical model offers a potentially strong support tool for health providers to address the sampling issue of vulnerable minority groups. The number of undocumented immigrants in the United States: estimates based on demographic modeling with data from 1990 to On the association between undocumented immigration and crime in the United States Medical care for undocumented immigrants: national and international issues A social determinants framework identifying state-level immigrant policies and their influence on health Disproportionate impact of the COVID-19 pandemic on immigrant communities in the United States Undocumented and uninsured: barriers to affordable care for immigrant population The undocumented elderly: coverage gaps and low health care use Medical care for undocumented immigrants: National and International Issues Challenges in treating undocumented immigrants Challenges for adult undocumented immigrants in accessing primary care: A qualitative study of health care workers in Los Angeles County Supervised nonnegative matrix factorization to predict ICU mortality risk Integrating hypertension phenotype and genotype with hybrid non-negative matrix factorization Non-negative matrix factorization with sparseness constraints Immigration and Social Security Comparison of use of health care services and spending for unauthorized immigrants vs authorized immigrants or US citizens using a machine learning model Cholesterol and coronary heart disease: predicting risks by levels and ratios Trends in emergency Medicaid expenditures for recent and undocumented immigrants Thyroid dysfunction in heart failure and cardiovascular outcomes Undocumented US immigrants and Covid-19 Association between dietary pattern and nonalcoholic fatty liver disease in female population in Jinan city World Medical Association Declaration of Helsinki. Ethical principles for medical research involving human subjects Data collection, preprocessing, and supervision by Y.L. Model development by J.L. Cross-validation by J.W., C.Y., X.W., Y.L., and Ya.L. All authors were involved in article writing. This study was approved by the Institutional Review Board of the Omni Health Center. The procedures to obtain the medical records of all patients are detailed by the Ethical Principles for Medical Research Involving Human Subject as formulated in the World Medical Association Declaration of Helsinki. 21 Data Availability Statement The de-identified patient's blood test data are given upon request.Author Disclosure Statement All patient's blood samples were processed by Gilead Sciences, Inc., and the final laboratory reports were provided by Bio-Reference Laboratories, Inc. No funding was received. Cite this article as: Li J, Wells J, Yang C, Wang X, Lin Y, Lyu Y, Li Y (2021) A novel application of non-negative matrix factorization to the prediction of the health status of undocumented immigrants, Health