Papers › Secure On-Premise Deployment of Open-Weights Large Language Models in Radiology: An...

Secure On-Premise Deployment of Open-Weights Large Language Models in Radiology: An Isolation-First Architecture with Prospective Pilot Evaluation

25 Mar 2026arXiv:2604.22768added by Syntology

Sebastian Nowak, Jann-Frederick Laß, Narine Mesropyan, Babak Salam, Nico Piel, Mohammed Bahaaeldin, Wolfgang Block, Alois Martin Sprinkart, Julian Alexander Luetkens, Benjamin Wulff, Alexander Isaak

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Purpose: To design, implement, evaluate, and report on the regulatory requirements of a self-hosted LLM infrastructure for radiology adhering to the principle of least privilege, emphasizing technical feasibility, network isolation, and clinical utility. Materials and Methods: The isolation-first, containerized LLM inference stack relies on strict network segmentation, host-enforced egress filtering, and active isolation monitoring preventing unauthorized external connectivity. An accompanying deployment package provides automated isolation and hardening tests. The system served the open-weights DeepSeek-R1 model via vLLM. In a one-week pilot phase, 22 residents and radiologists were free to use 10 predefined prompt-templates whenever they considered them useful in daily work. Afterward, they rated clinical utility and system stability on an 0-10 Likert scale and reported observed critical errors in model output. Results: The applied institutional governance pathway achieved approval from clinic management, compliance, data protection and information security officers for processing unanonymized PHI. The system was rated stable and user friendly during the pilot. Source text-anchored tasks, such as report corrections or simplifications, and radiology guideline recommendations received the highest utility ratings, whereas open-ended conclusion generation based on findings resulted in the highest frequency of critical errors, such as clinically relevant hallucinations or omissions. Conclusion: The proposed isolation-first on-premise architecture enabled overcoming regulatory borders, showed promising clinical utility in text-anchored tasks and is the current base to serve open-weights LLMs as an official service of a German University Hospital with over 10,000 employees. The deployment package were made publicly available (https://github.com/ukbonn/ukb-gpt).

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.22768")

Code

Syntology Ran 8 of 22 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 4 ran · violated contract; 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ukbonn/ukb-gpt found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 8 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · violated contract
2ran · our draft was wrong
2ran
14unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ukbonn/ukb-gpt. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_egress_targets_configured ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8822e43f5606f191 · report
_env_enabled ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · b5c56c60ae74ad09 · report
_format_cmd ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 53cc6a434876297d · report
_parse_egress_rules ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology ran Apache-2.0 (permissive) · b4063ea50f507657 · report
_populate_egress_chain ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 84ca2a0a9b634d5a · report
_run_capture ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 5efde1bd5254c2d6 · report
_run_cmd ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 4fa52964c8b7aeec · report
_wait_for_interface ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 23256898ae508484 · report
EgressRule ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b4bc00e26cc126c4 · report
_append_rule ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ab35eb963637ace5 · report
_chain_exists ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · bb0362e1a968f4f2 · report
_ensure_chain ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5becc85efcdae855 · report
_ensure_managed_chains ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c86ca11d28af5493 · report
_flush_chain ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3eeb3246ed18847f · report
_install_jump_rules ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1ebbb3464a86ecb4 · report
_parse_legacy_egress_rules ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 69f98c79d2f9fcb9 · report
_populate_ingress_chain ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 803e5daef1e9871e · report
_populate_internal_chain ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8051a2485bf80086 · report
_reinstall_rule ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e611a084e92540f7 · report
_remove_rule_if_present ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a5314ad166e2b9d0 · report
_rule_exists ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f0a1f1ca5b158caa · report
enforce_ipv4_rules ukbonn/ukb-gpt/security_helpers/apply_host_firewall.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cbfa23f55de4d865 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.22768, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections