Papers for

hospital it teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

LightMedSeg achieves stroke lesion segmentation with far fewer parameters

LightMedSeg-ISLES: Stroke Lesion Segmentation with 81x Fewer Parameters than nnU-Net

Abstract: Large networks and ensembles often lead medical image segmentation challenges, but their storage and inference demands complicate deployment. We present LightMedSeg-ISLES, a 1.26-million-parameter pipeline for T1-weighted stroke lesion segmentation in ISLES'26. On a 146-case held-out cohort, flip test-time augmentation produces 0.618 mean Dice and 0.599 lesion-wise F1. A 102.35-million-parameter nnU-Net ResEnc-L produces 0.634 Dice and 0.544 lesion-wise F1 after size filtering. LightMedSeg therefore retains 97.5\% of nnU-Net's Dice with 81.4$\times$ fewer parameters while improving lesion-wise F1 by 0.055. Its four-pass TTA operating point requires 4.7$\times$ fewer FLOPs per standardized patch than nnU-Net. It also slightly exceeds filtered UNETR++ and nnFormer. Longer training and stronger augmentation add 0.0358 Dice without increasing capacity, establishing a strong single-checkpoint alternative to much larger models.

Wed 9 SeptComputer Vision and Pattern RecognitionMachine Learning
The gist
Detecting stroke lesions in brain scans is usually done with very large and complex computer models that can be slow and hard to use in practice. The researchers created a much smaller model called LightMedSeg that can almost match the accuracy of a big popular model but uses over 80 times fewer parameters. Their model also finds lesions more precisely on average, while being faster to run and easier to deploy. This makes it easier to use stroke lesion segmentation in real-world medical settings.
Open 2609.09634v1

Data driven framework ranks hospital processes for automation investment

A Data-Driven Framework for Identifying and Prioritizing RPA Opportunities in Healthcare Processes

Abstract: Robotic Process Automation (RPA) is widely used to reduce administrative burden in United States hospitals, yet an estimated 30-50% of RPA initiatives underperform because processes are selected informally, without a repeatable method to catalogue candidates, prioritize them, match each to an automation tier -- a Python bot, an open-source orchestrator such as n8n, or an enterprise platform such as UiPath -- and forecast financial return before committing resources. We propose a four-module, data-driven framework unifying these decisions: a Process Taxonomy of twenty recurring hospital processes across five value streams; a Prioritization module deriving an Automation Suitability Index from an Analytic Hierarchy Process matrix with an explicit consistency check; a Tool-Tier Selection module recommending the least-cost technology sufficient for a process complexity, integration, and compliance profile; and a Return-on-Investment module quantifying labor savings, error-cost avoidance, payback, and net present value. Applied to a synthetic portfolio spanning all twenty processes, plus a reference data-flow architecture linking it to hospital EHR/payer/ERP systems: 12 of 20 clear the prioritization threshold; the ranking is robust to +/-20% weight perturbation (Spearman correlation 0.83, top-5 set preserved 97.7%, 2,000 Monte Carlo trials); an Automation Risk Index flags four qualifying processes as Critical risk; a budget-constrained portfolio optimization shows diminishing marginal NPV as spend scales from $400K to $1.03M; and a second Monte Carlo analysis shows portfolio NPV stays positive at its 5th percentile. The framework is a conceptual synthesis of the literature rather than an instrument calibrated on primary hospital data; we discuss HIPAA governance and a research agenda for empirical validation. A supplementary Python implementation accompanies the paper.

Tue 8 SeptArtificial IntelligenceComputation and Language
The gist
Hospitals often use robots to automate repetitive administrative tasks, but many automation efforts don’t work well because the right tasks aren’t picked systematically. The authors created a step-by-step method that lists common hospital tasks, scores how good they are for automation, matches each task to the cheapest suitable automation tool, and estimates how much money could be saved. They tested their method on simulated hospital data to see which tasks were best to automate and how much return on investment could be expected. This approach helps hospitals choose and plan automation projects more confidently, though it still needs testing with real hospital data.
Open 2609.09137v1