← Latest papers
📄 medicine

Predicting In-Hospital Falls Using Routine Care Data: A Precision Nursing Evaluation of Resampling Strategies for Imbalanced Classification

This study demonstrates that a Random Forest model enhanced by RandomOverSampler achieves the highest predictive accuracy (77.00%) for in-hospital falls using routinely collected data, outperforming complex generative techniques and confirming that simpler resampling strategies effectively address class imbalance for interpretable precision nursing applications.

Original authors: Greici Capellari Fabrizzio, Lincoln Moura Oliveira, Cecilia Biasibetti Soster, Alacoque Lorenzini Erdmann, Elisiane Lorenzini

Published 2026-09-17
📖 5 min read🧠 Deep dive

Original authors: Greici Capellari Fabrizzio, Lincoln Moura Oliveira, Cecilia Biasibetti Soster, Alacoque Lorenzini Erdmann, Elisiane Lorenzini

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). ✨ This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the quiet corridors of a hospital, a patient's safety depends on a constant, often invisible, vigilance. Among the many risks a person faces while receiving care, falling is a particularly dangerous event. It is not merely a stumble; it can lead to broken bones, head injuries, and a deep-seated fear that keeps a person from moving, which in turn weakens them further. Because falls are relatively rare compared to the total number of patients admitted, they appear as scattered, isolated incidents in the vast records of a hospital. This rarity makes them difficult to predict using standard computer programs, which often get confused when one type of outcome happens far less frequently than another. To solve this, researchers have begun looking at how to teach computers to spot these rare events by adjusting the data they learn from, a process known in the field of artificial intelligence as handling imbalanced data. The goal is to build a system that can look at a patient's basic information and say, with some confidence, who might be at risk, allowing nurses to step in before an accident happens.

A team of researchers in Brazil set out to test whether routine hospital records, the kind of data collected every day for billing and administration, could be used to build such a system. They gathered information from three public hospitals, looking at over 45,000 patient records from a ten-year period. These records contained simple details: the patient's age, their sex, their race, their marital status, how long they had been in the hospital, and whether they had any reported disabilities. Crucially, the researchers did not use specialized medical tests or complex clinical scores designed specifically for fall risk. Instead, they relied entirely on the everyday data that is already sitting in hospital computer systems. They wanted to see if they could train a computer to recognize the patterns of a fall using only this ordinary information, and to find the best way to teach the computer to pay attention to the rare fall cases without getting overwhelmed by the many non-fall cases.

To do this, the researchers tried several different methods to balance the data. Imagine a classroom where there are 76 students who never drop their books and only 24 who do. If a teacher only looks at the majority, they might never learn what the drop-ers look like. The researchers tried four different ways to fix this imbalance. One method simply copied the records of the patients who fell to make more of them. Another method removed some of the records of patients who did not fall to make the groups equal. They also tried more advanced techniques that created entirely new, fake patient records that looked real but were made by a computer, hoping these new examples would help the model learn better. They then tested eight different types of computer learning algorithms, ranging from simple decision trees to complex systems that build many decision trees at once, to see which combination worked best.

The results showed that the simplest approach was often the most effective. The best-performing system was a model that used the "copying" method to balance the data, combined with an algorithm that builds many decision trees to make a final prediction. This setup correctly identified fall risks with a balanced accuracy of 77 percent. This was a clear improvement over a baseline model that did not use any balancing tricks, which only reached 72.8 percent. This finding suggests that simply making sure the computer sees enough examples of falls is enough to improve its judgment. Surprisingly, the more complex methods did not help. The advanced technique that created fake patient records, while impressive in its ability to generate data, actually performed worse than the simple copying method, achieving only about 70 percent accuracy. The researchers found that the complexity of generating new data did not translate into better predictions for this specific type of hospital record.

When the researchers looked closely at what the best model was paying attention to, three factors stood out as the most important clues. The first was age; older patients were consistently flagged as higher risk. The second was the length of time a patient had been in the hospital. The model found that patients who had been there for between 10 and 59 days were at a notably higher risk than those who had just arrived or those who had been there for very long periods. The third factor was sex, with male patients appearing to be at a slightly higher risk than female patients in this dataset. The researchers noted that while the model could not explain why these patterns existed, it successfully used them to make predictions. For instance, the link between age and falling aligns with what is already known in medicine, giving the researchers confidence that the model was learning real patterns rather than random noise.

The study concludes that hospitals do not need expensive, specialized sensors or complex medical tests to start predicting falls. They can use the data they already have. By focusing on age, how long a patient has been admitted, and their sex, nurses can use a simple computer tool to identify which patients need extra attention. The researchers caution that while the model is good at spotting patterns, it does not prove that these factors cause falls; it simply shows they are associated with them. Furthermore, the study highlights that the most sophisticated technology is not always the best solution. In this case, a straightforward method of balancing the data worked better than the high-tech generation of synthetic examples. The work offers a practical path forward for precision nursing, where care is tailored to the individual based on the information already available at the bedside, helping to keep patients safe without adding a heavy burden to the nursing staff.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →