Ultralytics YOLO27:
Back to Ultralytics Glossary

Confidential AI

Learn how Confidential AI protects data, model weights, and results during processing with trusted execution environments, attestation, and secure computer vision.

Confidential AI is the use of security technologies and operating controls to protect sensitive data, model weights, and intermediate results throughout an AI workload, especially while they are actively being processed. Its defining goal is to close the “data in use” gap: storage encryption protects data at rest, and network encryption protects data in transit, but conventional systems may expose decrypted information in memory during training or inference. Confidential AI reduces this exposure through isolated, verifiable computing environments.

How Confidential AI Works#

Confidential AI extends confidential computing to machine learning activities such as data preparation, training, fine-tuning, and inference. The workload runs inside a hardware-based trusted execution environment (TEE), an isolated area designed to prevent infrastructure administrators, cloud operators, neighboring workloads, or compromised host software from viewing or modifying protected code and data.

A TEE commonly provides:

  • Memory isolation: Sensitive information is protected while calculations are performed.
  • Code and data integrity: Unauthorized changes to the workload can be detected or blocked.
  • Remote attestation: Cryptographic evidence allows a data owner to verify the hardware, software, and configuration before releasing secrets. NVIDIA GPU attestation, for example, supports verification of compatible confidential GPU environments.
  • Controlled key release: Decryption keys can be issued only after the environment passes attestation.

These protections reduce trust in infrastructure operators, but they do not eliminate every risk. Vulnerable application code, exposed outputs, excessive logging, compromised user credentials, and malicious model behavior still require conventional data security controls.

Confidential AI is related to several concepts but addresses a distinct protection layer:

  • Data privacy: Defines how personal or sensitive information may be collected, used, retained, and shared. Confidential AI supplies technical safeguards but does not establish consent or lawful use.
  • Differential privacy: Adds carefully calibrated randomness to limit what outputs reveal about individual records. It protects against statistical disclosure, while confidential computing protects the execution environment.
  • Federated learning: Trains across decentralized data sources without centralizing raw records. A confidential TEE can additionally protect the aggregation process and model updates.
  • Edge AI: Runs models near the data source to reduce transmission and latency. Local processing improves data minimization, but it becomes confidential AI only when the environment also provides an appropriate isolation and verification mechanism.

Therefore, an AI service is not automatically confidential simply because it encrypts connections, runs privately, or promises not to train on customer inputs. NIST’s confidential computing definition specifically focuses on protecting information during processing.

Real-World Applications#

  • Medical imaging collaboration: Several hospitals may want to train a diagnostic vision model using scans that cannot be openly pooled. A confidential environment can process the combined data while limiting access by other participants and infrastructure operators. Attestation can confirm that only approved training code runs before the records are decrypted. Without these controls, exposure could reveal patient information or create regulatory and contractual consequences. Azure Confidential AI describes this pattern across training, fine-tuning, and inference.

  • Protected industrial inspection: A manufacturer may send proprietary production images to a hosted computer vision model while the model provider wants to protect valuable weights. Confidential inference can isolate both assets: images are decrypted only inside the TEE, and model weights remain hidden from the customer and infrastructure operator. Google Cloud guidance for confidential AI workloads covers similar secure analytics and collaboration scenarios.

Applying Confidential AI to Computer Vision#

A practical architecture combines minimized data collection, encrypted storage and transport, identity controls, attested compute, restricted logs, and output filtering. Teams can run Ultralytics YOLO26 locally using Predict mode, then place that workflow inside appropriately configured confidential infrastructure when hardware-backed protection is required.

from ultralytics import YOLO

# Load a pretrained YOLO26 detection model.
model = YOLO("yolo26n.pt")

# This public sample keeps the example runnable.
# Use a local file path for confidential production images.
results = model("https://ultralytics.com/images/bus.jpg")

result = results[0]
result.save(filename="confidential_result.jpg")

This workflow performs inference through the local Python runtime, but local execution alone does not create a TEE or provide attestation. Production teams can use YOLO export mode to target a controlled runtime on approved hardware. For dataset annotation and training, the Ultralytics Platform on-premise integration keeps source and derived dataset pixels on customer-managed hardware while documenting which metadata and model artifacts cross the boundary.

Evaluating Confidentiality Claims#

Before submitting confidential client information to any AI system, verify its actual architecture and policies. Review where data is processed, whether inputs or outputs are retained, who can access logs, whether data is reused for training, and how deletion is handled. For stronger technical assurance, ask whether the service uses hardware-backed TEEs, supports remote attestation, and releases keys only to verified workloads.

Confidential AI should complement—not replace—access control, vulnerability management, output review, data minimization, and an organization-wide framework such as the NIST AI Risk Management Framework.

Explore solutions

Computer vision for aerial imagery

Computer vision for aerial imagery

Transform drone and aerial imagery into real-time insights for agriculture, aquaculture, environmental monitoring, conservation, and geospatial analysis with Ultralytics YOLO.
Learn more
Computer vision in aerospace

Computer vision in aerospace

Bring vision AI to aerial monitoring with Ultralytics YOLO models. Power drones, aerospace workflows, environmental conservation & geospatial industries with computer vision solutions.
Learn more
Computer vision in security

Computer vision in security

Protect every site with Ultralytics YOLO models. Vision AI powers perimeter monitoring, threat detection, license-plate recognition, and workplace safety.
Learn more
Computer vision in robotics

Computer vision in robotics

Power smarter machines with Ultralytics YOLO models. Vision AI in robotics drives autonomous navigation, perception, object tracking, and real-time control.
Learn more
Computer vision in logistics

Computer vision in logistics

Streamline logistics with Ultralytics YOLO models. Vision AI enables package inspection, sorting, vehicle tracking, and real-time warehouse safety monitoring.
Learn more
Computer vision in retail

Computer vision in retail

Reimagine retail with Ultralytics YOLO models. Vision AI powers inventory tracking, shelf monitoring, queue management, and smarter customer insights.
Learn more
Computer vision in healthcare

Computer vision in healthcare

Build healthcare solutions with Ultralytics YOLO models. Vision AI in healthcare powers faster medical imaging, smarter diagnostics, and patient monitoring.
Learn more
Computer vision in manufacturing

Computer vision in manufacturing

Optimize manufacturing with Ultralytics YOLO models. Vision AI drives quality control, defect detection, PPE compliance, and assembly line automation.
Learn more
Computer vision in automotive

Computer vision in automotive

Apply computer vision in automotive with Ultralytics YOLO models. Vision AI elevates road safety, driver assistance, and vehicle automation for smarter roads.
Learn more
Computer vision in agriculture

Computer vision in agriculture

Bring vision AI to smart agriculture with Ultralytics YOLO models. Power crop monitoring, livestock tracking, and precision farming for higher, smarter yields.
Learn more
Computer vision for aerial imagery

Computer vision for aerial imagery

Transform drone and aerial imagery into real-time insights for agriculture, aquaculture, environmental monitoring, conservation, and geospatial analysis with Ultralytics YOLO.
Learn more
Computer vision in aerospace

Computer vision in aerospace

Bring vision AI to aerial monitoring with Ultralytics YOLO models. Power drones, aerospace workflows, environmental conservation & geospatial industries with computer vision solutions.
Learn more
Computer vision in security

Computer vision in security

Protect every site with Ultralytics YOLO models. Vision AI powers perimeter monitoring, threat detection, license-plate recognition, and workplace safety.
Learn more
Computer vision in robotics

Computer vision in robotics

Power smarter machines with Ultralytics YOLO models. Vision AI in robotics drives autonomous navigation, perception, object tracking, and real-time control.
Learn more
Computer vision in logistics

Computer vision in logistics

Streamline logistics with Ultralytics YOLO models. Vision AI enables package inspection, sorting, vehicle tracking, and real-time warehouse safety monitoring.
Learn more
Computer vision in retail

Computer vision in retail

Reimagine retail with Ultralytics YOLO models. Vision AI powers inventory tracking, shelf monitoring, queue management, and smarter customer insights.
Learn more
Computer vision in healthcare

Computer vision in healthcare

Build healthcare solutions with Ultralytics YOLO models. Vision AI in healthcare powers faster medical imaging, smarter diagnostics, and patient monitoring.
Learn more
Computer vision in manufacturing

Computer vision in manufacturing

Optimize manufacturing with Ultralytics YOLO models. Vision AI drives quality control, defect detection, PPE compliance, and assembly line automation.
Learn more
Computer vision in automotive

Computer vision in automotive

Apply computer vision in automotive with Ultralytics YOLO models. Vision AI elevates road safety, driver assistance, and vehicle automation for smarter roads.
Learn more
Computer vision in agriculture

Computer vision in agriculture

Bring vision AI to smart agriculture with Ultralytics YOLO models. Power crop monitoring, livestock tracking, and precision farming for higher, smarter yields.
Learn more
Computer vision for aerial imagery

Computer vision for aerial imagery

Transform drone and aerial imagery into real-time insights for agriculture, aquaculture, environmental monitoring, conservation, and geospatial analysis with Ultralytics YOLO.
Learn more
Computer vision in aerospace

Computer vision in aerospace

Bring vision AI to aerial monitoring with Ultralytics YOLO models. Power drones, aerospace workflows, environmental conservation & geospatial industries with computer vision solutions.
Learn more
Computer vision in security

Computer vision in security

Protect every site with Ultralytics YOLO models. Vision AI powers perimeter monitoring, threat detection, license-plate recognition, and workplace safety.
Learn more
Computer vision in robotics

Computer vision in robotics

Power smarter machines with Ultralytics YOLO models. Vision AI in robotics drives autonomous navigation, perception, object tracking, and real-time control.
Learn more
Computer vision in logistics

Computer vision in logistics

Streamline logistics with Ultralytics YOLO models. Vision AI enables package inspection, sorting, vehicle tracking, and real-time warehouse safety monitoring.
Learn more
Computer vision in retail

Computer vision in retail

Reimagine retail with Ultralytics YOLO models. Vision AI powers inventory tracking, shelf monitoring, queue management, and smarter customer insights.
Learn more
Computer vision in healthcare

Computer vision in healthcare

Build healthcare solutions with Ultralytics YOLO models. Vision AI in healthcare powers faster medical imaging, smarter diagnostics, and patient monitoring.
Learn more
Computer vision in manufacturing

Computer vision in manufacturing

Optimize manufacturing with Ultralytics YOLO models. Vision AI drives quality control, defect detection, PPE compliance, and assembly line automation.
Learn more
Computer vision in automotive

Computer vision in automotive

Apply computer vision in automotive with Ultralytics YOLO models. Vision AI elevates road safety, driver assistance, and vehicle automation for smarter roads.
Learn more
Computer vision in agriculture

Computer vision in agriculture

Bring vision AI to smart agriculture with Ultralytics YOLO models. Power crop monitoring, livestock tracking, and precision farming for higher, smarter yields.
Learn more

Let's build the future of AI together!

Begin your journey with the future of machine learning