AI integration for multi-modality imaging focuses on three core functional surfaces within platforms like Sectra, Philips IntelliSpace, Intelerad, and GE PACS: the fusion viewer/workspace, the structured reporting module, and the quantitative analysis toolkit. The primary technical objective is to inject AI-derived insights—such as automated lesion co-registration across PET and CT, organ segmentation on the anatomical dataset for standardized uptake value (SUV) calculation, or synthetic image generation—directly into the radiologist's or nuclear medicine physician's fused review workflow. This requires integration via DICOM Secondary Capture (SC) or Structured Report (SR) objects for AI results, and often DICOMweb APIs for retrieving and sending fused series between the PACS and a containerized AI inference service.
Integration
AI Integration for Multi-modality and Fusion Imaging

Where AI Fits in Multi-modality and Fusion Imaging
A technical guide to integrating AI for registration, segmentation, and quantitative analysis across PET/CT, SPECT/CT, and other fused imaging datasets within enterprise PACS.
A production implementation typically involves a queued workflow: 1) A completed PET/CT study is sent to the PACS. 2) A DICOM Modality Worklist or HL7 ORM/O01 trigger initiates an AI pipeline. 3) The AI service retrieves the DICOM series via a secure gateway, runs co-registration and segmentation models, and generates results (e.g., a new DICOM series with lesion contours mapped to both PET and CT, or an SR containing SUVmax measurements). 4) These results are sent back and linked to the original study, appearing as an overlay in the fusion viewer and auto-populating fields in a structured report template. This reduces manual segmentation time from 10-15 minutes to under a minute and minimizes registration errors between modalities.
Governance is critical. AI outputs must be clearly labeled as AI-derived within the viewer, with confidence scores available. A human-in-the-loop verification step should be enforced in the reporting workflow before final sign-off. Furthermore, integration must support audit trails for AI use and model versioning, as quantitative measurements from fused datasets directly influence staging and treatment decisions. Rollout should start with a single, high-value workflow—like auto-segmentation of tumors on CT for PET SUV analysis in oncology follow-up—within a controlled user group before expanding to other fused modalities like SPECT/CT or MR-PET.
Integration Surfaces Across Major PACS Platforms
AI Integration at the Worklist Level
The PACS worklist is the primary control surface for study prioritization. For multi-modality workflows (e.g., PET/CT, SPECT/CT), AI can be integrated here to intelligently pair and sequence related studies for fused review.
Key Integration Points:
- HL7 ADT/ORM Messages: Trigger AI pre-fetching and registration of prior comparable studies when a new fusion study is ordered.
- DICOM Modality Worklist (MWL): Embed AI-driven protocoling suggestions based on the clinical indication to ensure optimal acquisition parameters for later fusion.
- Worklist Prioritization Engines: Use AI to score and re-order the reading list. A fused PET/CT with a high likelihood of metastatic progression can be elevated above routine single-modality cases.
Integration via PACS APIs (e.g., Sectra's IWorklist, Intelerad's Workflow Manager) allows AI to inject metadata, change status flags, and create "linked reading sessions" for the radiologist, collapsing the manual search and pairing step from minutes to seconds.
High-Value AI Use Cases for Fusion Imaging
Integrating AI into multi-modality and fusion imaging workflows automates complex quantitative analysis, enhances diagnostic confidence, and accelerates time-to-report for oncology, cardiology, and neurology studies. These use cases connect AI models directly to your PACS and advanced visualization tools.
Automated Lesion Segmentation & SUV Quantification
AI performs auto-segmentation of metabolically active lesions on PET/CT studies, calculating standardized uptake values (SUVmax, SUVmean, TLG) and annotating them directly on the fused dataset. This eliminates manual contouring, ensuring consistent, quantitative measurements for treatment response assessment (PERCIST, Lugano).
AI-Powered Image Registration & Fusion QC
An AI agent automatically evaluates the quality of spatial registration between PET and CT (or MR) series. It detects misalignment, suggests corrections, and flags studies requiring technologist or physicist review before they reach the reading worklist, preventing diagnostic errors from poor fusion.
Structured Report Generation for Fusion Studies
Using AI-extracted quantitative data (lesion metrics, organ volumes, perfusion values), the system auto-populates structured report templates within the PACS reporting module. For a PET/CT oncology study, it drafts the 'Findings' section with lesion table, Deauville scores, and comparative analysis from prior exams.
Multi-modality Prior Comparison & Change Detection
AI correlates findings across current and prior studies of different modalities (e.g., a new PET/CT with an old MRI). It highlights new lesions, measures interval change in size/SUV, and presents a synthesized comparison view to the radiologist, reducing cognitive load in complex oncology tracking.
Organ-at-Risk Delineation for Radiation Planning
In radiation oncology workflows, AI automatically segments organs-at-risk (OARs) on the planning CT and propagates contours to the fused PET/CT for dose optimization. This integration directly feeds structure sets into the TPS, streamlining the planning process for cancers like lung and head & neck.
Quantitative Myocardial Perfusion Analysis
For cardiac SPECT/CT or PET/CT, AI performs fully automated quantification of myocardial perfusion, including defect size, severity, and transient ischemic dilation. Results are presented as polar maps and quantitative scores integrated into the cardiology PACS report, supporting diagnosis of CAD.
Example AI-Enhanced Fusion Workflows
Multi-modality fusion (e.g., PET/CT, SPECT/CT) creates rich datasets but introduces complexity in registration, segmentation, and quantitative analysis. These workflows detail how AI agents can be integrated into the PACS and advanced visualization environment to automate and enhance fusion imaging pipelines.
Trigger: A fused PET/CT study is sent to the PACS after reconstruction.
Context/Data Pulled: The AI service listens for DICOM C-STORE events via the PACS's DICOM Web or HL7 interface. It retrieves both the PET series (UID 1.2.840.10008.5.1.4.1.1.128) and the corresponding CT series (UID 1.2.840.10008.5.1.4.1.1.2).
Model or Agent Action:
- A registration AI model (e.g., a CNN-based deformable registration network) assesses the spatial alignment between the PET metabolic data and the CT anatomical data.
- The agent calculates a misalignment metric (e.g., mean target registration error) and checks for common artifacts like patient motion between scans.
- It generates a DICOM Structured Report (SR) containing the QC results, confidence scores, and, if misalignment is below a critical threshold, a corrected deformation field.
System Update or Next Step:
- The SR is sent back to the PACS and associated with the study.
- If misalignment is severe, the workflow manager (e.g., in IntelliSpace Portal or Sectra) can:
- Flag the study for technologist review.
- Automatically route it to a re-processing queue.
- Add a notification to the radiologist's worklist: "Check Fusion Alignment - AI QC Score: 65/100."
Human Review Point: The original and AI-QC'd fusion are presented side-by-side in the viewer. The radiologist can accept the AI alignment or manually adjust.
Implementation Architecture: Data Flow & Integration Patterns
A technical blueprint for integrating AI into multi-modality and fusion imaging workflows, focusing on data orchestration, quantitative analysis, and clinical reporting.
Integrating AI for multi-modality workflows (e.g., PET/CT, SPECT/CT) requires a pipeline that ingests, co-registers, and fuses disparate DICOM series from different scanners before AI analysis. The architecture typically connects to the enterprise PACS or Vendor Neutral Archive (VNA) via DICOMweb or HL7 FHIR to retrieve the component studies. A dedicated fusion orchestration service handles the heavy lifting: it pulls the relevant series (e.g., a PET and a corresponding CT), uses AI or traditional algorithms for image registration and alignment, and creates a fused dataset. This fused volume is then passed to downstream AI models for tasks like automated lesion segmentation, standardized uptake value (SUV) quantification, or tumor burden analysis across the combined modalities.
The integration must embed results back into the clinical workflow seamlessly. AI-generated outputs—such as segmented volumes, quantitative metrics, and fused overlays—are packaged as DICOM Structured Reports (SR) and Secondary Capture (SC) objects and sent back to the PACS. These are linked to the original studies, making them viewable within the radiologist's advanced visualization workstation (e.g., IntelliSpace Portal, Sectra 3D). For reporting, key quantitative findings (e.g., SUVmax, Total Lesion Glycolysis) can be auto-populated into structured report templates via the PACS reporting module or speech recognition system, creating a cohesive report that references both the anatomic (CT) and functional (PET) findings. This closed-loop data flow ensures the AI acts as a quantitative assistant within the existing diagnostic pathway.
Governance and rollout require careful planning. AI models for fusion imaging must be validated on co-registered data from your specific scanner combinations to ensure accuracy. Implement automated QA checks in the orchestration pipeline to flag registration failures or poor-quality inputs. Access to these advanced AI tools should be controlled via the PACS or VNA's existing Role-Based Access Control (RBAC), typically granted to nuclear medicine physicians and specialized radiologists. Start with a pilot in a single clinical domain (e.g., oncology PET/CT) to refine the workflow, measure impact on report turnaround time and quantitative consistency, and build clinician trust before expanding to other fused modalities like SPECT/CT or PET/MR.
Code & Payload Examples
Structured Reporting for Fused Datasets
AI-generated quantitative analysis from fused PET/CT or SPECT/CT studies is best delivered back to the PACS via DICOM Structured Reporting (SR). This ensures findings are machine-readable, can populate report templates, and are stored permanently with the study. The SR document references the fused series UIDs and contains coded measurements (e.g., SUVmax, TLG) linked to segmented volumes.
Example JSON Payload for SR Creation:
json{ "study_uid": "1.2.840.113619.2.404.3.123456789", "series_uids": ["1.2.840.113619.2.404.3.987654321"], "modality": "PT", "findings": [ { "code": { "value": "G-C171", "scheme": "SRT", "meaning": "Standardized Uptake Value peak" }, "value": 12.5, "units": "g/ml", "referenced_segment": 1, "coordinates": [124, 87, 45] } ], "segmentation_ref": "1.2.840.113619.2.404.3.555555555.1" }
This payload is used by an integration service to generate a DICOM SR instance, which is then sent via DICOM C-STORE to the PACS archive, linked to the original study.
Realistic Time Savings and Operational Impact
This table illustrates the typical impact of integrating AI for registration, segmentation, and quantitative analysis into multi-modality fusion workflows (e.g., PET/CT, SPECT/CT). Metrics are based on production implementations within enterprise PACS environments like Sectra, Philips IntelliSpace, and Intelerad.
| Workflow Step | Before AI Integration | After AI Integration | Implementation Notes |
|---|---|---|---|
Image Registration & Fusion | Manual landmarking and rigid registration (15-30 mins per study) | AI-driven deformable registration (2-5 mins per study) | AI handles respiratory motion and anatomical differences; technologist reviews and approves. |
Organ/Tumor Segmentation | Manual contouring on each modality (20-45 mins for complex cases) | AI pre-segmentation with manual refinement (5-10 mins for review) | Model trained for specific anatomy (e.g., liver, lung, prostate); outputs DICOM SEG for PACS. |
Quantitative Analysis (SUV, Volume) | Manual ROI placement and calculation (10-20 mins) | Automated measurement from AI segmentations (<1 min) | Results (e.g., SUVmax, TLG) auto-populated into structured report or PACS metadata. |
Prior Study Comparison | Manual side-by-side review and mental fusion (10-15 mins) | AI-aligned fusion and automated delta calculation (2-3 mins) | AI registers current to prior exam, highlighting metabolic or volumetric changes. |
Report Drafting for Fusion Studies | Dictation from scratch, integrating findings from multiple datasets (15-25 mins) | AI-generated draft with fused findings and quantitative tables (5-8 mins) | LLM integrates AI outputs (segmentation data, measurements) into narrative; radiologist edits. |
Multidisciplinary Team (MDT) Prep | Manual compilation of key images and metrics into presentation (30-60 mins) | Auto-generated MDT summary with fused views and trends (5-10 mins) | AI curates relevant fused slices, segmentations, and trend graphs from PACS/VNA. |
QC for AI Outputs | N/A (manual process only) | Systematic review of AI confidence scores and outliers (3-5 mins per study) | Integrated dashboard flags low-confidence segmentations or registration errors for human override. |
Governance, Safety, and Phased Rollout
Integrating AI into multi-modality workflows requires a deliberate, phased approach to ensure clinical safety, data integrity, and user adoption.
Governance begins at the data layer. For PET/CT or SPECT/CT fusion, AI models must be validated on co-registered DICOM series from both modalities. Implement a pre-processing pipeline that validates image registration quality, voxel alignment, and acquisition parameters before AI inference. Results should be written as DICOM Structured Reports (SR) or as annotations within the fused dataset in the PACS, preserving a clear audit trail linking the original series, the AI model version, and the generated findings. Access to AI tools should be controlled via the PACS's existing RBAC, ensuring only credentialed nuclear medicine physicians or radiologists can activate or approve AI-generated segmentations and quantitative metrics.
A phased rollout is critical. Start with a non-interruptive pilot in a research or QA context. For example, deploy an AI model for automated SUV quantification or tumor segmentation on retrospective PET/CT oncology studies. The AI outputs are saved to a separate series or SR but do not modify the primary radiologist's workflow. In Phase 2, integrate AI results as soft prompts within the advanced visualization workstation (e.g., Philips IntelliSpace Portal, Sectra 3D), presenting pre-segmented volumes or heatmaps for the physician to accept, modify, or reject. The final, production phase enables worklist prioritization, where studies with AI-detected high metabolic volumes or new lesions are flagged for expedited review.
Safety is engineered through continuous feedback loops. Establish a human-in-the-loop review process where all AI-generated quantitative analyses (e.g., Total Lesion Glycolysis, metabolic tumor volume) used for clinical reporting must be confirmed by the interpreting physician. Implement drift detection by periodically comparing AI outputs against a ground-truth set of manually segmented studies to catch performance degradation. Rollout plans must include specific training for technologists on proper acquisition protocols to ensure AI-ready data and for physicians on how to interpret and document their interaction with AI tools, maintaining the legal integrity of the final report.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Frequently Asked Questions (FAQ)
Practical questions for integrating AI into PET/CT, SPECT/CT, and other multi-modality fusion workflows within enterprise PACS environments like Sectra, Philips IntelliSpace, and Intelerad.
AI integration for multi-modality registration typically follows a post-acquisition, pre-review pipeline within the PACS workflow.
- Trigger: A fused study (e.g., PET/CT) is sent to the PACS via DICOM. The PACS or a connected workflow orchestrator (like Sectra's Workflow Orchestrator or Philips AI Orchestrator) identifies the study type and triggers an AI processing job.
- AI Action: The AI service receives the DICOM series. A registration model (often a deep learning-based deformable model) aligns the functional dataset (PET/SPECT) with the anatomical dataset (CT). The output is a refined transformation matrix or a new, registered image series.
- System Update: The registered series or fusion metadata is sent back to the PACS as a DICOM Secondary Capture or Structured Report (DICOM SR). It's linked to the original study.
- Clinician Workflow: When the radiologist or nuclear medicine physician opens the study, the AI-enhanced fusion is available as an additional series or automatically applied, providing a more precise overlay for lesion localization and quantification.
Key Integration Point: This requires PACS APIs that support launching external processing jobs and ingesting new DICOM objects. The AI service must be registered as a "processing node" within the imaging platform's ecosystem.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us