Software-Defined Vehicle Architecture — PatSnap Eureka
Software-Defined Vehicle (SDV) Architecture Explained
Over 50 patent documents analyzed across China, Korea, Japan, Europe, and the US reveal how Google, Continental, Amazon, and GuardKnox are reshaping vehicle design — decoupling software from hardware through hypervisors, SOA, and cloud orchestration.
Hardware Abstraction and Software Decoupling
The foundational principle of software-defined vehicle (SDV) architecture is the structural decoupling of software from hardware — analogous to what software-defined networking achieved in telecommunications. In the traditional automotive model, vehicle functionality was hard-coded within individual Electronic Control Units (ECUs), each tightly coupled to specific hardware. SDV replaces this paradigm with a software layer that can be updated, reconfigured, and scaled independently of hardware.
Google LLC has advanced this concept through its SDV operating system design, which manages a service discovery module that registers service units in a centralized registry and loads implementations at runtime, enabling dynamic service resolution across different software packages. This architecture explicitly acknowledges that business logic previously encapsulated in individual ECUs must now migrate to a centralized system running alongside an operating system.
Hardware abstraction layers (HALs) are a critical enabler of this decoupling. ELECTROKNOX CORPORATION's programmable vehicle software development method employs a three-layer stack — hardware abstraction layer, transport layer, and service layer — that conceals vehicle-specific ECU configurations and eliminates ECU-specific dependencies, enabling the same software to be deployed across different vehicle architectures and communication protocols.
PatSnap's materials and systems intelligence extends to automotive software platforms, helping R&D teams track the full SDV patent landscape. AUTOSAR (Automotive Open System Architecture) remains the primary standardization framework underpinning SDV software architecture — both Classic and Adaptive AUTOSAR platforms appear extensively across patents in this dataset.
Guangzhou Automobile Group's cross-platform architecture describes a three-layer design: a first layer standardizing input data from diverse hardware platforms via a mapping relationship list, a second layer providing communication, scheduling, diagnostic, and configuration services, and a third layer supporting application-level configuration — directly addressing the problem of monolithic, platform-specific development that causes high migration costs and code redundancy across vehicle models.
Hypervisors, Containers, and Virtual ECUs
Three distinct virtualization approaches dominate the patent literature, each serving different performance, safety, and resource trade-offs in SDV deployments.
Type-0 Bare-Metal Hypervisors with Safety Partitioning
Continental Automotive's vehicle system employs a Type-0 (bare-metal) hypervisor enabling a safety-critical first OS — handling instrument cluster monitoring and vehicle control, governed by ISO 26262 — and a non-critical second OS (infotainment) to run in parallel on the same hardware. The second OS operates in suspend-to-RAM mode while the first OS shuts down, preventing unsafe memory states while supporting rapid boot.
Continental Automotive · 2020Dynamic OS Resource Allocation via Linux Containers
Beijing Xiaomi Pinecone Electronics proposed a container-native approach where a primary Linux OS dynamically allocates system resources across multiple specialized secondary operating systems — infotainment OS, driving interaction OS, communication OS — deployed in separate containers. This model leverages containers' lower overhead versus hypervisors while enabling dynamic resource redistribution based on real-time load information.
Xiaomi Pinecone · 2025AUTOSAR Partitioned Multi-Domain Controllers
APTIV Technologies advanced ECU-level virtualization where a multi-core ECU hosts multiple partitions: one AUTOSAR Base Software (BSW) partition and multiple AUTOSAR Software Component (SWC) partitions, enabling the ECU to function as a multi-domain controller replacing several conventional ECUs within a single housing. Amazon Technologies further formalized virtual DCUs deployable in both local and remote cloud orchestration environments.
APTIV Technologies · 2020Real-Time VM Reconfiguration Based on Load Conditions
Autonetworks Technologies' in-vehicle OS cluster extends hypervisor concepts further: a centralized controller monitors hardware resource utilization across clusters of communicating information processing devices and dynamically reconfigures virtual machine structures in real time based on load conditions — representing a true software-defined resource management approach. Sumitomo Electric's vehicle virtualization system similarly determines hardware capabilities of terminal and in-vehicle devices to dynamically configure an optimized virtual structure.
Autonetworks Technologies · 2025SDV Architecture Filing Trends and Technology Distribution
Derived from analysis of 50+ patent documents filed between 2018 and 2026 across seven jurisdictions, via PatSnap Eureka.
SDV Patent Filing Activity by Year (2018–2026)
Filing volume accelerates sharply from 2020 onward, with peak activity in 2024–2026 driven by Google, Amazon, and Chinese OEMs.
SDV Virtualization Technology Distribution
Hypervisor-based VMs lead the patent literature, followed by container deployments and virtual ECU environments.
SDV Patent Filing Geography (2018–2026)
China dominates in volume; Korea leads in SOA ECU and intent-based management; Japan leads in virtualization completeness; US/Europe contribute foundational architecture patents.
Top SDV Patent Assignees by Technical Focus
Leading assignees mapped by their primary technical contribution area across the 50+ document dataset.
SOA as the SDV Integration Framework
SOA decomposes vehicle capabilities into independently deployable, discoverable, and composable services communicated over a unified middleware layer — replacing the legacy ECU hardware topology model.
Centralized SOA ECU Design
GuardKnox Cyber Technologies' centralized SOA ECU allocates dedicated processing and memory resources per service, acting as a service provider to client ECUs across the vehicle. This architecture eliminates point-to-point ECU wiring complexity and enables service composition at runtime. GuardKnox holds multiple active Korean family patents (2022–2023) on this core invention, indicating a broad IP protection strategy.
Multi-Protocol SOA Domain Controllers
Neusoft Rui-Chi's universal domain controller deploys DDS, SOME/IP, and MQTT protocol stacks on an S32G chip. High-real-time data uses DDS, while lower-real-time cloud-sourced data uses SOME/IP, with MQTT bridging cloud-to-vehicle communication. This multi-protocol stack enables cloud services to interact seamlessly with in-vehicle services using appropriate performance characteristics.
Post-Deployment Evolution and Intent-Based Management
A defining characteristic of the SDV paradigm is its ability to evolve post-deployment through software updates and cloud-connected intelligence. This requires robust software distribution infrastructure, intent translation systems, and edge-cloud integration — areas where PatSnap's IP analytics platform tracks the most active patent families.
Amazon Technologies has filed on both ends of this spectrum. For vehicles with limited network connectivity, their cloud-managed system pre-generates modifiable deployment plans and software modules transmitted to edge devices at vehicle activity sites such as dealerships. The edge device stores and applies the plan when the vehicle connects physically, using technician or vehicle-context inputs to adapt the deployment.
Amazon's Virtual DCU/ECU Orchestration Environment (2026, EP) enables virtual DCUs and virtual ECUs to be deployed in both local and remote orchestration environments, effectively extending vehicle compute capacity into cloud infrastructure — a development monitored by the EPO as part of its connected and automated mobility technology watch program.
Sungkyunkwan University's intent-based management framework introduces abstraction above explicit service policies. A vehicle cloud registers SDV service functions, receives high-level intents such as "optimize energy efficiency," translates them into concrete service policies, and pushes these policies to connected vehicle service functions — reducing operational complexity and enabling declarative vehicle management analogous to intent-based networking.
Google's scalable computing architecture (2024, CN) allows a primary in-vehicle compute device to detect and offload runtime environment containers to a support computing device — enabling hardware upgrade pathways that extend computational capabilities of existing in-vehicle systems without full system replacement. Toyota further expanded on virtual vehicle networks describing a virtual vehicle network interconnecting hardware and software components across multiple vehicle models to enable cross-model OTA testing and software management.
For engineers and IP teams tracking SDV deployment infrastructure, PatSnap customer case studies show how automotive R&D teams use patent intelligence to benchmark OTA architecture decisions.
Key SDV Patent Assignees and Their Technical Contributions
Based on frequency of filings and technical breadth across the 50+ document dataset spanning 2018–2026.
| Assignee | Primary SDV Focus | Key Filing Jurisdictions | Active Period |
|---|---|---|---|
| Google LLC | SDV OS design, runtime service management, VHAL proxy, scalable computing | WOCN | 2024–2026 |
| GuardKnox Cyber Technologies | Centralized SOA ECU with dedicated resource allocation per service | JPKR | 2020–2023 |
| Amazon Technologies | Cloud-to-vehicle software distribution, virtual DCU/ECU orchestration | EPCNKR | 2025–2026 |
| Continental Automotive | Hypervisor-based dual-OS vehicle systems with safety partitioning | CNKR | 2020–2024 |
| Sumitomo Electric Industries | Vehicle virtualization systems dynamically configuring virtual hardware structures | JPCN | 2021–2023 |
| Guangzhou Automobile Group | Cross-platform software architecture, VDSL-based cross-controller toolchains | CN | 2024–2025 |
Track every SDV assignee's live patent activity
Monitor new filings from Google, Amazon, Continental, and 10+ other SDV innovators in real time.
What the SDV Patent Landscape Tells Us
Seven strategic insights derived from analysis of 50+ SDV architecture patent documents filed 2018–2026, via PatSnap.
Hardware-Software Decoupling is the Defining SDV Principle
Business logic migrates from fixed ECUs into a centralized, software-managed runtime, as described in Google's SDV Runtime Characterization Framework (2025), enabling post-deployment capability evolution. The automobile transforms from a hardware-defined device to a software-platform-centric system.
Google LLC · 2025SOA is the Dominant Communications Paradigm
GuardKnox's centralized SOA ECU (2020) and Neusoft Rui-Chi's multi-protocol SOA domain controller (2024) illustrate how DDS, SOME/IP, and MQTT serve different real-time requirements. SOA eliminates point-to-point ECU wiring complexity and enables service composition at runtime.
GuardKnox · Neusoft · 2020–2024OTA and Cloud Distribution Infrastructure are Essential
Amazon's Virtual DCU/ECU Orchestration Environment (2026) extends vehicle compute into the cloud, while Vehicle Software Distribution Services (Amazon KR, 2026) addresses deployment for low-connectivity vehicles via edge devices at dealerships that store and apply pre-generated deployment plans.
Amazon Technologies · 2025–2026Intent-Based Management is Emerging as a Next-Generation Control Abstraction
Sungkyunkwan University's ITS intent framework (2025) translates high-level intents into service policies delivered to connected vehicle functions, reducing configuration complexity. WIPO's technology trends reports identify this as a key convergence of automotive and telecom innovation paradigms.
Sungkyunkwan University · KR 2025Cross-Platform Development Tools are Critical Enablers
Guangzhou Automobile Group's VDSL-based cross-platform development (2025) uses a unified domain-specific language and compiler to generate code for heterogeneous controllers, directly reducing development cost and cycle time. This directly addresses high migration costs and code redundancy across vehicle models.
Guangzhou Auto Group · CN 2025Vehicle Virtualization Systems Dynamically Configure Hardware-Aware Virtual Structures
Sumitomo Electric's Vehicle Virtualization System (2023) creates virtual configurations based on real-time hardware profiles of both terminal and in-vehicle devices, enabling flexible service delivery without hardware over-provisioning. PatSnap's trust center documents how this IP is tracked securely for enterprise teams.
Sumitomo Electric · JP 2023Software-Defined Vehicle Architecture — key questions answered
A software-defined vehicle (SDV) is an automobile in which functionality is managed by a software layer that can be updated, reconfigured, and scaled independently of hardware. The foundational principle is the structural decoupling of software from hardware — analogous to what software-defined networking achieved in telecommunications. In the traditional automotive model, vehicle functionality was hard-coded within individual Electronic Control Units (ECUs), each tightly coupled to specific hardware. SDV replaces this paradigm with a centralized software runtime.
AUTOSAR (Automotive Open System Architecture) remains the primary standardization framework underpinning SDV software architecture. Both Classic AUTOSAR and Adaptive AUTOSAR platforms appear extensively across patents. A body domain controller architecture described by Beijing New Energy Vehicle Technology Innovation Center (2021) deploys virtual machines, POSIX operating systems, Android OS, Adaptive AUTOSAR platforms, and an SOA interoperability middleware layer in a vertically layered stack — demonstrating how SDV architecture synthesizes multiple operating environments within a single controller.
Hypervisor-based virtualization runs multiple operating systems concurrently on a single hardware layer. Continental Automotive's dual-OS hypervisor architecture (2020) partitions safety-critical and non-critical functions — the first OS handles instrument cluster monitoring and vehicle control (governed by ISO 26262) while the second handles infotainment. Container-based virtualization, as proposed by Beijing Xiaomi Pinecone Electronics (2025), uses a primary Linux OS to dynamically allocate system resources across multiple specialized secondary operating systems deployed in separate containers. Containers have lower overhead versus hypervisors while enabling dynamic resource redistribution based on real-time load information.
SOA decomposes vehicle capabilities into independently deployable, discoverable, and composable services communicated over a unified middleware layer. Rather than organizing vehicle functions by hardware topology (as in the legacy ECU model), SOA enables service composition at runtime. GuardKnox's centralized SOA ECU allocates dedicated processing and memory resources per service, acting as a service provider to client ECUs across the vehicle. Neusoft Rui-Chi's multi-protocol SOA domain controller deploys DDS, SOME/IP, and MQTT protocol stacks — high-real-time data uses DDS, while lower-real-time cloud-sourced data uses SOME/IP, with MQTT bridging cloud-to-vehicle communication.
OTA (over-the-air) updates are a defining characteristic of the SDV paradigm. Amazon Technologies' cloud-managed system pre-generates modifiable deployment plans and software modules transmitted to edge devices at vehicle activity sites (e.g., dealerships). The edge device stores and applies the plan when the vehicle connects physically. Amazon's Virtual DCU/ECU Orchestration Environment (2026) extends vehicle compute capacity into cloud infrastructure, enabling virtual DCUs and virtual ECUs to be deployed in both local and remote orchestration environments.
Based on frequency of filings and technical breadth in the dataset, the leading assignees are: Google LLC (SDV operating system design, runtime service management, dynamic service loading); GuardKnox Cyber Technologies (centralized SOA ECU design with multiple active Korean family patents 2022–2023); Amazon Technologies (cloud-to-vehicle software distribution, virtual DCU/ECU orchestration); Continental Automotive (hypervisor-based dual-OS vehicle systems with safety partitioning); and Sumitomo Electric Industries (vehicle virtualization systems dynamically configuring virtual hardware structures). Geographically, China dominates in volume of filings, with Korea second and Japan leading in virtualization system completeness.
Still have questions about SDV architecture patents? Let PatSnap Eureka answer them for you.
Ask Eureka About SDV PatentsNavigate the SDV Patent Landscape with Confidence
Join 18,000+ innovators already using PatSnap Eureka to accelerate their R&D and track the software-defined vehicle revolution.
References
- Cohesive Framework for Runtime Characterization of Dynamic Services in SDV Architecture — Google LLC, 2025
- Integration and Communication of Software-Defined Vehicle Services — Google LLC, 2026
- Devices, Systems, and Methods for Developing Vehicle Architecture-Agnostic Software — ELECTROKNOX CORPORATION, 2024
- Cross-Platform Software Architecture, Vehicle, and Control Method — Guangzhou Automobile Group, 2025
- Body Domain Controller System Architecture and Vehicle — Beijing New Energy Vehicle Technology Innovation Center, 2021
- Vehicle System, Vehicle and Method for Operating Such a Vehicle System — Continental Automotive, 2020
- Vehicle Virtualization System — Sumitomo Electric Industries, 2023
- Virtual Electronic Control Unit in AUTOSAR — APTIV Technologies, 2020
- Centralized Service ECU Based on Service-Oriented Architecture — GuardKnox Cyber Technologies, 2020
- Universal Domain Controller Supporting SOA — Neusoft Rui-Chi Automotive Technology, 2024
- SOA-Based Intelligent Vehicle Software Architecture and Platform — Beijing Institute of Mechanical Equipment, 2025
- Service Provision Method Based on Software-Defined Vehicle Networking — Continental Software Systems, 2024
- Service Collaboration System for Vehicles — Denso Corporation, 2018
- Virtual Vehicle Domain Control Unit (DCU) Service and Orchestration Environments — Amazon Technologies, 2026
- Vehicle Software Distribution Services — Amazon Technologies, KR 2026
- Vehicle Software Deployment Services — Amazon Technologies, CN 2025
- Intent-Based Management Apparatus for Software-Defined Vehicles in ITS — Sungkyunkwan University, KR 2025
- Scalable Computing for Vehicles — Google LLC, CN 2024
- Vehicle Software Platform — eSOL Co., Ltd., JP 2025
- Cross-Hardware Platform for In-Vehicle Applications Based on Virtualization — Beihang University, CN 2020
- Vehicle Control Method and Apparatus — Beijing Xiaomi Pinecone Electronics, CN 2025
- IEEE — Institute of Electrical and Electronics Engineers
- EPO — European Patent Office, Connected and Automated Mobility Technology Watch
- WIPO — World Intellectual Property Organization, Technology Trends
- ISO 26262 — Road Vehicles: Functional Safety Standard
All data and statistics on this page are sourced from the references above and from PatSnap's proprietary innovation intelligence platform. Patent document analysis conducted via PatSnap Eureka across 50+ filings spanning 2018–2026.
PatSnap Eureka searches patents and research to answer instantly.