This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:safeav:as:vreq [2026/05/18 15:03] – pczekalski | en:safeav:as:vreq [2026/06/02 15:50] (current) – raivo.sell | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| Emerging efforts like the SAE G-34/SC-21 standard for AI in aviation, NASA's exploration of adaptive autonomy, and ISO’s work on AI functional safety indicate a trend toward domain-agnostic principles for validating intelligent behavior. There is growing recognition that autonomous systems, regardless of environment, | Emerging efforts like the SAE G-34/SC-21 standard for AI in aviation, NASA's exploration of adaptive autonomy, and ISO’s work on AI functional safety indicate a trend toward domain-agnostic principles for validating intelligent behavior. There is growing recognition that autonomous systems, regardless of environment, | ||
| + | |||
| + | ===== Autonomy Validation Tools ===== | ||
| + | < | ||
| + | |||
| + | Validation and verification (V&V) are critical processes in systems engineering and software development that ensure a system meets its intended purpose and functions reliably. **Verification** is the process of evaluating whether a product, service, or system complies with its specified requirements—essentially asking, "Did we build the system right?" | ||
| + | |||
| + | |||
| + | For traditional safety-critical systems in automotive, the evolution of V&V has been closely linked to regulatory standards frameworks such as ISO 26262. Key elements of this framework include: | ||
| + | - System Design Process: A structured development assurance approach for complex systems, incorporating safety certification within the integrated development process. | ||
| + | - Formalization: | ||
| + | - Lifecycle Management: The management of components, systems, and development processes throughout their lifecycle. | ||
| + | The primary objective was to meticulously and formally define the system design, anticipate expected behaviors and potential issues, and comprehend the impact over the product' | ||
| + | |||
| + | With the advent of conventional software paradigms, safety-critical V&V adapted by preserving the original system design approach while integrating software as system components. These software components maintained the same overall structure of fault analysis, lifecycle management, and hazard analysis within system design. However, certain aspects required extension. For instance, in the airborne domain, standard DO-178C, which addresses " | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Table one above shows the difference between ISO 26262 and SOTIF. In general, the fundamental characteristics of digital software systems are problematic in safety critical systems. However, the IT sector has been a key megatrend which has transformed the world over the last 50 years. In the process, it has developed large ecosystems around semiconductors, | ||
| + | Drive-by-Wire functionality is an example of the mechanical replacement paradigm where the implementation of the original mechanical functionality is done by electronic components (HW/SW). In their initial configurations, | ||
| + | |||
| + | |||
| + | The paradigm of separate physical subsystems has the advantage of V&V simplification and safety, but the large disadvantage of component skew and material cost. Thus, an emerging trend has been to build underlying computational fabrics with networking and virtually (through software) separate functionality. | ||
| + | Finally, the last level of integration is in the context of autonomy. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Moving beyond software, AI has built a “learning” paradigm. In this paradigm, there is a period of training where the AI machine “learns” from data to build its own rules, and in this case, learning is defined on top of traditional optimization algorithms which try to minimize some notion of error. This effectively is data driven software development as shown in figure below. | ||
| + | However, | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | {{: | ||
| + | |||