エピソード

  • Corso di MEGACASTING:Stampi per Megacasting e controllo qualità
    2025/10/24

    Una lezione indispensabile per la riuscita dei getti delle dimensioni importanti perché indietro non si può,o meglio, avrebbe voluto dei costi proibitivi.Avete probabilmente sentito che le automobili Tesla realizzate con tale processo qualora subissero degli incidenti importanti vengono rottamate interamente...ed ecco il motivo per cui le fasi preliminari,lo studio e le opportune analisi sono fondamentali

    Buona lezy

    続きを読む 一部表示
    6 分
  • Corso di MEGACASTING:Introduzione al processo di Mega casting
    2025/10/23

    1 lezione introduttiva e gratuita

    続きを読む 一部表示
    3 分
  • Corso di Automotive Core Tools:Control Plan e riferimenti al FMEA
    2025/10/25

    Integrazione con FMEA e Diagramma di Flusso di Processo

    # Integrazione con FMEA e Diagramma di Flusso di Processo (PFD)

    Benvenuti a questa lezione cruciale sull'integrazione del Piano di Controllo con altri strumenti fondamentali della qualità nell'industria automobilistica: l'Analisi dei Modi e degli Effetti dei Guasti (FMEA) e il Diagramma di Flusso di Processo (PFD). Una gestione della qualità robusta e coesa dipende dalla capacità di questi strumenti di lavorare in sinergia, garantendo che ogni potenziale rischio sia mitigato e ogni fase del processo sia sotto controllo.

    続きを読む 一部表示
    3 分
  • ISO/PAS 8800 Lesson 10: Strategy for Standards Compliance
    2026/04/10

    This final lesson provides actionable insights for integrating ISO/PAS 8800 requirements into professional engineering practices.

    Strategy for Standards Compliance in ISO/PAS 8800

    Introduction

    Developing Artificial Intelligence (AI) for automotive applications requires a paradigm shift from traditional software development. ISO/PAS 8800 provides a dedicated framework to address the safety of road vehicles utilizing AI. This lesson focuses on the strategic approach organizations must take to ensure compliance while maintaining innovation and agility.

    1. Integration with Existing Standards

    A successful compliance strategy begins with understanding that ISO/PAS 8800 does not exist in a vacuum. It must be integrated with:

    • ISO 26262 (Functional Safety): Addressing hardware and software malfunctions.
    • ISO 21448 (SOTIF): Addressing safety of the intended functionality, particularly relevant for the probabilistic nature of AI.

    2. The Four Pillars of Compliance Strategy

    A. Organizational Readiness

    Compliance starts with corporate culture. Organizations must establish clear roles, such as the AI Safety Manager, and ensure that cross-functional teams (Data Science, Safety Engineering, and Systems Engineering) speak a common language.

    B. Data Governance and Lifecycle Management

    Unlike traditional code, AI performance is dictated by data. A compliance strategy must include robust data lineage, tracking the provenance, cleaning, and labeling of training data to prevent bias and ensure representativeness.

    C. The Iterative Safety Case

    Instead of a static safety manual, ISO/PAS 8800 compliance demands a dynamic 'Safety Case.' This is a structured argument, supported by evidence, that the AI system is safe for its intended use. This should be updated at every stage of the Machine Learning (ML) lifecycle.

    D. Toolchain Qualification

    The tools used to train and validate AI models (e.g., simulators, labeling tools) must be qualified. If the tool fails, can it introduce a safety risk? This question guides the level of rigor required for tool qualification.

    3. Gap Analysis and Roadmapping

    To achieve compliance, organizations should follow these steps:

    1. Baseline Assessment: Evaluate current AI development processes against ISO/PAS 8800 requirements.
    2. Identify Gaps: Pinpoint where documentation or verification methods fall short.
    3. Prioritization: Address high-risk areas first, such as model robustness and out-of-distribution detection.
    4. Continuous Monitoring: Implement post-deployment monitoring to ensure the AI stays within safe operational boundaries as it encounters real-world data.

    Conclusion

    Compliance with ISO/PAS 8800 is not a 'check-the-box' exercise but a continuous commitment to safety-by-design. By aligning AI development with established automotive safety principles, manufacturers can mitigate risks and build trust in autonomous technologies.

    続きを読む 一部表示
    1 分
  • ISO/PAS 8800 Lesson 9:Lifecycle Management
    2026/04/10

    Lifecycle Safety Management for AI in Road Vehicles

    Overview\nISO/PAS 8800 provides a rigorous framework for managing the safety of Artificial Intelligence (AI) throughout its entire lifecycle. Traditional safety standards, such as ISO 26262 (Functional Safety), focus on preventing failures in electrical and electronic systems. ISO/PAS 8800 extends this by addressing the non-deterministic nature of AI and machine learning (ML), focusing on the Safety of the Intended Functionality (SOTIF) as outlined in ISO 21448.

    Integration with Existing Standards

    Lifecycle management under ISO/PAS 8800 is not a standalone process; it is integrated with:

    n1. ISO 26262: To ensure that the hardware and software executing the AI models are functionally safe.\n2. ISO 21448 (SOTIF): To mitigate risks arising from performance limitations and unexpected environmental conditions.

    Key Phases of the AI Safety Lifecycle

    1. Concept Phase

    In this phase, the Operational Design Domain (ODD) is defined. Developers must specify the environment in which the AI is expected to operate safely (e.g., clear weather, specific speed limits). Safety goals are established based on the potential impact of AI-driven decisions.

    2. Development and Data Management

    This is a unique addition to the automotive lifecycle. It involves:

    Data Collection: Ensuring the data is representative of the ODD.

    Data Labeling: High-quality annotation to avoid training errors.

    Model Training: Implementing safeguards against over-fitting and bias.

    3. Verification and Validation (V&V)

    Verification ensures the model meets technical specifications, while validation ensures it meets the safety goals within the ODD. This often involves massive-scale simulation and physical road testing

    4. Operation and Post-Market Surveillance

    AI systems can exhibit "performance drift" over time. ISO/PAS 8800 mandates continuous monitoring once the vehicle is on the road. If a safety-critical anomaly is detected, a feedback loop triggers a return to the development phase for retraining or model adjustment.

    Roles and Responsibilities

    Effective lifecycle management requires a cross-functional team, including Data Scientists, Safety Engineers, and Domain Experts, to ensure that safety requirements are maintained across all hand-overs.

    続きを読む 一部表示
    1 分
  • ISO/PAS 8800. Lesson 8: Model Verification and Validation in ISO/PAS 8800
    2026/04/10

    1. Introduction\nIn the context of ISO/PAS 8800 (Road vehicles — Safety and artificial intelligence), Verification and Validation (V&V) are the cornerstones of ensuring that AI-based systems are safe for public roads. While traditional software follows deterministic paths, AI models are probabilistic and data-dependent, requiring a shift in how we confirm their correctness and safety.

    2. Defining Model Verification\nVerification asks: \"Did we build the system right?" It involves checking the AI model against the technical requirements and design specifications defined in the early stages of development. Under ISO/PAS 8800, verification includes:

    Formal Methods: Using mathematical proofs to verify that certain safety properties are always maintained by the model.

    Robustness Testing: Measuring how the model handles small, intentional perturbations in input data, often referred to as adversarial robustness.

    Unit and Integration Testing: Testing individual components of the AI pipeline (e.g., pre-processing scripts or specific neural network layers) to ensure they function as intended.

    Code and Model Audits: Reviewing the architecture and hyperparameters to ensure they align with the safety goals.

    3. Defining Model Validation

    Validation asks: "Did we build the right system?" This process ensures the model meets the actual needs of the user and remains safe within its intended Operational Design Domain (ODD). Key aspects include:

    ODD-Based Testing: Validating performance across diverse conditions such as varying weather, lighting, and geographic locations.

    Edge Case Analysis: Identifying and testing "long-tail" scenarios that are rare but safety-critical.

    Safety of the Intended Functionality (SOTIF): Aligning with ISO 21448 to ensure that functional insufficiencies do not lead to unreasonable risk.

    Performance Metrics: Evaluating the model using safety-relevant KPIs such as False Negative Rates in pedestrian detection.

    4. The Integrated V-Model for AI\nISO/PAS 8800 adapts the classic V-Model to account for the iterative nature of machine learning. This includes a feedback loop where validation failures in the field trigger a re-verification of the training data and model architecture. Verification ensures the model is statistically sound, while validation ensures that statistical soundness translates to real-world safety.

    続きを読む 一部表示
    1 分
  • ISO/PAS 8800. Lesson 7: Data Integrity and Quality in ISO/PAS 8800
    2026/04/10

    In the realm of road vehicles, the safety of AI-based systems is inextricably linked to the data used to develop them. ISO/PAS 8800 (Road Vehicles — Safety and Artificial Intelligence) provides a framework for ensuring that data integrity and quality are maintained throughout the AI lifecycle. Unlike traditional software where logic is explicitly coded, AI systems 'learn' from data, making the quality of that data a primary safety concern.

    2. Key Definitions

    • Data Integrity: The assurance that data remains accurate, complete, and consistent throughout its entire lifecycle, from collection to decommissioning.
    • Data Quality: The fitness of data for its intended purpose in training, validating, and testing AI models within a specific Operational Design Domain (ODD).

    3. Data Quality Dimensions under ISO/PAS 8800

    To comply with safety standards, data must be evaluated against several dimensions:

    • Representativeness: The data must cover the full range of scenarios the vehicle will encounter in its ODD, including rare 'corner cases'.
    • Accuracy and Precision: The sensors used for collection must be calibrated, and the ground-truth labels must be verified for correctness.
    • Completeness: There should be no missing values or gaps in the datasets that could lead to biased or unpredictable AI behavior.
    • Timeliness: For dynamic environments, data must reflect current road conditions, signage standards, and traffic laws.

    4. The Data Lifecycle and Safety

    ISO/PAS 8800 emphasizes a rigorous data pipeline:

    1. Acquisition: Capturing raw data using high-fidelity sensors.
    2. Preparation & Cleaning: Removing noise and handling outliers without stripping away critical safety information.
    3. Labeling/Annotation: Ensuring that human or automated labelers follow strict guidelines to avoid 'label noise'.
    4. Augmentation: Using synthetic data to fill gaps in real-world data, provided the synthetic data is physically realistic.
    5. Mitigating Bias

    Bias in data is a significant safety risk. If a training set lacks diversity (e.g., only contains daytime driving), the AI may fail in low-light conditions. ISO/PAS 8800 requires documented processes to identify and mitigate technical and cognitive biases to ensure the Intended Functionality (SOTIF) is safe.

    6. Summary

    Data integrity is not just a technical requirement; it is a safety-critical pillar. High-quality data ensures that the resulting AI model is robust, reliable, and capable of operating safely in complex automotive environments.

    続きを読む 一部表示
    1 分
  • ISO/PAS 8800 Lesson 6: Safety-Related AI Development under ISO/PAS 8800
    2026/04/10

    1. Introduction

    As artificial intelligence (AI) and machine learning (ML) become integral to automotive systems—ranging from Advanced Driver Assistance Systems (ADAS) to Automated Driving Systems (ADS)—traditional safety standards like ISO 26262 and ISO 21448 (SOTIF) require specialized extensions. ISO/PAS 8800 provides the necessary framework to address the unique risks associated with AI, specifically focusing on the non-deterministic nature of machine learning and the safety implications of data-driven development.

    2. The AI Development Lifecycle for Safety

    Safety-related AI development shifts the focus from manual coding to data curation and model training. The lifecycle includes:

    • Requirements Definition: Defining the Safety Goals and Functional Safety Requirements (FSRs) that the AI component must satisfy.
    • Data Collection and Management: Ensuring that the data used for training, validation, and testing is representative, complete, and free from safety-critical biases.
    • Model Design and Training: Selecting appropriate architectures (e.g., Convolutional Neural Networks) and training regimes that prioritize robustness over mere accuracy.
    • Verification and Validation (V&V): Implementing rigorous testing protocols, including formal methods, simulation, and real-world testing to ensure the model behaves predictably in its Operational Design Domain (ODD).

    3. Key Concepts in ISO/PAS 8800 Development

    3.1 Data Quality and Integrity

    In AI safety, data is equivalent to source code. ISO/PAS 8800 emphasizes:

    • Representativeness: Does the data cover all edge cases in the ODD?
    • Labeling Accuracy: Ensuring that the ground truth used for training is verified and error-free.
    • Independence: Keeping training, validation, and test datasets strictly separated to prevent overfitting and biased results.

    3.2 Robustness and Resilience

    Safety-related AI must be robust against perturbations. This involves testing for:

    • Adversarial Robustness: Protection against small, intentional changes to input that could cause a misclassification.
    • Distribution Shift: How the model handles data that differs slightly from its training set (e.g., different weather conditions or sensor noise).

    4. Integration with ISO 26262 and ISO 21448

    ISO/PAS 8800 acts as a bridge. It leverages the functional safety processes of ISO 26262 to manage hardware and system failures, while utilizing ISO 21448 (SOTIF) principles to address performance limitations and situational awareness errors inherent in AI systems.

    5. Conclusion

    Developing AI for safety-critical applications requires a fundamental shift in engineering mindset. By following the structured approach in ISO/PAS 8800, developers can build a compelling safety case that demonstrates the AI component is fit for use on public roads.

    続きを読む 一部表示
    1 分