WO2024114425A1 - Intelligent cabin computing power sharing architecture, computing power sharing method, device and medium - Google Patents

Intelligent cabin computing power sharing architecture, computing power sharing method, device and medium Download PDF

Info

Publication number
WO2024114425A1
WO2024114425A1 PCT/CN2023/132572 CN2023132572W WO2024114425A1 WO 2024114425 A1 WO2024114425 A1 WO 2024114425A1 CN 2023132572 W CN2023132572 W CN 2023132572W WO 2024114425 A1 WO2024114425 A1 WO 2024114425A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
layer
application
msf
cdf
Prior art date
Application number
PCT/CN2023/132572
Other languages
French (fr)
Chinese (zh)
Inventor
张慧敏
Original Assignee
蔚来软件科技(上海)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 蔚来软件科技(上海)有限公司 filed Critical 蔚来软件科技(上海)有限公司
Publication of WO2024114425A1 publication Critical patent/WO2024114425A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/133Protocols for remote procedure calls [RPC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the present application relates to the field of vehicle-machine interconnection technology, and specifically to a smart cockpit computing power sharing architecture, computing power sharing method, equipment and medium.
  • the central computing platform plays the role of the vehicle's "brain", responsible for the calculation tasks of the vehicle's advanced driver assistance system, smart cockpit system, and vehicle control system.
  • the smart cockpit system is a more advanced in-vehicle infotainment system.
  • the chips used in the central computing platform are weaker than consumer electronics chips of the same period, and the frequency of upgrades is much lower than that of consumer-grade chips.
  • a smart cockpit computing power sharing architecture includes an application layer, a system layer, a service layer, a kernel layer, and a hardware layer;
  • the application layer includes a cockpit domain function unit CDF and a multimedia system function unit MSF, and the application layer is configured to define an application program and divide the application program into the CDF and/or the MSF according to configuration parameters;
  • the system layer is configured to provide at least a running environment and application management for the application layer;
  • the service layer is configured to provide services for the application program in the application layer
  • the kernel layer is configured to provide a unified operating system kernel abstraction layer
  • the hardware layer is configured to provide a communication interface.
  • the application layer is configured to divide the application program into the CDF and/or the MSF according to the configuration parameters, including:
  • the service layer includes at least a service registration module, a service publishing module, a service discovery module, a service connection module and a service calling module;
  • the service registration module and the service publishing module are configured to enable the application in the CDF and the MSF to register and publish services related to the application based on the service registration module and the service publishing module respectively;
  • the service discovery module, the service connection module and the service invocation module are configured to enable the application programs in the MSF and the CDF to be based on the service discovery module.
  • the module, the service connection module and the service calling module realize computing power sharing.
  • the hardware layer is configured to provide a communication interface for a universal serial bus, Ethernet, computer electronic components, and wireless fidelity;
  • the service layer and/or the system layer further includes a security management module, a communication management module and a data management module.
  • the security management module, the communication management module and the data management module are shared by the service layer and the system layer.
  • a computing power sharing method according to any one of the technical solutions in the above-mentioned intelligent cockpit computing power sharing architecture is provided, the method comprising:
  • CDF and atomic services related to the application in MSF are mounted under the application to be called in MSF, and the atomic services are started;
  • the hardware device related to the CDF and/or the hardware device related to the MSF is controlled to perform corresponding actions.
  • mounting the sub-services related to the application in the CDF and the MSF to the application to be called in the MSF includes:
  • the atomic services in the CDF and the MSF are mounted under the application to be called in the MSF.
  • the atomic service is registered based on the service registration module and published based on the service publishing module.
  • a driving device comprising a driving device body and an intelligent cockpit computing power sharing architecture described in any one of the technical solutions of the above-mentioned intelligent cockpit computing power sharing architecture.
  • an electronic device which includes a processor and a storage device, wherein the storage device is suitable for storing multiple program codes, and the program codes are suitable for being loaded and run by the processor to execute the computing power sharing method described in any one of the technical solutions of the above-mentioned computing power sharing method.
  • a computer-readable storage medium which stores a plurality of program codes, wherein the program codes are suitable for being loaded and run by a processor to execute the computing power sharing method described in any one of the technical solutions of the computing power sharing method.
  • the computing power sharing architecture includes an application layer, a system layer, a service layer, a kernel layer and a hardware layer;
  • the application layer includes a cockpit domain function unit CDF and a multimedia system function unit MSF, the application layer is configured to define applications and divide applications into CDF and/or MSF according to configuration parameters, the system layer is configured to provide at least a running environment and application management for the application layer, the service layer is configured to provide services for applications in the application layer, the kernel layer is configured to provide a unified operating system kernel abstraction layer, and the hardware layer is configured to provide a communication interface.
  • the functions of CDF and MSF are reasonably divided, and a highly cohesive, low-coupling, componentized, service-oriented intelligent cockpit computing power sharing architecture is provided to meet the growing functional needs of users.
  • a computing power sharing method is provided based on the intelligent cockpit computing power sharing architecture.
  • the application to be called belongs to the application deployed in MSF
  • the atomic service related to the application in CDF and MSF is mounted under the application to be called in MSF, and the atomic service is started.
  • Data is obtained based on CDF and sent to MSF, and the service in MSF is called to process the data and generate response information.
  • the hardware devices related to CDF and/or the hardware devices related to MSF are controlled to perform corresponding actions.
  • This method is efficient and low-cost. Delay, safety and reliability can provide users with better services and improve user experience.
  • FIG1 is a main structural block diagram of a smart cockpit computing power sharing architecture according to an embodiment of the present application.
  • FIG2 is a main structural block diagram of the application layer according to an embodiment of the present application.
  • FIG3 is a main structural block diagram of a service layer according to an embodiment of the present application.
  • FIG4 is a main structural block diagram of the kernel layer according to an embodiment of the present application.
  • FIG5 is a main structural block diagram of a hardware layer according to an embodiment of the present application.
  • FIG6 is a schematic diagram of a physical topology architecture of a communication interface of a hardware layer 105 according to an embodiment of the present application
  • FIG7 is a schematic diagram of the main steps of a computing power sharing method according to the present application.
  • FIG8 is a schematic diagram of a computing power sharing framework of a multimodal artificial intelligence assistant according to the present application.
  • FIG. 9 is a schematic diagram of the main structure of an electronic device according to an embodiment of the present application.
  • 101 application layer; 102: system layer; 103: service layer; 104: kernel layer; 105: hardware layer; 301: service registration module; 302: service publishing module; 303: service discovery module; 304: service connection module; 305: service calling module; 901: processor; 902: storage device.
  • module and “processor” may include hardware, software or a combination of the two.
  • a module may include hardware circuits, various suitable sensors, communication ports, memory, and may also include software parts, such as program code, or a combination of software and hardware.
  • the processor may be a central processing unit, a microprocessor, an image processor, a digital signal processor or any other suitable processor.
  • the processor has data and/or signal processing functions.
  • the processor may be implemented in software, hardware or a combination of the two.
  • Non-temporary computer-readable storage media include any suitable medium that can store program code, such as a disk, a hard disk, an optical disk, a flash memory, a read-only memory, a random access memory, etc.
  • a and/or B means all possible combinations of A and B, such as only A, only B or A and B.
  • the term “at least one A or B” or “at least one of A and B” has a similar meaning to “A and/or B” and may include only A, only B or A and B.
  • the singular terms “one” and “the” may also include plural forms.
  • IVI In-Vehicle Infotainment, in-vehicle infotainment system, consists of a dedicated in-vehicle central processor, based on the body bus system and Internet services.
  • IVI is used to realize entertainment functions such as three-dimensional navigation, real-time traffic conditions, IPTV, etc.
  • IVI will be given a new concept, which excludes the traditional entertainment functions of general vehicles and specifically refers to the application of multimedia audio and video function units in vehicles.
  • CCC Central Compute Cluster, the central computing platform of the on-board computer, including CDF.
  • CDF Cockpit Domain Functional, cockpit domain functional unit, also known as smart cockpit domain controller (Cockpit Domain Controller, CDC), is a control/computing chip used for the vehicle's smart cockpit.
  • MSF Multimedia system Functional, multimedia system functional unit, can realize a series of applications including 3D navigation, real-time traffic conditions, IPTV, vehicle information, body control, mobile office, wireless communication, online entertainment functions and TSP services, greatly improving the level of vehicle electrification, networking and intelligence.
  • Automotive grade The functional and reliability standard requirements for electronic components used in vehicles. This includes operating temperature range, operating stability, defect rate, etc. Requirements: Chips that meet automotive-grade standards need to pass a series of certifications and obtain relevant certificates.
  • USB3 Gen2 USB-IF, the USB standardization organization, named the standard division of USB protocol. From USB1.0, USB2.0, USB3, USB4, etc., there are different technical names for different technical standards.
  • USB3 Gen2 generally refers to the technical standard that adopts the third-generation USB standard protocol with a transmission rate of about 10Gbps.
  • HDMI High Definition Multimedia Interface
  • HDMI is a fully digital video and sound transmission interface that can send uncompressed audio and video signals. It is used in set-top boxes, DVD players, personal computers, TVs, game consoles, integrated amplifiers, digital audio and TVs, etc.
  • HDMI can send audio and video signals at the same time. Since audio and video signals use the same wire, it greatly simplifies the installation of system lines.
  • DP Display Port, a digital video interface, is used to transmit image display signals from the chip to the LCD display screen. It can also transmit mixed video and audio signals. It is the same as HDMI in terms of function.
  • In-vehicle Ethernet mainly refers to the use of Ethernet local area networking technology to replace the traditional in-vehicle CAN bus to achieve joint networking of distributed control units throughout the vehicle, information exchange and control and other functions.
  • OS kernel operating system kernel, which provides core job processing functions such as task scheduling, interrupt handling, and multi-tasking communication. It does not include components such as UI, file system, network communication, and multimedia.
  • KAL Kernel Abstraction Layer, operating system kernel abstraction layer, is mainly used to extract the basic service functions of the operating system kernel and encapsulate them into standard interfaces for other intermediate layers to call. Using KAL can shield the specific operating system kernel function definition, allowing the bottom layer to use different OS kernels, and the upper layer only needs to follow a unified calling interface.
  • this application provides a smart cockpit computing power sharing architecture.
  • the traditional IVI is physically divided into CDF and MSF, where CDF is kept in CCCBOX
  • the MSF is separated into an independent BOX, which allows for non-compliance with automotive-grade standards.
  • FIG. 1 is a main structural block diagram of a smart cockpit computing power sharing architecture according to an embodiment of the present application.
  • the smart cockpit computing power sharing architecture in the embodiment of the present application mainly includes an application layer 101, a system layer 102, a service layer 103, a kernel layer 104 and a hardware layer 105.
  • the application layer 101 includes CDF and MSF.
  • the application layer is configured to define application programs and divide the application programs into CDF and/or MSF according to configuration parameters.
  • the system layer 102 is configured to provide at least a running environment and application management for the application layer 101 .
  • the service layer 103 is configured to provide services for the application programs in the application layer 101 .
  • Kernel layer 104 is configured to provide a unified operating system kernel abstraction layer.
  • the hardware layer 105 is configured to provide a communication interface.
  • CDF and MSF are reasonably divided, providing a highly cohesive, low-coupling, componentized, service-oriented intelligent cockpit computing power sharing architecture to meet the users' growing functional needs.
  • the application layer 101 defines a variety of flexible and scalable componentized applications, and divides the applications into CDF and/or MSF according to different configuration parameters of the applications.
  • the configuration parameters of the application program are from a pre-set static configuration file table.
  • Those skilled in the art may set the static configuration file table according to actual conditions to perform static configuration, which is not limited here.
  • different applications can also be dynamically configured or migrated.
  • MSF can be added and the required applications can be configured for MSF.
  • Applications in CDF can also be migrated to MSF.
  • the artificial intelligence assistant can be deployed on CDF in the initial stage, using the perception ability of the microphone in the cockpit to realize the communication and interaction between the driving device and the user.
  • the upgraded artificial intelligence assistant needs to be migrated and deployed on MSF to obtain better operating computing power to provide more services.
  • different applications may be divided into CDFs or MSFs for execution according to configuration parameters.
  • CDF and MSF are enhanced versions of the IVI system, they jointly implement the system functions of IVI, such as the display screen, camera, audio, 3D navigation, artificial intelligence assistant, AR, VR, games, etc. of the in-vehicle intelligent cockpit. These functions need to be reasonably divided between CDF and MSF so that the growing functional requirements of users can be reasonably realized.
  • Figure 2 is a main structural block diagram of the application layer according to an embodiment of the present application.
  • the applications in CDF include head-up display HUD, navigation, artificial intelligence assistant, camera, audio, microphone and display screen;
  • the applications in MSF include multimodal artificial intelligence assistant, 3D navigation, AR, game console and 3D conference.
  • CDF and MSF applications are only a schematic illustration. As long as it does not violate the technical concept of the present application, technical personnel in this field can divide the application according to actual needs during actual application, and no limitation is made here.
  • the same application may be run in both CDF and MSF.
  • CDF and MSF will provide different services.
  • the navigation in CDF can provide positioning, two-dimensional route navigation and other services
  • the navigation in MSF can provide rendered three-dimensional route navigation and other services.
  • a unified standard operating environment, application management, and software development kit are provided for the application layer 101 .
  • system layer 102 also includes a security management module, a communication management module, and a data management module that are shared with the system layer 103 .
  • the data management module provides the application layer 101 with an atomic service library of the application program to store the atomic services of the application program; the communication management module provides the service layer 103 with basic communication capabilities, and provides system calls of different capability levels according to the actual needs of different applications to realize data communication between CDF and MSF.
  • the service layer 103 mainly includes a service registration module 301, a service publishing module 302, a service discovery module 303, a service connection module 304 and a service call module 305.
  • the service registration module 301 and the service publishing module 302 are configured to enable the applications in the CDF and the MSF to register and publish services related to the application based on the service registration module 301 and the service publishing module 302 , respectively.
  • the service discovery module 303 , the service connection module 304 and the service call module 305 are configured to enable the applications in the MSF and CDF to share computing power based on the service discovery module 303 , the service connection module 304 and the service call module 305 .
  • CDF and MSF register the services provided based on the service registration module 301; publish the registered services based on the service publishing module 302; search for the services published by CDF and MSF based on the service discovery module 303; connect and share computing power based on the service connection module 304; and obtain service data based on the service call module 305.
  • the service layer 103 also includes a security management module, a communication management module, and a data management module that are shared with the system layer 102 , and an announcement function for services related to storage of application programs for the application layer 101 .
  • the kernel layer 104 includes a unified operating system abstraction layer KAL, a Linux operating system, a Windows operating system, an RTOS real-time operating system, a driving device driver Driver, and a vehicle network Network.
  • KAL unified operating system abstraction layer
  • the kernel layer 104 includes a unified operating system abstraction layer KAL, a Linux operating system, a Windows operating system, an RTOS real-time operating system, a driving device driver Driver, and a vehicle network Network.
  • the kernel layer 104 is mainly used to extract the basic service functions of the operating system kernel, encapsulate them into standard interfaces for other layers to call, and use KAL to shield the specific operating system kernel function definition, allowing the use of different OS kernels.
  • the application layer only needs to follow a unified calling interface.
  • the hardware layer 105 see Figure 5, which is a main structural block diagram of the hardware layer according to an embodiment of the present application.
  • the communication mechanism of the hardware layer 105 includes SOC, USB, Ethernet, computer electronic component DP and Wi-Fi.
  • USB is used for high-speed data interaction between CDF and MSF, such as multimedia audio and video streaming; Ethernet is used for MSF to directly connect to CCC's network port and access the Internet through CCC's 5G network; Wi-Fi provides another option for data interaction.
  • Wi-Fi technology reaches 10Gbps or higher in the future, Wi-Fi wireless connection can also be used instead of USB interface.
  • the hardware layer 105 defines a communication mechanism that is efficient, low-latency, secure and reliable between CDF and MSF, and supports distributed computing capabilities.
  • Figure 6 is a schematic diagram of the physical topology architecture of the communication interface of the hardware layer 105 according to an embodiment of the present application.
  • the communication interface is a combination of USB3.0 Gen2+Ethernet+DP+Wi-Fi. This communication mechanism supports the same application layer function to achieve real-time information interaction between CDF and MSF.
  • CDF and MSF are reasonably divided, providing a highly cohesive, low-coupled, componentized, service-oriented intelligent cockpit computing power sharing architecture to meet the users' growing functional needs.
  • FIG. 7 is a schematic flow chart of the main steps of a computing power sharing method according to the present application.
  • the computing power sharing method in the embodiment of the present application mainly includes the following steps S701 to S704.
  • Step S701 When the application to be called is an application deployed in MSF, the atomic service related to the application in CDF and MSF is mounted under the application to be called in MSF, and the atomic service is started.
  • the method before executing step S701, the method further includes:
  • CDF registers CDF display service, camera service, and CDF voice service
  • MSF registers the MSF display service, MSF voice service, and AI service, sets the service capabilities, and publishes them through the service publishing module of the service layer.
  • the atomic service is registered based on the service registration module and published based on the service publishing module.
  • step S701 is executed by following steps S7011 to S7012.
  • Step S7011 Search the atomic service corresponding to the application in CDF and MSF based on the service discovery module in the service layer.
  • MSF searches for available atomic services through a service discovery module.
  • CDF's camera service and CDF voice service will provide the ability to input image data and audio data
  • MSF's AI service provides AI computing and decision-making capabilities
  • CDF display service provides the ability to display cartoon assistant images on the cockpit screen
  • MSF display service provides the ability to display virtual three-dimensional characters on AR glasses
  • CDF voice service provides the ability to play interactive voice on the cockpit audio
  • MSF voice service provides the ability to play interactive voice on AR glasses, etc.
  • Step S7012 Based on the service connection module in the service layer, the atomic services in CDF and MSF are mounted to the application to be called in MSF.
  • MSF mounts the registered atomic service to the application to be called and starts the related service.
  • Step S702 Acquire data based on CDF and send to MSF.
  • the MSF receives voice and image data acquired from the CDF.
  • Step S703 Call the service in MSF to process the data and generate response information.
  • MSF first performs audio and video synchronization processing on the acquired voice and image data, and then calls the AI service of MSF to process the relevant data.
  • MSF's AI service uses an AI data processing unit to run various related algorithms such as multi-sound zone recognition algorithm, image and voice mixed recognition algorithm, semantic processing, etc. to process the data from users. These algorithms are the core functions of the AI data processing unit, and they will be reasoned by artificial intelligence to obtain recognition results and generate response information.
  • the response information includes display image data, response voice data, response control commands, etc.
  • the display image data includes the display image of the cartoon image assistant and the artificial intelligence virtual three-dimensional character image
  • the response voice data is the response to the user's speech and feedback in the form of voice
  • the response control command is the control operation made in response to the user's command, such as turning on/off the air conditioner, raising/lowering the car window, turning on/off a certain application, etc.
  • Step S704 Control the hardware device related to the CDF and/or the hardware device related to the MSF to perform corresponding actions based on the response information.
  • the corresponding information will be distributed to the hardware devices of the CDF or MSF for action.
  • the three-dimensional virtual character image will be sent by MSF to AR glasses for display; the cartoon character image will be sent to CDF through the communication channel of the hardware layer and displayed on the display screen of the vehicle cockpit.
  • the present application also provides a driving device.
  • the driving device may include a driving device body and the smart cockpit computing power sharing architecture described in the above-mentioned smart cockpit computing power sharing architecture embodiment.
  • FIG. 8 is a schematic diagram of a computing power sharing framework of a multimodal artificial intelligence assistant according to the present application.
  • the AI assistant is a human-computer interaction system installed on the driving device. It acts like a driving assistant to help passengers control the functions of the driving device.
  • the basic AI assistant can interact through voice.
  • the multimodal AI assistant is an advanced version of the human-computer interaction system. In addition to voice, it can also collect user image information through sensors such as cameras and even in-car radars, recognize the user's mouth shape, expression, body, gestures, etc. Through the multimodal perception system, it can also Good listening and understanding of user commands, emotional appeals, etc. may even be called the core and soul of a smart cockpit.
  • AI assistants In terms of input data, AI assistants require voice data from microphones, while multimodal AI assistants require voice data from microphones and image data from cameras. In terms of computing power, AI assistants only recognize and analyze user voices and make relevant responses. Multimodal AI assistants need to comprehensively analyze image and voice data for recognition and reasoning. They not only need to identify which passenger in the cabin is interacting, but also need to be able to recognize and understand the passenger's language, demeanor, movements and other implicit information. These requirements determine that multimodal voice assistants need more powerful AI computing power to meet the requirements.
  • the CDF and MSF of the driving device both run a SOA-based software system, which is based on the intelligent cockpit computing power sharing architecture designed in this application.
  • the artificial intelligence assistant application can be deployed on the CDF, which relies on the microphone device in the cockpit.
  • the multimodal artificial intelligence assistant needs to be deployed on the MSF because it requires higher computing power.
  • the voice data and image video data it needs to input come from the CDF and are transmitted through the communication management module.
  • CDF registers CDF display service, camera service, and CDF voice service, sets the service capabilities, and publishes them through the service publishing module; MSF registers MSF display service, MSF voice service, and AI service, and also publishes them through the service publishing module of the service layer.
  • CDF's camera service and CDF voice service will provide the ability to input image data and audio data
  • MSF's AI service provides AI computing and decision-making capabilities
  • CDF display service provides the ability to display cartoon assistant images on the cockpit screen
  • MSF display service provides the ability to display virtual three-dimensional characters on AR glasses
  • CDF voice service provides the ability to play interactive voice on the cockpit audio
  • MSF voice service provides the ability to play interactive voice on AR glasses.
  • CDF and MSF mount the registered atomic services to the multimodal artificial intelligence assistant application of MSF through the service connection module and start related services.
  • the multimodal artificial intelligence assistant application first obtains the voice and image data from CDF through the service call module, and then processes the audio and video synchronization of these data, and then calls the AI service of MSF to process the relevant data.
  • MSF's AI service calls the underlying AI data processing unit to run various related algorithms such as multi-sound zone recognition algorithm, image and voice mixed recognition algorithm, semantic processing, etc. to process the data from users.
  • these algorithms are the core functions of the multimodal AI assistant, and they will be inferred by AI to obtain recognition results.
  • relevant response information is generated according to the recognition result, including: display image data, response voice data, response control command, etc.
  • the display image data is the display image of the cartoon image assistant, or the artificial intelligence virtual three-dimensional character image
  • the response voice data is the response given to the user's speech, and feedback is given in the form of voice
  • the response control command is the control operation made in response to the user's command, such as turning on/off the air conditioner, raising/lowering the car window, turning on/off a certain application, etc.
  • these response messages will be distributed to the hardware devices of CDF or MSF to perform corresponding actions.
  • the 3D virtual character image will be sent by MSF to AR glasses for display; while the cartoon character image will be sent to CDF through the underlying communication channel and displayed on the display screen of the vehicle cockpit.
  • the above is the content of realizing computing power sharing between MSF and CDF using artificial intelligence assistant as an example.
  • the computer program includes computer program code, and the computer program code can be in source code form, object code form, executable file or some intermediate form.
  • the computer-readable storage medium may include: any entity or device, medium, U disk, mobile hard disk, disk, optical disk, computer memory, read-only memory, random access memory, electric carrier signal, telecommunication signal and software distribution medium, etc. that can carry the computer program code.
  • the present application also provides an electronic device.
  • FIG. 9 is a schematic diagram of the main structure of an electronic device embodiment according to the present application.
  • the electronic device in the embodiment of the present application mainly includes a processor 901 and a storage device 902.
  • the storage device 902 can be configured to store a program for executing the computing power sharing method of the above method embodiment.
  • the processor 901 can be configured to execute the program in the storage device 902, which includes But it is not limited to the program of the computing power sharing method of the above method embodiment.
  • only the part related to the embodiment of the present application is shown.
  • the electronic device may include multiple processors 901 and multiple storage devices 902.
  • the program for executing the computing power sharing method of the above method embodiment can be divided into multiple subprograms, and each subprogram can be loaded and run by the processor 901 to execute different steps of the computing power sharing method of the above method embodiment.
  • each subprogram can be stored in different storage devices 902, and each processor 901 can be configured to execute the program in one or more storage devices 902 to jointly implement the computing power sharing method of the above method embodiment, that is, each processor 901 executes different steps of the computing power sharing method of the above method embodiment to jointly implement the computing power sharing method of the above method embodiment.
  • the above-mentioned multiple processors 901 may be processors deployed on the same device.
  • the above-mentioned electronic device may be a high-performance device composed of multiple processors, and the above-mentioned multiple processors 901 may be processors configured on the high-performance device.
  • the above-mentioned multiple processors 901 may also be processors deployed on different devices.
  • the above-mentioned electronic device may be a server cluster, and the above-mentioned multiple processors 901 may be processors on different servers in the server cluster; the above-mentioned electronic device may be a driving device cluster, and the above-mentioned multiple processors 901 may be processors on different driving devices in the driving device cluster.
  • the present application also provides a computer-readable storage medium.
  • the computer-readable storage medium may be configured to store a program for executing the computing power sharing method of the above-mentioned method embodiment, and the program may be loaded and run by the processor to implement the above-mentioned computing power sharing method.
  • the computer-readable storage medium may be a storage device formed by various electronic devices.
  • the computer-readable storage medium in the embodiment of the present application is a non-temporary computer-readable storage medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The present application relates to the technical field of vehicle-machine interconnection. Specifically, provided are an intelligent cabin computing power sharing architecture, a computing power sharing method, a device and a medium, which aim to solve the problems of the performance of a chip used by a central compute cluster being relatively weak, the update period being long, upgrading being difficult and the cost being excessively high. For this purpose, the computing power sharing architecture of the present application comprises an application layer, a system layer, a service layer, a kernel layer and a hardware layer, wherein the application layer comprises a CDF and an MSF, and the application layer defines an application program and allocates the application program to the CDF and/or the MSF according to configuration parameters; the system layer provides an operation environment and application program management for the application layer; the service layer provides services for the application program in the application layer; the kernel layer provides a unified operating system kernel abstraction layer; and the hardware layer provides a communication interface. By means of the embodiments, the functions of a CDF and an MSF are rationally divided, and a componentized and service-oriented intelligent cabin computing power sharing architecture with high cohesion and low coupling is provided.

Description

智能座舱算力共享架构、算力共享方法、设备及介质Intelligent cockpit computing power sharing architecture, computing power sharing method, device and medium
本申请要求2022年12月01日提交的、发明名称为“智能座舱算力共享架构、算力共享方法、设备及介质”的中国专利申请202211532272.7的优先权,上述中国专利申请的全部内容通过引用并入本申请中。This application claims priority to Chinese patent application No. 202211532272.7 filed on December 1, 2022, with the invention name “Smart cockpit computing power sharing architecture, computing power sharing method, device and medium”. The entire contents of the above Chinese patent application are incorporated into this application by reference.
技术领域Technical Field
本申请涉及车机互联技术领域,具体涉及一种智能座舱算力共享架构、算力共享方法、设备及介质。The present application relates to the field of vehicle-machine interconnection technology, and specifically to a smart cockpit computing power sharing architecture, computing power sharing method, equipment and medium.
背景技术Background technique
车载信息娱乐系统是采用车载专用中央处理器,基于车身总线系统和互联网服务,形成的车载信息娱乐系统,能够实现包括三维导航、实时路况、交互式网络电视、车辆信息、车身控制、移动办公、无线通讯、基于在线的娱乐功能和车载远程服务提供商等一系列应用,极大地提升的车辆电子化、网络化和智能化水平。The in-vehicle infotainment system is an in-vehicle infotainment system that uses a dedicated in-vehicle central processor, based on the body bus system and Internet services. It can realize a series of applications including three-dimensional navigation, real-time traffic conditions, interactive network TV, vehicle information, body control, mobile office, wireless communication, online entertainment functions and in-vehicle remote service providers, greatly improving the level of vehicle electrification, networking and intelligence.
随着新能源车的逐渐发展,独立的车载信息娱乐系统逐渐被集成到中央计算-区域控制器架构上来。在这种新型的车辆电子电气架构中,中央计算平台承担了车辆“大脑”的角色,它负责车辆高级驾驶辅助系统、智能座舱系统以及车控系统的计算任务。其中,智能座舱系统就是发展的更加高级的车载信息娱乐系统。With the gradual development of new energy vehicles, independent in-vehicle infotainment systems are gradually being integrated into the central computing-regional controller architecture. In this new vehicle electronic and electrical architecture, the central computing platform plays the role of the vehicle's "brain", responsible for the calculation tasks of the vehicle's advanced driver assistance system, smart cockpit system, and vehicle control system. Among them, the smart cockpit system is a more advanced in-vehicle infotainment system.
由于车规级对芯片的设计,生产,制造,封装,测试等环节均提出了特殊的要求,导致中央计算平台所使用的芯片性能弱于同一时期的消费电子芯片,并且升级换代的频率也大大低于消费级芯片。Because automotive standards have special requirements for chip design, production, manufacturing, packaging, testing and other aspects, the chips used in the central computing platform are weaker than consumer electronics chips of the same period, and the frequency of upgrades is much lower than that of consumer-grade chips.
相应地,本领域需要一种新的技术方案来解决上述问题。Accordingly, the art needs a new technical solution to solve the above problems.
发明内容Summary of the invention
为了克服上述缺陷,提出了本申请,以提供解决或至少部分地解决车载中央计算平台所使用的芯片性能较弱,更新周期长,升级困难和成本过高的技术问题的一种智能座舱算力共享架构、算力共享方法、设备及介质。In order to overcome the above-mentioned defects, the present application is proposed to provide an intelligent cockpit computing power sharing architecture, computing power sharing method, device and medium that solve or at least partially solve the technical problems of weak chip performance, long update cycle, difficult upgrade and excessive cost used in the vehicle-mounted central computing platform.
在第一方面,提供一种智能座舱算力共享架构,所述算力共享架构包括应用层、系统层、服务层、内核层和硬件层;In a first aspect, a smart cockpit computing power sharing architecture is provided, wherein the computing power sharing architecture includes an application layer, a system layer, a service layer, a kernel layer, and a hardware layer;
所述应用层包括座舱域功能单元CDF和多媒体系统功能单元MSF,所述应用层被配置成定义应用程序,且将所述应用程序根据配置参数划分到所述CDF和/或所述MSF中;The application layer includes a cockpit domain function unit CDF and a multimedia system function unit MSF, and the application layer is configured to define an application program and divide the application program into the CDF and/or the MSF according to configuration parameters;
所述系统层被配置成为所述应用层至少提供运行环境和应用程序管理;The system layer is configured to provide at least a running environment and application management for the application layer;
所述服务层被配置成为所述应用层中的所述应用程序提供服务;The service layer is configured to provide services for the application program in the application layer;
所述内核层被配置成提供统一的操作系统内核抽象层;The kernel layer is configured to provide a unified operating system kernel abstraction layer;
所述硬件层被配置成提供通信接口。The hardware layer is configured to provide a communication interface.
在上述智能座舱算力共享架构的一个技术方案中,所述应用层被配置成将所述应用程序根据配置参数划分到所述CDF和/或所述MSF中包括:In a technical solution of the above-mentioned intelligent cockpit computing power sharing architecture, the application layer is configured to divide the application program into the CDF and/or the MSF according to the configuration parameters, including:
将所述不同的应用程序根据所述配置参数划分到所述CDF中或所述MSF中运行;Divide the different applications into the CDF or the MSF for execution according to the configuration parameters;
和/或,and / or,
将同一个所述应用程序在所述CDF和所述MSF中都运行。The same application is run in both the CDF and the MSF.
在上述智能座舱算力共享架构的一个技术方案中,所述服务层至少包括服务注册模块、服务发布模块、服务发现模块、服务连接模块和服务调用模块;In a technical solution of the above-mentioned intelligent cockpit computing power sharing architecture, the service layer includes at least a service registration module, a service publishing module, a service discovery module, a service connection module and a service calling module;
所述服务注册模块和所述服务发布模块被配置为使得所述CDF和所述MSF中的所述应用程序分别基于所述服务注册模块和所述服务发布模块进行与所述应用程序相关的服务的注册和发布;The service registration module and the service publishing module are configured to enable the application in the CDF and the MSF to register and publish services related to the application based on the service registration module and the service publishing module respectively;
所述服务发现模块、所述服务连接模块和所述服务调用模块被配置为使得所述MSF和所述CDF中的所述应用程序基于所述服务发现 模块、所述服务连接模块和所述服务调用模块实现算力共享。The service discovery module, the service connection module and the service invocation module are configured to enable the application programs in the MSF and the CDF to be based on the service discovery module. The module, the service connection module and the service calling module realize computing power sharing.
在上述智能座舱算力共享架构的一个技术方案中,所述硬件层被配置成提供通用串行总线、以太网、计算机电子元件和无线保真的通信接口;In a technical solution of the above-mentioned intelligent cockpit computing power sharing architecture, the hardware layer is configured to provide a communication interface for a universal serial bus, Ethernet, computer electronic components, and wireless fidelity;
和/或,and / or,
所述服务层和/或所述系统层还包括安全管理模块、通信管理模块和数据管理模块,所述安全管理模块、所述通信管理模块和所述数据管理模块供所述服务层和所述系统层共用。The service layer and/or the system layer further includes a security management module, a communication management module and a data management module. The security management module, the communication management module and the data management module are shared by the service layer and the system layer.
在第二方面,提供一种基于上述智能座舱算力共享架构的技术方案中任一项技术方案所述的算力共享方法,所述方法包括:In a second aspect, a computing power sharing method according to any one of the technical solutions in the above-mentioned intelligent cockpit computing power sharing architecture is provided, the method comprising:
当待调用的应用程序属于部署在MSF中的应用程序时,将CDF和所述MSF中与所述应用程序相关的原子服务挂载到所述MSF中的所述待调用的应用程序下,并启动所述原子服务;When the application to be called belongs to an application deployed in MSF, CDF and atomic services related to the application in MSF are mounted under the application to be called in MSF, and the atomic services are started;
基于所述CDF获取数据并发送到所述MSF;Acquire data based on the CDF and send to the MSF;
调用所述MSF中的服务对所述数据进行处理,并生成响应信息;Calling the service in the MSF to process the data and generate response information;
基于所述响应信息控制与所述CDF相关的硬件设备和/或与所述MSF相关的硬件设备执行相应动作。Based on the response information, the hardware device related to the CDF and/or the hardware device related to the MSF is controlled to perform corresponding actions.
在上述算力共享方法的一个技术方案中,所述将所述CDF和所述MSF中与所述应用程序相关的子服务挂载到所述MSF中的所述待调用的应用程序下包括:In a technical solution of the above computing power sharing method, mounting the sub-services related to the application in the CDF and the MSF to the application to be called in the MSF includes:
基于服务层中的服务发现模块寻找所述CDF和所述MSF中与所述应用程序对应的所述原子服务;Find the atomic service corresponding to the application in the CDF and the MSF based on the service discovery module in the service layer;
基于所述服务层中的所述服务连接模块将所述CDF和所述MSF中的所述原子服务挂载到所述MSF中的所述待调用的应用程序下。Based on the service connection module in the service layer, the atomic services in the CDF and the MSF are mounted under the application to be called in the MSF.
在上述算力共享方法的一个技术方案中,7.所述将所述CDF和MSF中与所述应用程序相关的原子服务挂载到所述MSF中的所述待调用的应用程序下之前,还包括:In a technical solution of the above computing power sharing method, 7. before mounting the atomic service related to the application in the CDF and MSF to the application to be called in the MSF, it also includes:
判断所述CDF和所述MSF与所述应用程序相关的原子服务是否已经注册; Determine whether the atomic services related to the CDF and the MSF and the application have been registered;
若未注册,则基于服务注册模块将所述原子服务进行注册,并基于服务发布模块进行发布。If not registered, the atomic service is registered based on the service registration module and published based on the service publishing module.
在第三方面,提供一种驾驶设备,驾驶设备包括驾驶设备本体和上述智能座舱算力共享架构的技术方案中任一项所述的智能座舱算力共享架构。In a third aspect, a driving device is provided, comprising a driving device body and an intelligent cockpit computing power sharing architecture described in any one of the technical solutions of the above-mentioned intelligent cockpit computing power sharing architecture.
在第四方面,提供一种电子设备,该计算机设备包括处理器和存储装置,所述存储装置适于存储多条程序代码,所述程序代码适于由所述处理器加载并运行以执行上述算力共享方法的技术方案中任一项技术方案所述的算力共享方法。In a fourth aspect, an electronic device is provided, which includes a processor and a storage device, wherein the storage device is suitable for storing multiple program codes, and the program codes are suitable for being loaded and run by the processor to execute the computing power sharing method described in any one of the technical solutions of the above-mentioned computing power sharing method.
在第五方面,提供一种计算机可读存储介质,该计算机可读存储介质其中存储有多条程序代码,所述程序代码适于由处理器加载并运行以执行上述算力共享方法的技术方案中任一项技术方案所述的算力共享方法。In a fifth aspect, a computer-readable storage medium is provided, which stores a plurality of program codes, wherein the program codes are suitable for being loaded and run by a processor to execute the computing power sharing method described in any one of the technical solutions of the computing power sharing method.
本申请上述一个或多个技术方案,至少具有如下一种或多种有益效果:The above one or more technical solutions of the present application have at least one or more of the following beneficial effects:
在实施本申请的技术方案中,算力共享架构包括应用层、系统层、服务层、内核层和硬件层;应用层包括座舱域功能单元CDF和多媒体系统功能单元MSF,应用层被配置成定义应用程序,且将应用程序根据配置参数划分到CDF和/或MSF中,系统层被配置成为应用层至少提供运行环境和应用程序管理,服务层被配置成为应用层中的应用程序提供服务,内核层被配置成提供统一的操作系统内核抽象层,硬件层被配置成提供通信接口。通过上述实施方式,合理划分了CDF和MSF的功能,提供了一种高内聚、低耦合、组件化、面向服务的智能座舱算力共享架构,满足用户不断增长的功能需求。In the technical solution for implementing the present application, the computing power sharing architecture includes an application layer, a system layer, a service layer, a kernel layer and a hardware layer; the application layer includes a cockpit domain function unit CDF and a multimedia system function unit MSF, the application layer is configured to define applications and divide applications into CDF and/or MSF according to configuration parameters, the system layer is configured to provide at least a running environment and application management for the application layer, the service layer is configured to provide services for applications in the application layer, the kernel layer is configured to provide a unified operating system kernel abstraction layer, and the hardware layer is configured to provide a communication interface. Through the above implementation, the functions of CDF and MSF are reasonably divided, and a highly cohesive, low-coupling, componentized, service-oriented intelligent cockpit computing power sharing architecture is provided to meet the growing functional needs of users.
进一步,基于智能座舱算力共享架构提供了一种算力共享方法,待调用的应用程序属于部署在MSF中的应用程序时,将CDF和MSF中与应用程序相关的原子服务挂载到MSF中的待调用的应用程序下,并启动原子服务,基于CDF获取数据并发送到MSF,调用MSF中的服务对数据进行处理,并生成响应信息,基于响应信息控制与CDF相关的硬件设备和/或与MSF相关的硬件设备执行相应动作。这种方法高效率、低 延时、安全可靠,可以为用户提供更好的服务,提高用户的使用体验。Furthermore, a computing power sharing method is provided based on the intelligent cockpit computing power sharing architecture. When the application to be called belongs to the application deployed in MSF, the atomic service related to the application in CDF and MSF is mounted under the application to be called in MSF, and the atomic service is started. Data is obtained based on CDF and sent to MSF, and the service in MSF is called to process the data and generate response information. Based on the response information, the hardware devices related to CDF and/or the hardware devices related to MSF are controlled to perform corresponding actions. This method is efficient and low-cost. Delay, safety and reliability can provide users with better services and improve user experience.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
参照附图,本申请的公开内容将变得更易理解。本领域技术人员容易理解的是:这些附图仅仅用于说明的目的,而并非意在对本申请的保护范围组成限制。此外,图中类似的数字用以表示类似的部件,其中:The disclosure of the present application will become more easily understood with reference to the accompanying drawings. It is easy for those skilled in the art to understand that these drawings are only for illustrative purposes and are not intended to limit the scope of protection of the present application. In addition, similar numbers in the drawings are used to represent similar components, among which:
图1是根据本申请的一个实施例的智能座舱算力共享架构的主要结构框图;FIG1 is a main structural block diagram of a smart cockpit computing power sharing architecture according to an embodiment of the present application;
图2是根据本申请的一个实施例的应用层的主要结构框图;FIG2 is a main structural block diagram of the application layer according to an embodiment of the present application;
图3是根据本申请的一个实施例的服务层的主要结构框图;FIG3 is a main structural block diagram of a service layer according to an embodiment of the present application;
图4是根据本申请的一个实施例的内核层的主要结构框图;FIG4 is a main structural block diagram of the kernel layer according to an embodiment of the present application;
图5是根据本申请的一个实施例的硬件层的主要结构框图;FIG5 is a main structural block diagram of a hardware layer according to an embodiment of the present application;
图6是根据本申请的一个实施例的硬件层105的通信接口物理拓扑架构示意图;FIG6 is a schematic diagram of a physical topology architecture of a communication interface of a hardware layer 105 according to an embodiment of the present application;
图7是根据本申请的一种算力共享方法的主要步骤流程示意图;FIG7 is a schematic diagram of the main steps of a computing power sharing method according to the present application;
图8是根据本申请的一个多模态人工智能助手的算力共享框架示意图;FIG8 is a schematic diagram of a computing power sharing framework of a multimodal artificial intelligence assistant according to the present application;
图9是根据本申请的一个电子设备实施例的主要结构示意图。FIG. 9 is a schematic diagram of the main structure of an electronic device according to an embodiment of the present application.
附图标记列表:List of reference numerals:
101:应用层;102:系统层;103:服务层;104:内核层;105:硬件层;301:服务注册模块;302:服务发布模块;303:服务发现模块;304:服务连接模块;305:服务调用模块;901:处理器;902:存储装置。101: application layer; 102: system layer; 103: service layer; 104: kernel layer; 105: hardware layer; 301: service registration module; 302: service publishing module; 303: service discovery module; 304: service connection module; 305: service calling module; 901: processor; 902: storage device.
具体实施方式Detailed ways
下面参照附图来描述本申请的一些实施方式。本领域技术人员应当理解的是,这些实施方式仅仅用于解释本申请的技术原理,并非 旨在限制本申请的保护范围。Some embodiments of the present application are described below with reference to the accompanying drawings. It should be understood by those skilled in the art that these embodiments are only used to explain the technical principles of the present application and are not intended to be used for reference. It is intended to limit the scope of protection of this application.
在本申请的描述中,“模块”、“处理器”可以包括硬件、软件或者两者的组合。一个模块可以包括硬件电路,各种合适的感应器,通信端口,存储器,也可以包括软件部分,比如程序代码,也可以是软件和硬件的组合。处理器可以是中央处理器、微处理器、图像处理器、数字信号处理器或者其他任何合适的处理器。处理器具有数据和/或信号处理功能。处理器可以以软件方式实现、硬件方式实现或者二者结合方式实现。非暂时性的计算机可读存储介质包括任何合适的可存储程序代码的介质,比如磁碟、硬盘、光碟、闪存、只读存储器、随机存取存储器等等。术语“A和/或B”表示所有可能的A与B的组合,比如只是A、只是B或者A和B。术语“至少一个A或B”或者“A和B中的至少一个”含义与“A和/或B”类似,可以包括只是A、只是B或者A和B。单数形式的术语“一个”、“这个”也可以包含复数形式。In the description of the present application, "module" and "processor" may include hardware, software or a combination of the two. A module may include hardware circuits, various suitable sensors, communication ports, memory, and may also include software parts, such as program code, or a combination of software and hardware. The processor may be a central processing unit, a microprocessor, an image processor, a digital signal processor or any other suitable processor. The processor has data and/or signal processing functions. The processor may be implemented in software, hardware or a combination of the two. Non-temporary computer-readable storage media include any suitable medium that can store program code, such as a disk, a hard disk, an optical disk, a flash memory, a read-only memory, a random access memory, etc. The term "A and/or B" means all possible combinations of A and B, such as only A, only B or A and B. The term "at least one A or B" or "at least one of A and B" has a similar meaning to "A and/or B" and may include only A, only B or A and B. The singular terms "one" and "the" may also include plural forms.
这里先解释本申请涉及到的一些术语。Here we first explain some terms involved in this application.
IVI:In-Vehicle Infotainment,车载信息娱乐系统,由车载专用中央处理器,基于车身总线系统和互联网服务构成。在传统汽车行业中,IVI用于实现三维导航,实时路况,IPTV等娱乐功能。但是在本申请中,IVI将被赋予全新的概念,它排除了一般车辆传统的娱乐功能,而专门代指多媒体音视频功能单元在车辆中的应用。IVI: In-Vehicle Infotainment, in-vehicle infotainment system, consists of a dedicated in-vehicle central processor, based on the body bus system and Internet services. In the traditional automotive industry, IVI is used to realize entertainment functions such as three-dimensional navigation, real-time traffic conditions, IPTV, etc. However, in this application, IVI will be given a new concept, which excludes the traditional entertainment functions of general vehicles and specifically refers to the application of multimedia audio and video function units in vehicles.
CCC:Central Compute Cluster,车载计算机中央计算平台,包含CDF。CCC: Central Compute Cluster, the central computing platform of the on-board computer, including CDF.
CDF:Cockpit Domain Functional,座舱域功能单元,也称为智能座舱域控制器(Cockpit Domain Controller,CDC),用于车辆智能座舱的控制/运算芯片。CDF: Cockpit Domain Functional, cockpit domain functional unit, also known as smart cockpit domain controller (Cockpit Domain Controller, CDC), is a control/computing chip used for the vehicle's smart cockpit.
MSF:Multimedia system Functional,多媒体系统功能单元,能够实现包括三维导航、实时路况、IPTV、车辆信息、车身控制、移动办公、无线通讯、基于在线的娱乐功能及TSP服务等一系列应用,极大地提升的车辆电子化、网络化和智能化水平。MSF: Multimedia system Functional, multimedia system functional unit, can realize a series of applications including 3D navigation, real-time traffic conditions, IPTV, vehicle information, body control, mobile office, wireless communication, online entertainment functions and TSP services, greatly improving the level of vehicle electrification, networking and intelligence.
车规级:针对车辆所使用的电子元器件,所提出的功能性和可靠性标准要求。其中包含了工作温度范围,工作稳定性,不良率等等 要求。满足车规级标准的芯片需要通过一系列认证,获得相关的证书。Automotive grade: The functional and reliability standard requirements for electronic components used in vehicles. This includes operating temperature range, operating stability, defect rate, etc. Requirements: Chips that meet automotive-grade standards need to pass a series of certifications and obtain relevant certificates.
USB3 Gen2:USB-IF,即USB标准化组织为USB协议的标准划分进行了命名。从USB1.0、USB2.0、USB3、USB4等,对于不同的技术标准,有不同的技术命名。USB3 Gen2一般指采用第三代USB标准协议,传输速率在10Gbps左右的技术标准。USB3 Gen2: USB-IF, the USB standardization organization, named the standard division of USB protocol. From USB1.0, USB2.0, USB3, USB4, etc., there are different technical names for different technical standards. USB3 Gen2 generally refers to the technical standard that adopts the third-generation USB standard protocol with a transmission rate of about 10Gbps.
HDMI:High Definition Multimedia Interface,高清多媒体接口,是一种全数字化视频和声音发送接口,可以发送未压缩的音频及视频信号。用于机顶盒、DVD播放机、个人计算机、电视、游戏主机、综合扩大机、数字音响与电视机等设备。HDMI可以同时发送音频和视频信号,由于音频和视频信号采用同一条线材,大大简化系统线路的安装难度。HDMI: High Definition Multimedia Interface, is a fully digital video and sound transmission interface that can send uncompressed audio and video signals. It is used in set-top boxes, DVD players, personal computers, TVs, game consoles, integrated amplifiers, digital audio and TVs, etc. HDMI can send audio and video signals at the same time. Since audio and video signals use the same wire, it greatly simplifies the installation of system lines.
DP:Display Port,数字式视频接口,用于从芯片传输图像显示信号到LCD显示屏的接口,同时也可以传输视频音频混合信号。从功能上与HDMI是相同的。DP: Display Port, a digital video interface, is used to transmit image display signals from the chip to the LCD display screen. It can also transmit mixed video and audio signals. It is the same as HDMI in terms of function.
Ehternet:车载以太网,主要指利用以太网局域组网技术,替代传统的车载CAN总线,实现全车分布式控制单元的联合组网,信息交流与控制等功能。Ehternet: In-vehicle Ethernet mainly refers to the use of Ethernet local area networking technology to replace the traditional in-vehicle CAN bus to achieve joint networking of distributed control units throughout the vehicle, information exchange and control and other functions.
OS kernel:操作系统内核,提供任务调度、中断处理、多任务通信等核心作业处理功能,不包含UI、文件系统、网络通信和多媒体等组件。OS kernel: operating system kernel, which provides core job processing functions such as task scheduling, interrupt handling, and multi-tasking communication. It does not include components such as UI, file system, network communication, and multimedia.
KAL:Kernel Abstraction Layer,操作系统内核抽象层,主要用于提取操作系统内核的基础服务功能,封装成标准接口,供其他中间层进行调用。使用KAL可以屏蔽具体的操作系统内核功能定义,允许底层使用不同的OS kernel,上层只需要遵循统一的调用接口即可。KAL: Kernel Abstraction Layer, operating system kernel abstraction layer, is mainly used to extract the basic service functions of the operating system kernel and encapsulate them into standard interfaces for other intermediate layers to call. Using KAL can shield the specific operating system kernel function definition, allowing the bottom layer to use different OS kernels, and the upper layer only needs to follow a unified calling interface.
目前,由于车规级对芯片的设计,生产,制造,封装,测试等环节均提出了特殊的要求,导致CCC所使用的芯片性能弱于同一时期的消费电子芯片,并且升级换代的频率也大大低于消费级芯片。At present, due to the special requirements of automotive grade chips for design, production, manufacturing, packaging, testing and other aspects, the performance of chips used by CCC is weaker than consumer electronics chips of the same period, and the frequency of upgrades is much lower than that of consumer-grade chips.
为了解决车载CCC所使用的芯片性能较弱,更新周期长,升级困难和成本过高等问题,本申请提供了一种智能座舱算力共享架构。将传统IVI在物理位置上被分为CDF和MSF,其中CDF留在CCCBOX 内,符合车规级标准;MSF被分隔到一个独立的BOX中,可以允许不满足车规级标准。In order to solve the problems of weak chip performance, long update cycle, difficult upgrade and high cost used in vehicle CCC, this application provides a smart cockpit computing power sharing architecture. The traditional IVI is physically divided into CDF and MSF, where CDF is kept in CCCBOX The MSF is separated into an independent BOX, which allows for non-compliance with automotive-grade standards.
参阅附图1,图1是根据本申请的一个实施例的智能座舱算力共享架构的主要结构框图。如图1所示,本申请实施例中的智能座舱算力共享架构主要包括应用层101、系统层102、服务层103、内核层104和硬件层105。Referring to FIG. 1 , FIG. 1 is a main structural block diagram of a smart cockpit computing power sharing architecture according to an embodiment of the present application. As shown in FIG. 1 , the smart cockpit computing power sharing architecture in the embodiment of the present application mainly includes an application layer 101, a system layer 102, a service layer 103, a kernel layer 104 and a hardware layer 105.
其中,应用层101包括CDF和MSF,应用层被配置成定义应用程序,且将应用程序根据配置参数划分到CDF和/或MSF中。The application layer 101 includes CDF and MSF. The application layer is configured to define application programs and divide the application programs into CDF and/or MSF according to configuration parameters.
系统层102被配置成为应用层101至少提供运行环境和应用程序管理。The system layer 102 is configured to provide at least a running environment and application management for the application layer 101 .
服务层103被配置成为应用层101中的应用程序提供服务。The service layer 103 is configured to provide services for the application programs in the application layer 101 .
内核层104被配置成提供统一的操作系统内核抽象层。Kernel layer 104 is configured to provide a unified operating system kernel abstraction layer.
硬件层105被配置成提供通信接口。The hardware layer 105 is configured to provide a communication interface.
通过上述实施方式,合理划分了CDF和MSF的功能,提供了一种高内聚、低耦合、组件化、面向服务的智能座舱算力共享架构,满足用户不断增长的功能需求。Through the above implementation method, the functions of CDF and MSF are reasonably divided, providing a highly cohesive, low-coupling, componentized, service-oriented intelligent cockpit computing power sharing architecture to meet the users' growing functional needs.
下面对上述智能座舱算力共享架构作进一步说明。The above-mentioned smart cockpit computing power sharing architecture is further explained below.
应用层101定义了丰富多样的,可灵活扩展的,组件化的应用程序,并且根据不同的应用程序的配置参数将应用程序划分至CDF和/或MSF中。The application layer 101 defines a variety of flexible and scalable componentized applications, and divides the applications into CDF and/or MSF according to different configuration parameters of the applications.
在一些实施方式中,应用程序的配置参数来自于预先设置好的静态配置文件表,本领域技术人员可以根据实际情况设置静态配置文件表,从而进行静态配置,此处不做限定。In some implementations, the configuration parameters of the application program are from a pre-set static configuration file table. Those skilled in the art may set the static configuration file table according to actual conditions to perform static configuration, which is not limited here.
在另一些实施方式中,不同的应用程序还可以进行动态配置或应用迁移,当驾驶设备中CDF已有的应用程序并不能满足用户的需求时,可以增加MSF,并为MSF配置需要的应用程序,也可以将CDF中的应用程序迁移到MSF中,比如,人工智能助手在初始阶段可以部署在CDF上,利用座舱内麦克风的感知能力来实现驾驶设备与用户的交流互动。但随着使用年限的增长,升级后的人工智能助手需要迁移部署到MSF上才能得到更好的运行算力,以提供更多的服务。 In other implementations, different applications can also be dynamically configured or migrated. When the existing applications in the CDF in the driving device cannot meet the needs of the user, MSF can be added and the required applications can be configured for MSF. Applications in CDF can also be migrated to MSF. For example, the artificial intelligence assistant can be deployed on CDF in the initial stage, using the perception ability of the microphone in the cockpit to realize the communication and interaction between the driving device and the user. However, as the years of use increase, the upgraded artificial intelligence assistant needs to be migrated and deployed on MSF to obtain better operating computing power to provide more services.
进一步,在一些实施方式中,可以将不同的应用程序根据配置参数划分到CDF中或MSF中运行。Furthermore, in some implementations, different applications may be divided into CDFs or MSFs for execution according to configuration parameters.
由于CDF和MSF是增强版的IVI系统,它们共同实现了IVI的系统功能,例如车载智能座舱的显示屏、摄像头、音响、三维导航、人工智能助手、AR、VR、游戏等。这些功能需要在CDF和MSF之间进行一个合理的划分,使用户不断增长的功能要求得到合理实现。Since CDF and MSF are enhanced versions of the IVI system, they jointly implement the system functions of IVI, such as the display screen, camera, audio, 3D navigation, artificial intelligence assistant, AR, VR, games, etc. of the in-vehicle intelligent cockpit. These functions need to be reasonably divided between CDF and MSF so that the growing functional requirements of users can be reasonably realized.
具体地,参阅附图2,图2是根据本申请的一个实施例的应用层的主要结构框图。如图2所示,CDF中的应用程序包括平视显示器HUD、导航、人工智能助手、摄像头、音响、麦克风和显示屏;MSF中的应用程序包括多模态人工智能助手、3D导航、AR、游戏机和3D会议。Specifically, refer to Figure 2, which is a main structural block diagram of the application layer according to an embodiment of the present application. As shown in Figure 2, the applications in CDF include head-up display HUD, navigation, artificial intelligence assistant, camera, audio, microphone and display screen; the applications in MSF include multimodal artificial intelligence assistant, 3D navigation, AR, game console and 3D conference.
需要说明的是,以上关于CDF和MSF的应用程序的划分只是示意性说明,只要在不违背本申请方案技术构思的基础上,本领域技术人员在实际应用过程中均可以根据实际需要划分应用程序,此处不作限定。It should be noted that the above division of CDF and MSF applications is only a schematic illustration. As long as it does not violate the technical concept of the present application, technical personnel in this field can divide the application according to actual needs during actual application, and no limitation is made here.
在另一些实施方式中,也可以将同一个应用程序在CDF和MSF中都运行。In other implementations, the same application may be run in both CDF and MSF.
需要说明的是,当同一个应用程序在CDF和MSF中都运行时,CDF和MSF会提供不同的服务,比如CDF中的导航可以提供定位,二维路线导航等服务,MSF中的导航可以提供渲染过的三维路线导航等服务。It should be noted that when the same application runs in both CDF and MSF, CDF and MSF will provide different services. For example, the navigation in CDF can provide positioning, two-dimensional route navigation and other services, while the navigation in MSF can provide rendered three-dimensional route navigation and other services.
以上是对应用层101的进一步说明,下面继续对系统层102作进一步说明。The above is a further description of the application layer 101 . The following is a further description of the system layer 102 .
在系统层102的一些实施方式中,为应用层101提供统一标准的运行环境、应用程序管理以及软件开发工具包。In some implementations of the system layer 102 , a unified standard operating environment, application management, and software development kit are provided for the application layer 101 .
在另一些实施方式中,系统层102还包括与系统层103共用的安全管理模块、通信管理模块和数据管理模块。In other embodiments, the system layer 102 also includes a security management module, a communication management module, and a data management module that are shared with the system layer 103 .
进一步,数据管理模块为应用层101提供应用程序的原子服务库,存储应用程序的原子服务;通信管理模块为服务层103提供基础通信能力,根据不同应用的实际需求,提供不同能力等级的系统调用,实现CDF与MSF之间的数据通信。 Furthermore, the data management module provides the application layer 101 with an atomic service library of the application program to store the atomic services of the application program; the communication management module provides the service layer 103 with basic communication capabilities, and provides system calls of different capability levels according to the actual needs of different applications to realize data communication between CDF and MSF.
以上是对系统层102的进一步说明,下面继续对服务层103作进一步说明。The above is a further description of the system layer 102 , and the following is a further description of the service layer 103 .
在服务层103的一些实施方式中,参阅附图3,图3是根据本申请的一个实施例的服务层的主要结构框图。如图3所示,服务层103主要包括服务注册模块301、服务发布模块302、服务发现模块303、服务连接模块304和服务调用模块305。In some implementations of the service layer 103, refer to FIG3, which is a main structural block diagram of the service layer according to an embodiment of the present application. As shown in FIG3, the service layer 103 mainly includes a service registration module 301, a service publishing module 302, a service discovery module 303, a service connection module 304 and a service call module 305.
进一步,服务注册模块301和服务发布模块302被配置为使得CDF和MSF中的应用程序分别基于服务注册模块301和服务发布模块302进行与应用程序相关的服务的注册和发布。Further, the service registration module 301 and the service publishing module 302 are configured to enable the applications in the CDF and the MSF to register and publish services related to the application based on the service registration module 301 and the service publishing module 302 , respectively.
服务发现模块303、服务连接模块304和服务调用模块305被配置为使得MSF和CDF中的应用程序基于服务发现模块303、服务连接模块304和服务调用模块305实现算力共享。The service discovery module 303 , the service connection module 304 and the service call module 305 are configured to enable the applications in the MSF and CDF to share computing power based on the service discovery module 303 , the service connection module 304 and the service call module 305 .
具体地,CDF和MSF基于服务注册模块301注册提供的服务;基于服务发布模块302发布所注册的服务;基于服务发现模块303寻找CDF和MSF已发布的服务;基于服务连接模块304连接并进行算力共享;基于服务调用模块305获取服务数据。Specifically, CDF and MSF register the services provided based on the service registration module 301; publish the registered services based on the service publishing module 302; search for the services published by CDF and MSF based on the service discovery module 303; connect and share computing power based on the service connection module 304; and obtain service data based on the service call module 305.
在另一些实施方式中,服务层103还包括与系统层102共用的安全管理模块、通信管理模块和数据管理模块,并且为应用层101存储应用程序的相关服务的公告函数。In other embodiments, the service layer 103 also includes a security management module, a communication management module, and a data management module that are shared with the system layer 102 , and an announcement function for services related to storage of application programs for the application layer 101 .
以上是对服务层103的进一步说明,下面继续对内核层104作进一步说明。The above is a further description of the service layer 103 , and the kernel layer 104 will be further described below.
在内核层104的一些实施方式中,参阅附图4,图4是根据本申请的一个实施例的内核层的主要结构框图。如图4所示,内核层104包括统一的操作系统抽象层KAL,Linux操作系统、Windows操作系统、RTOS实时操作系统以及驾驶设备驱动器Driver和车载网络Network。In some implementations of the kernel layer 104, see Figure 4, which is a main structural block diagram of the kernel layer according to an embodiment of the present application. As shown in Figure 4, the kernel layer 104 includes a unified operating system abstraction layer KAL, a Linux operating system, a Windows operating system, an RTOS real-time operating system, a driving device driver Driver, and a vehicle network Network.
进一步,内核层104主要用于提取操作系统内核的基础服务功能,封装成标准接口,供其他层进行调用,并且,使用KAL可以屏蔽具体的操作系统内核功能定义,允许使用不同的OS kernel,应用层只需要遵循统一的调用接口即可。Furthermore, the kernel layer 104 is mainly used to extract the basic service functions of the operating system kernel, encapsulate them into standard interfaces for other layers to call, and use KAL to shield the specific operating system kernel function definition, allowing the use of different OS kernels. The application layer only needs to follow a unified calling interface.
以上是对内核层104的进一步说明,下面继续对硬件层105 作进一步说明。The above is a further description of the kernel layer 104. Next, we will continue to explain the hardware layer 105. For further explanation.
在硬件层105的一些实施方式中,参阅附图5,图5是根据本申请的一个实施例的硬件层的主要结构框图。如图5所示,硬件层105的通信机制包括SOC、USB、Ethernet、计算机电子元件DP和Wi-Fi。In some implementations of the hardware layer 105, see Figure 5, which is a main structural block diagram of the hardware layer according to an embodiment of the present application. As shown in Figure 5, the communication mechanism of the hardware layer 105 includes SOC, USB, Ethernet, computer electronic component DP and Wi-Fi.
从功能上,USB用于CDF和MSF之间高速数据交互,例如多媒体音视频流等;Ethernet用于MSF直连到CCC的网络端口,通过CCC的5G网络实现上网;Wi-Fi则提供了另外一种数据交互的选择,当未来Wi-Fi技术达到10Gbps或者更高速率时,也可以采用Wi-Fi无线连接代替USB接口。Functionally, USB is used for high-speed data interaction between CDF and MSF, such as multimedia audio and video streaming; Ethernet is used for MSF to directly connect to CCC's network port and access the Internet through CCC's 5G network; Wi-Fi provides another option for data interaction. When Wi-Fi technology reaches 10Gbps or higher in the future, Wi-Fi wireless connection can also be used instead of USB interface.
进一步,硬件层105定义了一种可在CDF和MSF之间高效率、低延时、安全可靠的通信机制,并支持分布式计算能力。参阅附图6,图6是根据本申请的一个实施例的硬件层105的通信接口物理拓扑架构示意图。如图6所示,该通信接口为USB3.0 Gen2+Ethernet+DP+Wi-Fi的组合,这种通信机制支持同一个应用层功能在CDF和MSF之间实现实时信息交互。Furthermore, the hardware layer 105 defines a communication mechanism that is efficient, low-latency, secure and reliable between CDF and MSF, and supports distributed computing capabilities. Refer to Figure 6, which is a schematic diagram of the physical topology architecture of the communication interface of the hardware layer 105 according to an embodiment of the present application. As shown in Figure 6, the communication interface is a combination of USB3.0 Gen2+Ethernet+DP+Wi-Fi. This communication mechanism supports the same application layer function to achieve real-time information interaction between CDF and MSF.
通过上述本申请的技术方案,合理划分了CDF和MSF的功能,提供了一种高内聚、低耦合、组件化、面向服务的智能座舱算力共享架构,满足用户不断增长的功能需求。Through the above-mentioned technical solution of this application, the functions of CDF and MSF are reasonably divided, providing a highly cohesive, low-coupled, componentized, service-oriented intelligent cockpit computing power sharing architecture to meet the users' growing functional needs.
进一步,本申请基于智能座舱算力共享架构的技术方案,还提供了一种算力共享方法,参阅附图7,图7是根据本申请的一种算力共享方法的主要步骤流程示意图。如图7所示,本申请实施例中算力共享方法主要包括下列步骤S701至步骤S704。Furthermore, the present application also provides a computing power sharing method based on the technical solution of the intelligent cockpit computing power sharing architecture, referring to FIG. 7, which is a schematic flow chart of the main steps of a computing power sharing method according to the present application. As shown in FIG. 7, the computing power sharing method in the embodiment of the present application mainly includes the following steps S701 to S704.
步骤S701:当待调用的应用程序属于部署在MSF中的应用程序时,将CDF和MSF中与应用程序相关的原子服务挂载到MSF中的待调用的应用程序下,并启动原子服务。Step S701: When the application to be called is an application deployed in MSF, the atomic service related to the application in CDF and MSF is mounted under the application to be called in MSF, and the atomic service is started.
在一些实施方式中,在执行步骤S701之前,还包括:In some implementations, before executing step S701, the method further includes:
判断CDF和MSF与所述应用程序相关的原子服务是否已经注册。Determine whether the atomic services related to the application program in CDF and MSF have been registered.
在划分好CDF和MSF功能之后,需要注册提供的服务。比如,在服务层,CDF注册CDF显示服务、摄像服务和CDF语音服务; MSF注册MSF显示服务、MSF语音服务和AI服务,并设置好服务的能力,通过服务层的服务发布模块进行发布。After the CDF and MSF functions are divided, the services provided need to be registered. For example, at the service layer, CDF registers CDF display service, camera service, and CDF voice service; MSF registers the MSF display service, MSF voice service, and AI service, sets the service capabilities, and publishes them through the service publishing module of the service layer.
若CDF和MSF未注册服务,则基于服务注册模块将原子服务进行注册,并基于服务发布模块进行发布。If CDF and MSF have not registered the service, the atomic service is registered based on the service registration module and published based on the service publishing module.
进一步,通过以下步骤S7011至步骤S7012执行步骤S701。Further, step S701 is executed by following steps S7011 to S7012.
步骤S7011:基于服务层中的服务发现模块寻找CDF和MSF中与应用程序对应的原子服务。Step S7011: Search the atomic service corresponding to the application in CDF and MSF based on the service discovery module in the service layer.
在一些实施方式中,MSF通过服务发现模块,寻找可用的原子服务。In some implementations, MSF searches for available atomic services through a service discovery module.
比如,CDF的摄像服务和CDF语音服务将提供输入图像数据和音频数据的能力;MSF的AI服务提供AI运算和决策的能力;CDF显示服务提供在座舱屏幕上显示卡通助手图像的能力;MSF显示服务提供在AR眼镜上显示虚拟三维人物形象的能力;CDF语音服务提供在座舱音响上播放交互语音的能力;MSF语音服务提供在AR眼镜上播放交互语音的能力等。For example, CDF's camera service and CDF voice service will provide the ability to input image data and audio data; MSF's AI service provides AI computing and decision-making capabilities; CDF display service provides the ability to display cartoon assistant images on the cockpit screen; MSF display service provides the ability to display virtual three-dimensional characters on AR glasses; CDF voice service provides the ability to play interactive voice on the cockpit audio; MSF voice service provides the ability to play interactive voice on AR glasses, etc.
步骤S7012:基于服务层中的服务连接模块将CDF和MSF中的原子服务挂载到MSF中的待调用的应用程序下。Step S7012: Based on the service connection module in the service layer, the atomic services in CDF and MSF are mounted to the application to be called in MSF.
在一些实施方式中,MSF找到可用的原子服务后,将注册好的原子化服务挂载到待调用应用程序下,并启动相关服务。In some implementations, after MSF finds an available atomic service, it mounts the registered atomic service to the application to be called and starts the related service.
步骤S702:基于CDF获取数据并发送到MSF。Step S702: Acquire data based on CDF and send to MSF.
在一些实施方式中,MSF接收来自CDF获取的语音和图像数据。In some implementations, the MSF receives voice and image data acquired from the CDF.
步骤S703:调用MSF中的服务对数据进行处理,并生成响应信息。Step S703: Call the service in MSF to process the data and generate response information.
在一些实施方式中,MSF将获取的语音和图像数据首先进行音视频同步处理,然后调用MSF的AI服务,对相关数据进行处理。In some implementations, MSF first performs audio and video synchronization processing on the acquired voice and image data, and then calls the AI service of MSF to process the relevant data.
进一步,MSF的AI服务使用AI数据处理单元,运行多音区识别算法、图像与语音混合识别算法、语义处理等各种相关算法,对来自用户的数据进行处理。这些算法是AI数据处理单元的核心功能,它们将经过人工智能推理,得到识别结果并生成响应信息。 Furthermore, MSF's AI service uses an AI data processing unit to run various related algorithms such as multi-sound zone recognition algorithm, image and voice mixed recognition algorithm, semantic processing, etc. to process the data from users. These algorithms are the core functions of the AI data processing unit, and they will be reasoned by artificial intelligence to obtain recognition results and generate response information.
响应信息包括显示图像数据、应答语音数据和响应控制命令等。其中,显示图像数据包括卡通图像助手的显示图像、人工智能虚拟三维人物形象;应答语音数据是针对用户说话给出响应,并以语音形式进行反馈;响应控制命令是针对用户的命令做出的控制操作,例如打开/关闭空调,升起/降落车窗,打开/关闭某个应用等。The response information includes display image data, response voice data, response control commands, etc. Among them, the display image data includes the display image of the cartoon image assistant and the artificial intelligence virtual three-dimensional character image; the response voice data is the response to the user's speech and feedback in the form of voice; the response control command is the control operation made in response to the user's command, such as turning on/off the air conditioner, raising/lowering the car window, turning on/off a certain application, etc.
步骤S704:基于响应信息控制与CDF相关的硬件设备和/或与MSF相关的硬件设备执行相应动作。Step S704: Control the hardware device related to the CDF and/or the hardware device related to the MSF to perform corresponding actions based on the response information.
在一些实施方式中,基于服务层预先注册好的服务调用策略,这些相应信息将会分发到CDF或者MSF的硬件设备上进行动作。In some implementations, based on the service call policy pre-registered by the service layer, the corresponding information will be distributed to the hardware devices of the CDF or MSF for action.
例如,三维虚拟人物形象会由MSF送到AR眼镜进行显示;卡通人物图像将通过硬件层的通信通道发送到CDF,并在车载座舱的显示屏上进行显示。For example, the three-dimensional virtual character image will be sent by MSF to AR glasses for display; the cartoon character image will be sent to CDF through the communication channel of the hardware layer and displayed on the display screen of the vehicle cockpit.
通过上述步骤S701至步骤S704所述的方法,能够高效率、低延时、安全可靠的为用户提供更好的服务,提高用户的使用体验。Through the method described in the above steps S701 to S704, better services can be provided to users with high efficiency, low latency, safety and reliability, thereby improving the user experience.
需要指出的是,尽管上述实施例中将各个步骤按照特定的先后顺序进行了描述,但是本领域技术人员可以理解,为了实现本申请的效果,不同的步骤之间并非必须按照这样的顺序执行,其可以同时(并行)执行或以其他顺序执行,这些变化都在本申请的保护范围之内。It should be pointed out that although the various steps in the above embodiments are described in a specific order, those skilled in the art can understand that in order to achieve the effect of the present application, different steps do not have to be executed in such an order. They can be executed simultaneously (in parallel) or in other orders. These changes are within the scope of protection of the present application.
进一步,本申请还提供了一种驾驶设备,在根据本申请的一个驾驶设备的实施例中,驾驶设备可以包括驾驶设备本体和上述智能座舱算力共享架构实施例所述的智能座舱算力共享架构。Furthermore, the present application also provides a driving device. In an embodiment of a driving device according to the present application, the driving device may include a driving device body and the smart cockpit computing power sharing architecture described in the above-mentioned smart cockpit computing power sharing architecture embodiment.
下面以一个多模态人工智能助手的智能座舱算力共享框架来展示驾驶设备的CDF与MSF之间如何实现算力共享,参阅附图8,图8是根据本申请的一个多模态人工智能助手的算力共享框架示意图。The following uses a smart cockpit computing power sharing framework of a multimodal artificial intelligence assistant to demonstrate how computing power sharing is achieved between the CDF and MSF of the driving device. Refer to Figure 8, which is a schematic diagram of a computing power sharing framework of a multimodal artificial intelligence assistant according to the present application.
人工智能助手是搭载在驾驶设备上的人机交互系统,它像一个驾驶助手一样,帮助乘客实现对驾驶设备功能的控制。基础的人工智能助手可以通过语音实现交互。The AI assistant is a human-computer interaction system installed on the driving device. It acts like a driving assistant to help passengers control the functions of the driving device. The basic AI assistant can interact through voice.
进一步,多模态人工智能助手是进阶版本的人机交互系统,除了语音之外,它还可以通过摄像头甚至车内雷达等传感器采集用户的图像信息,识别用户嘴型、表情、肢体、手势等,通过多模态感知体系,更 好的倾听与理解用户命令,感情诉求等,甚至可能称为智能座舱的核心与灵魂。Furthermore, the multimodal AI assistant is an advanced version of the human-computer interaction system. In addition to voice, it can also collect user image information through sensors such as cameras and even in-car radars, recognize the user's mouth shape, expression, body, gestures, etc. Through the multimodal perception system, it can also Good listening and understanding of user commands, emotional appeals, etc. may even be called the core and soul of a smart cockpit.
从输入数据上看,人工智能助手需要来自麦克风的语音数据,而多模态人工智能助手则需要来自麦克风的语音数据和来自摄像头的图像数据。从计算能力上分析,人工智能助手仅对用户语音进行识别和分析,并作出相关应答。多模态人工智能助手则需要综合分析图像和语音数据,进行识别和推理,不仅要求识别是与座舱内哪位乘客进行互动,还要求能够识别和理解乘客的语言,神态,动作等隐含信息。这些需求,都决定了多模态语音助手需要更强大的AI算力才能满足要求。In terms of input data, AI assistants require voice data from microphones, while multimodal AI assistants require voice data from microphones and image data from cameras. In terms of computing power, AI assistants only recognize and analyze user voices and make relevant responses. Multimodal AI assistants need to comprehensively analyze image and voice data for recognition and reasoning. They not only need to identify which passenger in the cabin is interacting, but also need to be able to recognize and understand the passenger's language, demeanor, movements and other implicit information. These requirements determine that multimodal voice assistants need more powerful AI computing power to meet the requirements.
驾驶设备的CDF和MSF上均运行有基于SOA的软件系统,它是基于本申请所设计的智能座舱算力共享架构。从功能上划分,人工智能助手应用可以部署在CDF上,它依赖于座舱内的麦克风设备。而多模态人工智能助手需要部署在MSF上,因为它需要更高的算力。它所需要输入的语音数据和图像视频数据来自于CDF,通过通信管理模块传输。The CDF and MSF of the driving device both run a SOA-based software system, which is based on the intelligent cockpit computing power sharing architecture designed in this application. From a functional perspective, the artificial intelligence assistant application can be deployed on the CDF, which relies on the microphone device in the cockpit. The multimodal artificial intelligence assistant needs to be deployed on the MSF because it requires higher computing power. The voice data and image video data it needs to input come from the CDF and are transmitted through the communication management module.
具体地,在划分好功能之后,需要定义底层服务。在服务层,CDF注册CDF显示服务、摄像服务、CDF语音服务,并设置好服务的能力,通过服务发布模块发布出来;MSF注册MSF显示服务、MSF语音服务、AI服务,也同样通过服务层的服务发布模块进行发布。Specifically, after the functions are divided, the underlying services need to be defined. At the service layer, CDF registers CDF display service, camera service, and CDF voice service, sets the service capabilities, and publishes them through the service publishing module; MSF registers MSF display service, MSF voice service, and AI service, and also publishes them through the service publishing module of the service layer.
现在我们选择使用多模态人工智能助手功能,该功能将被部署在MSF上。它首先通过服务发现模块,寻找可用的原子服务。CDF的摄像服务和CDF语音服务将提供输入图像数据和音频数据的能力;MSF的AI服务提供AI运算和决策的能力;CDF显示服务提供在座舱屏幕上显示卡通助手图像的能力;MSF显示服务提供在AR眼镜上显示虚拟三维人物形象的能力;CDF语音服务提供在座舱音响上播放交互语音的能力;MSF语音服务提供在AR眼镜上播放交互语音的能力。Now we choose to use the multimodal artificial intelligence assistant function, which will be deployed on MSF. It first searches for available atomic services through the service discovery module. CDF's camera service and CDF voice service will provide the ability to input image data and audio data; MSF's AI service provides AI computing and decision-making capabilities; CDF display service provides the ability to display cartoon assistant images on the cockpit screen; MSF display service provides the ability to display virtual three-dimensional characters on AR glasses; CDF voice service provides the ability to play interactive voice on the cockpit audio; MSF voice service provides the ability to play interactive voice on AR glasses.
进一步,CDF和MSF通过服务连接模块,将上述注册好的原子服务挂载到MSF的多模态人工智能助手应用下,并启动相关服务。Furthermore, CDF and MSF mount the registered atomic services to the multimodal artificial intelligence assistant application of MSF through the service connection module and start related services.
多模态人工智能助手应用通过服务调用模块,首先获取来自CDF的语音和图像数据,并将这些数据将首先进行音视频同步处理,然后调用MSF的AI服务对相关数据进行处理。 The multimodal artificial intelligence assistant application first obtains the voice and image data from CDF through the service call module, and then processes the audio and video synchronization of these data, and then calls the AI service of MSF to process the relevant data.
具体地,MSF的AI服务调用底层AI数据处理单元,运行多音区识别算法、图像与语音混合识别算法、语义处理等各种相关算法,对来自用户的数据进行处理。这些算法是多模态人工智能助手的核心功能,它们将经过人工智能推理,得到识别结果。Specifically, MSF's AI service calls the underlying AI data processing unit to run various related algorithms such as multi-sound zone recognition algorithm, image and voice mixed recognition algorithm, semantic processing, etc. to process the data from users. These algorithms are the core functions of the multimodal AI assistant, and they will be inferred by AI to obtain recognition results.
得到识别结果后,根据识别结果产生相关的响应信息,这里包括:显示图像数据,应答语音数据,响应控制命令等。其中,显示图像数据是卡通图像助手的显示图像,或者是人工智能虚拟三维人物形象;应答语音数据是针对用户的说话给出的响应,并以语音形式进行反馈;响应控制命令是针对用户的命令做出的控制操作,例如打开/关闭空调,升起/降落车窗,打开/关闭某个应用等。After the recognition result is obtained, relevant response information is generated according to the recognition result, including: display image data, response voice data, response control command, etc. Among them, the display image data is the display image of the cartoon image assistant, or the artificial intelligence virtual three-dimensional character image; the response voice data is the response given to the user's speech, and feedback is given in the form of voice; the response control command is the control operation made in response to the user's command, such as turning on/off the air conditioner, raising/lowering the car window, turning on/off a certain application, etc.
进一步,根据预先注册好的服务调用策略,这些应答信息将会分发到CDF或者MSF的硬件设备上执行相应动作。例如,三维虚拟人物形象会由MSF送到AR眼镜进行显示;而卡通人物图像,将通过底层通信通道,送到CDF并在车载座舱的显示屏上进行显示。Furthermore, according to the pre-registered service call strategy, these response messages will be distributed to the hardware devices of CDF or MSF to perform corresponding actions. For example, the 3D virtual character image will be sent by MSF to AR glasses for display; while the cartoon character image will be sent to CDF through the underlying communication channel and displayed on the display screen of the vehicle cockpit.
以上是以人工智能助手为例,实现MSF和CDF之间的算力共享的内容。The above is the content of realizing computing power sharing between MSF and CDF using artificial intelligence assistant as an example.
本领域技术人员能够理解的是,本申请实现上述一实施例的方法中的全部或部分流程,也可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一计算机可读存储介质中,该计算机程序在被处理器执行时,可实现上述各个方法实施例的步骤。其中,所述计算机程序包括计算机程序代码,所述计算机程序代码可以为源代码形式、对象代码形式、可执行文件或某些中间形式等。所述计算机可读存储介质可以包括:能够携带所述计算机程序代码的任何实体或装置、介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器、随机存取存储器、电载波信号、电信信号以及软件分发介质等。It is understood by those skilled in the art that all or part of the processes in the method for implementing the above-mentioned embodiment of the present application can also be completed by instructing the relevant hardware through a computer program, and the computer program can be stored in a computer-readable storage medium, and the computer program can implement the steps of the above-mentioned various method embodiments when executed by the processor. Among them, the computer program includes computer program code, and the computer program code can be in source code form, object code form, executable file or some intermediate form. The computer-readable storage medium may include: any entity or device, medium, U disk, mobile hard disk, disk, optical disk, computer memory, read-only memory, random access memory, electric carrier signal, telecommunication signal and software distribution medium, etc. that can carry the computer program code.
进一步,本申请还提供了一种电子设备。参阅附图9,图9是根据本申请的一个电子设备实施例的主要结构示意图。如图9所示,本申请实施例中的电子设备主要包括处理器901和存储装置902,存储装置902可以被配置成存储执行上述方法实施例的算力共享方法的程序,处理器901可以被配置成用于执行存储装置902中的程序,该程序包括 但不限于执行上述方法实施例的算力共享方法的程序。为了便于说明,仅示出了与本申请实施例相关的部分,具体技术细节未揭示的,请参照本申请实施例方法部分。Furthermore, the present application also provides an electronic device. Refer to FIG. 9, which is a schematic diagram of the main structure of an electronic device embodiment according to the present application. As shown in FIG. 9, the electronic device in the embodiment of the present application mainly includes a processor 901 and a storage device 902. The storage device 902 can be configured to store a program for executing the computing power sharing method of the above method embodiment. The processor 901 can be configured to execute the program in the storage device 902, which includes But it is not limited to the program of the computing power sharing method of the above method embodiment. For the convenience of explanation, only the part related to the embodiment of the present application is shown. For the specific technical details not disclosed, please refer to the method part of the embodiment of the present application.
在本申请的一些可能的实施方式中,电子机设备可以包括多个处理器901和多个存储装置902。而执行上述方法实施例的算力共享方法的程序可以被分割成多段子程序,每段子程序分别可以由处理器901加载并运行以执行上述方法实施例的算力共享方法的不同步骤。具体地,每段子程序可以分别存储在不同的存储装置902中,每个处理器901可以被配置成用于执行一个或多个存储装置902中的程序,以共同实现上述方法实施例的算力共享方法,即每个处理器901分别执行上述方法实施例的算力共享方法的不同步骤,来共同实现上述方法实施例的算力共享方法。In some possible implementations of the present application, the electronic device may include multiple processors 901 and multiple storage devices 902. The program for executing the computing power sharing method of the above method embodiment can be divided into multiple subprograms, and each subprogram can be loaded and run by the processor 901 to execute different steps of the computing power sharing method of the above method embodiment. Specifically, each subprogram can be stored in different storage devices 902, and each processor 901 can be configured to execute the program in one or more storage devices 902 to jointly implement the computing power sharing method of the above method embodiment, that is, each processor 901 executes different steps of the computing power sharing method of the above method embodiment to jointly implement the computing power sharing method of the above method embodiment.
上述多个处理器901可以是部署于同一个设备上的处理器,例如上述电子设备可以是由多个处理器组成的高性能设备,上述多个处理器901可以是该高性能设备上配置的处理器。此外,上述多个处理器901也可以是部署于不同设备上的处理器,例如上述电子设备可以是服务器集群,上述多个处理器901可以是服务器集群中不同服务器上的处理器;上述电子设备可以是驾驶设备集群,上述多个处理器901可以是驾驶设备集群中不同驾驶设备上的处理器。The above-mentioned multiple processors 901 may be processors deployed on the same device. For example, the above-mentioned electronic device may be a high-performance device composed of multiple processors, and the above-mentioned multiple processors 901 may be processors configured on the high-performance device. In addition, the above-mentioned multiple processors 901 may also be processors deployed on different devices. For example, the above-mentioned electronic device may be a server cluster, and the above-mentioned multiple processors 901 may be processors on different servers in the server cluster; the above-mentioned electronic device may be a driving device cluster, and the above-mentioned multiple processors 901 may be processors on different driving devices in the driving device cluster.
进一步,本申请还提供了一种计算机可读存储介质。在根据本申请的一个计算机可读存储介质实施例中,计算机可读存储介质可以被配置成存储执行上述方法实施例的算力共享方法的程序,该程序可以由处理器加载并运行以实现上述算力共享方法。为了便于说明,仅示出了与本申请实施例相关的部分,具体技术细节未揭示的,请参照本申请实施例方法部分。该计算机可读存储介质可以是包括各种电子设备形成的存储装置设备,可选的,本申请实施例中计算机可读存储介质是非暂时性的计算机可读存储介质。Furthermore, the present application also provides a computer-readable storage medium. In a computer-readable storage medium embodiment according to the present application, the computer-readable storage medium may be configured to store a program for executing the computing power sharing method of the above-mentioned method embodiment, and the program may be loaded and run by the processor to implement the above-mentioned computing power sharing method. For ease of explanation, only the parts related to the embodiment of the present application are shown. For specific technical details not disclosed, please refer to the method part of the embodiment of the present application. The computer-readable storage medium may be a storage device formed by various electronic devices. Optionally, the computer-readable storage medium in the embodiment of the present application is a non-temporary computer-readable storage medium.
至此,已经结合附图所示的一个实施方式描述了本申请的技术方案,但是,本领域技术人员容易理解的是,本申请的保护范围显然不局限于这些具体实施方式。在不偏离本申请的原理的前提下,本领域 技术人员可以对相关技术特征作出等同的更改或替换,这些更改或替换之后的技术方案都将落入本申请的保护范围之内。 So far, the technical solution of the present application has been described in conjunction with an embodiment shown in the accompanying drawings. However, it is easy for those skilled in the art to understand that the protection scope of the present application is obviously not limited to these specific embodiments. Technicians can make equivalent changes or substitutions to the relevant technical features, and the technical solutions after these changes or substitutions will fall within the protection scope of this application.

Claims (10)

  1. 一种智能座舱算力共享架构,其特征在于,所述算力共享架构包括应用层、系统层、服务层、内核层和硬件层;A smart cockpit computing power sharing architecture, characterized in that the computing power sharing architecture includes an application layer, a system layer, a service layer, a kernel layer and a hardware layer;
    所述应用层包括座舱域功能单元CDF和多媒体系统功能单元MSF,所述应用层被配置成定义应用程序,且将所述应用程序根据配置参数划分到所述CDF和/或所述MSF中;The application layer includes a cockpit domain function unit CDF and a multimedia system function unit MSF, and the application layer is configured to define an application program and divide the application program into the CDF and/or the MSF according to configuration parameters;
    所述系统层被配置成为所述应用层至少提供运行环境和应用程序管理;The system layer is configured to provide at least a running environment and application management for the application layer;
    所述服务层被配置成为所述应用层中的所述应用程序提供服务;The service layer is configured to provide services for the application program in the application layer;
    所述内核层被配置成提供统一的操作系统内核抽象层;The kernel layer is configured to provide a unified operating system kernel abstraction layer;
    所述硬件层被配置成提供通信接口。The hardware layer is configured to provide a communication interface.
  2. 根据权利要求1所述的智能座舱算力共享架构,其特征在于,所述应用层被配置成将所述应用程序根据配置参数划分到所述CDF和/或所述MSF中包括:The intelligent cockpit computing power sharing architecture according to claim 1, characterized in that the application layer is configured to divide the application into the CDF and/or the MSF according to configuration parameters, including:
    将不同的所述应用程序根据所述配置参数划分到所述CDF中或所述MSF中运行;Divide the different applications into the CDF or the MSF for execution according to the configuration parameters;
    和/或,and / or,
    将同一个所述应用程序在所述CDF和所述MSF中都运行。The same application is run in both the CDF and the MSF.
  3. 根据权利要求1所述的智能座舱算力共享架构,其特征在于,所述服务层至少包括服务注册模块、服务发布模块、服务发现模块、服务连接模块和服务调用模块;The intelligent cockpit computing power sharing architecture according to claim 1 is characterized in that the service layer at least includes a service registration module, a service publishing module, a service discovery module, a service connection module and a service calling module;
    所述服务注册模块和所述服务发布模块被配置为使得所述CDF和所述MSF中的所述应用程序分别基于所述服务注册模块和所述服务发布模块进行与所述应用程序相关的服务的注册和发布;The service registration module and the service publishing module are configured to enable the application in the CDF and the MSF to register and publish services related to the application based on the service registration module and the service publishing module respectively;
    所述服务发现模块、所述服务连接模块和所述服务调用模块被配置为使得所述MSF和所述CDF中的所述应用程序基于所述服务发现模块、所述服务连接模块和所述服务调用模块实现算力共享。 The service discovery module, the service connection module and the service call module are configured to enable the applications in the MSF and the CDF to share computing power based on the service discovery module, the service connection module and the service call module.
  4. 根据权利要求1所述的智能座舱算力共享架构,其特征在于,所述硬件层被配置成提供通用串行总线、以太网、计算机电子元件和无线保真的通信接口;The intelligent cockpit computing power sharing architecture according to claim 1 is characterized in that the hardware layer is configured to provide a communication interface for a universal serial bus, Ethernet, computer electronic components, and wireless fidelity;
    和/或,and / or,
    所述服务层和/或所述系统层还包括安全管理模块、通信管理模块和数据管理模块,所述安全管理模块、所述通信管理模块和所述数据管理模块供所述服务层和所述系统层共用。The service layer and/or the system layer further includes a security management module, a communication management module and a data management module. The security management module, the communication management module and the data management module are shared by the service layer and the system layer.
  5. 一种基于权利要求1至4中任一项所述的智能座舱算力共享架构的算力共享方法,其特征在于,所述方法包括:A computing power sharing method based on the intelligent cockpit computing power sharing architecture according to any one of claims 1 to 4, characterized in that the method comprises:
    当待调用的应用程序属于部署在MSF中的应用程序时,将CDF和所述MSF中与所述应用程序相关的原子服务挂载到所述MSF中的所述待调用的应用程序下,并启动所述原子服务;When the application to be called belongs to an application deployed in MSF, CDF and atomic services related to the application in MSF are mounted under the application to be called in MSF, and the atomic services are started;
    基于所述CDF获取数据并发送到所述MSF;Acquire data based on the CDF and send to the MSF;
    调用所述MSF中的服务对所述数据进行处理,并生成响应信息;Calling the service in the MSF to process the data and generate response information;
    基于所述响应信息控制与所述CDF相关的硬件设备和/或与所述MSF相关的硬件设备执行相应动作。Based on the response information, the hardware device related to the CDF and/or the hardware device related to the MSF is controlled to perform corresponding actions.
  6. 一种基于权利要求5所述的算力共享方法,其特征在于,所述将所述CDF和所述MSF中与所述应用程序相关的子服务挂载到所述MSF中的所述待调用的应用程序下包括:A computing power sharing method based on claim 5, characterized in that mounting the sub-services related to the application in the CDF and the MSF to the application to be called in the MSF comprises:
    基于服务层中的服务发现模块寻找所述CDF和所述MSF中与所述应用程序对应的所述原子服务;Find the atomic service corresponding to the application in the CDF and the MSF based on the service discovery module in the service layer;
    基于所述服务层中的所述服务连接模块将所述CDF和所述MSF中的所述原子服务挂载到所述MSF中的所述待调用的应用程序下。Based on the service connection module in the service layer, the atomic services in the CDF and the MSF are mounted under the application to be called in the MSF.
  7. 根据权利要求5所述的算力共享方法,其特征在于,所述将所述CDF和MSF中与所述应用程序相关的原子服务挂载到所述MSF中的所述待调用的应用程序下之前,还包括: The computing power sharing method according to claim 5 is characterized in that before mounting the atomic service related to the application in the CDF and the MSF to the application to be called in the MSF, it also includes:
    判断所述CDF和所述MSF与所述应用程序相关的原子服务是否已经注册;Determine whether the atomic services related to the CDF and the MSF and the application have been registered;
    若未注册,则基于服务注册模块将所述原子服务进行注册,并基于服务发布模块进行发布。If not registered, the atomic service is registered based on the service registration module and published based on the service publishing module.
  8. 一种驾驶设备,其特征在于,所述驾驶设备包括驾驶设备本体和权利要求1至5中任一项所述的智能座舱算力共享架构。A driving device, characterized in that the driving device comprises a driving device body and the smart cockpit computing power sharing architecture described in any one of claims 1 to 5.
  9. 一种电子设备,包括处理器和存储装置,所述存储装置适于存储多条程序代码,其特征在于,所述程序代码适于由所述处理器加载并运行以执行权利要求5至7中任一项所述的算力共享方法。An electronic device comprises a processor and a storage device, wherein the storage device is suitable for storing multiple program codes, and is characterized in that the program codes are suitable for being loaded and run by the processor to execute the computing power sharing method described in any one of claims 5 to 7.
  10. 一种计算机可读存储介质,其中存储有多条程序代码,其特征在于,所述程序代码适于由处理器加载并运行以执行权利要求5至7中任一项所述的算力共享方法。 A computer-readable storage medium storing a plurality of program codes, characterized in that the program codes are suitable for being loaded and run by a processor to execute the computing power sharing method described in any one of claims 5 to 7.
PCT/CN2023/132572 2022-12-01 2023-11-20 Intelligent cabin computing power sharing architecture, computing power sharing method, device and medium WO2024114425A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202211532272.7A CN116028239A (en) 2022-12-01 2022-12-01 Intelligent cabin calculation force sharing architecture, calculation force sharing method, equipment and medium
CN202211532272.7 2022-12-01

Publications (1)

Publication Number Publication Date
WO2024114425A1 true WO2024114425A1 (en) 2024-06-06

Family

ID=86074940

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/132572 WO2024114425A1 (en) 2022-12-01 2023-11-20 Intelligent cabin computing power sharing architecture, computing power sharing method, device and medium

Country Status (2)

Country Link
CN (1) CN116028239A (en)
WO (1) WO2024114425A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116028239A (en) * 2022-12-01 2023-04-28 蔚来软件科技(上海)有限公司 Intelligent cabin calculation force sharing architecture, calculation force sharing method, equipment and medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100138760A1 (en) * 2008-12-03 2010-06-03 International Business Machines Corporation Method and system for providing auto-navigation of a service registry and repository in service-oriented architecture
CN113806109A (en) * 2021-09-15 2021-12-17 诚迈科技(南京)股份有限公司 Cabin system for realizing SOA (service oriented architecture) based on ROS2 and operation method thereof
CN114172938A (en) * 2022-02-10 2022-03-11 诚迈科技(南京)股份有限公司 Method and system for realizing SOA (service oriented architecture) of intelligent cabin and intelligent automobile
CN114818131A (en) * 2022-04-24 2022-07-29 锦图计算技术(深圳)有限公司 SOA-based intelligent cabin operating system design method
CN115277750A (en) * 2022-06-30 2022-11-01 重庆长安汽车股份有限公司 Multi-system intelligent cabin communication assembly
CN116028239A (en) * 2022-12-01 2023-04-28 蔚来软件科技(上海)有限公司 Intelligent cabin calculation force sharing architecture, calculation force sharing method, equipment and medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100138760A1 (en) * 2008-12-03 2010-06-03 International Business Machines Corporation Method and system for providing auto-navigation of a service registry and repository in service-oriented architecture
CN113806109A (en) * 2021-09-15 2021-12-17 诚迈科技(南京)股份有限公司 Cabin system for realizing SOA (service oriented architecture) based on ROS2 and operation method thereof
CN114172938A (en) * 2022-02-10 2022-03-11 诚迈科技(南京)股份有限公司 Method and system for realizing SOA (service oriented architecture) of intelligent cabin and intelligent automobile
CN114818131A (en) * 2022-04-24 2022-07-29 锦图计算技术(深圳)有限公司 SOA-based intelligent cabin operating system design method
CN115277750A (en) * 2022-06-30 2022-11-01 重庆长安汽车股份有限公司 Multi-system intelligent cabin communication assembly
CN116028239A (en) * 2022-12-01 2023-04-28 蔚来软件科技(上海)有限公司 Intelligent cabin calculation force sharing architecture, calculation force sharing method, equipment and medium

Also Published As

Publication number Publication date
CN116028239A (en) 2023-04-28

Similar Documents

Publication Publication Date Title
EP3092566B1 (en) Vehicle with multiple user interface operating domains
EP3092560B1 (en) Vehicle with multiple user interface operating domains
WO2024114425A1 (en) Intelligent cabin computing power sharing architecture, computing power sharing method, device and medium
CN109474912B (en) Vehicle-mounted gateway system and monitoring method and device of vehicle-mounted subsystem
CN110673964A (en) Audio playing control method and device of vehicle-mounted system
CN104813309A (en) Method and system for cloud based virtualized graphics processing for remote displays
KR102516231B1 (en) Graphic representation and description of configuration parameters for media processing functions in network-based media processing (NBMP)
CN112203130B (en) Vehicle-mounted information entertainment terminal, multi-screen interactive display method thereof and automobile
CN115098142A (en) Firmware upgrading method, device and system for vehicle-mounted terminal
CN115278462A (en) In-vehicle audio processing method and system, electronic equipment and storage medium
CN110775099B (en) Integration method of communication system in train
EP4099668A2 (en) Method and apparatus for processing audio data based on vehicle networking, and electronic device
CN115604322A (en) Intelligent cabin domain controller, control method thereof and vehicle
CN113752966B (en) Interaction method and device of vehicle machine system and computer readable medium
CN115079993A (en) Cross-system audio playing control method and device, vehicle and storage medium
CN114860131A (en) Control method, device, equipment, medium and product for vehicle-mounted multimedia application
CN112685082A (en) Task execution method and device, computer readable storage medium and vehicle-mounted terminal
CN117082089A (en) Multi-terminal data interaction system and method
CN114244878B (en) Device distributed access system and method in heterogeneous multi-core environment
CN113489898B (en) Camera calling method, device, vehicle and storage medium
CN116414558A (en) Isomorphic multi-core CPU system, chip and operation method applied to intelligent automobile
CN219145379U (en) Vehicle-mounted computing platform device, vehicle-mounted electronic system and vehicle
CN116795354A (en) Framework system and development method for android vehicle-mounted application development
CN117176817A (en) Data transmission method, device, system, vehicle and medium
Shelly Advanced In-Vehicle Systems: A Reference Design for the Future