Iron Mountain InSight DXP: AI model training, security and compliance

Whitepaper

This whitepaper delves into the critical aspects of the AI-based functionality available in Iron Mountain InSight DXP, related data privacy and security, as well as relevant customer’s responsibility and Iron Mountain’s liability.

July 6, 202612  mins
Ai model training security and compliance

Executive summary

Iron Mountain InSight® DXP empowers businesses to turn their information into actionable data through a secure, scalable platform. InSight DXP is a low-code, intelligent content platform that ingests and processes unstructured content and can integrate with key business processes and systems via pre-built connectors or application programming interfaces (APIs). The platform processes DOCX, TIF, and PDF files across industries and functions, including HR, invoice processing, auto lending, healthcare, finance, insurance, and government. InSight DXP is a portfolio, and functionality may vary by product. Iron Mountain can work with you to support your organization’s needs.

This whitepaper delves into the critical aspects of the AI-based functionality available in InSight DXP, related data privacy and security, as well as the responsibilities of relevant customers and Iron Mountain’s liability. It provides a comprehensive overview of how Iron Mountain enables responsible and secure AI deployment while adhering to evolving regulations (such as the EU AI Act) and best market practices.

AI-based functionality

Diamond configuration with AI agents graphic

AI models

InSight DXP leverages the power of large language models (LLMs) capabilities in document processing (automated classification, extraction, splitting), AI chat, and agents. The platform utilizes the “model attention” mechanism on specific document contexts for LLMs to effectively understand and provide contextually relevant information. Additionally, InSight DXP employs retrieval augmented generation (RAG) to further enhance the performance of LLMs. RAG allows the system to retrieve relevant information from the customer’s document repository, providing context-specific and accurate responses.

It’s important to note that while the LLMs employed are broad in scope and not developed in-house by Iron Mountain, the company refines their application through a number of techniques, including prompt engineering, RAG, chunking, embedding, etc. This approach combines the generative capabilities of LLMs with the ability to access and incorporate customer-specific information, resulting in more accurate and contextually relevant outputs.


Data input

Iron Mountain utilizes a diverse range of data sources for AI model training, including the customer’s document repository, open-source data, internal data, and simulated data, based on the customer’s scope of work. To maintain data quality and mitigate bias, the platform incorporates the following measures:

  • Human labeler evaluation: Multi-labeler.
  • Validation processes: Techniques like mock data generators and subject matter expert (SME) validation contribute to robust data validation.
Woman working on laptop in diamond configuration
Diamond cluster with businessman

Model training

InSight DXP offers a spectrum of AI model training solutions. Pre-trained AI models are available, along with model fine-tuning capabilities. Iron Mountain utilizes a blend of training methodologies depending on the specific model type and data availability. Here’s a breakdown of the training methodologies our implementation team employs.

  • Zero-shot/few-shot generative AI: Leverages prompts and example context learning to guide the model towards generating desired results.
  • One/few-shot computer vision (CV) solutions: Ideal for scenarios involving a limited number of documents or templates, this approach utilizes document alignment and document fingerprint detection techniques. 
  • Transformer/convolutional neural network (CNN)-based solutions: Suitable for scenarios with a sufficient volume of labeled documents, this method involves fine-tuning deep neural networks. 
  • Generative AI-based solutions: Employs fine-tuning of large foundation models through techniques like prefix/prompt tuning and low-rank adaptation of  LLMs (LoRA). 
  • Composite solutions: Combines the aforementioned methodologies for optimal results.

Customization and user control

The platform’s AI functionality can be turned on or off depending on the customer’s specific requirements. If the customer chooses to disable this functionality, they should contact their Iron Mountain account representative.

Data privacy and security

Data privacy and security

InSight DXP prioritizes data privacy and security through robust measures:

  • Data privacy and security: The processing of data is subject to the relevant data privacy and security standards following applicable regulations and industry best practices to maintain confidentiality, integrity, and controlled access.
  • Encryption: The platform employs industry-standard TLS 1.2 or higher for data in transit and AES 256 encryption for data at rest. This helps protect customer data from unauthorized access.
  • Exclusive deployment: AI models are deployed within Iron Mountain’s cloud infrastructure to provide exclusive access and help prevent data exposure to third-party AI or cloud vendors.
  • Model behavior & controls: Our sovereign gateway and K8s isolation restrict agents from raw data, moving us from "honor-system" governance to "infrastructure-enforced" security.
  • Localized training: InSight DXP utilizes only the customer’s own data for model training and validation, so that one customer’s data is never used to train models for another customer.
  • Access control: The platform implements multi-factor authentication and allows users to define data access boundaries, maintaining strict control over who can access sensitive information.
  • Data loss prevention: The platform leverages data loss prevention (DLP) mechanisms to identify and mask personally identifiable information (PII), while preserving both original and de-identified data copies, maintaining compliance with data privacy regulations. 
  • Bias & input management: Our mandatory PII scrubbing microservice acts as a hard gate, physically masking identifiers before they reach an LLM to prevent biased processing. 
  • Partner selection: Iron Mountain partners with vendors that adhere to strict data security and privacy standards and controls (technical, administrative, and contractual).
  • Logging and monitoring: The platform logs and monitors AI prompts and responses to detect and help prevent exposure of sensitive data to the LLM, supporting data protection, auditability, and compliance requirements.
01 / 04
Retention, privacy, and security: Keys to AI success

Ethical AI and bias mitigation

Ethical AI and bias mitigation

Iron Mountain employs a multi-pronged approach to promote ethical AI development and mitigate bias:

  • Diverse data sources: The platform utilizes a range of data sources, including customer data, open-source data, and simulated data, so that model training is comprehensive and representative.
  • Human evaluation: Multi-labeler consistency methods and SME validation are employed to maintain data quality and reduce bias in training datasets.
  • Continuous monitoring: Automated systems and manual processes, including a dedicated security information and event management (SIEM) system and cyber incident response team (CIRT) team, continuously monitor anomalies and potential biases.
  • Model prediction tracing: Connecting model predictions to document resources to avoid unintended results.
  • Knowledge base and domain-specific rule engine: Calibrating prediction confidence scores and guiding interactions within the context of relevant documents. 
  • Response filters: Constraining interactions within the context of documents, helping to  prevent unintended outputs.
01 / 04
AI Handshake

Reliability and accuracy

Reliability and accuracy

Before production deployment, Iron Mountain rigorously tests model reliability and accuracy through: 

  • Data collection and cleaning: Gathering new and diverse datasets, including recent customer data, to maintain continued relevance and reduce noise or errors.
  • Rigorous testing: New models undergo both quantitative and qualitative evaluation, including accuracy metrics, response latency testing, and human-in-the-loop (HITL) review.
    • Quantitative evaluation: Calculating accuracy metrics, response latency, and batch-data stress testing.
    • Operational quality (non-HITL): We are implementing automated schema validation to reject malformed or low-confidence outputs at the code level, maintaining accuracy without over-relying on manual review.
    • Evaluation: Human labelers use human-in-the-loop (HITL) to check prediction results and submit review reports. 
    • A/B testing: Comparing the performance of new models with existing models.
  • Model retraining: Utilizing fine-tuning techniques to optimize model performance.
  • Thorough evaluation: Rigorous assessment and comparison drive the deployment of the optimal solution.
  • Feedback loop: User feedback is actively captured and incorporated to identify areas for improvement and enhance model performance. Users can submit tickets to report bugs or performance issues.
  • Industry standard accuracy metrics: Utilizing established metrics to track model performance.

Error detection and correction

Before production deployment, Iron Mountain uses automated systems and manual processes to detect and correct errors or biases in AI models, such as those previously listed. These systems include:

  • Benchmark datasets: Regular evaluation using benchmark datasets helps identify errors and biases.
  • Human-in-the-loop (HITL) correction: Exception based HITL flagging and correction mechanisms are used to address anomalies.
01 / 04
Enhancing Citizen Trust Privacy and Data Security is Step One | data security typing on laptop

Integration and implementation

Iron Mountain offers flexible integration options:

  • Custom model development: The platform supports custom model development through automated machine learning (AutoML) capabilities, allowing users to train models using their own datasets. The platform also offers a low-code labeling experience for creating datasets, enabling subject matter experts to train models without requiring xtensive technical expertise.
  • Deployment options: InSight DXP is a cloud-based offering.

InSight DXP is a secure, cloud-native platform that integrates seamlessly with existing workflows. The platform is built on a scalable architecture that supports various content types and provides robust APIs for third-party system connectivity.

Transparency and explainability:

Iron Mountain promotes transparency in its AI processes:

  • Model prediction tracing: The platform connects model predictions to document resources.
  • Transparency & oversight: Our trace V2 Schema, stored in write once, read many (WORM) (tamper-proof) vaults, provides the "flight recorder" transparency that high-compliance customers are now requiring.
  • Information sharing: Users are provided with information about the model training and updating process, including details on training data methodologies used.

We prioritize clarity in AI decision-making. InSight DXP provides users with insights into how AI models process data, ensuring that outcomes are understandable and traceable back to the source information.

Regulatory compliance

InSight DXP is designed to meet various regulatory requirements:
  • Ongoing compliance: The platform maintains compliance with evolving data privacy regulations like the General Data Protection Regulation (GDPR) and security standards such as ISO-27001, ISO 27701, ISO 9001, and SOC 2 Type 2.
  • Versatile support: InSight DXP successfully navigates diverse compliance landscapes, including GDPR in the EU, HIPAA and FedRAMP in the US.

InSight DXP is designed to meet various regulatory requirements, including the EU AI Act and GDPR, ensuring data sovereignty and ethical AI usage.

Customer’s responsibility and Iron Mountain’s liability

Customer’s responsibility

  • Data provision and quality: Customers are responsible for providing accurate, complete, and high quality data for processing. The effectiveness of AI models, including AutoML and generative AI, heavily depends on the quality of input data. Customers must ensure that their data is free from errors and inconsistencies to achieve optimal results.
  • Compliance with regulations: Customers must ensure that their data processing activities comply with relevant legal and regulatory requirements, such as GDPR or California Consumer Privacy Act (CCPA). This may include obtaining necessary consents for data usage and ensuring data privacy.
  • Security measures: While Iron Mountain provides a secure environment for data processing, customers are responsible for implementing their own security measures to protect data during transmission to and from the platform. This includes using encryption and secure access protocols.
  • Usage policies: Customers should adhere to the platform’s terms of service and usage policies. This involves using the AI tools provided by Iron Mountain ethically and responsibly, without engaging in activities that could harm other users or violate other’s rights.






Iron Mountain’s liability

  • Data security: Iron Mountain is liable for maintaining a secure environment for storing and processing customer data. This includes implementing robust security measures to protect against unauthorized access, data breaches, and other cyber threats.
  • Model accuracy and performance: While Iron Mountain employs advanced AI methods like AutoML & generative AI as required pursuant to your scope of work (SOW) requirements and product specifications to enhance model accuracy, it cannot guarantee perfect results due to inherent uncertainties in AI predictions. Iron Mountain is committed to continuous improvement of its models to minimize errors.
  • System availability: Iron Mountain maintains high availability and reliability of its platform services. In case of system downtimes or disruptions, Iron Mountain is responsible for promptly addressing issues to restore service continuity. 
  • Support and maintenance: Iron Mountain provides ongoing support and maintenance services to assist customers in effectively using the platform’s features. This includes regular updates, troubleshooting assistance, and user training resources.

Summary

By leveraging robust security measures, transparent practices, and continuous improvement, InSight DXP provides a secure and reliable platform for businesses to harness the power of AI while adhering to evolving regulatory requirements, industry standards, and best market practices.