Book a demo

Cut patent&paper research from weeks to hours with PatSnap Eureka AI!

Try now

AI Flight Control Software DO-178C — PatSnap Eureka

AI Flight Control Software DO-178C — PatSnap Eureka
DO-178C · AI Certification · Aviation

Certifying AI-Based Flight Control Software Under DO-178C

DO-178C was built for deterministic code. Neural networks are not. Explore the patent-backed engineering strategies Boeing, Airbus, and Korea Aerospace are using to bridge that gap — and accelerate your own certification programme.

DO-178C Design Assurance Levels for AI/ML Components
DO-178C Design Assurance Levels for AI/ML by Application: Structural Load Monitoring DAL C-D (Advisory), Emergency Route Selection DAL B, Crew Incapacitation Detection DAL A-B boundary, Autonomous Trajectory Management DAL A (Direct control path) Illustrates how Design Assurance Level assignment varies by AI application layer in flight control software, based on patent analysis of Boeing, Airbus, Aurora Flight Sciences, and Hanwha Systems filings via PatSnap Eureka. Advisory ML roles qualify for lower DALs; direct control path roles require Level A. DAL C–D Structural Load Monitoring (Advisory) DAL B Emergency Route Selection Logic DAL A–B Boundary Crew Incapacitation Detection DAL A — Full MC/DC Required Autonomous Trajectory Management ← Lower risk / advisory Direct control path →
Source: PatSnap Eureka patent analysis · ~60 records · 2010–2025
~60
Patent records analyzed across US, EPO, JP, KR, BR, CN
7+
Active Boeing records in JP, BR, KR jurisdictions
3
Dominant engineering responses to the DO-178C / ML tension
2025
Airbus EP filing — most directly DO-178C-relevant ML patent in dataset
The Core Problem

Why DO-178C and Machine Learning Are in Fundamental Tension

Patent landscape analysis of approximately 60 records across US, EPO, JP, KR, BR, and CN jurisdictions reveals a consistent engineering problem: DO-178C, the primary international standard governing airborne software certification, was designed around deterministic, traceable software artifacts — requirements, design models, source code, and test cases. Machine learning and neural network-based control systems are inherently non-deterministic, data-driven, and resist classical line-by-line coverage analysis.

The standard demands Modified Condition/Decision Coverage (MC/DC) at Level A — a structural coverage criterion that requires demonstrating every condition in every decision independently affects the decision outcome. For a neural network with millions of weights, this is computationally intractable using classical DO-178C tooling. This is not a gap in implementation; it is a gap in the standard's conceptual framework.

Patent filings from leading aerospace innovators including Airbus, Boeing, and Korea Aerospace reveal three dominant engineering responses: runtime integrity monitoring of ML models, model-based design and formal verification pipelines that generate certifiable artifacts, and hybrid architectures that confine AI to non-safety-critical advisory roles while retaining deterministic control law software for Level A functions.

The European Union Aviation Safety Agency (EASA) has published an AI roadmap acknowledging operational data coverage as a surrogate for structural coverage in principle — but this approach is not yet formally accepted under DO-178C Annex A, leaving engineers to navigate the gap using the strategies mapped in this analysis.

Key Dataset Facts
6
Jurisdictions: US, EPO, JP, KR, BR, CN
6+
Major assignees: Boeing, Airbus, KAI, Hanwha, Subaru, Aurora
DAL A
Highest certification level — required for direct flight control path
DO-333
Formal methods supplement accepted for barrier function proof artifacts
Three Dominant Engineering Responses
  • Runtime integrity monitoring of ML models
  • Model-based design with formal verification pipelines
  • Hybrid architectures: AI advisory, deterministic control
Patent Intelligence

Key Players and Filing Patterns in AI Flight Control Certification

Analysis of ~60 patent records spanning 2010–2025 reveals Boeing as the most prolific assignee, with Airbus, Korean defense institutions, and eVTOL players forming a growing secondary cluster.

Patent Assignee Filing Volume — AI Flight Control

Boeing leads with 7+ verified active records; Korean defense institutions and Airbus entities form a significant secondary cluster.

AI Flight Control Patent Assignee Filing Volume: Boeing 7+ records, Hanwha Systems multiple, Subaru Corp 3, Korea Aerospace Industries 2, Airbus Opérations 1, Airbus Defence 1, SkyRoads AG 1, Volocopter 1, Thales 2 (pending) Horizontal bar chart showing patent filing volume across key assignees in AI-based flight control software certification, derived from PatSnap Eureka analysis of approximately 60 patent records spanning 2010–2025. Boeing's dominance reflects its broad coverage from structural load ML to formal barrier function certification. 7+ Boeing Multiple Hanwha Systems 2 (pending) Thales 3 Subaru Corp 2 KAI 1 Airbus Opérations 1 Airbus Defence 1 Volocopter

AI Application Layer vs. DO-178C DAL Requirement

Advisory ML roles (structural monitoring) attract DAL C–D; direct flight control path roles demand Level A with full MC/DC coverage.

DO-178C DAL by AI Application Layer: Structural Load Monitoring (Advisory) = DAL C-D; Emergency Route Selection = DAL B; Crew Incapacitation Detection = DAL A-B boundary; Autonomous Trajectory Management = DAL A with full MC/DC Donut-style risk tier chart mapping four AI application layers in flight control software to their corresponding DO-178C Design Assurance Level requirements, based on patent analysis of Boeing, Airbus, Aurora Flight Sciences, and Hanwha Systems filings via PatSnap Eureka. The chart illustrates how architectural placement of ML components determines certification burden. DAL A DAL A–B DAL B DAL Risk Tiers DAL C–D: Structural Monitoring DAL B: Emergency Route DAL A–B: Incapacitation DAL A: Autonomous Trajectory (Full MC/DC required) Source: PatSnap Eureka · Patent analysis · 2010–2025

Explore the full DO-178C AI patent dataset — filter by assignee, jurisdiction, and DAL tier

Analyse DO-178C Patents in Eureka
Verification Architectures

Four Patent-Backed Strategies for DO-178C AI Certification

Each strategy maps to a specific DO-178C compliance pathway. The dominant industry approach is to confine AI to advisory roles — but formal methods and model-based pipelines offer routes to Level A certification.

Strategy 1 · Airbus Opérations SAS

Runtime ML Integrity Monitoring via Test Module

Airbus disclosed an aircraft control architecture comprising two distinct modules: an aircraft control module hosting a machine learning model that generates live flight control outputs, and a test module that stores predefined test input/output pairs. While the control module is not actively performing flight control, the test module writes known test inputs to the ML model and reads back its outputs, comparing them to expected values. This implements a periodic, model-level equivalence check — mapping conceptually to DO-178C's structural coverage analysis but at the model inference layer rather than the source code layer. The system explicitly targets prevention of neural network corruption, addressing both bit-flip hardware faults and potential data poisoning at runtime.

Maps to DO-178C Table A-7 verification of outputs
Strategy 2 · The Boeing Company

Formal Barrier Function Analysis for Invariant Set Certification

Boeing's patent defines a vehicle dynamics model, constructs barrier functions based on that model, and identifies candidate invariant sets — bounded regions of the state space within which all valid flight control commands must remain. The patent discloses analysis of multiple flight control candidates against these invariants and explicit identification of commands that violate the invariant boundary. This approach generates a formal proof artifact about the flight control envelope, which is directly usable as verification evidence under DO-178C's supplement for formal methods (DO-333). Invariant-based certification is one of the few rigorous paths to certifying ML controllers because it does not require examining individual neural network weights, but rather proves properties about the controller's input-output behavior over a defined state space.

Accepted under DO-333 formal methods supplement
Strategy 3 · Agency for Defense Research (KR)

Model-Based Design with Bidirectional Traceability

South Korea's Agency for Defense Research disclosed a pipeline that generates a standard model from control equipment standards, generates a design model specifying particular functions, generates source code from the design model, and then performs two-level openness verification — first comparing the standard model to the design model (requirements-to-design traceability), and second comparing the standard model directly to the source code (requirements-to-implementation traceability). This dual-layer comparison is structurally isomorphic to the DO-178C requirement for bidirectional traceability between software requirements, software architecture, source code, and test cases. This approach is the most straightforward to present to a Designated Engineering Representative (DER) or EASA Authorized Representative.

Aligns with DO-178C Sections 5.1–5.5 development process
Strategy 4 · Boeing / Aurora / Volocopter

Hybrid Architecture: AI Advisory, Deterministic Control Execution

Placing ML outputs in monitoring or maintenance-triggering functions rather than direct control surfaces is the dominant industry strategy for assigning lower DALs to ML components and avoiding Level A certification requirements. Boeing's structural load assessment patents use an ML approximator together with a structural dynamics model to compute response loads from measured flight event parameters — the ML component functions as an approximator in a monitoring system that affects maintenance scheduling, not real-time flight control surface commands. This classification allows ML components to be assigned a lower DAL (e.g., DAL C or D) under DO-178C, bypassing Level A requirements for full MC/DC. Aurora Flight Sciences extends this to crew automation: AI for state detection, deterministic autopilot for control execution.

Dominant industry approach — DAL C or D for ML advisory components
PatSnap Eureka

Map every DO-178C AI certification patent in your competitive space

Search by assignee, jurisdiction, claim type, and certification standard reference

Find Certification Patents in Eureka
Head-to-Head Analysis

Monitoring-Based vs. Formal Verification: Airbus vs. Boeing

Two principal architectural paradigms emerge from the patent data. Each has distinct strengths, weaknesses, and DO-178C compliance implications.

Dimension Airbus — Runtime Monitoring Boeing — Formal Barrier Functions
Core mechanism Test module periodically injects predefined inputs; checks ML model still produces expected outputs — runtime regression testing Constructs barrier functions and invariant sets from vehicle dynamics model; exhaustively characterizes which control commands fall inside vs. outside safe invariant set
DO-178C mapping Architecturally similar to software verification independence; maps to DO-178C Table A-7 verification of outputs Generates formal mathematical proof artifacts accepted under DO-178C's formal methods supplement DO-333 DO-333
Coverage claim Verifies model has not been corrupted relative to a known-good state Proves properties about controller's input-output behavior over a defined state space — does not require examining individual neural network weights
Key weakness Cannot provide DO-178C-style coverage evidence about the model's behavior across all possible inputs — insufficient alone for Level A Section 6.4.4.2 MC/DC Computational tractability: for high-dimensional state spaces typical of commercial aircraft, computing tight barrier functions over the full flight envelope is computationally expensive and may require simplifying assumptions
Best fit DAL DAL B–C supplementary integrity check alongside other evidence DAL A — generates proof artifacts suitable for Level A evidence package DAL A capable
Patent reference System for preventing corruption of neural network in safety-critical systems on aircraft — Airbus Opérations SAS, EP 2025 (active) Evaluation of air vehicle flight controls — The Boeing Company, KR 2022 (pending)

Compare the full patent claims side-by-side in PatSnap Eureka

Access claim maps, family trees, and prosecution history for both filings

Compare Patents in Eureka
Application Domains

Where AI Enters the Flight Control Stack

AI and ML functionality appears at distinct layers of the flight control stack, each with different implications for DO-178C Design Assurance Level assignment.

⚖️

Structural Load Monitoring — Most Mature ML Application

Boeing's patents disclose an approximator that applies a machine learning algorithm together with a structural dynamics model to compute response loads from measured flight event parameters. These loads are compared to design limits by an analysis engine, which then triggers maintenance actions. The ML component functions as an approximator in a monitoring system that affects maintenance scheduling, not real-time flight control surface commands — allowing DAL C or D assignment.

🛫

Autonomous Flight — Highest DO-178C Challenge

Boeing's autonomous flight patents disclose a pre-flight training phase in which recorded surveillance data from multiple flight operations is used to infer aircraft intent, compute trajectories, and train a mapping function via a machine learning algorithm. The trained mapping function then generates autonomous control commands during flight. Boeing's approach — pre-flight training on recorded real-world data from FAA's SWIM infrastructure — suggests reliance on operational data coverage as a surrogate for structural coverage.

🔒
Unlock crew automation & route management domain analysis
See how Aurora Flight Sciences and SkyRoads AG implement DO-178C-compliant AI architectures for the hardest certification scenarios.
Crew incapacitation DAL A/B SkyRoads intervention constraints + patent claim maps
Explore in PatSnap Eureka →
Key Players

Innovation Trends Across the DO-178C AI Patent Landscape

The Boeing Company is the most prolific assignee in this dataset, with verified active patents in Japan and Brazil covering machine learning for structural load assessment, autonomous flight, route suitability monitoring, aircraft tracking, and flight control evaluation via barrier functions. Boeing's strategy is notable for its use of pre-flight training on recorded operational data as a foundation for autonomous control, and for its adoption of formal mathematical tools (barrier functions, invariant sets) to generate certification evidence. The life sciences and aerospace certification parallels are instructive: both domains face the challenge of validating data-driven models against deterministic regulatory frameworks.

Airbus appears through two entities. Airbus Opérations SAS filed the most directly DO-178C-relevant ML certification patent in the dataset — the test module architecture for preventing neural network corruption. Airbus Defence and Space GmbH filed a patent covering emergency route and collision path selection logic in autonomous control systems. Together, these filings show Airbus pursuing both runtime monitoring and autonomous decision-making architectures.

Korea Aerospace Industries Ltd. holds two active Korean patents on fly-by-wire flight control systems with integrated OFP functions that use aircraft type identification signals to activate the correct Operational Flight Program — directly relevant to the DO-178C concept of software partitioning across aircraft configurations. Hanwha Systems is active across multiple patents covering machine learning-based UAV control, urban air mobility operations, predictive maintenance reliability evaluation, and airspace collision avoidance.

Volocopter GmbH describes an eVTOL operation planning method that decouples flight planning into independently verifiable and checkable zones — a zonal decomposition approach that aligns with DO-178C's concept of software component partitioning and separate DAL assignment for different functional areas. Explore the full patent analytics platform to map these filing strategies across your own technology domain. RTCA DO-178C and its supplements remain the governing framework across all these filings.

Player Strategy Summary
Boeing
Pre-flight training on FAA SWIM data + formal barrier functions for DO-333 evidence
Airbus
Runtime test module for ML integrity + autonomous emergency route selection
KAI / Hanwha
OFP partitioning via type ID signals + closed-loop ML training for UAV control
Volocopter / SkyRoads
Zonal decomposition + preselectable intervention constraints for eVTOL DAL assignment
Subaru / Aurora
Damage-responsive flight limit setting + AI state detection with deterministic autopilot execution
Certification Pathway Analysis

DO-178C Compliance Pathways for AI/ML Components

Each pathway maps to a specific section or supplement of DO-178C. The choice of pathway determines the type of verification evidence required and the computational cost of producing it.

Model-Based Design Traceability Pipeline (DO-178C Sections 5.1–5.5)

Dual-layer comparison from standard model → design model → source code satisfies DO-178C bidirectional traceability requirements at each level.

Model-Based Design Traceability Pipeline: Standard Model → Design Model → Source Code, with bidirectional verification at each step (requirements-to-design and requirements-to-implementation), aligning with DO-178C Sections 5.1 through 5.5 Process diagram showing the four-stage model-based design and verification pipeline disclosed by South Korea's Agency for Defense Research, which generates certifiable artifacts with bidirectional traceability at each level — the approach most directly aligned with DO-178C development process requirements and most straightforward to present to a DER or EASA Authorized Representative. Source: PatSnap Eureka patent analysis. Control Equipment Standards Input Standard Model Requirements Design Model Architecture Source Code Implementation Bidirectional Traceability Verification (Requirements-to-Design AND Requirements-to-Implementation) DO-178C §§ 5.1–5.5

Barrier Function Invariant Set — Boeing Formal Verification Approach

Barrier functions bound the safe flight control state space; commands outside the invariant set are identified as violations — generating DO-333-compatible proof artifacts.

Boeing Barrier Function Invariant Set Visualization: Safe invariant region (inner ellipse) contains valid flight control commands; outer ellipse shows state space boundary; commands outside invariant set are flagged as violations — generates DO-333 formal proof artifacts Conceptual diagram of Boeing's barrier function approach to flight control certification, disclosed in Evaluation of air vehicle flight controls (KR 2022). The vehicle dynamics model defines an invariant set; barrier functions characterize the boundary; commands violating the boundary are identified and rejected. This generates mathematical proof artifacts accepted under DO-178C's DO-333 formal methods supplement. Source: PatSnap Eureka. Full State Space (Vehicle Dynamics Model) Safe Invariant Set (Valid flight control commands) Barrier Function Boundary Violation (Rejected) DO-333 Proof Artifact Formal verification evidence Valid command (inside invariant set) Invariant violation (command rejected)

Search barrier function patents, DO-333 filings, and formal verification approaches across all jurisdictions

Search Formal Verification Patents
Engineering Takeaways

What the Patent Landscape Tells Certification Engineers

Seven distinct certification strategies emerge from the ~60-record dataset. Each maps to a specific DO-178C compliance pathway and a specific type of verification evidence.

Takeaway 1 · Airbus

Runtime ML Integrity Verification via Test Modules

Runtime ML integrity verification via test modules — as disclosed by Airbus Opérations SAS — provides a certifiable mechanism for detecting model corruption, but does not substitute for structural coverage analysis required under DO-178C Level A.

Supplementary integrity check — not Level A substitute
Takeaway 2 · Boeing

Formal Barrier Functions Generate DO-333 Proof Artifacts

Formal barrier function analysis — as disclosed by The Boeing Company — generates proof artifacts about flight control envelope invariance that can be submitted as verification evidence under DO-178C's formal methods supplement (DO-333).

DO-333 compliant — Level A capable
Takeaway 3 · Boeing (Structural Load)

Advisory ML Roles Enable DAL C or D Assignment

Partitioning AI into advisory roles — placing ML outputs in monitoring or maintenance-triggering functions rather than direct control surfaces, as demonstrated in Boeing's structural load assessment patents — is the dominant industry strategy for assigning lower DALs to ML components and avoiding Level A certification requirements.

Dominant industry strategy — DAL C or D
Takeaway 4 · Agency for Defense Research

Model-Based Design Provides DER-Presentable Traceability

Model-based design with bidirectional traceability — as disclosed by South Korea's Agency for Defense Research — provides a DO-178C-aligned development pipeline that generates standard model, design model, and source code artifacts with verifiable traceability at each level. This is the approach most directly aligned with DO-178C Sections 5.1 through 5.5 and most straightforward to present to a DER or EASA Authorized Representative.

Most DER-friendly approach — aligns with §§5.1–5.5
🔒
Unlock takeaways 5–7: physical separation, zonal decomposition, and OFP partitioning
See how Agency for Defense Development, Volocopter, and Korea Aerospace Industries implement the remaining certification strategies — with full patent references.
Hardware verification independence Zonal DAL decomposition OFP partitioning (KAI)
Access Full Analysis in Eureka →
PatSnap Eureka

Map your DO-178C certification strategy against 60+ active patents

Use PatSnap's AI-native platform to identify white space, freedom-to-operate risks, and prior art

Start Your Patent Search
Frequently asked questions

DO-178C AI Flight Control Certification — key questions answered

Still have questions? Let PatSnap Eureka search the patent literature for you.

Ask PatSnap Eureka Your Question
PatSnap Eureka

Accelerate Your DO-178C AI Certification Programme

Join 18,000+ innovators already using PatSnap Eureka to navigate complex certification landscapes, identify prior art, and map competitive patent strategies in flight control software.

References

  1. System for preventing corruption of neural network in safety-critical systems on aircraft — Airbus Opérations SAS, EP 2025 (active)
  2. Evaluation of air vehicle flight controls — The Boeing Company, KR 2022 (pending)
  3. On-board structural load assessment of aircraft during flight events — The Boeing Company, JP 2017 (active)
  4. Apparatus and method for evaluating structural load on board an aircraft during flight events — The Boeing Company, BR 2023 (active)
  5. Method and system for autonomously operating aircraft — The Boeing Company, JP 2019 (active)
  6. Method and system for autonomously piloting an aircraft — The Boeing Company, JP 2022 (active)
  7. Apparatus for testing a software of flight control law and method thereof — Agency for Defense Development, KR 2010
  8. Openness verification device and verification method for unmanned aerial vehicle control — Defense Research Institute, KR 2025 (pending)
  9. Fly-by-wire flight control system having an integrated OFP function — Korea Aerospace Industries Ltd., KR 2014
  10. Method for the autonomous control of an aerial vehicle and corresponding system — Airbus Defence and Space GmbH, ES 2022 (active)
  11. Aircraft crew automation system and method — Aurora Flight Sciences Corporation, JP 2021 (active)
  12. Automatic control of aircraft when flight crew is incapacitated — The Boeing Company, JP 2017 (active)
  13. A method and system for controlling flight movements of air vehicles — SkyRoads AG, EP 2025 (active)
  14. Machine learning based control apparatus and method for unmanned aerial vehicle — Hanwha Systems, KR 2024 (active)
  15. Method for planning aircraft operations, aircraft and control unit thereof — Volocopter GmbH, CN 2022 (active)
  16. Platform for training and/or assistance with air control through an electronic air traffic control system — Thales, CA 2019 (pending)
  17. Apparatus and method for verifying flight control software for unmanned aerial vehicle — Electronics and Telecommunications Research Institute, KR 2013
  18. On-board structural load assessment of aircraft during flight events — The Boeing Company, JP 2021 (active)
  19. Federal Aviation Administration (FAA) — Aviation Safety Standards and SWIM Infrastructure
  20. European Union Aviation Safety Agency (EASA) — AI Roadmap for Aviation
  21. RTCA — DO-178C Software Considerations in Airborne Systems and Equipment Certification

All data and statistics on this page are sourced from the references above and from PatSnap's proprietary innovation intelligence platform. Patent analysis conducted via PatSnap Eureka.

Ask PatSnap Eureka
Ask PatSnap Eureka
AI innovation intelligence · always on
Ask anything about DO-178C AI flight control certification.
PatSnap Eureka searches patents and research to answer instantly.
Try asking
Powered by PatSnap Eureka