Papers
Topics
Authors
Recent
Search
2000 character limit reached

The Large Cancer Assistant (LCA): A Model-Agnostic Orchestration Framework for Scalable Clinical Decision Support in Oncology

Published 7 Jul 2026 in cs.AI and cs.LG | (2607.06531v1)

Abstract: - Objective: Multimodal deep learning models in oncology are currently limited by monolithic designs that rigidly couple data ingestion, clinical routing, and AI inference. To address this inflexibility, we propose the Large Cancer Assistant (LCA), a model-agnostic, post-hoc orchestration framework designed for scalable clinical decision support. - Methods: The LCA is mathematically formalized as a 7-tuple architecture grounded in the principle of Algorithmic Impermeability, ensuring the orchestration logic remains strictly independent of underlying black-box AI models. We introduce the Entry Theory, leveraging Geometric Deep Learning (GDL) to standardize multimodal patient data along distinct structural and medical axes. The system dynamically orchestrates data via a Cancer Switching Module and intentionally isolates the core AI execution from volatile hospital IT infrastructures by outputting a Standardized Intermediate Payload (SIP). - Results: A Proof of Concept (PoC) validated the orchestration logic across four technical scenarios. The framework executed a nominal flow with negligible orchestration overhead. It empirically demonstrated algorithmic impermeability by maintaining an invariant routing projection during AI model swaps, and it validated strict failure-safety by achieving a 100\% recall rate in generating targeted Supplementary Data Requests (SDR) under injected data anomalies. Multi-protocol execution capability was also successfully verified. - Conclusion: By structurally decoupling multimodal ingestion from feature inference, the LCA provides a highly adaptable and modular orchestration foundation. The SIP establishes a clear architectural boundary, natively setting the stage for downstream Electronic Medical Record (EMR) interoperability as an independent future paradigm.

Summary

  • The paper introduces a model-agnostic orchestration framework with algorithmic impermeability that decouples data ingestion from AI inference.
  • It employs a deterministic DAG pipeline and a standardized intermediate payload, ensuring modularity, auditability, and seamless integration with EMR systems.
  • Empirical validation shows 100% pipeline reliability, failure safety, and effective multi-protocol support, paving the way for scalable oncology decision support.

The Large Cancer Assistant (LCA): Algorithmic Impermeability and Model-Agnostic Clinical Orchestration in Oncology

Context and Limitations of Multimodal Oncology AI

Prevailing architectures for machine learning in oncology are fundamentally constrained by rigid, monolithic integration of data ingestion, routing, and model inference. Such tight coupling precludes post-hoc adaptation, modularity, or robust interoperability with heterogeneous hospital IT infrastructure. Despite recent progress in multimodal deep learning—spanning multimodal fusion of imaging, omics, and clinical text [GD_Net], and foundation vision-LLMs for oncology [MUSK_Stanford]—existing frameworks are not directly extensible to scalable clinical decision support due to their architectural inflexibility and persistent entanglement of data orchestration and AI inference.

The Large Cancer Assistant (LCA) is introduced as a model-agnostic orchestration system that imposes strict architectural decoupling between data pipelines and downstream black-box AI models. This framework champions the principle of algorithmic impermeability, rigorously preventing any cross-dependence between orchestration logic and specific model implementations or downstream EMR protocols. Figure 1

Figure 1: Macroscopic ecosystem of the LCA framework, showing the model-agnostic LCA core with multimodal input and explicit decoupling of all outputs—including a Supplementary Data Request feedback mechanism.

Formal Framework: LCA Architecture and Entry Theory

LCA is mathematically instantiated as a 7-tuple, the critical elements of which are (i) an input space of structured, heterogeneous clinical histories, (ii) a registry of pathology protocols, and (iii) a deterministic, unidirectional orchestration pipeline of modular interpretable units. The formalization revolves around the following modules: Data Preprocessing (DPM), Cancer Switching (CSM), Diagnostic (LCDM), Remedy (LCRM), and a Wordings interface (LCWM). Notably, all orchestration logic, including routing and failure-handling, is declared a priori, independently of learned model parameters. Figure 2

Figure 2: Internal orchestration graph, showing the DAG pipeline sequence and propagation of a shared routing context P^\hat{P}. Explicit logic separation guarantees that AI model swaps leave orchestration invariant.

The Entry Theory component formally decomposes all input signals along two orthogonal axes: (1) a geometric-structural axis (domain, symmetry group, feature type) compatible with geometric deep learning, and (2) a medical axis encoding provenance, usage, and epistemic certainty. The content and context of each entry are algebraically decoupled, supporting principled, lossless translation across arbitrary clinical data sources. Figure 3

Figure 3: Structure of characterized entries, demonstrating orthogonality of the structural (CS) and medical axes.

Algorithmic Impermeability and Routing Logic

A core contribution is the explicit enforcement of algorithmic impermeability. Formally, all routing projections, module activations, and structural schema decisions are invariant under any model swap (given adherence to the pre-specified interface contract). The practical implication is that clinical AI models can be retrained, updated, or replaced without any need for revalidation upstream of the protocol boundaries—contrasting sharply with all monolithic fusion models. The result is a clinically robust system minimally susceptible to propagation of IT or model changes.

Routing is governed by the Cancer Switching Module, supporting both deterministic (clinician-chosen) and probabilistic (V2, learned and calibrated) protocol identification. The design enables dynamic, cancer-agnostic matching of patient representations to appropriate downstream AI pipelines. Failure at routing or module precondition levels is handled deterministically and always triggers targeted Supplementary Data Requests—never silent or spurious outputs.

Standardized Intermediate Payload (SIP) and Interoperability Design

Rather than direct EMR commit or fused outputs, LCWM emits a strictly defined Standardized Intermediate Payload (SIP) at the orchestration boundary. The SIP provides both a structured bypass of all input and output artifacts and an NLG narrative summary, completely decoupled from healthcare IT specifics. The SIP logs provenance, input references, protocol activation traces, diagnostics/remedy signatures, all module states, and explicit SDRs, but purposely excludes all model identifiers to sustain algorithmic impermeability. Figure 4

Figure 4: Condensed SIP/SDR schema (annotated pseudo-JSON), showing architectural blocks, protocol outputs, and SDR embedding, jointly ensuring auditability, provenance, and strict decoupling from downstream EMR or FHIR implementations.

This layer provides strong guarantees:

  • SIP is the invariant external output for all cases, including failures.
  • All input data is referenced but never serialized directly, eliminating latency or redundancy issues.
  • Distinct code paths (model failures, routing nulls, or input schema errors) are precisely traceable, supporting full clinical audit and regulatory alignment.

Empirical Validation of Orchestration Guarantees

The proof-of-concept implementation verified the framework under four critical technical scenarios:

  • Nominal flow: 100% pipeline completion and SIP schema validity, with orchestration layer latency of ∼0.04\sim 0.04 ms (negligible versus typical model inference).
  • Algorithmic impermeability: Swapping between distinct stubs with different output schemas yielded invariant routing and SIP structure (100% Ï€\pi-equality), with per-case inference content differences—a direct, strong claim.
  • Failure safety: 100% recall in SDR emission for targeted data anomaly injections; construction-time rejection of ill-typed empty histories.
  • Multi-protocol support: Parallel activation and full branch independence for multiple protocols, schema validity preserved. Figure 5

    Figure 5: PoC architecture highlighting LCA modules, pipeline independence, synthetic inputs, and reference stubs.

These results, though not asserting clinical model accuracy, explicitly demonstrate the formal properties that underpin LCA's orchestration layer and its divergence from monolithic multimodal approaches.

Practical and Theoretical Implications

The isolation of orchestration logic from model internals and EMR-specific protocols resolves key deployment fragilities for large-scale, multimodal CDSS in oncology. Rapid retraining and deployment of models, unimpeded protocol catalog expansion, and robust human-in-the-loop control at all SDR emission points position LCA as an operational building block for scalable oncology informatics. The SIP boundary enables transparent mapping to FHIR or other standards without upstream regression risk.

The unidirectional DAG structure and dual-variant routing paradigm (V1, V2) further provide an extensible substrate for future development—encompassing autocalibrated triage, adaptive clinical pathway composition, and protocol versioning.

Theoretically, the mutual independence of geometric and semantic axes in Entry Theory and the impermeability formalization together supply a rigorous mathematical substrate for multi-protocol orchestration. This directly supports ongoing requirements for regulatory traceability and static formal verification in clinical AI.

Future Directions

Advancement of LCA's capabilities entails:

  • Empirical validation and calibration of the V2 (learned) router across large, multi-pathology cohorts.
  • Expansion of SIP translation to strict HL7 FHIR and pipeline abstractions for federated or privacy-preserving infrastructure.
  • Incorporation of multimodal feature extraction and protocol decoupling at scale.

Conclusion

The Large Cancer Assistant redefines the system architecture for clinical oncology decision support by enforcing strict, model-agnostic orchestration boundaries. Through algorithmic impermeability, cancer-agnostic pipeline routing, and a rigorous SIP schema, LCA provides a modular, interoperable, and auditable foundation for scalable multimodal CDSS deployment. This approach directly eliminates key obstacles posed by monolithic, tightly integrated AI models, establishing a robust reference for future clinical and engineering translation in AI-driven oncology.

(2607.06531)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 20 likes about this paper.