WO2023098534A1 - Ai模型切换的处理方法、装置及通信设备 - Google Patents

Ai模型切换的处理方法、装置及通信设备 Download PDF

Info

Publication number
WO2023098534A1
WO2023098534A1 PCT/CN2022/133711 CN2022133711W WO2023098534A1 WO 2023098534 A1 WO2023098534 A1 WO 2023098534A1 CN 2022133711 W CN2022133711 W CN 2022133711W WO 2023098534 A1 WO2023098534 A1 WO 2023098534A1
Authority
WO
WIPO (PCT)
Prior art keywords
time
model
communication device
gap
switching
Prior art date
Application number
PCT/CN2022/133711
Other languages
English (en)
French (fr)
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 WO2023098534A1 publication Critical patent/WO2023098534A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0823Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/16Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using machine learning or artificial intelligence
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L5/00Arrangements affording multiple use of the transmission path
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L5/00Arrangements affording multiple use of the transmission path
    • H04L5/003Arrangements for allocating sub-channels of the transmission path
    • H04L5/0078Timing of allocation

Definitions

  • the present application belongs to the technical field of communication, and in particular relates to a processing method, device and communication equipment for AI model switching.
  • AI Artificial Intelligence
  • the neural network is composed of neurons.
  • the parameters of the neural network are optimized by an optimization algorithm.
  • An optimization algorithm is a type of algorithm that minimizes or maximizes an objective function (or loss function).
  • the objective function is the mathematical combination of model parameters and data. For example, given data X and its corresponding label Y, construct a neural network model f(.), with the model, the predicted output f(x) can be obtained according to the input x, and the difference between the predicted value and the real value can be calculated The gap between (f(x)-Y), this is the loss function.
  • the purpose of the optimization algorithm is to find appropriate parameters to minimize the value of the above loss function. The smaller the loss value, the closer the model is to the real situation.
  • the current common optimization algorithms are basically based on the error back propagation algorithm.
  • the basic idea of the error backpropagation algorithm is that the learning process consists of two processes: the forward propagation of the signal and the backpropagation of the error.
  • the input samples are passed in from the input layer, processed layer by layer by each hidden layer, and passed to the output layer. If the actual output of the output layer does not match the expected output, it will enter the error backpropagation stage.
  • Error backpropagation is to transmit the output error layer by layer through the hidden layer to the input layer in some form, and distribute the error to all the units of each layer, so as to obtain the error signal of each layer unit, and this error signal is used as the correction unit Basis for weight.
  • the weight adjustment process of each layer of signal forward propagation and error back propagation is carried out repeatedly.
  • the process of continuously adjusting the weights is also the learning and training process of the network. This process has been carried out until the error of the network output is reduced to an acceptable level, or until the preset number of learning times.
  • NPU Neural Network Processing Unit
  • GPU Graphics Processing Unit
  • FPGA Field Programmable Gate Array
  • Embodiments of the present application provide a processing method, device, and communication device for AI model switching, which can solve the problem in the prior art that there is no restriction on the behavior of the communication device during AI model switching, which easily leads to communication confusion.
  • a processing method for artificial intelligence AI model switching including:
  • the first communication device receives switching instruction information sent by the second communication device, where the switching instruction information is used to instruct the first communication device to switch the AI model;
  • the first communication device performs a first operation during the switching Gap; the first operation includes any of the following:
  • a processing method for artificial intelligence AI model switching including:
  • the second communication device sends switching Gap configuration information to the first communication device, and the switching Gap configuration information includes at least one of the following:
  • the content of the first operation is an operation of the first communication device in switching Gap between the first AI model and the second AI model;
  • the content of the second operation is the operation of the first communication device after there is no switch Gap or the end of the switch Gap;
  • a processing device for AI model switching including:
  • a receiving module configured to receive switching instruction information sent by the second communication device, where the switching instruction information is used to instruct the first communication device to switch the AI model;
  • the first execution module is used to perform a first operation in the switching Gap when there is a switching interval Gap in the switching between the first AI model and the second AI model; the first operation includes any of the following:
  • a processing device for AI model switching including:
  • a sending module configured to send switching Gap configuration information to the first communication device, where the switching Gap configuration information includes at least one of the following:
  • the content of the first operation is the operation of the first communication device in switching Gap;
  • the content of the second operation is the operation of the first communication device after there is no switch Gap or the end of the switch Gap;
  • a communication device in a fifth aspect, includes a processor and a memory, the memory stores programs or instructions that can run on the processor, and when the programs or instructions are executed by the processor, the following is implemented: The steps of the method described in the first aspect, or the steps of implementing the method described in the second aspect.
  • a communication device including a processor and a communication interface, wherein the communication interface is used to receive switching instruction information sent by the second communication device, and the switching instruction information is used to indicate that the first communication
  • the device performs AI model switching;
  • the processor is configured to perform a first operation in the switching Gap when there is a switching interval Gap between the first AI model and the second AI model; the first operation includes any of the following item:
  • a communication device including a processor and a communication interface, wherein the communication interface is used to send switching Gap configuration information to the first communication device, and the switching Gap configuration information includes at least one of the following:
  • the content of the first operation is an operation of the first communication device in switching Gap between the first AI model and the second AI model;
  • the content of the second operation is the operation of the first communication device after there is no switch Gap or the end of the switch Gap;
  • a wireless communication system including: a first communication device and a second communication device, the first communication device can be used to perform the steps of the method described in the first aspect, and the second communication device It can be used to perform the steps of the method as described in the second aspect.
  • a readable storage medium is provided, and programs or instructions are stored on the readable storage medium, and when the programs or instructions are executed by a processor, the steps of the method described in the first aspect are realized, or the steps of the method described in the first aspect are realized, or The steps of the method described in the second aspect.
  • a chip in a tenth aspect, includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is used to run programs or instructions to implement the method as described in the first aspect , or implement the method described in the second aspect.
  • a computer program/program product is provided, the computer program/program product is stored in a storage medium, and the computer program/program product is executed by at least one processor to implement the The steps of the method, or the steps to realize the method as described in the second aspect.
  • the second communication device instructs the first communication device to switch the AI model, and if there is a switching gap in the AI model switching, the operation of the first communication device in the switching gap is restricted to reduce the impact of AI model switching.
  • the impact of the communication system improving the performance of the AI model in the communication system, thereby improving the system performance.
  • FIG. 1 shows a block diagram of a wireless communication system to which an embodiment of the present application is applicable
  • Fig. 2 represents one of the flow charts of the steps of the AI model switching processing method provided by the embodiment of the present application;
  • FIG. 3 shows the second flowchart of the steps of the AI model switching processing method provided by the embodiment of the present application
  • FIG. 4 shows a schematic structural diagram of a processing device for AI model switching provided by an embodiment of the present application
  • FIG. 5 shows another schematic structural diagram of the AI model switching processing device provided by the embodiment of the present application.
  • FIG. 6 shows a schematic structural diagram of a communication device provided by an embodiment of the present application.
  • FIG. 7 shows a schematic structural diagram of a terminal provided in an embodiment of the present application.
  • FIG. 8 shows a schematic structural diagram of a network-side device provided by an embodiment of the present application.
  • first, second and the like in the specification and claims of the present application are used to distinguish similar objects, and are not used to describe a specific sequence or sequence. It is to be understood that the terms so used are interchangeable under appropriate circumstances such that the embodiments of the application are capable of operation in sequences other than those illustrated or described herein and that "first" and “second” distinguish objects. It is usually one category, and the number of objects is not limited. For example, there may be one or more first objects.
  • “and/or” in the description and claims means at least one of the connected objects, and the character “/” generally means that the related objects are an "or” relationship.
  • LTE Long Term Evolution
  • LTE-Advanced LTE-Advanced
  • LTE-A Long Term Evolution-Advanced
  • CDMA Code Division Multiple Access
  • TDMA Time Division Multiple Access
  • FDMA Frequency Division Multiple Access
  • OFDMA Orthogonal Frequency Division Multiple Access
  • SC-FDMA Single-carrier Frequency Division Multiple Access
  • system and “network” in the embodiments of the present application are often used interchangeably, and the described technology can be used for the above-mentioned system and radio technology, and can also be used for other systems and radio technologies.
  • the following description describes the New Radio (New Radio, NR) system for example purposes, and uses NR terminology in most of the following descriptions, but these techniques can also be applied to applications other than NR system applications, such as the 6th generation (6th Generation , 6G) communication system.
  • 6G 6th generation
  • Fig. 1 shows a block diagram of a wireless communication system to which the embodiment of the present application is applicable.
  • the wireless communication system includes a terminal 11 and a network side device 12 .
  • the terminal 11 can be a mobile phone, a tablet computer (Tablet Personal Computer), a laptop computer (Laptop Computer) or a notebook computer, a personal digital assistant (Personal Digital Assistant, PDA), a palmtop computer, a netbook, a super mobile personal computer (ultra-mobile personal computer, UMPC), mobile Internet device (Mobile Internet Device, MID), augmented reality (augmented reality, AR) / virtual reality (virtual reality, VR) equipment, robot, wearable device (Wearable Device) , Vehicle User Equipment (VUE), Pedestrian User Equipment (PUE), smart home (home equipment with wireless communication functions, such as refrigerators, TVs, washing machines or furniture, etc.), game consoles, personal computers (personal computer, PC), teller machine or self-service machine and other terminal side devices, wearable devices include: smart watches, smart bracelet
  • the network side device 12 may include an access network device or a core network device, where the access network device may also be called a radio access network device, a radio access network (Radio Access Network, RAN), a radio access network function, or a wireless network. access network unit.
  • RAN Radio Access Network
  • RAN Radio Access Network
  • the access network equipment may include a base station, a wireless local area network (Wireless Local Area Network, WLAN) access point or a wireless fidelity (Wireless Fidelity, WiFi) node, etc.
  • the base station may be called a node B, an evolved node B (eNB), an access network Access Point, Base Transceiver Station (BTS), Radio Base Station, Radio Transceiver, Basic Service Set (BSS), Extended Service Set (ESS), Home Node B, Home Evolution Type B node, Transmitting Receiving Point (Transmitting Receiving Point, TRP) or some other suitable term in the field, as long as the same technical effect is achieved, the base station is not limited to specific technical terms. It should be noted that in this application In the embodiment, only the base station in the NR system is used as an example for introduction, and the specific type of the base station is not limited.
  • FIG. 2 is a flow chart of the steps of the AI model switching processing method provided by at least one embodiment of the present application.
  • the AI model switching processing method includes:
  • Step 201 the first communication device receives switching instruction information sent by the second communication device, and the switching instruction information is used to instruct the first communication device to switch the AI model;
  • the switching instruction information includes: information about the second AI model (indirectly instructing the first communication device to switch from the first AI model to the second AI model); and/or, the switching instruction information includes: instructing the first communication device to use Indication information 1 of the second AI model; and/or, the switching instruction information includes: indicating that the first AI model of the first communication device is unavailable or indicating information 2 to replace the first AI model; and/or, the switching instruction information includes: Instruction information 3 that instructs the first communication device to replace the first AI model with the second AI model.
  • Step 202 in the case that there is a switching interval Gap in the switching between the first AI model and the second AI model, the first communication device performs a first operation in the switching Gap; the first operation includes any of the following:
  • Stop using the AI computing unit that is, not only the first AI model and the second AI model cannot be calculated, but also the AI models of other modules cannot be calculated; optionally, when the first communication device has multiple AI computing units, the stop using The AI computing unit refers to stopping using the AI computing unit to which the first AI model belongs, and/or stopping using the AI computing unit to which the second AI model belongs; optionally, when the first communication device has multiple AI computing units, The AI models of other modules cannot be calculated, which means that the AI models of other modules contained in the AI computing unit to which the first AI model belongs cannot be calculated, and/or the AI models of other modules contained in the AI computing unit to which the second AI model belongs The AI model also cannot be calculated;
  • the calculation of the first AI model and/or the second AI model is performed, and the calculation result is unavailable or invalid; that is, the results output by the first AI model and/or the results output by the second AI model are invalid;
  • the communication module associated with the AI computing unit can be understood as a communication module that needs intermediate information or output information of the AI computing unit, Or the communication module whose output information is the input information of the AI computing unit or one of the input information; optionally, when the first communication device has multiple AI computing units, the stop using the AI computing unit and the communication module with the AI computing unit
  • the communication module associated with the computing unit refers to stopping using the AI computing unit to which the first AI model belongs and the communication module associated with the AI computing unit, and/or stopping using the AI computing unit to which the second AI model belongs and the communication module associated with the AI computing unit.
  • the communication module associated with the AI computing unit refers to stopping using the AI computing unit to which the first AI model belongs and the communication module associated with the AI computing unit, and/or stopping using the AI computing unit to which the second AI model belongs and the communication module associated with the AI computing unit.
  • the first communication device may be a network side device or a terminal
  • the second communication device may be a network side device or a terminal.
  • the first communication device is a terminal
  • the second communication device is a network-side device
  • the first communication device is a network-side device
  • the second communication device is a terminal
  • the second communication device is a network-side device
  • the first communication device and the second communication device are different nodes on the network side; in another typical scenario, the first communication device and the second communication device are different terminal devices respectively.
  • the first AI model is the AI model originally used by the first communication device or the AI model currently used.
  • the second AI model is an AI model to replace the "first AI model”.
  • the second AI model may be issued by the second communication device, may be predetermined by a protocol, or may be owned or customized by the first communication device, which is not specifically limited here.
  • AI calculation unit is used for the calculation or reasoning or operation or calculation of the AI model, which may be a unit, module, chip or hardware, which is not specifically limited here.
  • the first operation is not to perform the calculation of the first AI model and the second AI model, or to perform the calculation of the first AI model and/or the second AI model, and the calculation result is unavailable or In the case of invalid, the first operation also includes at least one of the following:
  • the non-AI algorithm corresponding to the second AI model is used for calculation.
  • the non-AI algorithm corresponding to the first AI model can be understood as a non-AI algorithm that can realize the functions of the first AI model;
  • the non-AI algorithm corresponding to the second AI model can be understood as a non-AI algorithm that can realize the Two AI models function of non-AI algorithms.
  • the first communication Other resources of the device's AI computing unit can be used.
  • other resources of the AI computing unit of the first communication device can be used, which means that other resources of the AI computing unit to which the first AI model belongs can be used, And/or other resources of the AI computing unit to which the second AI model belongs can be used.
  • the method also includes:
  • the first communication device After the switch between the first AI model and the second AI model does not have the switch Gap (it may also be referred to as the switch Gap is 0) or the switch Gap ends, the first communication device performs the second operation; the second Two operations include any of the following:
  • the first AI model is no longer used, and the first AI model can be saved to the first communication device side, or the first AI model can be deleted;
  • both X1 and X2 are greater than or equal to 0.
  • the method also includes:
  • the first communication device determines to switch Gap configuration information, and the switch Gap configuration information includes at least one of the following:
  • the determining by the first communication device to switch Gap configuration information includes:
  • the first communication device receives the handover Gap configuration information indicated by the second communication device; wherein the second communication device determines the handover Gap configuration information according to the first information.
  • the first communication device determines to switch Gap configuration information, including:
  • the first communication device sends a Gap request message to the second communication device according to the function request of other communication devices, and receives the switching Gap configuration information returned by the second communication device; optionally, the first communication device side stores multiple AI models , and based on the function request of other communication devices except the second communication device, request the Gap from the second communication device. For example, positioning needs to be switched among different AI models under the positioning request of the positioning management function LMF.
  • the first communication device determines to switch Gap configuration information, including:
  • the first communication device sends handover Gap configuration information to the second communication device; optionally, the handover Gap configuration information sent by the first communication device to the second communication device is handover Gap configuration information expected by the first communication device.
  • the first communication device determines to switch Gap configuration information, including:
  • the first communication device determines the handover Gap configuration information to be used according to a pre-agreement.
  • the first communication device determines to switch Gap configuration information, including:
  • the first communication device determines multiple sets of handover Gap configuration information according to pre-agreement, and receives an instruction from the first communication device to determine the handover Gap configuration information to be used.
  • the second communication device instructs the first communication device which set of Gap configuration information to use as needed.
  • some of the multiple sets of gap configuration information correspond to short delays, and some correspond to low power consumption.
  • the Network Data Analytics Function reserves a handover Gap configuration information pool (including multiple sets of handover Gap configuration information), and then the base station indicates which set to use in the handover Gap configuration information pool.
  • the method also includes:
  • the first communication device determines, according to the first information, whether there is a switching Gap and/or a duration of switching the Gap in the switching between the first AI model and the second AI model;
  • the first information includes at least one of the following:
  • the total capability or total resource of the AI computing unit of the first communication device is the total capability or total resource of the AI computing unit of the first communication device
  • the remaining capacity or remaining resources of the AI computing unit of the first communication device is the remaining capacity or remaining resources of the AI computing unit of the first communication device.
  • the switching Gap of AI models of the same type is smaller than the switching Gap of AI models of different types.
  • the Gap does not need to be switched.
  • AI models include: fully connected neural network, convolutional neural network, recurrent neural network, long short-term memory network, decision tree, Bayesian algorithm, support vector machine, random forest, Gaussian random process, etc. List them all.
  • the switching Gap of AI models with the same structure is smaller than the switching Gap of AI models with different structures.
  • the switching Gap of the AI model with a small structural difference is smaller than the switching Gap of the AI model with a large structural difference.
  • Gap does not need to be switched.
  • the structure of the AI model includes the number of layers, the number of neurons in each layer, whether the layers are fully connected or convolutional, the type of activation function, and whether special modules (such as attention modules, memory units, etc.) are used. wait).
  • the switching Gap of the AI model with a small parameter change is smaller than the switching Gap of the AI model with a large parameter change.
  • the Gap does not need to be switched.
  • the variation of the parameters is smaller than the third threshold, and there is no need to switch the Gap.
  • the parameter variation is smaller than the third threshold, and Gap does not need to be switched.
  • the above-mentioned first threshold, second threshold, and third threshold are related to total capacity or total resources.
  • “remaining capabilities or remaining resources of the AI computing unit of the first communication device” can be understood as other functional modules (communication modules and non-communication modules) occupying the remaining capabilities/resources other than those of the AI computing unit.
  • the stronger the remaining capacity/more remaining resources the smaller the handover gap.
  • the above-mentioned first threshold, second threshold, and third threshold are related to remaining capacity or remaining resources.
  • the capabilities or resources of the AI computing unit include at least one of the following:
  • Floating-point computing capabilities such as floating-point operations per second (FLOPS), the number of floating-point operations performed per second, floating-point operations include all operations involving decimals, which are more time-consuming than integer operations .
  • FLOPS floating-point operations per second
  • TFLOPS Tops
  • the computing power of a certain chip is 1.7Tops neural network computing performance
  • Input channel information such as input channel bandwidth, rate, number of channels/bits/bytes simultaneously read/written/transmitted;
  • Output channel information such as output channel bandwidth, rate, number of channels/bits/bytes read/written/transmitted simultaneously.
  • the method also includes:
  • the first communication device When the first information satisfies a preset condition, the first communication device sends the first information to the second communication device; for example, the preset condition is: at least one item of content included in the first information Whether the threshold is exceeded, or whether at least one of the contents is changed, or whether the amount of change of at least one of the contents exceeds the threshold;
  • the first communication device sends the first information to the second communication device; for example, indicated by the second communication device, and/or agreed by the protocol, the specific information of the first information Content, period, trigger event and other information. If the remaining capacity/resources of the AI computing unit reported by the first communication device changes, the previously configured switching gap length is no longer appropriate, and the switching gap length needs to be adjusted, the first communication device reports the first information;
  • the first communication device periodically sends the first information to the second communication device; for example, specified by the second communication device, and/or stipulated in a protocol, specific content, period, and other information of the first information.
  • the communication process for switching the Gap application includes at least one of the following:
  • the duration of the switching Gap is less than or equal to any of the following:
  • the length of time to measure the gap is the length of time to measure the gap.
  • the first communication device determines to switch Gap configuration information, including:
  • the first communication device determines the switching Gap configuration information according to the first message; that is, the switching Gap configuration information is carried by the first message or the switching Gap configuration information is indicated by the first message; wherein the first message includes the following at least one:
  • the start time of switching the Gap includes at least one of the following:
  • X3 to X14 are all greater than or equal to 1.
  • the end time of switching the Gap includes at least one of the following:
  • the seventh time obtained from the start time of switching the Gap+the duration of switching the Gap;
  • the eighth time obtained from the start time of the switching Gap+the duration of the AI model switching;
  • the second communication device After the first communication device sends the first indication information, the second communication device feeds back the twelfth time of confirmation information;
  • the first communication device After the first communication device sends the first indication information, the thirteenth time when the first communication device receives the confirmation information fed back by the second communication device;
  • X15 to X28 are all greater than or equal to 1.
  • the second communication device instructs the first communication device to switch the AI model. If there is a switching gap in the AI model switching, the operation of the first communication device in the switching gap is restricted to reduce the AI model. The impact of model switching on the communication system improves the performance of the AI model in the communication system, thereby improving system performance.
  • FIG. 3 is a flow chart of another step of the processing method of artificial intelligence AI model switching provided by the embodiment of the present application.
  • the processing method of AI model switching includes:
  • Step 301 the second communication device sends switching Gap configuration information to the first communication device, and the switching Gap configuration information includes at least one of the following:
  • the content of the first operation is an operation of the first communication device in switching Gap between the first AI model and the second AI model;
  • the content of the second operation is the operation of the first communication device after there is no switch Gap or the end of the switch Gap;
  • the first operation includes any of the following:
  • the first communication device does not perform the calculation of the first AI model and the second AI model
  • the first communication device stops using the AI computing unit; that is, not only the first AI model and the second AI model cannot be calculated, but also the AI models of other modules cannot be calculated; optionally, when the first communication device has multiple AI computing units, The stop using the AI computing unit refers to stopping using the AI computing unit to which the first AI model belongs, and/or stopping using the AI computing unit to which the second AI model belongs; optionally, when the first communication device has multiple AI In the case of the computing unit, the AI models of other modules cannot be calculated, which means that the AI models of other modules included in the AI computing unit to which the first AI model belongs cannot be calculated, and/or the AI computing unit to which the second AI model belongs contains The AI models of other modules cannot be calculated;
  • the first communication device performs the calculation of the first AI model, and the calculation result (the calculation result is the result output by the first AI model) is available or valid;
  • the first communication device performs the calculation of the first AI model and/or the second AI model, and the calculation result is unavailable or invalid; that is, the results output by the first AI model and/or the results output by the second AI model are invalid;
  • the first communication device stops using the AI computing unit and the communication module associated with the AI computing unit; optionally, the communication module associated with the AI computing unit can be understood as requiring intermediate information or output information of the AI computing unit a communication module, or a communication module whose output information is the input information of the AI computing unit or one of the input information; optionally, when the first communication device has multiple AI computing units, the stop using the AI computing unit and The communication module associated with the AI computing unit refers to stopping using the AI computing unit to which the first AI model belongs and the communication module associated with the AI computing unit, and/or stopping using the AI computing unit to which the second AI model belongs And a communication module associated with the AI computing unit.
  • the first AI model is an AI model originally used by the first communication device or an AI model currently used.
  • the second AI model is an AI model to replace the "first AI model”.
  • the second AI model may be issued by the second communication device, may be predetermined by a protocol, or may be owned or customized by the first communication device, which is not specifically limited here.
  • the first operation is not to perform the calculation of the first AI model and the second AI model, or to perform the calculation of the first AI model and/or the second AI model, and the calculation result is unavailable or In the case of invalid, the first operation also includes at least one of the following:
  • the first communication device uses the non-AI algorithm corresponding to the first AI model to perform calculation
  • the first communication device uses the non-AI algorithm corresponding to the second AI model to perform calculation.
  • the non-AI algorithm corresponding to the first AI model can be understood as a non-AI algorithm that can realize the functions of the first AI model;
  • the non-AI algorithm corresponding to the second AI model can be understood as a non-AI algorithm that can realize the Two AI models function of non-AI algorithms.
  • the first communication Other resources of the device's AI computing unit can be used.
  • other resources of the AI computing unit of the first communication device can be used, which means that other resources of the AI computing unit to which the first AI model belongs can be used, And/or other resources of the AI computing unit to which the second AI model belongs can be used.
  • the second operation includes any of the following:
  • the first communication device uses the second AI model to perform calculations; optionally, the first AI model is no longer used, and the first AI model can be saved to the first communication device side, or the first AI model can be deleted;
  • the first communication device sends to the second communication device first indication information that the second AI model can be used, and uses the second AI model to perform calculations after X1 time units;
  • the first communication device sends to the second communication device first indication information that can be used by the second AI model, receives confirmation information of the first indication information, and uses the information after X2 time units of receiving the confirmation information.
  • the second AI model is used for calculation;
  • both X1 and X2 are greater than or equal to 0.
  • the method also includes:
  • the second communication device determines handover Gap configuration information used by the first communication device according to the first information; wherein the first information includes at least one of the following:
  • the total capability or total resource of the AI computing unit of the first communication device is the total capability or total resource of the AI computing unit of the first communication device
  • the remaining capacity or remaining resources of the AI computing unit of the first communication device is the remaining capacity or remaining resources of the AI computing unit of the first communication device.
  • the switching Gap of AI models of the same type is smaller than the switching Gap of AI models of different types.
  • the Gap does not need to be switched.
  • AI models include: fully connected neural network, convolutional neural network, recurrent neural network, long short-term memory network, decision tree, Bayesian algorithm, support vector machine, random forest, Gaussian random process, etc. List them all.
  • the switching Gap of AI models with the same structure is smaller than the switching Gap of AI models with different structures.
  • the switching Gap of the AI model with a small structural difference is smaller than the switching Gap of the AI model with a large structural difference.
  • Gap does not need to be switched.
  • the structure of the AI model includes the number of layers, the number of neurons in each layer, whether the layers are fully connected or convolutional, the type of activation function, and whether special modules (such as attention modules, memory units, etc.) are used. wait).
  • the switching Gap of the AI model with a small parameter change is smaller than the switching Gap of the AI model with a large parameter change.
  • the Gap does not need to be switched.
  • the variation of the parameters is smaller than the third threshold, and there is no need to switch the Gap.
  • the parameter variation is smaller than the third threshold, and Gap does not need to be switched.
  • the above-mentioned first threshold, second threshold, and third threshold are related to total capacity or total resources.
  • “remaining capabilities or remaining resources of the AI computing unit of the first communication device” can be understood as other functional modules (communication modules and non-communication modules) occupying the remaining capabilities/resources other than those of the AI computing unit.
  • the stronger the remaining capacity/more remaining resources the smaller the handover gap.
  • the above-mentioned first threshold, second threshold, and third threshold are related to remaining capacity or remaining resources.
  • the method also includes:
  • the second communication device receives the first information sent by the first communication device.
  • the first communication device when the first information satisfies a preset condition, the first communication device sends the first information to the second communication device;
  • the preset condition is: the first information includes at least Whether one item exceeds a threshold, or whether at least one item of said content changes, or whether the amount of change of at least one item of said content exceeds a threshold;
  • the first communication device sends the first information to the second communication device; for example, indicated by the second communication device, and/or agreed by the protocol, the specific information of the first information Content, period, trigger event and other information. If the remaining capacity/resources of the AI computing unit reported by the first communication device changes, the previously configured switching gap length is no longer appropriate, and the switching gap length needs to be adjusted, the first communication device reports the first information;
  • the first communication device periodically sends the first information to the second communication device; for example, specified by the second communication device, and/or stipulated in a protocol, specific content, period, and other information of the first information.
  • the capabilities or resources of the AI computing unit include at least one of the following:
  • Floating-point computing capabilities such as floating-point operations per second (FLOPS), the number of floating-point operations performed per second, floating-point operations include all operations involving decimals, which are more time-consuming than integer operations .
  • FLOPS floating-point operations per second
  • TFLOPS Tops
  • the computing power of a certain chip is 1.7Tops neural network computing performance
  • Input channel information such as input channel bandwidth, rate, number of channels/bits/bytes simultaneously read/written/transmitted;
  • Output channel information such as output channel bandwidth, rate, number of channels/bits/bytes read/written/transmitted simultaneously.
  • the communication process for switching the Gap application includes at least one of the following:
  • the duration of the switching Gap is less than or equal to any of the following:
  • the start time of switching the Gap includes at least one of the following:
  • X3 to X14 are all greater than or equal to 1.
  • the end time of switching the Gap includes at least one of the following:
  • the seventh time obtained from the start time of switching the Gap+the duration of switching the Gap;
  • the eighth time obtained from the start time of the switching Gap+the duration of the AI model switching;
  • the first communication device After the first communication device sends the first indication information, the twelfth time when the second communication device feeds back confirmation information;
  • the first communication device After the first communication device sends the first indication information, the thirteenth time when the first communication device receives the confirmation information fed back by the second communication device;
  • X15 to X28 are all greater than or equal to 1.
  • step 301 includes:
  • the second communication device receives the Gap request message sent by the first communication device
  • the second communication device sends switching Gap configuration information to the first communication device according to the Gap request message.
  • the first communication device side stores multiple AI models, and sends a Gap request message to the second communication device based on function requests of other communication devices except the second communication device; the second communication device sends a Gap request message to the second communication device based on the Gap request message
  • the first communication device feeds back the corresponding switching. For example, positioning needs to switch Gap configuration information in different AI models under the positioning request of the positioning management function LMF.
  • the second communication device instructs the first communication device to switch the AI model. If there is a switching gap in the AI model switching, the operation of the first communication device in the switching gap is restricted to reduce the AI model. The impact of model switching on the communication system improves the performance of the AI model in the communication system, thereby improving system performance.
  • the processing method for AI model switching provided in the embodiment of the present application may be executed by a processing device for AI model switching.
  • the AI model switching processing device provided by the embodiment of the present application is described by taking the AI model switching processing device executing the AI model switching processing method as an example.
  • FIG. 4 is a schematic structural diagram of an AI model switching processing device 400 provided in an embodiment of the present application.
  • the AI model switching processing device 400 includes:
  • the receiving module 401 is configured to receive switching instruction information sent by the second communication device, where the switching instruction information is used to instruct the first communication device to switch the AI model;
  • the first execution module 402 is configured to perform a first operation during the switching Gap when there is a switching interval Gap between the first AI model and the second AI model; the first operation includes any of the following:
  • the first operation further includes at least one of the following:
  • the non-AI algorithm corresponding to the second AI model is used for calculation.
  • the device also includes:
  • the second execution module is configured to perform a second operation after the switching Gap between the first AI model and the second AI model does not exist or the switching Gap ends; the second operation includes any of the following:
  • both X1 and X2 are greater than or equal to 0.
  • the device also includes:
  • the first determining module is used to determine switching Gap configuration information, and the switching Gap configuration information includes at least one of the following:
  • the first determination module includes:
  • the first determining submodule is used to receive the handover Gap configuration information indicated by the second communication device;
  • it is used to send a Gap request message to the second communication device according to the function request of other communication devices, and receive switching Gap configuration information returned by the second communication device;
  • it is used to determine multiple sets of handover Gap configuration information according to pre-agreement, and receive an instruction from the first communication device to determine the handover Gap configuration information to be used.
  • the device also includes:
  • the second determining submodule is used to determine whether there is a switching gap and/or the duration of switching the gap between the first AI model and the second AI model according to the first information;
  • the first information includes at least one of the following:
  • the total capability or total resource of the AI computing unit of the first communication device is the total capability or total resource of the AI computing unit of the first communication device
  • the remaining capacity or remaining resources of the AI computing unit of the first communication device is the remaining capacity or remaining resources of the AI computing unit of the first communication device.
  • the capabilities or resources of the AI computing unit include at least one of the following:
  • the device also includes:
  • An information sending module configured to send the first information to the second communication device when the first information satisfies a preset condition
  • it is configured to periodically send the first information to the second communication device.
  • the communication process for switching the Gap application includes at least one of the following:
  • the duration of switching the Gap is less than or equal to any of the following:
  • the length of time to measure the gap is the length of time to measure the gap.
  • the first determination module includes:
  • the second determination submodule is configured to determine the switching Gap configuration information according to the first message; wherein the first message includes at least one of the following:
  • the start time of switching the Gap includes at least one of the following:
  • X3 to X14 are all greater than or equal to 1.
  • the end time of switching the Gap includes at least one of the following:
  • the seventh time obtained from the start time of switching the Gap+the duration of switching the Gap;
  • the eighth time obtained from the start time of the switching Gap+the duration of the AI model switching;
  • the first communication device After the first communication device sends the first indication information, the twelfth time when the second communication device feeds back confirmation information;
  • the first communication device After the first communication device sends the first indication information, the thirteenth time when the first communication device receives the confirmation information fed back by the second communication device;
  • X15 to X28 are all greater than or equal to 1.
  • the second communication device instructs the first communication device to switch the AI model, and if there is a switching gap in the AI model switching, the operation of the first communication device in the switching gap is restricted to reduce the impact of AI model switching.
  • the impact of the communication system improving the performance of the AI model in the communication system, thereby improving the system performance.
  • the AI model switching processing device provided in the embodiment of the present application is a device capable of executing the above-mentioned AI model switching processing method, and all embodiments of the above AI model switching processing method are applicable to the AI model switching treatment device, and all can achieve the same or similar beneficial effects.
  • FIG. 5 is a schematic structural diagram of an AI model switching processing device 500 provided in an embodiment of the present application.
  • the AI model switching processing device 500 includes:
  • the sending module 501 is configured to send switching Gap configuration information to the first communication device, where the switching Gap configuration information includes at least one of the following:
  • the content of the first operation is an operation of the first communication device in switching Gap between the first AI model and the second AI model;
  • the content of the second operation is the operation of the first communication device after there is no switch Gap or the end of the switch Gap;
  • the first operation includes any of the following:
  • the first communication device does not perform the calculation of the first AI model and the second AI model
  • the first communication device stops using the AI computing unit
  • the first communication device calculates the first AI model, and the calculation result is available or valid;
  • the first communication device calculates the first AI model and/or the second AI model, and the calculation result is unavailable or invalid;
  • the first communication device stops using the AI computing unit and the communication module associated with the AI computing unit.
  • the first operation further includes at least one of the following:
  • the first communication device uses the non-AI algorithm corresponding to the first AI model to perform calculation
  • the first communication device uses the non-AI algorithm corresponding to the second AI model to perform calculation.
  • the second operation includes any of the following:
  • the first communication device uses the second AI model to perform calculations
  • the first communication device sends to the second communication device first indication information that the second AI model can be used, and uses the second AI model to perform calculations after X1 time units;
  • the first communication device sends to the second communication device first indication information that can be used by the second AI model, receives confirmation information of the first indication information, and uses the information after X2 time units of receiving the confirmation information.
  • the second AI model is used for calculation;
  • both X1 and X2 are greater than or equal to 0.
  • the device also includes:
  • a third determining module configured to determine handover Gap configuration information used by the first communication device according to the first information; wherein the first information includes at least one of the following:
  • the total capability or total resource of the AI computing unit of the first communication device is the total capability or total resource of the AI computing unit of the first communication device
  • the remaining capacity or remaining resources of the AI computing unit of the first communication device is the remaining capacity or remaining resources of the AI computing unit of the first communication device.
  • the device also includes:
  • An information receiving module configured to receive the first information sent by the first communication device.
  • the capabilities or resources of the AI computing unit include at least one of the following:
  • the communication process for switching the Gap application includes at least one of the following:
  • the start time of switching the Gap includes at least one of the following:
  • X3 to X14 are all greater than or equal to 1.
  • the end time of switching the Gap includes at least one of the following:
  • the seventh time obtained from the start time of switching the Gap+the duration of switching the Gap;
  • the eighth time obtained from the start time of the switching Gap+the duration of the AI model switching;
  • the first communication device After the first communication device sends the first indication information, the twelfth time when the second communication device feeds back confirmation information;
  • the first communication device After the first communication device sends the first indication information, the thirteenth time when the first communication device receives the confirmation information fed back by the second communication device;
  • X15 to X28 are all greater than or equal to 1.
  • the sending module includes:
  • a request receiving submodule configured to receive a Gap request message sent by the first communication device
  • the sending submodule sends switching Gap configuration information to the first communication device according to the Gap request message.
  • the second communication device instructs the first communication device to switch the AI model, and if there is a switching gap in the AI model switching, the operation of the first communication device in the switching gap is restricted to reduce the impact of AI model switching.
  • the impact of the communication system improving the performance of the AI model in the communication system, thereby improving the system performance.
  • the AI model switching processing device provided in the embodiment of the present application is a device capable of executing the above-mentioned AI model switching processing method, and all embodiments of the above AI model switching processing method are applicable to the AI model switching treatment device, and all can achieve the same or similar beneficial effects.
  • the processing apparatus for AI model switching in the embodiment of the present application may be an electronic device, such as an electronic device with an operating system, or a component in the electronic device, such as an integrated circuit or a chip.
  • the electronic device may be a terminal, or other devices other than the terminal.
  • the terminal may include, but not limited to, the types of terminal 11 listed above, and other devices may be servers, Network Attached Storage (NAS), etc., which are not specifically limited in this embodiment of the present application.
  • NAS Network Attached Storage
  • the processing device for AI model switching provided by the embodiment of the present application can realize each process realized by the method embodiments in Fig. 1 to Fig. 3 , and achieve the same technical effect. To avoid repetition, details are not repeated here.
  • this embodiment of the present application also provides a communication device 600, including a processor 601 and a memory 602, and the memory 602 stores programs or instructions that can run on the processor 601, such as
  • the communication device 600 is a terminal, when the program or instruction is executed by the processor 601, each step of the above-mentioned AI model switching processing method embodiment can be realized, and the same technical effect can be achieved.
  • the communication device 600 is a network-side device, when the program or instruction is executed by the processor 601, the steps of the above-mentioned AI model switching processing method embodiment can be achieved, and the same technical effect can be achieved. To avoid repetition, details are not repeated here. .
  • the embodiment of the present application also provides a terminal, including a processor and a communication interface, the communication interface is used to receive switching instruction information sent by the second communication device, and the switching instruction information is used to instruct the first communication device to switch the AI model
  • the processor is used to perform a first operation in the switching Gap when there is a switching interval Gap in the switching between the first AI model and the second AI model; the first operation includes any of the following: not performing the first AI Calculation of the model and the second AI model; stop using the AI computing unit; perform the calculation of the first AI model, and the calculation result is available or valid; perform the calculation of the first AI model and/or the second AI model, and the calculation result is not available or Invalid; stop using the AI computing unit and the communication module associated with the AI computing unit.
  • the communication interface is used to send switching Gap configuration information to the first communication device, and the switching Gap configuration information includes at least one of the following: the content of the first operation; the first operation is the first communication device in switching Gap Operation; the content of the second operation; the second operation is the operation of the first communication device after there is no switch Gap or the end of the switch Gap; the start time of switch Gap; the end time of switch Gap; the duration of switch Gap; switch Gap The cycle; whether there is a switching Gap; switching the communication process applicable to the Gap.
  • This terminal embodiment corresponds to the above-mentioned terminal-side method embodiment, and each implementation process and implementation mode of the above-mentioned method embodiment can be applied to this terminal embodiment, and can achieve the same technical effect.
  • FIG. 7 is a schematic diagram of a hardware structure of a terminal implementing an embodiment of the present application.
  • the terminal 700 includes, but is not limited to: a radio frequency unit 701, a network module 702, an audio output unit 703, an input unit 704, a sensor 705, a display unit 706, a user input unit 707, an interface unit 708, a memory 709, and a processor 710. At least some parts.
  • the terminal 700 may also include a power supply (such as a battery) for supplying power to various components, and the power supply may be logically connected to the processor 710 through the power management system, so as to manage charging, discharging, and power consumption through the power management system. Management and other functions.
  • a power supply such as a battery
  • the terminal structure shown in FIG. 7 does not constitute a limitation on the terminal, and the terminal may include more or fewer components than shown in the figure, or combine some components, or arrange different components, which will not be repeated here.
  • the input unit 704 may include a graphics processing unit (Graphics Processing Unit, GPU) 7041 and a microphone 7042, and the graphics processor 7041 is used by the image capture device (such as the image data of the still picture or video obtained by the camera) for processing.
  • the display unit 706 may include a display panel 7061, and the display panel 7061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like.
  • the user input unit 707 includes at least one of a touch panel 7071 and other input devices 7072 .
  • the touch panel 7071 is also called a touch screen.
  • the touch panel 7071 may include two parts, a touch detection device and a touch controller.
  • Other input devices 7072 may include, but are not limited to, physical keyboards, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, and joysticks, which will not be described in detail here.
  • the radio frequency unit 701 may transmit the downlink data from the network side device to the processor 710 for processing after receiving the downlink data; in addition, the radio frequency unit 701 may send uplink data to the network side device.
  • the radio frequency unit 701 includes, but is not limited to, an antenna, an amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like.
  • the memory 709 can be used to store software programs or instructions as well as various data.
  • the memory 709 may mainly include a first storage area for storing programs or instructions and a second storage area for storing data, wherein the first storage area may store an operating system, an application program or instructions required by at least one function (such as a sound playing function, image playback function, etc.), etc.
  • memory 709 may include volatile memory or nonvolatile memory, or, memory 709 may include both volatile and nonvolatile memory.
  • the non-volatile memory can be read-only memory (Read-Only Memory, ROM), programmable read-only memory (Programmable ROM, PROM), erasable programmable read-only memory (Erasable PROM, EPROM), electronically programmable Erase Programmable Read-Only Memory (Electrically EPROM, EEPROM) or Flash.
  • ROM Read-Only Memory
  • PROM programmable read-only memory
  • Erasable PROM Erasable PROM
  • EPROM erasable programmable read-only memory
  • Electrical EPROM Electrical EPROM
  • EEPROM electronically programmable Erase Programmable Read-Only Memory
  • Volatile memory can be random access memory (Random Access Memory, RAM), static random access memory (Static RAM, SRAM), dynamic random access memory (Dynamic RAM, DRAM), synchronous dynamic random access memory (Synchronous DRAM, SDRAM), double data rate synchronous dynamic random access memory (Double Data Rate SDRAM, DDRSDRAM), enhanced synchronous dynamic random access memory (Enhanced SDRAM, ESDRAM), synchronous connection dynamic random access memory (Synch link DRAM , SLDRAM) and Direct Memory Bus Random Access Memory (Direct Rambus RAM, DRRAM).
  • RAM Random Access Memory
  • SRAM static random access memory
  • DRAM dynamic random access memory
  • DRAM synchronous dynamic random access memory
  • SDRAM double data rate synchronous dynamic random access memory
  • Double Data Rate SDRAM Double Data Rate SDRAM
  • DDRSDRAM double data rate synchronous dynamic random access memory
  • Enhanced SDRAM, ESDRAM enhanced synchronous dynamic random access memory
  • Synch link DRAM , SLDRAM
  • Direct Memory Bus Random Access Memory Direct Rambus
  • the processor 710 may include one or more processing units; optionally, the processor 710 integrates an application processor and a modem processor, wherein the application processor mainly processes operations related to the operating system, user interface, and application programs, etc., Modem processors mainly process wireless communication signals, such as baseband processors. It can be understood that the foregoing modem processor may not be integrated into the processor 710 .
  • the radio frequency unit 701 is configured to receive switching instruction information sent by the second communication device, where the switching instruction information is used to instruct the first communication device to switch the AI model;
  • the processor 710 is configured to perform a first operation during the switching Gap when there is a switching interval Gap between the first AI model and the second AI model; the first operation includes any of the following: not performing the second AI model Calculation of the first AI model and the second AI model; stop using the AI computing unit; perform the calculation of the first AI model, and the calculation result is available or valid; perform the calculation of the first AI model and/or the second AI model, and the calculation result is unavailable use or invalid; stop using the AI computing unit and the communication module associated with the AI computing unit.
  • the radio frequency unit 701 is configured to send switching Gap configuration information to the first communication device, where the switching Gap configuration information includes at least one of the following: the content of the first operation; the first operation is that the first communication device is switching Gap The operation of the second operation; the content of the second operation; the second operation is the operation of the first communication device after there is no switch Gap or the end of the switch Gap; the start time of switch Gap; the end time of switch Gap; the duration of switch Gap; Gap period; whether there is a switching gap; switching the communication process applicable to the gap.
  • the switching Gap configuration information includes at least one of the following: the content of the first operation; the first operation is that the first communication device is switching Gap The operation of the second operation; the content of the second operation; the second operation is the operation of the first communication device after there is no switch Gap or the end of the switch Gap; the start time of switch Gap; the end time of switch Gap; the duration of switch Gap; Gap period; whether there is a switching gap; switching
  • the second communication device instructs the first communication device to switch the AI model, and if there is a switching gap in the AI model switching, the operation of the first communication device in the switching gap is restricted to reduce the impact of AI model switching.
  • the impact of the communication system improving the performance of the AI model in the communication system, thereby improving the system performance.
  • the terminal provided in the embodiment of the present application is a terminal capable of executing the above-mentioned processing method for AI model switching, and all embodiments of the above-mentioned processing method for AI model switching are applicable to this terminal, and can achieve the same or similar beneficial effect.
  • the embodiment of the present application also provides a network side device, including a processor and a communication interface, the communication interface is used to receive handover instruction information sent by the second communication device, and the handover instruction information is used to instruct the first communication device to perform AI Model switching; the processor is used to perform the first operation in the switching Gap when there is a switching interval Gap in the switching between the first AI model and the second AI model; the first operation includes any of the following: not performing the first AI model Calculation of the first AI model and the second AI model; stop using the AI computing unit; perform the calculation of the first AI model, and the calculation result is available or valid; perform the calculation of the first AI model and/or the second AI model, and the calculation result is unavailable use or invalid; stop using the AI computing unit and the communication module associated with the AI computing unit.
  • the communication interface is used to receive handover instruction information sent by the second communication device, and the handover instruction information is used to instruct the first communication device to perform AI Model switching
  • the processor is used to perform the first operation in the switching Gap when there is
  • the communication interface is used to send switching Gap configuration information to the first communication device, and the switching Gap configuration information includes at least one of the following: the content of the first operation; the first operation is the first communication device in switching Gap Operation; the content of the second operation; the second operation is the operation of the first communication device after there is no switch Gap or the end of the switch Gap; the start time of switch Gap; the end time of switch Gap; the duration of switch Gap; switch Gap The cycle; whether there is a switching Gap; switching the communication process applicable to the Gap.
  • the network-side device embodiment corresponds to the above-mentioned network-side device method embodiment, and each implementation process and implementation mode of the above-mentioned method embodiment can be applied to this network-side device embodiment, and can achieve the same technical effect.
  • the embodiment of the present application also provides a network side device.
  • the network side device 800 includes: an antenna 81 , a radio frequency device 82 , a baseband device 83 , a processor 84 and a memory 85 .
  • the antenna 81 is connected to a radio frequency device 82 .
  • the radio frequency device 82 receives information through the antenna 81, and sends the received information to the baseband device 83 for processing.
  • the baseband device 83 processes the information to be sent and sends it to the radio frequency device 82
  • the radio frequency device 82 processes the received information and sends it out through the antenna 81 .
  • the method performed by the network side device in the above embodiments may be implemented in the baseband device 83, where the baseband device 83 includes a baseband processor.
  • the baseband device 83 can include at least one baseband board, for example, a plurality of chips are arranged on the baseband board, as shown in FIG.
  • the program executes the network device operations shown in the above method embodiments.
  • the network side device may also include a network interface 86, such as a common public radio interface (common public radio interface, CPRI).
  • a network interface 86 such as a common public radio interface (common public radio interface, CPRI).
  • the network-side device 800 in this embodiment of the present invention further includes: instructions or programs stored in the memory 85 and operable on the processor 84, and the processor 84 calls the instructions or programs in the memory 85 to execute FIG. 4 or FIG. 5
  • the methods executed by each module shown in the figure achieve the same technical effect, so in order to avoid repetition, they are not repeated here.
  • the embodiment of the present application also provides a readable storage medium, the readable storage medium stores a program or an instruction, and when the program or instruction is executed by the processor, each process of the above-mentioned AI model switching processing method embodiment is implemented, and The same technical effect can be achieved, so in order to avoid repetition, details will not be repeated here.
  • the processor is the processor in the terminal described in the foregoing embodiments.
  • the readable storage medium includes a computer-readable storage medium, such as a computer read-only memory ROM, a random access memory RAM, a magnetic disk or an optical disk, and the like.
  • the embodiment of the present application further provides a chip, the chip includes a processor and a communication interface, the communication interface is coupled to the processor, the processor is used to run programs or instructions, and implement the above-mentioned AI model switching processing method
  • the various processes of the embodiment can achieve the same technical effect, so in order to avoid repetition, details are not repeated here.
  • the chip mentioned in the embodiment of the present application may also be called a system-on-chip, a system-on-chip, a system-on-a-chip, or a system-on-a-chip.
  • An embodiment of the present application further provides a computer program product, the computer program/program product is stored in a storage medium, and the computer program product is executed by at least one processor to implement the above-mentioned AI model switching processing method embodiment
  • Each process can achieve the same technical effect, so in order to avoid repetition, it will not be repeated here.
  • the embodiment of the present application also provides a wireless communication system, including: a first communication device and a second communication device, the first communication device can be used to perform the steps of the above-mentioned AI model switching processing method, the first The second communication device can be used to execute the steps of the above-mentioned AI model switching processing method.
  • the term “comprising”, “comprising” or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article or apparatus comprising a set of elements includes not only those elements, It also includes other elements not expressly listed, or elements inherent in the process, method, article, or device. Without further limitations, an element defined by the phrase “comprising a " does not preclude the presence of additional identical elements in the process, method, article, or apparatus comprising that element.
  • the scope of the methods and devices in the embodiments of the present application is not limited to performing functions in the order shown or discussed, and may also include performing functions in a substantially simultaneous manner or in reverse order according to the functions involved. Functions are performed, for example, the described methods may be performed in an order different from that described, and various steps may also be added, omitted, or combined. Additionally, features described with reference to certain examples may be combined in other examples.
  • the methods of the above embodiments can be implemented by means of software plus a necessary general-purpose hardware platform, and of course also by hardware, but in many cases the former is better implementation.
  • the technical solution of the present application can be embodied in the form of computer software products, which are stored in a storage medium (such as ROM/RAM, magnetic disk, etc.) , CD-ROM), including several instructions to make a terminal (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) execute the methods described in the various embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Databases & Information Systems (AREA)
  • Evolutionary Computation (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

本申请公开了一种AI模型切换的处理方法、装置及通信设备,属于通信技术领域,本申请实施例的AI模型切换的处理方法包括:第一通信设备接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,所述第一通信设备在切换Gap中执行第一操作;所述第一操作包括下述任一项:不进行第一AI模型和第二AI模型的计算;停止使用AI运算单元;进行第一AI模型的计算,且计算结果可用或有效;进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;停止使用AI运算单元以及与所述AI运算单元关联的通信模块。

Description

AI模型切换的处理方法、装置及通信设备
相关申请的交叉引用
本申请主张在2021年11月30日在中国提交的中国专利申请No.202111450300.6的优先权,其全部内容通过引用包含于此。
技术领域
本申请属于通信技术领域,具体涉及一种AI模型切换的处理方法、装置及通信设备。
背景技术
人工智能(Artificial Intelligence,AI)目前在各个领域获得了广泛的应用。AI模型有多种实现方式,例如神经神经网络、决策树、支持向量机、贝叶斯分类器等。
以神经网络为例(但是并不限定AI模型的具体类型)。其中,神经网络由神经元组成。神经网络的参数通过优化算法进行优化。优化算法就是一种最小化或者最大化目标函数(或者称为损失函数)的一类算法。而目标函数是模型参数和数据的数学组合。例如给定数据X和其对应的标签Y,构建一个神经网络模型f(.),有了模型后,根据输入x就可以得到预测输出f(x),并且可以计算出预测值和真实值之间的差距(f(x)-Y),这个就是损失函数。优化算法的目的是找到合适的参数使上述的损失函数的值达到最小,损失值越小,则说明模型越接近于真实情况。
目前常见的优化算法,基本都是基于误差反向传播算法。误差反向传播算法的基本思想是,学习过程由信号的正向传播与误差的反向传播两个过程组成。正向传播时,输入样本从输入层传入,经各隐层逐层处理后,传向输出层。若输出层的实际输出与期望的输出不符,则转入误差的反向传播阶段。误差反传是将输出误差以某种形式通过隐层向输入层逐层反传,并将误差分摊给各层的所有单元,从而获得各层单元的误差信号,此误差信号即作为修正各单元权值的依据。这种信号正向传播与误差反向传播的各层权值调整过 程,是周而复始地进行的。权值不断调整的过程,也就是网络的学习训练过程。此过程一直进行到网络输出的误差减少到可接受的程度,或进行到预先设定的学习次数为止。
在AI模型切换期间,可能会对如神经网络处理器(Neural Network Processing Unit,NPU)、图形处理器(Graphics Processing Unit,GPU)、现场可编程逻辑门阵列(Field Programmable Gate Array,FPGA)等硬件造成影响,且AI模型切换也需要时间,新的AI模型无法立刻生效;而当前技术中并未对AI模型切换期间通信设备的行为进行限制,容易导致通信混乱。
发明内容
本申请实施例提供一种AI模型切换的处理方法、装置及通信设备,能够解决现有技术中未对AI模型切换期间通信设备的行为进行限制,容易导致通信混乱的问题。
第一方面,提供了一种人工智能AI模型切换的处理方法,包括:
第一通信设备接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;
在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,所述第一通信设备在切换Gap中执行第一操作;所述第一操作包括下述任一项:
不进行第一AI模型和第二AI模型的计算;
停止使用AI运算单元;
进行第一AI模型的计算,且计算结果可用或有效;
进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;
停止使用AI运算单元以及与所述AI运算单元关联的通信模块。
第二方面,提供了一种人工智能AI模型切换的处理方法,包括:
第二通信设备向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
第一操作的内容;所述第一操作为第一通信设备在第一AI模型和第二AI模型之间的切换Gap中的操作;
第二操作的内容;所述第二操作为不存在切换Gap或切换Gap结束后第 一通信设备的操作;
切换Gap的开始时间;
切换Gap的结束时间;
切换Gap的持续时间;
切换Gap的周期;
是否存在切换Gap;
切换Gap适用的通信过程。
第三方面,提供了一种AI模型切换的处理装置,包括:
接收模块,用于接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;
第一执行模块,用于在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,在切换Gap中执行第一操作;所述第一操作包括下述任一项:
不进行第一AI模型和第二AI模型的计算;
停止使用AI运算单元;
进行第一AI模型的计算,且计算结果可用或有效;
进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;
停止使用AI运算单元以及与所述AI运算单元关联的通信模块。
第四方面,提供了一种AI模型切换的处理装置,包括:
发送模块,用于向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
第一操作的内容;所述第一操作为第一通信设备在切换Gap中的操作;
第二操作的内容;所述第二操作为不存在切换Gap或切换Gap结束后第一通信设备的操作;
切换Gap的开始时间;
切换Gap的结束时间;
切换Gap的持续时间;
切换Gap的周期;
是否存在切换Gap;
切换Gap适用的通信过程。
第五方面,提供了一种通信设备,该终端包括处理器和存储器,所述存储器存储可在所述处理器上运行的程序或指令,所述程序或指令被所述处理器执行时实现如第一方面所述的方法的步骤,或实现如第二方面所述的方法的步骤。
第六方面,提供了一种通信设备,包括处理器及通信接口,其中,所述通信接口用于接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;所述处理器用于在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,在切换Gap中执行第一操作;所述第一操作包括下述任一项:
不进行第一AI模型和第二AI模型的计算;
停止使用AI运算单元;
进行第一AI模型的计算,且计算结果可用或有效;
进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;
停止使用AI运算单元以及与所述AI运算单元关联的通信模块。
第七方面,提供了一种通信设备,包括处理器及通信接口,其中,所述通信接口用于向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
第一操作的内容;所述第一操作为第一通信设备在第一AI模型和第二AI模型之间的切换Gap中的操作;
第二操作的内容;所述第二操作为不存在切换Gap或切换Gap结束后第一通信设备的操作;
切换Gap的开始时间;
切换Gap的结束时间;
切换Gap的持续时间;
切换Gap的周期;
是否存在切换Gap;
切换Gap适用的通信过程。
第八方面,提供了一种无线通信系统,包括:第一通信设备及第二通信设备,所述第一通信设备可用于执行如第一方面所述的方法的步骤,所述第 二通信设备可用于执行如第二方面所述的方法的步骤。
第九方面,提供了一种可读存储介质,所述可读存储介质上存储程序或指令,所述程序或指令被处理器执行时实现如第一方面所述的方法的步骤,或者实现如第二方面所述的方法的步骤。
第十方面,提供了一种芯片,所述芯片包括处理器和通信接口,所述通信接口和所述处理器耦合,所述处理器用于运行程序或指令,实现如第一方面所述的方法,或实现如第二方面所述的方法。
第十一方面,提供了一种计算机程序/程序产品,所述计算机程序/程序产品被存储在存储介质中,所述计算机程序/程序产品被至少一个处理器执行以实现如第一方面所述的方法的步骤,或实现如第二方面所述的方法的步骤。
在本申请实施例中,第二通信设备指示第一通信设备进行AI模型切换,在AI模型切换存在切换Gap的情况下,对切换Gap中第一通信设备的操作进行限制,减少AI模型切换对通信系统的影响,改善通信系统中AI模型的性能,从而提升系统性能。
附图说明
图1表示本申请实施例可应用的一种无线通信系统的框图;
图2表示本申请实施例提供的AI模型切换的处理方法的步骤流程图之一;
图3表示本申请实施例提供的AI模型切换的处理方法的步骤流程图之二;
图4表示本申请实施例提供的AI模型切换的处理装置的一个结构示意图;
图5表示本申请实施例提供的AI模型切换的处理装置的另一个结构示意图;
图6表示本申请实施例提供的通信设备的结构示意图;
图7表示本申请实施例提供的终端的结构示意图;
图8表示本申请实施例提供的网络侧设备的结构示意图。
具体实施方式
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实 施例。基于本申请中的实施例,本领域普通技术人员所获得的所有其他实施例,都属于本申请保护的范围。
本申请的说明书和权利要求书中的术语“第一”、“第二”等是用于区别类似的对象,而不用于描述特定的顺序或先后次序。应该理解这样使用的术语在适当情况下可以互换,以便本申请的实施例能够以除了在这里图示或描述的那些以外的顺序实施,且“第一”、“第二”所区别的对象通常为一类,并不限定对象的个数,例如第一对象可以是一个,也可以是多个。此外,说明书以及权利要求中“和/或”表示所连接对象的至少其中之一,字符“/”一般表示前后关联对象是一种“或”的关系。
值得指出的是,本申请实施例所描述的技术不限于长期演进型(Long Term Evolution,LTE)/LTE的演进(LTE-Advanced,LTE-A)系统,还可用于其他无线通信系统,诸如码分多址(Code Division Multiple Access,CDMA)、时分多址(Time Division Multiple Access,TDMA)、频分多址(Frequency Division Multiple Access,FDMA)、正交频分多址(Orthogonal Frequency Division Multiple Access,OFDMA)、单载波频分多址(Single-carrier Frequency Division Multiple Access,SC-FDMA)和其他系统。本申请实施例中的术语“系统”和“网络”常被可互换地使用,所描述的技术既可用于以上提及的系统和无线电技术,也可用于其他系统和无线电技术。以下描述出于示例目的描述了新空口(New Radio,NR)系统,并且在以下大部分描述中使用NR术语,但是这些技术也可应用于NR系统应用以外的应用,如第6代(6th Generation,6G)通信系统。
图1示出本申请实施例可应用的一种无线通信系统的框图。无线通信系统包括终端11和网络侧设备12。其中,终端11可以是手机、平板电脑(Tablet Personal Computer)、膝上型电脑(Laptop Computer)或称为笔记本电脑、个人数字助理(Personal Digital Assistant,PDA)、掌上电脑、上网本、超级移动个人计算机(ultra-mobile personal computer,UMPC)、移动上网装置(Mobile Internet Device,MID)、增强现实(augmented reality,AR)/虚拟现实(virtual reality,VR)设备、机器人、可穿戴式设备(Wearable Device)、车载设备(Vehicle User Equipment,VUE)、行人终端(Pedestrian User Equipment,PUE)、智能 家居(具有无线通信功能的家居设备,如冰箱、电视、洗衣机或者家具等)、游戏机、个人计算机(personal computer,PC)、柜员机或者自助机等终端侧设备,可穿戴式设备包括:智能手表、智能手环、智能耳机、智能眼镜、智能首饰(智能手镯、智能手链、智能戒指、智能项链、智能脚镯、智能脚链等)、智能腕带、智能服装等。需要说明的是,在本申请实施例并不限定终端11的具体类型。网络侧设备12可以包括接入网设备或核心网设备,其中,接入网设备也可以称为无线接入网设备、无线接入网(Radio Access Network,RAN)、无线接入网功能或无线接入网单元。接入网设备可以包括基站、无线局域网(Wireless Local Area Network,WLAN)接入点或无线保真(Wireless Fidelity,WiFi)节点等,基站可被称为节点B、演进节点B(eNB)、接入点、基收发机站(Base Transceiver Station,BTS)、无线电基站、无线电收发机、基本服务集(Basic Service Set,BSS)、扩展服务集(Extended Service Set,ESS)、家用B节点、家用演进型B节点、发送接收点(Transmitting Receiving Point,TRP)或所述领域中其他某个合适的术语,只要达到相同的技术效果,所述基站不限于特定技术词汇,需要说明的是,在本申请实施例中仅以NR系统中的基站为例进行介绍,并不限定基站的具体类型。
下面结合附图,通过一些实施例及其应用场景对本申请实施例提供的AI模型切换的处理方法、装置及通信设备进行详细地说明。
请参见图2,图2为本申请的至少一个实施例提供的AI模型切换的处理方法的步骤流程图,该AI模型切换的处理方法包括:
步骤201,第一通信设备接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;
可选的,切换指示信息包括:第二AI模型的信息(间接指示第一通信设备由第一AI模型切换至第二AI模型);和/或,切换指示信息包括:指示第一通信设备使用第二AI模型的指示信息1;和/或,切换指示信息包括:指示第一通信设备的第一AI模型不可用或更换第一AI模型的指示信息2;和/或,切换指示信息包括:指示第一通信设备用第二AI模型替换第一AI模型的指示信息3。
步骤202,在第一AI模型与第二AI模型的切换存在切换间隔Gap的情 况下,所述第一通信设备在切换Gap中执行第一操作;所述第一操作包括下述任一项:
不进行第一AI模型和第二AI模型的计算;
停止使用AI运算单元;即不仅第一AI模型和第二AI模型无法计算,其他模块的AI模型也无法计算;可选地,当第一通信设备有多个AI运算单元时,所述停止使用AI运算单元,是指停止使用第一AI模型属于的AI运算单元,和/或停止使用第二AI模型属于的AI运算单元;可选地,当第一通信设备有多个AI运算单元时,所述其他模块的AI模型也无法计算,是指第一AI模型属于的AI运算单元包含的其他模块的AI模型也无法计算,和/或第二AI模型属于的AI运算单元包含的其他模块的AI模型也无法计算;
进行第一AI模型的计算,且计算结果(该计算结果为第一AI模型输出的结果)可用或有效;
进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;即第一AI模型输出的结果和/或第二AI模型输出的结果均无效;
停止使用AI运算单元以及与所述AI运算单元关联的通信模块;可选的,与所述AI运算单元关联的通信模块可以理解为需要所述AI运算单元的中间信息或输出信息的通信模块,或者输出信息为所述AI运算单元的输入信息或输入信息之一的通信模块;可选地,当第一通信设备有多个AI运算单元时,所述停止使用AI运算单元以及与所述AI运算单元关联的通信模块,是指停止使用第一AI模型属于的AI运算单元以及与所述AI运算单元关联的通信模块,和/或停止使用第二AI模型属于的AI运算单元以及与所述AI运算单元关联的通信模块。
在本申请实施例中,第一通信设备可以为网络侧设备或终端,第二通信设备可以为网络侧设备或终端。一个典型场景中,第一通信设备为终端,第二通信设备为网络侧设备;另一个典型场景中,第一通信设备为网络侧设备,第二通信设备为终端;又一个典型场景中,第一通信设备和第二通信设备分别为网络侧的不同节点;又一个典型场景中,第一通信设备和第二通信设备分别为不同的终端设备。
可选的,第一AI模型为第一通信设备原本使用的AI模型或目前使用的 AI模型。第二AI模型为准备替换“第一AI模型”的AI模型。
作为一个可选实施例,第二AI模型可以由第二通信设备下发,也可以由协议预定,也可以是第一通信设备自有或自定义,在此不做具体限定。
需要说明的是,AI运算单元用于AI模型的运算或推理或运行或计算,其可以是一种单元、模块、芯片或硬件,在此不做具体限定。
在本申请的至少一个实施例中,在第一操作为不进行第一AI模型和第二AI模型的计算,或进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效的情况下,所述第一操作还包括下述至少一项:
使用所述第一AI模型对应的非AI算法进行计算;
使用所述第二AI模型对应的非AI算法进行计算。
其中,“第一AI模型对应的非AI算法”可以理解为,能够实现第一AI模型的功能的非AI算法;“所述第二AI模型对应的非AI算法”可以理解为,能够实现第二AI模型的功能的非AI算法。
在本申请的另一个可选实施例中,在第一操作为不进行第一AI模型和第二AI模型的计算的情况下,除了第一AI模型和第二AI模型之外,第一通信设备的AI运算单元的其他资源可以使用。可选地,当第一通信设备有多个AI运算单元时,所述第一通信设备的AI运算单元的其他资源可以使用,是指第一AI模型属于的AI运算单元的其他资源可以使用,和/或第二AI模型属于的AI运算单元的其他资源可以使用。
在本申请的至少一个实施例中,所述方法还包括:
在第一AI模型与第二AI模型的切换不存在所述切换Gap(也可以称为切换Gap为0)或所述切换Gap结束后,所述第一通信设备执行第二操作;所述第二操作包括以下任一项:
使用所述第二AI模型进行计算;可选地,第一AI模型不再使用,该第一AI模型可以保存到第一通信设备侧,或该第一AI模型可以删除;
向所述第二通信设备发送第二AI模型可使用的第一指示信息,并在X1个时间单元后使用所述第二AI模型进行计算;
向所述第二通信设备发送第二AI模型可使用的第一指示信息,接收所述第一指示信息的确认信息,在接收到所述确认信息的X2个时间单元后使用 所述第二AI模型进行计算;
其中,所述X1,X2均为大于或者等于0。
在本申请的至少一个实施例中,所述方法还包括:
所述第一通信设备确定切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
第一操作的内容;
第二操作的内容;
切换Gap的开始时间;
切换Gap的结束时间;
切换Gap的持续时间;
切换Gap的周期;
是否存在切换Gap;
切换Gap适用的通信过程。
可选的,所述第一通信设备确定切换Gap配置信息,包括:
所述第一通信设备接收第二通信设备指示的切换Gap配置信息;其中,第二通信设备根据第一信息确定切换Gap配置信息。
或者,所述第一通信设备确定切换Gap配置信息,包括:
所述第一通信设备根据其他通信设备的功能请求向第二通信设备发送Gap请求消息,并接收第二通信设备返回的切换Gap配置信息;可选的,第一通信设备侧存储多个AI模型,并基于除第二通信设备以外的其他通信设备的功能请求,向第二通信设备请求Gap。例如,定位需要在定位管理功能LMF定位请求下,在不同的AI模型中切换。
或者,所述第一通信设备确定切换Gap配置信息,包括:
所述第一通信设备向第二通信设备发送切换Gap配置信息;可选的,第一通信设备向第二通信设备发送的切换Gap配置信息为第一通信设备期望的切换Gap配置信息。
或者,所述第一通信设备确定切换Gap配置信息,包括:
所述第一通信设备根据预先约定,确定使用的切换Gap配置信息。
或者,所述第一通信设备确定切换Gap配置信息,包括:
所述第一通信设备根据预先约定确定多套切换Gap配置信息,并接收第一通信设备的指示,确定使用的切换Gap配置信息。
例如,第二通信设备在实际使用中根据需要指示第一通信设备使用哪一套Gap配置信息。可选的,多套gap配置信息中有的对应时延短,有的对应功耗小。
再例如,网络数据分析功能(Network Data Analytics Function,NWDAF)预定一个切换Gap配置信息池(包括多套切换Gap配置信息),之后基站指示使用切换Gap配置信息池中的哪一套。
在本申请的至少一个实施例中,所述方法还包括:
所述第一通信设备根据第一信息,确定第一AI模型与第二AI模型的切换是否存在切换Gap和/或切换Gap的持续时间;
其中,所述第一信息包括以下至少一项:
第一AI模型与第二AI模型的类型差异信息;
第一AI模型与第二AI模型的结构差异信息;
第一AI模型与第二AI模型的参数变化量;
第一通信设备的AI运算单元的总能力或总资源;
第一通信设备的AI运算单元的剩余能力或剩余资源。
可选地,相同类型的AI模型的切换Gap小于不同类型的AI模型的切换Gap。
可选地,相同类型的AI模型或类型差异小于第一门限的AI模型,则不需要切换Gap。
例如,AI模型的类型包括:全连接神经网络,卷积神经网络,循环神经网络,长短期记忆网络,决策树,贝叶斯算法,支持向量机,随机森林,高斯随机过程等,在此不一一列举。
可选地,相同结构AI模型的切换Gap小于不同结构的AI模型的切换Gap。
可选地,结构差异小的AI模型的切换Gap小于结构差异大的AI模型的切换Gap。
可选地,相同结构的AI模型或结构差异小于第二门限的AI模型,不需 要切换Gap。
例如,以神经网络为例,AI模型的结构包括层数、每层神经元数目、层与层之间是全连接还是卷积、激活函数类型、是否使用特殊模块(如注意力模块、记忆单元等)。
可选地,参数变化量小的AI模型的切换Gap小于参数变化量大的AI模型的切换Gap。
可选地,AI模型的参数变化量小于某个门限,则不需要切换Gap。
可选地,当类型和/或结构相同时,参数变化量小于第三门限,不需要切换Gap。
可选地,当类型差异小于第一门限和/或结构差异小于第二门限时,参数变化量小于第三门限,不需要切换Gap。
可选的,第一通信设备的AI运算单元的总能力或总资源越多,切换Gap越小。其中,上述第一门限、第二门限、第三门限,与总能力或总资源相关。
其中,“第一通信设备的AI运算单元的剩余能力或剩余资源”可以理解为,其它功能模块(通信模块和非通信模块)占据AI运算单元的能力/资源之外,剩余的能力/资源。可选地,剩余能力越强/剩余资源越多,切换Gap越小。其中,上述第一门限、第二门限、第三门限,与剩余能力或剩余资源相关。
作为一个可选实施例,所述AI运算单元的能力或资源包括以下至少之一:
运算能力(乘法、加法等运算能力);
算力或计算能力;
浮点计算能力;如每秒浮点运算次数(floating-point operations per second,FLOPS),每秒所执行的浮点运算次数,浮点运算包括了所有涉及小数的运算,比整数运算更费时间。一般常用TFLOPS(Tops)作为衡量NPU/GPU性能/算力的指标,比如某个芯片的算力为1.7Tops神经网络运算性能;
进程数;
线程数;
内存;
存储空间;
缓存;
输入通道信息,如输入通道的带宽、速率、同时读取/写入/传输的通道数目/比特/字节;
输出通道信息,如输出通道的带宽、速率、同时读取/写入/传输的通道数目/比特/字节。
在本申请的至少一个实施例中,所述方法还包括:
在所述第一信息满足预设条件的情况下,所述第一通信设备向所述第二通信设备发送所述第一信息;例如预设条件为:第一信息包括的内容的至少一项是否超过门限,或所述内容的至少一项是否发生变化,或所述内容的至少一项的变化量是否超过门限;
或者,
在满足目标触发的情况下,所述第一通信设备向所述第二通信设备发送所述第一信息;例如,由第二通信设备指示,和/或协议约定,所述第一信息的具体内容、周期、触发事件等信息。如第一通信设备上报AI运算单元的剩余能力/资源发生变化,之前配置的切换gap长度不再合适,需要调整切换gap长度,则第一通信设备上报第一信息;
或者,
所述第一通信设备周期性向所述第二通信设备发送所述第一信息;例如,由第二通信设备指示,和/或协议约定,所述第一信息的具体内容、周期等信息。
作为一个可选实施例,所述切换Gap适用的通信过程包括下述至少一个:
小区切换;
小区重定向;
无线资源控制(Radio Resource Control,RRC)重配;
RRC释放;
RRC恢复;
RRC重建;
RRC建立;
测量gap;
测量gap配置。
相应的,在上述通信过程中,所述切换Gap的持续时间小于或者等于以下任意一项:
小区切换时延;
小区重定向时延;
RRC重配时延;
RRC重建时延;
RRC建立时延;
测量gap的时间长度。
相应的,在上述通信过程中,所述第一通信设备确定切换Gap配置信息,包括:
所述第一通信设备根据第一消息,确定所述切换Gap配置信息;即由第一消息携带切换Gap配置信息或者由第一消息指示切换Gap配置信息;其中,所述第一消息包括下述至少一个:
RRC重配置消息;
RRC释放消息;
RRC恢复消息;
RRC重建消息;
RRC建立消息。
在本申请的一个可选实施例中,所述切换Gap的开始时间包括以下至少之一:
指示第一通信设备进行AI模型切换的第一时间;
所述第一时间之后的第X3个时间单元;
所述第一时间之前的第X4个时间单元;
第二AI模型信息接收的第二时间;
所述第二时间之后的第X5个时间单元;
所述第二时间之前的第X6个时间单元;
第二AI模型信息接收后发送确认信息的第三时间;
所述第三时间之后的第X7个时间单元;
所述第三时间之前的第X8个时间单元;
第二通信设备接收第二AI模型信息的确认信息的第四时间;
所述第四时间之后的第X9个时间单元;
所述第四时间之前的第X10个时间单元;
第一AI模型失效的第五时间;
所述第五时间之后的第X11个时间单元;
所述第五时间之前的第X12个时间单元;
第二AI模型预期生效的第六时间;
所述第六时间之后的第X13个时间单元;
所述第六时间之前的第X14个时间单元;
其中,X3至X14均大于或者等于1。
在本申请的另一个可选实施例中,所述切换Gap的结束时间包括以下至少之一:
所述切换Gap的开始时间+切换Gap的持续时间得到的第七时间;
所述第七时间之后的第X15个时间单元;
所述第七时间之前的第X16个时间单元;
所述切换Gap的开始时间+AI模型切换的持续时间得到的第八时间;
所述第八时间之后的第X17个时间单元;
所述第八时间之前的第X18个时间单元;
AI模型完成切换的第九时间;
所述第九时间之后的第X19个时间单元;
所述第九时间之前的第X20个时间单元;
第一通信设备发送第二AI模型可使用的第一指示信息的第十时间;
所述第十时间之后的第X21个时间单元;
所述第十时间之前的第X22个时间单元;
第二通信设备接收所述第一指示信息的第十一时间;
所述第十一时间之后的第X23个时间单元;
所述第十一时间之前的第X24个时间单元;
第一通信设备发送所述第一指示信息后,第二通信设备反馈确认信息的 第十二时间;
所述第十二时间之后的第X25个时间单元;
所述第十二时间之前的第X26个时间单元;
第一通信设备发送所述第一指示信息后,第一通信设备接收第二通信设备反馈的确认信息的第十三时间;
所述第十三时间之后的第X27个时间单元;
所述第十三时间之前的第X28个时间单元;
其中,X15至X28均大于或者等于1。
综上,在本申请实施例中,第二通信设备指示第一通信设备进行AI模型切换,在AI模型切换存在切换Gap的情况下,对切换Gap中第一通信设备的操作进行限制,减少AI模型切换对通信系统的影响,改善通信系统中AI模型的性能,从而提升系统性能。
请参见图3,图3为本申请实施例提供的人工智能AI模型切换的处理方法的另一个步骤流程图,该AI模型切换的处理方法包括:
步骤301,第二通信设备向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
第一操作的内容;所述第一操作为第一通信设备在第一AI模型和第二AI模型之间的切换Gap中的操作;
第二操作的内容;所述第二操作为不存在切换Gap或切换Gap结束后第一通信设备的操作;
切换Gap的开始时间;
切换Gap的结束时间;
切换Gap的持续时间;
切换Gap的周期;
是否存在切换Gap;
切换Gap适用的通信过程。
可选的,所述第一操作包括下述任一项:
第一通信设备不进行第一AI模型和第二AI模型的计算;
第一通信设备停止使用AI运算单元;即不仅第一AI模型和第二AI模型 无法计算,其他模块的AI模型也无法计算;可选地,当第一通信设备有多个AI运算单元时,所述停止使用AI运算单元,是指停止使用第一AI模型属于的AI运算单元,和/或停止使用第二AI模型属于的AI运算单元;可选地,当第一通信设备有多个AI运算单元时,所述其他模块的AI模型也无法计算,是指第一AI模型属于的AI运算单元包含的其他模块的AI模型也无法计算,和/或第二AI模型属于的AI运算单元包含的其他模块的AI模型也无法计算;
第一通信设备进行第一AI模型的计算,且计算结果(该计算结果为第一AI模型输出的结果)可用或有效;
第一通信设备进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;即第一AI模型输出的结果和/或第二AI模型输出的结果均无效;
第一通信设备停止使用AI运算单元以及与所述AI运算单元关联的通信模块;可选的,与所述AI运算单元关联的通信模块可以理解为需要所述AI运算单元的中间信息或输出信息的通信模块,或者输出信息为所述AI运算单元的输入信息或输入信息之一的通信模块;可选地,当第一通信设备有多个AI运算单元时,所述停止使用AI运算单元以及与所述AI运算单元关联的通信模块,是指停止使用第一AI模型属于的AI运算单元以及与所述AI运算单元关联的通信模块,和/或停止使用第二AI模型属于的AI运算单元以及与所述AI运算单元关联的通信模块。
可选的,第一AI模型为第一通信设备原本使用的AI模型或目前使用的AI模型。第二AI模型为准备替换“第一AI模型”的AI模型。
作为一个可选实施例,第二AI模型可以由第二通信设备下发,也可以由协议预定,也可以是第一通信设备自有或自定义,在此不做具体限定。
在本申请的至少一个实施例中,在第一操作为不进行第一AI模型和第二AI模型的计算,或进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效的情况下,所述第一操作还包括下述至少一项:
第一通信设备使用所述第一AI模型对应的非AI算法进行计算;
第一通信设备使用所述第二AI模型对应的非AI算法进行计算。
其中,“第一AI模型对应的非AI算法”可以理解为,能够实现第一AI模型的功能的非AI算法;“所述第二AI模型对应的非AI算法”可以理解为, 能够实现第二AI模型的功能的非AI算法。
在本申请的另一个可选实施例中,在第一操作为不进行第一AI模型和第二AI模型的计算的情况下,除了第一AI模型和第二AI模型之外,第一通信设备的AI运算单元的其他资源可以使用。可选地,当第一通信设备有多个AI运算单元时,所述第一通信设备的AI运算单元的其他资源可以使用,是指第一AI模型属于的AI运算单元的其他资源可以使用,和/或第二AI模型属于的AI运算单元的其他资源可以使用。
在本申请的至少一个实施例中,所述第二操作包括以下任一项:
第一通信设备使用所述第二AI模型进行计算;可选地,第一AI模型不再使用,该第一AI模型可以保存到第一通信设备侧,或该第一AI模型可以删除;
第一通信设备向所述第二通信设备发送第二AI模型可使用的第一指示信息,并在X1个时间单元后使用所述第二AI模型进行计算;
第一通信设备向所述第二通信设备发送第二AI模型可使用的第一指示信息,接收所述第一指示信息的确认信息,在接收到所述确认信息的X2个时间单元后使用所述第二AI模型进行计算;
其中,所述X1,X2均为大于或者等于0。
在本申请的至少一个实施例中,所述方法还包括:
所述第二通信设备根据第一信息,确定第一通信设备使用的切换Gap配置信息;其中,所述第一信息包括以下至少一项:
第一AI模型与第二AI模型的类型差异信息;
第一AI模型与第二AI模型的结构差异信息;
第一AI模型与第二AI模型的参数变化量;
第一通信设备的AI运算单元的总能力或总资源;
第一通信设备的AI运算单元的剩余能力或剩余资源。
可选地,相同类型的AI模型的切换Gap小于不同类型的AI模型的切换Gap。
可选地,相同类型的AI模型或类型差异小于第一门限的AI模型,则不需要切换Gap。
例如,AI模型的类型包括:全连接神经网络,卷积神经网络,循环神经网络,长短期记忆网络,决策树,贝叶斯算法,支持向量机,随机森林,高斯随机过程等,在此不一一列举。
可选地,相同结构AI模型的切换Gap小于不同结构的AI模型的切换Gap。
可选地,结构差异小的AI模型的切换Gap小于结构差异大的AI模型的切换Gap。
可选地,相同结构的AI模型或结构差异小于第二门限的AI模型,不需要切换Gap。
例如,以神经网络为例,AI模型的结构包括层数、每层神经元数目、层与层之间是全连接还是卷积、激活函数类型、是否使用特殊模块(如注意力模块、记忆单元等)。
可选地,参数变化量小的AI模型的切换Gap小于参数变化量大的AI模型的切换Gap。
可选地,AI模型的参数变化量小于某个门限,则不需要切换Gap。
可选地,当类型和/或结构相同时,参数变化量小于第三门限,不需要切换Gap。
可选地,当类型差异小于第一门限和/或结构差异小于第二门限时,参数变化量小于第三门限,不需要切换Gap。
可选的,第一通信设备的AI运算单元的总能力或总资源越多,切换Gap越小。其中,上述第一门限、第二门限、第三门限,与总能力或总资源相关。
其中,“第一通信设备的AI运算单元的剩余能力或剩余资源”可以理解为,其它功能模块(通信模块和非通信模块)占据AI运算单元的能力/资源之外,剩余的能力/资源。可选地,剩余能力越强/剩余资源越多,切换Gap越小。其中,上述第一门限、第二门限、第三门限,与剩余能力或剩余资源相关。
进一步的,所述方法还包括:
所述第二通信设备接收第一通信设备发送的所述第一信息。
例如,在所述第一信息满足预设条件的情况下,所述第一通信设备向所 述第二通信设备发送所述第一信息;例如预设条件为:第一信息包括的内容的至少一项是否超过门限,或所述内容的至少一项是否发生变化,或所述内容的至少一项的变化量是否超过门限;
或者,
在满足目标触发的情况下,所述第一通信设备向所述第二通信设备发送所述第一信息;例如,由第二通信设备指示,和/或协议约定,所述第一信息的具体内容、周期、触发事件等信息。如第一通信设备上报AI运算单元的剩余能力/资源发生变化,之前配置的切换gap长度不再合适,需要调整切换gap长度,则第一通信设备上报第一信息;
或者,
所述第一通信设备周期性向所述第二通信设备发送所述第一信息;例如,由第二通信设备指示,和/或协议约定,所述第一信息的具体内容、周期等信息。
作为一个可选实施例,所述AI运算单元的能力或资源包括以下至少之一:
运算能力(乘法、加法等运算能力);
算力或计算能力;
浮点计算能力;如每秒浮点运算次数(floating-point operations per second,FLOPS),每秒所执行的浮点运算次数,浮点运算包括了所有涉及小数的运算,比整数运算更费时间。一般常用TFLOPS(Tops)作为衡量NPU/GPU性能/算力的指标,比如某个芯片的算力为1.7Tops神经网络运算性能;
进程数;
线程数;
内存;
存储空间;
缓存;
输入通道信息,如输入通道的带宽、速率、同时读取/写入/传输的通道数目/比特/字节;
输出通道信息,如输出通道的带宽、速率、同时读取/写入/传输的通道数目/比特/字节。
作为一个可选实施例,所述切换Gap适用的通信过程包括下述至少一个:
小区切换;
小区重定向;
无线资源控制RRC重配;
RRC释放;
RRC恢复;
RRC重建;
RRC建立;
测量gap;
测量gap配置。
相应的,在上述通信过程中,所述切换Gap的持续时间小于或者等于以下任意一项:
小区切换时延;
小区重定向时延;
RRC重配时延;
RRC重建时延;
RRC建立时延;
测量gap的时间长度。
在本申请的一个可选实施例中,所述切换Gap的开始时间包括以下至少之一:
指示第一通信设备进行AI模型切换的第一时间;
所述第一时间之后的第X3个时间单元;
所述第一时间之前的第X4个时间单元;
第二AI模型信息接收的第二时间;
所述第二时间之后的第X5个时间单元;
所述第二时间之前的第X6个时间单元;
第二AI模型信息接收后发送确认信息的第三时间;
所述第三时间之后的第X7个时间单元;
所述第三时间之前的第X8个时间单元;
第二通信设备接收第二AI模型信息的确认信息的第四时间;
所述第四时间之后的第X9个时间单元;
所述第四时间之前的第X10个时间单元;
第一AI模型失效的第五时间;
所述第五时间之后的第X11个时间单元;
所述第五时间之前的第X12个时间单元;
第二AI模型预期生效的第六时间;
所述第六时间之后的第X13个时间单元;
所述第六时间之前的第X14个时间单元;
其中,X3至X14均大于或者等于1。
在本申请的另一个可选实施例中,所述切换Gap的结束时间包括以下至少之一:
所述切换Gap的开始时间+切换Gap的持续时间得到的第七时间;
所述第七时间之后的第X15个时间单元;
所述第七时间之前的第X16个时间单元;
所述切换Gap的开始时间+AI模型切换的持续时间得到的第八时间;
所述第八时间之后的第X17个时间单元;
所述第八时间之前的第X18个时间单元;
AI模型完成切换的第九时间;
所述第九时间之后的第X19个时间单元;
所述第九时间之前的第X20个时间单元;
第一通信设备发送第二AI模型可使用的第一指示信息的第十时间;
所述第十时间之后的第X21个时间单元;
所述第十时间之前的第X22个时间单元;
第二通信设备接收所述第一指示信息的第十一时间;
所述第十一时间之后的第X23个时间单元;
所述第十一时间之前的第X24个时间单元;
第一通信设备发送所述第一指示信息后,第二通信设备反馈确认信息的第十二时间;
所述第十二时间之后的第X25个时间单元;
所述第十二时间之前的第X26个时间单元;
第一通信设备发送所述第一指示信息后,第一通信设备接收第二通信设备反馈的确认信息的第十三时间;
所述第十三时间之后的第X27个时间单元;
所述第十三时间之前的第X28个时间单元;
其中,X15至X28均大于或者等于1。
作为一个可选实施例,步骤301包括:
所述第二通信设备接收所述第一通信设备发送的Gap请求消息;
所述第二通信设备根据所述Gap请求消息,向所述第一通信设备发送切换Gap配置信息。
可选的,第一通信设备侧存储多个AI模型,并基于除第二通信设备以外的其他通信设备的功能请求,向第二通信设备发送Gap请求消息;第二通信设备基于Gap请求消息向第一通信设备反馈相应的切换。例如,定位需要在定位管理功能LMF定位请求下,在不同的AI模型中切换Gap配置信息。
综上,在本申请实施例中,第二通信设备指示第一通信设备进行AI模型切换,在AI模型切换存在切换Gap的情况下,对切换Gap中第一通信设备的操作进行限制,减少AI模型切换对通信系统的影响,改善通信系统中AI模型的性能,从而提升系统性能。
本申请实施例提供的AI模型切换的处理方法,执行主体可以为AI模型切换的处理装置。本申请实施例中以AI模型切换的处理装置执行AI模型切换的处理方法为例,说明本申请实施例提供的AI模型切换的处理装置。
请参见图4,图4为本申请实施例提供的AI模型切换的处理装置400的一个结构示意图,该AI模型切换的处理装置400包括:
接收模块401,用于接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;
第一执行模块402,用于在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,在切换Gap中执行第一操作;所述第一操作包括下述任一项:
不进行第一AI模型和第二AI模型的计算;
停止使用AI运算单元;
进行第一AI模型的计算,且计算结果可用或有效;
进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;
停止使用AI运算单元以及与所述AI运算单元关联的通信模块。
作为一个可选实施例,所述第一操作还包括下述至少一项:
使用所述第一AI模型对应的非AI算法进行计算;
使用所述第二AI模型对应的非AI算法进行计算。
作为一个可选实施例,所述装置还包括:
第二执行模块,用于在第一AI模型与第二AI模型的切换不存在所述切换Gap或所述切换Gap结束后,执行第二操作;所述第二操作包括以下任一项:
使用所述第二AI模型进行计算;
向所述第二通信设备发送第二AI模型可使用的第一指示信息,并在X1个时间单元后使用所述第二AI模型进行计算;
向所述第二通信设备发送第二AI模型可使用的第一指示信息,接收所述第一指示信息的确认信息,在接收到所述确认信息的X2个时间单元后使用所述第二AI模型进行计算;
其中,所述X1,X2均为大于或者等于0。
作为一个可选实施例,所述装置还包括:
第一确定模块,用于确定切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
第一操作的内容;
第二操作的内容;
切换Gap的开始时间;
切换Gap的结束时间;
切换Gap的持续时间;
切换Gap的周期;
是否存在切换Gap;
切换Gap适用的通信过程。
作为一个可选实施例,所述第一确定模块包括:
第一确定子模块,用于接收第二通信设备指示的切换Gap配置信息;
或者,用于根据其他通信设备的功能请求向第二通信设备发送Gap请求消息,并接收第二通信设备返回的切换Gap配置信息;
或者,用于向第二通信设备发送切换Gap配置信息;
或者,用于根据预先约定,确定使用的切换Gap配置信息;
或者,用于根据预先约定确定多套切换Gap配置信息,并接收第一通信设备的指示,确定使用的切换Gap配置信息。
作为一个可选实施例,所述装置还包括:
第二确定子模块,用于根据第一信息,确定第一AI模型与第二AI模型的切换是否存在切换Gap和/或切换Gap的持续时间;
其中,所述第一信息包括以下至少一项:
第一AI模型与第二AI模型的类型差异信息;
第一AI模型与第二AI模型的结构差异信息;
第一AI模型与第二AI模型的参数变化量;
第一通信设备的AI运算单元的总能力或总资源;
第一通信设备的AI运算单元的剩余能力或剩余资源。
作为一个可选实施例,所述AI运算单元的能力或资源包括以下至少之一:
运算能力;
算力或计算能力;
浮点计算能力;
进程数;
线程数;
内存;
存储空间;
缓存;
输入通道信息;
输出通道信息。
作为一个可选实施例,所述装置还包括:
信息发送模块,用于在所述第一信息满足预设条件的情况下,向所述第二通信设备发送所述第一信息;
或者,用于在满足目标触发的情况下,向所述第二通信设备发送所述第一信息;
或者,用于周期性向所述第二通信设备发送所述第一信息。
作为一个可选实施例,所述切换Gap适用的通信过程包括下述至少一个:
小区切换;
小区重定向;
无线资源控制RRC重配;
RRC释放;
RRC恢复;
RRC重建;
RRC建立;
测量gap;
测量gap配置。
作为一个可选实施例,所述切换Gap的持续时间小于或者等于以下任意一项:
小区切换时延;
小区重定向时延;
RRC重配时延;
RRC重建时延;
RRC建立时延;
测量gap的时间长度。
作为一个可选实施例,所述第一确定模块包括:
第二确定子模块,用于根据第一消息,确定所述切换Gap配置信息;其中,所述第一消息包括下述至少一个:
RRC重配置消息;
RRC释放消息;
RRC恢复消息;
RRC重建消息;
RRC建立消息。
作为一个可选实施例,所述切换Gap的开始时间包括以下至少之一:
指示第一通信设备进行AI模型切换的第一时间;
所述第一时间之后的第X3个时间单元;
所述第一时间之前的第X4个时间单元;
第二AI模型信息接收的第二时间;
所述第二时间之后的第X5个时间单元;
所述第二时间之前的第X6个时间单元;
第二AI模型信息接收后发送确认信息的第三时间;
所述第三时间之后的第X7个时间单元;
所述第三时间之前的第X8个时间单元;
第二通信设备接收第二AI模型信息的确认信息的第四时间;
所述第四时间之后的第X9个时间单元;
所述第四时间之前的第X10个时间单元;
第一AI模型失效的第五时间;
所述第五时间之后的第X11个时间单元;
所述第五时间之前的第X12个时间单元;
第二AI模型预期生效的第六时间;
所述第六时间之后的第X13个时间单元;
所述第六时间之前的第X14个时间单元;
其中,X3至X14均大于或者等于1。
作为一个可选实施例,所述切换Gap的结束时间包括以下至少之一:
所述切换Gap的开始时间+切换Gap的持续时间得到的第七时间;
所述第七时间之后的第X15个时间单元;
所述第七时间之前的第X16个时间单元;
所述切换Gap的开始时间+AI模型切换的持续时间得到的第八时间;
所述第八时间之后的第X17个时间单元;
所述第八时间之前的第X18个时间单元;
AI模型完成切换的第九时间;
所述第九时间之后的第X19个时间单元;
所述第九时间之前的第X20个时间单元;
第一通信设备发送第二AI模型可使用的第一指示信息的第十时间;
所述第十时间之后的第X21个时间单元;
所述第十时间之前的第X22个时间单元;
第二通信设备接收所述第一指示信息的第十一时间;
所述第十一时间之后的第X23个时间单元;
所述第十一时间之前的第X24个时间单元;
第一通信设备发送所述第一指示信息后,第二通信设备反馈确认信息的第十二时间;
所述第十二时间之后的第X25个时间单元;
所述第十二时间之前的第X26个时间单元;
第一通信设备发送所述第一指示信息后,第一通信设备接收第二通信设备反馈的确认信息的第十三时间;
所述第十三时间之后的第X27个时间单元;
所述第十三时间之前的第X28个时间单元;
其中,X15至X28均大于或者等于1。
在本申请实施例中,第二通信设备指示第一通信设备进行AI模型切换,在AI模型切换存在切换Gap的情况下,对切换Gap中第一通信设备的操作进行限制,减少AI模型切换对通信系统的影响,改善通信系统中AI模型的性能,从而提升系统性能。
需要说明的是,本申请实施例提供的AI模型切换的处理装置是能够执行上述AI模型切换的处理方法的装置,则上述AI模型切换的处理方法的所有实施例均适用于该AI模型切换的处理装置,且均能达到相同或相似的有益效果。
请参见图5,图5为本申请实施例提供的AI模型切换的处理装置500的一个结构示意图,该AI模型切换的处理装置500包括:
发送模块501,用于向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
第一操作的内容;所述第一操作为第一通信设备在第一AI模型和第二AI模型之间的切换Gap中的操作;
第二操作的内容;所述第二操作为不存在切换Gap或切换Gap结束后第一通信设备的操作;
切换Gap的开始时间;
切换Gap的结束时间;
切换Gap的持续时间;
切换Gap的周期;
是否存在切换Gap;
切换Gap适用的通信过程。
作为一个可选实施例,所述第一操作包括下述任一项:
第一通信设备不进行第一AI模型和第二AI模型的计算;
第一通信设备停止使用AI运算单元;
第一通信设备进行第一AI模型的计算,且计算结果可用或有效;
第一通信设备进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;
第一通信设备停止使用AI运算单元以及与所述AI运算单元关联的通信模块。
作为一个可选实施例,所述第一操作还包括下述至少一项:
第一通信设备使用所述第一AI模型对应的非AI算法进行计算;
第一通信设备使用所述第二AI模型对应的非AI算法进行计算。
作为一个可选实施例,所述第二操作包括以下任一项:
第一通信设备使用所述第二AI模型进行计算;
第一通信设备向所述第二通信设备发送第二AI模型可使用的第一指示信息,并在X1个时间单元后使用所述第二AI模型进行计算;
第一通信设备向所述第二通信设备发送第二AI模型可使用的第一指示信息,接收所述第一指示信息的确认信息,在接收到所述确认信息的X2个 时间单元后使用所述第二AI模型进行计算;
其中,所述X1,X2均为大于或者等于0。
作为一个可选实施例,所述装置还包括:
第三确定模块,用于根据第一信息,确定第一通信设备使用的切换Gap配置信息;其中,所述第一信息包括以下至少一项:
第一AI模型与第二AI模型的类型差异信息;
第一AI模型与第二AI模型的结构差异信息;
第一AI模型与第二AI模型的参数变化量;
第一通信设备的AI运算单元的总能力或总资源;
第一通信设备的AI运算单元的剩余能力或剩余资源。
作为一个可选实施例,所述装置还包括:
信息接收模块,用于接收第一通信设备发送的所述第一信息。
作为一个可选实施例,所述AI运算单元的能力或资源包括以下至少之一:
运算能力;
算力或计算能力;
浮点计算能力;
进程数;
线程数;
内存;
存储空间;
缓存;
输入通道信息;
输出通道信息。
作为一个可选实施例,所述切换Gap适用的通信过程包括下述至少一个:
小区切换;
小区重定向;
无线资源控制RRC重配;
RRC释放;
RRC恢复;
RRC重建;
RRC建立;
测量gap;
测量gap配置。
作为一个可选实施例,所述切换Gap的开始时间包括以下至少之一:
指示第一通信设备进行AI模型切换的第一时间;
所述第一时间之后的第X3个时间单元;
所述第一时间之前的第X4个时间单元;
第二AI模型信息接收的第二时间;
所述第二时间之后的第X5个时间单元;
所述第二时间之前的第X6个时间单元;
第二AI模型信息接收后发送确认信息的第三时间;
所述第三时间之后的第X7个时间单元;
所述第三时间之前的第X8个时间单元;
第二通信设备接收第二AI模型信息的确认信息的第四时间;
所述第四时间之后的第X9个时间单元;
所述第四时间之前的第X10个时间单元;
第一AI模型失效的第五时间;
所述第五时间之后的第X11个时间单元;
所述第五时间之前的第X12个时间单元;
第二AI模型预期生效的第六时间;
所述第六时间之后的第X13个时间单元;
所述第六时间之前的第X14个时间单元;
其中,X3至X14均大于或者等于1。
作为一个可选实施例,所述切换Gap的结束时间包括以下至少之一:
所述切换Gap的开始时间+切换Gap的持续时间得到的第七时间;
所述第七时间之后的第X15个时间单元;
所述第七时间之前的第X16个时间单元;
所述切换Gap的开始时间+AI模型切换的持续时间得到的第八时间;
所述第八时间之后的第X17个时间单元;
所述第八时间之前的第X18个时间单元;
AI模型完成切换的第九时间;
所述第九时间之后的第X19个时间单元;
所述第九时间之前的第X20个时间单元;
第一通信设备发送第二AI模型可使用的第一指示信息的第十时间;
所述第十时间之后的第X21个时间单元;
所述第十时间之前的第X22个时间单元;
第二通信设备接收所述第一指示信息的第十一时间;
所述第十一时间之后的第X23个时间单元;
所述第十一时间之前的第X24个时间单元;
第一通信设备发送所述第一指示信息后,第二通信设备反馈确认信息的第十二时间;
所述第十二时间之后的第X25个时间单元;
所述第十二时间之前的第X26个时间单元;
第一通信设备发送所述第一指示信息后,第一通信设备接收第二通信设备反馈的确认信息的第十三时间;
所述第十三时间之后的第X27个时间单元;
所述第十三时间之前的第X28个时间单元;
其中,X15至X28均大于或者等于1。
作为一个可选实施例,所述发送模块包括:
请求接收子模块,用于接收所述第一通信设备发送的Gap请求消息;
发送子模块,哟冰与根据所述Gap请求消息,向所述第一通信设备发送切换Gap配置信息。
在本申请实施例中,第二通信设备指示第一通信设备进行AI模型切换,在AI模型切换存在切换Gap的情况下,对切换Gap中第一通信设备的操作进行限制,减少AI模型切换对通信系统的影响,改善通信系统中AI模型的性能,从而提升系统性能。
需要说明的是,本申请实施例提供的AI模型切换的处理装置是能够执行 上述AI模型切换的处理方法的装置,则上述AI模型切换的处理方法的所有实施例均适用于该AI模型切换的处理装置,且均能达到相同或相似的有益效果。
本申请实施例中的AI模型切换的处理装置可以是电子设备,例如具有操作系统的电子设备,也可以是电子设备中的部件,例如集成电路或芯片。该电子设备可以是终端,也可以为除终端之外的其他设备。示例性的,终端可以包括但不限于上述所列举的终端11的类型,其他设备可以为服务器、网络附属存储器(Network Attached Storage,NAS)等,本申请实施例不作具体限定。
本申请实施例提供的AI模型切换的处理装置能够实现图1至图3的方法实施例实现的各个过程,并达到相同的技术效果,为避免重复,这里不再赘述。
可选的,如图6所示,本申请实施例还提供一种通信设备600,包括处理器601和存储器602,存储器602上存储有可在所述处理器601上运行的程序或指令,例如,该通信设备600为终端时,该程序或指令被处理器601执行时实现上述AI模型切换的处理方法实施例的各个步骤,且能达到相同的技术效果。该通信设备600为网络侧设备时,该程序或指令被处理器601执行时实现上述AI模型切换的处理方法实施例的各个步骤,且能达到相同的技术效果,为避免重复,这里不再赘述。
本申请实施例还提供一种终端,包括处理器和通信接口,通信接口用于接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;处理器用于在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,在切换Gap中执行第一操作;所述第一操作包括下述任一项:不进行第一AI模型和第二AI模型的计算;停止使用AI运算单元;进行第一AI模型的计算,且计算结果可用或有效;进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;停止使用AI运算单元以及与所述AI运算单元关联的通信模块。或者,通信接口用于向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:第一操作的内容;所述第一操作为第一通信设备在切换Gap中的操作;第二操 作的内容;所述第二操作为不存在切换Gap或切换Gap结束后第一通信设备的操作;切换Gap的开始时间;切换Gap的结束时间;切换Gap的持续时间;切换Gap的周期;是否存在切换Gap;切换Gap适用的通信过程。该终端实施例与上述终端侧方法实施例对应,上述方法实施例的各个实施过程和实现方式均可适用于该终端实施例中,且能达到相同的技术效果。具体地,图7为实现本申请实施例的一种终端的硬件结构示意图。
该终端700包括但不限于:射频单元701、网络模块702、音频输出单元703、输入单元704、传感器705、显示单元706、用户输入单元707、接口单元708、存储器709以及处理器710等中的至少部分部件。
本领域技术人员可以理解,终端700还可以包括给各个部件供电的电源(比如电池),电源可以通过电源管理系统与处理器710逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。图7中示出的终端结构并不构成对终端的限定,终端可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置,在此不再赘述。
应理解的是,本申请实施例中,输入单元704可以包括图形处理单元(Graphics Processing Unit,GPU)7041和麦克风7042,图形处理器7041对在视频捕获模式或图像捕获模式中由图像捕获装置(如摄像头)获得的静态图片或视频的图像数据进行处理。显示单元706可包括显示面板7061,可以采用液晶显示器、有机发光二极管等形式来配置显示面板7061。用户输入单元707包括触控面板7071以及其他输入设备7072中的至少一种。触控面板7071,也称为触摸屏。触控面板7071可包括触摸检测装置和触摸控制器两个部分。其他输入设备7072可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆,在此不再赘述。
本申请实施例中,射频单元701接收来自网络侧设备的下行数据后,可以传输给处理器710进行处理;另外,射频单元701可以向网络侧设备发送上行数据。通常,射频单元701包括但不限于天线、放大器、收发信机、耦合器、低噪声放大器、双工器等。
存储器709可用于存储软件程序或指令以及各种数据。存储器709可主要包括存储程序或指令的第一存储区和存储数据的第二存储区,其中,第一 存储区可存储操作系统、至少一个功能所需的应用程序或指令(比如声音播放功能、图像播放功能等)等。此外,存储器709可以包括易失性存储器或非易失性存储器,或者,存储器709可以包括易失性和非易失性存储器两者。其中,非易失性存储器可以是只读存储器(Read-Only Memory,ROM)、可编程只读存储器(Programmable ROM,PROM)、可擦除可编程只读存储器(Erasable PROM,EPROM)、电可擦除可编程只读存储器(Electrically EPROM,EEPROM)或闪存。易失性存储器可以是随机存取存储器(Random Access Memory,RAM),静态随机存取存储器(Static RAM,SRAM)、动态随机存取存储器(Dynamic RAM,DRAM)、同步动态随机存取存储器(Synchronous DRAM,SDRAM)、双倍数据速率同步动态随机存取存储器(Double Data Rate SDRAM,DDRSDRAM)、增强型同步动态随机存取存储器(Enhanced SDRAM,ESDRAM)、同步连接动态随机存取存储器(Synch link DRAM,SLDRAM)和直接内存总线随机存取存储器(Direct Rambus RAM,DRRAM)。本申请实施例中的存储器709包括但不限于这些和任意其它适合类型的存储器。
处理器710可包括一个或多个处理单元;可选的,处理器710集成应用处理器和调制解调处理器,其中,应用处理器主要处理涉及操作系统、用户界面和应用程序等的操作,调制解调处理器主要处理无线通信信号,如基带处理器。可以理解的是,上述调制解调处理器也可以不集成到处理器710中。
其中,射频单元701,用于接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;
处理器710,用于在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,在切换Gap中执行第一操作;所述第一操作包括下述任一项:不进行第一AI模型和第二AI模型的计算;停止使用AI运算单元;进行第一AI模型的计算,且计算结果可用或有效;进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;停止使用AI运算单元以及与所述AI运算单元关联的通信模块。
或者射频单元701,用于向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:第一操作的内容;所述第一操作为第一通信设备在切换Gap中的操作;第二操作的内容;所述第二操作为不存在 切换Gap或切换Gap结束后第一通信设备的操作;切换Gap的开始时间;切换Gap的结束时间;切换Gap的持续时间;切换Gap的周期;是否存在切换Gap;切换Gap适用的通信过程。
在本申请实施例中,第二通信设备指示第一通信设备进行AI模型切换,在AI模型切换存在切换Gap的情况下,对切换Gap中第一通信设备的操作进行限制,减少AI模型切换对通信系统的影响,改善通信系统中AI模型的性能,从而提升系统性能。
需要说明的是,本申请实施例提供的终端是能够执行上述AI模型切换的处理方法的终端,则上述AI模型切换的处理方法的所有实施例均适用于该终端,且均能达到相同或相似的有益效果。
本申请实施例还提供一种网络侧设备,包括处理器和通信接口,通信接口用于接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;处理器用于在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,在切换Gap中执行第一操作;所述第一操作包括下述任一项:不进行第一AI模型和第二AI模型的计算;停止使用AI运算单元;进行第一AI模型的计算,且计算结果可用或有效;进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;停止使用AI运算单元以及与所述AI运算单元关联的通信模块。或者,通信接口用于向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:第一操作的内容;所述第一操作为第一通信设备在切换Gap中的操作;第二操作的内容;所述第二操作为不存在切换Gap或切换Gap结束后第一通信设备的操作;切换Gap的开始时间;切换Gap的结束时间;切换Gap的持续时间;切换Gap的周期;是否存在切换Gap;切换Gap适用的通信过程。该网络侧设备实施例与上述网络侧设备方法实施例对应,上述方法实施例的各个实施过程和实现方式均可适用于该网络侧设备实施例中,且能达到相同的技术效果。
具体地,本申请实施例还提供了一种网络侧设备。如图8所示,该网络侧设备800包括:天线81、射频装置82、基带装置83、处理器84和存储器85。天线81与射频装置82连接。在上行方向上,射频装置82通过天线81 接收信息,将接收的信息发送给基带装置83进行处理。在下行方向上,基带装置83对要发送的信息进行处理,并发送给射频装置82,射频装置82对收到的信息进行处理后经过天线81发送出去。
以上实施例中网络侧设备执行的方法可以在基带装置83中实现,该基带装置83包括基带处理器。
基带装置83例如可以包括至少一个基带板,该基带板上设置有多个芯片,如图8所示,其中一个芯片例如为基带处理器,通过总线接口与存储器85连接,以调用存储器85中的程序,执行以上方法实施例中所示的网络设备操作。
该网络侧设备还可以包括网络接口86,该接口例如为通用公共无线接口(common public radio interface,CPRI)。
具体地,本发明实施例的网络侧设备800还包括:存储在存储器85上并可在处理器84上运行的指令或程序,处理器84调用存储器85中的指令或程序执行图4或图5所示各模块执行的方法,并达到相同的技术效果,为避免重复,故不在此赘述。
本申请实施例还提供一种可读存储介质,所述可读存储介质上存储有程序或指令,该程序或指令被处理器执行时实现上述AI模型切换的处理方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。
其中,所述处理器为上述实施例中所述的终端中的处理器。所述可读存储介质,包括计算机可读存储介质,如计算机只读存储器ROM、随机存取存储器RAM、磁碟或者光盘等。
本申请实施例另提供了一种芯片,所述芯片包括处理器和通信接口,所述通信接口和所述处理器耦合,所述处理器用于运行程序或指令,实现上述AI模型切换的处理方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。
应理解,本申请实施例提到的芯片还可以称为系统级芯片,系统芯片,芯片系统或片上系统芯片等。
本申请实施例另提供了一种计算机程序产品,所述计算机程序/程序产品被存储在存储介质中,所述计算机程序产品被至少一个处理器执行以实现上述AI模型切换的处理方法实施例的各个过程,且能达到相同的技术效果,为 避免重复,这里不再赘述。
本申请实施例还提供了一种无线通信系统,包括:第一通信设备及第二通信设备,所述第一通信设备可用于执行如上所述的AI模型切换的处理方法的步骤,所述第二通信设备可用于执行如上所述的AI模型切换的处理方法的步骤。
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者装置不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者装置所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者装置中还存在另外的相同要素。此外,需要指出的是,本申请实施方式中的方法和装置的范围不限按示出或讨论的顺序来执行功能,还可包括根据所涉及的功能按基本同时的方式或按相反的顺序来执行功能,例如,可以按不同于所描述的次序来执行所描述的方法,并且还可以添加、省去、或组合各种步骤。另外,参照某些示例所描述的特征可在其他示例中被组合。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以计算机软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端(可以是手机,计算机,服务器,空调器,或者网络设备等)执行本申请各个实施例所述的方法。
上面结合附图对本申请的实施例进行了描述,但是本申请并不局限于上述的具体实施方式,上述的具体实施方式仅仅是示意性的,而不是限制性的,本领域的普通技术人员在本申请的启示下,在不脱离本申请宗旨和权利要求所保护的范围情况下,还可做出很多形式,均属于本申请的保护之内。

Claims (51)

  1. 一种人工智能AI模型切换的处理方法,包括:
    第一通信设备接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示所述第一通信设备进行AI模型切换;
    在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,所述第一通信设备在切换Gap中执行第一操作;所述第一操作包括下述任一项:
    不进行第一AI模型和第二AI模型的计算;
    停止使用AI运算单元;
    进行第一AI模型的计算,且计算结果可用或有效;
    进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;
    停止使用AI运算单元以及与所述AI运算单元关联的通信模块。
  2. 根据权利要求1所述的方法,其中,所述第一操作还包括下述至少一项:
    使用所述第一AI模型对应的非AI算法进行计算;
    使用所述第二AI模型对应的非AI算法进行计算。
  3. 根据权利要求1所述的方法,其中,所述方法还包括:
    在第一AI模型与第二AI模型的切换不存在所述切换Gap或所述切换Gap结束后,所述第一通信设备执行第二操作;所述第二操作包括以下任一项:
    使用所述第二AI模型进行计算;
    向所述第二通信设备发送第二AI模型可使用的第一指示信息,并在X1个时间单元后使用所述第二AI模型进行计算;
    向所述第二通信设备发送第二AI模型可使用的第一指示信息,接收所述第一指示信息的确认信息,在接收到所述确认信息的X2个时间单元后使用所述第二AI模型进行计算;
    其中,所述X1,X2均为大于或者等于0。
  4. 根据权利要求1所述的方法,其中,所述方法还包括:
    所述第一通信设备确定切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
    第一操作的内容;
    第二操作的内容;
    切换Gap的开始时间;
    切换Gap的结束时间;
    切换Gap的持续时间;
    切换Gap的周期;
    是否存在切换Gap;
    切换Gap适用的通信过程。
  5. 根据权利要求4所述的方法,其中,所述第一通信设备确定切换Gap配置信息,包括:
    所述第一通信设备接收第二通信设备指示的切换Gap配置信息;
    或者,
    所述第一通信设备根据其他通信设备的功能请求向第二通信设备发送Gap请求消息,并接收第二通信设备返回的切换Gap配置信息;
    或者,
    所述第一通信设备向第二通信设备发送切换Gap配置信息;
    或者,
    所述第一通信设备根据预先约定,确定使用的切换Gap配置信息;
    或者,
    所述第一通信设备根据预先约定确定多套切换Gap配置信息,并接收第一通信设备的指示,确定使用的切换Gap配置信息。
  6. 根据权利要求1所述的方法,其中,所述方法还包括:
    所述第一通信设备根据第一信息,确定第一AI模型与第二AI模型的切换是否存在切换Gap和/或切换Gap的持续时间;
    其中,所述第一信息包括以下至少一项:
    第一AI模型与第二AI模型的类型差异信息;
    第一AI模型与第二AI模型的结构差异信息;
    第一AI模型与第二AI模型的参数变化量;
    第一通信设备的AI运算单元的总能力或总资源;
    第一通信设备的AI运算单元的剩余能力或剩余资源。
  7. 根据权利要求6所述的方法,其中,所述AI运算单元的能力或资源包括以下至少之一:
    运算能力;
    算力或计算能力;
    浮点计算能力;
    进程数;
    线程数;
    内存;
    存储空间;
    缓存;
    输入通道信息;
    输出通道信息。
  8. 根据权利要求6所述的方法,其中,所述方法还包括:
    在所述第一信息满足预设条件的情况下,所述第一通信设备向所述第二通信设备发送所述第一信息;
    或者,
    在满足目标触发的情况下,所述第一通信设备向所述第二通信设备发送所述第一信息;
    或者,
    所述第一通信设备周期性向所述第二通信设备发送所述第一信息。
  9. 根据权利要求1或4所述的方法,其中,所述切换Gap适用的通信过程包括下述至少一个:
    小区切换;
    小区重定向;
    无线资源控制RRC重配;
    RRC释放;
    RRC恢复;
    RRC重建;
    RRC建立;
    测量gap;
    测量gap配置。
  10. 根据权利要求9所述的方法,其中,所述切换Gap的持续时间小于或者等于以下任意一项:
    小区切换时延;
    小区重定向时延;
    RRC重配时延;
    RRC重建时延;
    RRC建立时延;
    测量gap的时间长度。
  11. 根据权利要求9所述的方法,其中,所述第一通信设备确定切换Gap配置信息,包括:
    所述第一通信设备根据第一消息,确定所述切换Gap配置信息;其中,所述第一消息包括下述至少一个:
    RRC重配置消息;
    RRC释放消息;
    RRC恢复消息;
    RRC重建消息;
    RRC建立消息。
  12. 根据权利要求1或4所述的方法,其中,所述切换Gap的开始时间包括以下至少之一:
    指示第一通信设备进行AI模型切换的第一时间;
    所述第一时间之后的第X3个时间单元;
    所述第一时间之前的第X4个时间单元;
    第二AI模型信息接收的第二时间;
    所述第二时间之后的第X5个时间单元;
    所述第二时间之前的第X6个时间单元;
    第二AI模型信息接收后发送确认信息的第三时间;
    所述第三时间之后的第X7个时间单元;
    所述第三时间之前的第X8个时间单元;
    第二通信设备接收第二AI模型信息的确认信息的第四时间;
    所述第四时间之后的第X9个时间单元;
    所述第四时间之前的第X10个时间单元;
    第一AI模型失效的第五时间;
    所述第五时间之后的第X11个时间单元;
    所述第五时间之前的第X12个时间单元;
    第二AI模型预期生效的第六时间;
    所述第六时间之后的第X13个时间单元;
    所述第六时间之前的第X14个时间单元;
    其中,X3至X14均大于或者等于1。
  13. 根据权利要求1或4所述的方法,其中,所述切换Gap的结束时间包括以下至少之一:
    所述切换Gap的开始时间+切换Gap的持续时间得到的第七时间;
    所述第七时间之后的第X15个时间单元;
    所述第七时间之前的第X16个时间单元;
    所述切换Gap的开始时间+AI模型切换的持续时间得到的第八时间;
    所述第八时间之后的第X17个时间单元;
    所述第八时间之前的第X18个时间单元;
    AI模型完成切换的第九时间;
    所述第九时间之后的第X19个时间单元;
    所述第九时间之前的第X20个时间单元;
    第一通信设备发送第二AI模型可使用的第一指示信息的第十时间;
    所述第十时间之后的第X21个时间单元;
    所述第十时间之前的第X22个时间单元;
    第二通信设备接收所述第一指示信息的第十一时间;
    所述第十一时间之后的第X23个时间单元;
    所述第十一时间之前的第X24个时间单元;
    第一通信设备发送所述第一指示信息后,第二通信设备反馈确认信息的 第十二时间;
    所述第十二时间之后的第X25个时间单元;
    所述第十二时间之前的第X26个时间单元;
    第一通信设备发送所述第一指示信息后,第一通信设备接收第二通信设备反馈的确认信息的第十三时间;
    所述第十三时间之后的第X27个时间单元;
    所述第十三时间之前的第X28个时间单元;
    其中,X15至X28均大于或者等于1。
  14. 一种人工智能AI模型切换的处理方法,包括:
    第二通信设备向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
    第一操作的内容;所述第一操作为第一通信设备在第一AI模型和第二AI模型之间的切换Gap中的操作;
    第二操作的内容;所述第二操作为不存在切换Gap或切换Gap结束后第一通信设备的操作;
    切换Gap的开始时间;
    切换Gap的结束时间;
    切换Gap的持续时间;
    切换Gap的周期;
    是否存在切换Gap;
    切换Gap适用的通信过程。
  15. 根据权利要求14所述的方法,其中,所述第一操作包括下述任一项:
    第一通信设备不进行第一AI模型和第二AI模型的计算;
    第一通信设备停止使用AI运算单元;
    第一通信设备进行第一AI模型的计算,且计算结果可用或有效;
    第一通信设备进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;
    第一通信设备停止使用AI运算单元以及与所述AI运算单元关联的通信模块。
  16. 根据权利要求15所述的方法,其中,所述第一操作还包括下述至少一项:
    第一通信设备使用所述第一AI模型对应的非AI算法进行计算;
    第一通信设备使用所述第二AI模型对应的非AI算法进行计算。
  17. 根据权利要求14所述的方法,其中,所述第二操作包括以下任一项:
    第一通信设备使用所述第二AI模型进行计算;
    第一通信设备向所述第二通信设备发送第二AI模型可使用的第一指示信息,并在X1个时间单元后使用所述第二AI模型进行计算;
    第一通信设备向所述第二通信设备发送第二AI模型可使用的第一指示信息,接收所述第一指示信息的确认信息,在接收到所述确认信息的X2个时间单元后使用所述第二AI模型进行计算;
    其中,所述X1,X2均为大于或者等于0。
  18. 根据权利要求14所述的方法,其中,所述方法还包括:
    所述第二通信设备根据第一信息,确定第一通信设备使用的切换Gap配置信息;其中,所述第一信息包括以下至少一项:
    第一AI模型与第二AI模型的类型差异信息;
    第一AI模型与第二AI模型的结构差异信息;
    第一AI模型与第二AI模型的参数变化量;
    第一通信设备的AI运算单元的总能力或总资源;
    第一通信设备的AI运算单元的剩余能力或剩余资源。
  19. 根据权利要求18所述的方法,其中,所述方法还包括:
    所述第二通信设备接收第一通信设备发送的所述第一信息。
  20. 根据权利要求18所述的方法,其中,所述AI运算单元的能力或资源包括以下至少之一:
    运算能力;
    算力或计算能力;
    浮点计算能力;
    进程数;
    线程数;
    内存;
    存储空间;
    缓存;
    输入通道信息;
    输出通道信息。
  21. 根据权利要求14所述的方法,其中,所述切换Gap适用的通信过程包括下述至少一个:
    小区切换;
    小区重定向;
    无线资源控制RRC重配;
    RRC释放;
    RRC恢复;
    RRC重建;
    RRC建立;
    测量gap;
    测量gap配置。
  22. 根据权利要求14所述的方法,其中,所述切换Gap的开始时间包括以下至少之一:
    指示第一通信设备进行AI模型切换的第一时间;
    所述第一时间之后的第X3个时间单元;
    所述第一时间之前的第X4个时间单元;
    第二AI模型信息接收的第二时间;
    所述第二时间之后的第X5个时间单元;
    所述第二时间之前的第X6个时间单元;
    第二AI模型信息接收后发送确认信息的第三时间;
    所述第三时间之后的第X7个时间单元;
    所述第三时间之前的第X8个时间单元;
    第二通信设备接收第二AI模型信息的确认信息的第四时间;
    所述第四时间之后的第X9个时间单元;
    所述第四时间之前的第X10个时间单元;
    第一AI模型失效的第五时间;
    所述第五时间之后的第X11个时间单元;
    所述第五时间之前的第X12个时间单元;
    第二AI模型预期生效的第六时间;
    所述第六时间之后的第X13个时间单元;
    所述第六时间之前的第X14个时间单元;
    其中,X3至X14均大于或者等于1。
  23. 根据权利要求14所述的方法,其中,所述切换Gap的结束时间包括以下至少之一:
    所述切换Gap的开始时间+切换Gap的持续时间得到的第七时间;
    所述第七时间之后的第X15个时间单元;
    所述第七时间之前的第X16个时间单元;
    所述切换Gap的开始时间+AI模型切换的持续时间得到的第八时间;
    所述第八时间之后的第X17个时间单元;
    所述第八时间之前的第X18个时间单元;
    AI模型完成切换的第九时间;
    所述第九时间之后的第X19个时间单元;
    所述第九时间之前的第X20个时间单元;
    第一通信设备发送第二AI模型可使用的第一指示信息的第十时间;
    所述第十时间之后的第X21个时间单元;
    所述第十时间之前的第X22个时间单元;
    第二通信设备接收所述第一指示信息的第十一时间;
    所述第十一时间之后的第X23个时间单元;
    所述第十一时间之前的第X24个时间单元;
    第一通信设备发送所述第一指示信息后,第二通信设备反馈确认信息的第十二时间;
    所述第十二时间之后的第X25个时间单元;
    所述第十二时间之前的第X26个时间单元;
    第一通信设备发送所述第一指示信息后,第一通信设备接收第二通信设备反馈的确认信息的第十三时间;
    所述第十三时间之后的第X27个时间单元;
    所述第十三时间之前的第X28个时间单元;
    其中,X15至X28均大于或者等于1。
  24. 根据权利要求14所述的方法,其中,所述第二通信设备向第一通信设备发送切换Gap配置信息,包括:
    所述第二通信设备接收所述第一通信设备发送的Gap请求消息;
    所述第二通信设备根据所述Gap请求消息,向所述第一通信设备发送切换Gap配置信息。
  25. 一种AI模型切换的处理装置,包括:
    接收模块,用于接收第二通信设备发送的切换指示信息,所述切换指示信息用于指示第一通信设备进行AI模型切换;
    第一执行模块,用于在第一AI模型与第二AI模型的切换存在切换间隔Gap的情况下,在切换Gap中执行第一操作;所述第一操作包括下述任一项:
    不进行第一AI模型和第二AI模型的计算;
    停止使用AI运算单元;
    进行第一AI模型的计算,且计算结果可用或有效;
    进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;
    停止使用AI运算单元以及与所述AI运算单元关联的通信模块。
  26. 根据权利要求25所述的装置,其中,所述第一操作还包括下述至少一项:
    使用所述第一AI模型对应的非AI算法进行计算;
    使用所述第二AI模型对应的非AI算法进行计算。
  27. 根据权利要求25所述的装置,其中,所述装置还包括:
    第二执行模块,用于在第一AI模型与第二AI模型的切换不存在所述切换Gap或所述切换Gap结束后,执行第二操作;所述第二操作包括以下任一项:
    使用所述第二AI模型进行计算;
    向所述第二通信设备发送第二AI模型可使用的第一指示信息,并在X1个 时间单元后使用所述第二AI模型进行计算;
    向所述第二通信设备发送第二AI模型可使用的第一指示信息,接收所述第一指示信息的确认信息,在接收到所述确认信息的X2个时间单元后使用所述第二AI模型进行计算;
    其中,所述X1,X2均为大于或者等于0。
  28. 根据权利要求25所述的装置,其中,所述装置还包括:
    第一确定模块,用于确定切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
    第一操作的内容;
    第二操作的内容;
    切换Gap的开始时间;
    切换Gap的结束时间;
    切换Gap的持续时间;
    切换Gap的周期;
    是否存在切换Gap;
    切换Gap适用的通信过程。
  29. 根据权利要求28所述的装置,其中,所述第一确定模块包括:
    第一确定子模块,用于接收第二通信设备指示的切换Gap配置信息;
    或者,用于根据其他通信设备的功能请求向第二通信设备发送Gap请求消息,并接收第二通信设备返回的切换Gap配置信息;
    或者,用于向第二通信设备发送切换Gap配置信息;
    或者,用于根据预先约定,确定使用的切换Gap配置信息;
    或者,用于根据预先约定确定多套切换Gap配置信息,并接收第一通信设备的指示,确定使用的切换Gap配置信息。
  30. 根据权利要求25所述的装置,其中,所述装置还包括:
    第二确定子模块,用于根据第一信息,确定第一AI模型与第二AI模型的切换是否存在切换Gap和/或切换Gap的持续时间;
    其中,所述第一信息包括以下至少一项:
    第一AI模型与第二AI模型的类型差异信息;
    第一AI模型与第二AI模型的结构差异信息;
    第一AI模型与第二AI模型的参数变化量;
    第一通信设备的AI运算单元的总能力或总资源;
    第一通信设备的AI运算单元的剩余能力或剩余资源。
  31. 根据权利要求30所述的装置,其中,所述AI运算单元的能力或资源包括以下至少之一:
    运算能力;
    算力或计算能力;
    浮点计算能力;
    进程数;
    线程数;
    内存;
    存储空间;
    缓存;
    输入通道信息;
    输出通道信息。
  32. 根据权利要求30所述的装置,其中,所述装置还包括:
    信息发送模块,用于在所述第一信息满足预设条件的情况下,向所述第二通信设备发送所述第一信息;
    或者,用于在满足目标触发的情况下,向所述第二通信设备发送所述第一信息;
    或者,用于周期性向所述第二通信设备发送所述第一信息。
  33. 根据权利要求25或28所述的装置,其中,所述切换Gap适用的通信过程包括下述至少一个:
    小区切换;
    小区重定向;
    无线资源控制RRC重配;
    RRC释放;
    RRC恢复;
    RRC重建;
    RRC建立;
    测量gap;
    测量gap配置。
  34. 根据权利要求33所述的装置,其中,所述切换Gap的持续时间小于或者等于以下任意一项:
    小区切换时延;
    小区重定向时延;
    RRC重配时延;
    RRC重建时延;
    RRC建立时延;
    测量gap的时间长度。
  35. 根据权利要求33所述的装置,其中,第一确定模块包括:
    第二确定子模块,用于根据第一消息,确定所述切换Gap配置信息;其中,所述第一消息包括下述至少一个:
    RRC重配置消息;
    RRC释放消息;
    RRC恢复消息;
    RRC重建消息;
    RRC建立消息。
  36. 根据权利要求25或28所述的装置,其中,所述切换Gap的开始时间包括以下至少之一:
    指示第一通信设备进行AI模型切换的第一时间;
    所述第一时间之后的第X3个时间单元;
    所述第一时间之前的第X4个时间单元;
    第二AI模型信息接收的第二时间;
    所述第二时间之后的第X5个时间单元;
    所述第二时间之前的第X6个时间单元;
    第二AI模型信息接收后发送确认信息的第三时间;
    所述第三时间之后的第X7个时间单元;
    所述第三时间之前的第X8个时间单元;
    第二通信设备接收第二AI模型信息的确认信息的第四时间;
    所述第四时间之后的第X9个时间单元;
    所述第四时间之前的第X10个时间单元;
    第一AI模型失效的第五时间;
    所述第五时间之后的第X11个时间单元;
    所述第五时间之前的第X12个时间单元;
    第二AI模型预期生效的第六时间;
    所述第六时间之后的第X13个时间单元;
    所述第六时间之前的第X14个时间单元;
    其中,X3至X14均大于或者等于1。
  37. 根据权利要求25或28所述的装置,其中,所述切换Gap的结束时间包括以下至少之一:
    所述切换Gap的开始时间+切换Gap的持续时间得到的第七时间;
    所述第七时间之后的第X15个时间单元;
    所述第七时间之前的第X16个时间单元;
    所述切换Gap的开始时间+AI模型切换的持续时间得到的第八时间;
    所述第八时间之后的第X17个时间单元;
    所述第八时间之前的第X18个时间单元;
    AI模型完成切换的第九时间;
    所述第九时间之后的第X19个时间单元;
    所述第九时间之前的第X20个时间单元;
    第一通信设备发送第二AI模型可使用的第一指示信息的第十时间;
    所述第十时间之后的第X21个时间单元;
    所述第十时间之前的第X22个时间单元;
    第二通信设备接收所述第一指示信息的第十一时间;
    所述第十一时间之后的第X23个时间单元;
    所述第十一时间之前的第X24个时间单元;
    第一通信设备发送所述第一指示信息后,第二通信设备反馈确认信息的第十二时间;
    所述第十二时间之后的第X25个时间单元;
    所述第十二时间之前的第X26个时间单元;
    第一通信设备发送所述第一指示信息后,第一通信设备接收第二通信设备反馈的确认信息的第十三时间;
    所述第十三时间之后的第X27个时间单元;
    所述第十三时间之前的第X28个时间单元;
    其中,X15至X28均大于或者等于1。
  38. 一种AI模型切换的处理装置,包括:
    发送模块,用于向第一通信设备发送切换Gap配置信息,所述切换Gap配置信息包括以下至少之一:
    第一操作的内容;所述第一操作为第一通信设备在第一AI模型和第二AI模型之间的切换Gap中的操作;
    第二操作的内容;所述第二操作为不存在切换Gap或切换Gap结束后第一通信设备的操作;
    切换Gap的开始时间;
    切换Gap的结束时间;
    切换Gap的持续时间;
    切换Gap的周期;
    是否存在切换Gap;
    切换Gap适用的通信过程。
  39. 根据权利要求38所述的装置,其中,所述第一操作包括下述任一项:
    第一通信设备不进行第一AI模型和第二AI模型的计算;
    第一通信设备停止使用AI运算单元;
    第一通信设备进行第一AI模型的计算,且计算结果可用或有效;
    第一通信设备进行第一AI模型和/或第二AI模型计算,且计算结果不可用或无效;
    第一通信设备停止使用AI运算单元以及与所述AI运算单元关联的通信模 块。
  40. 根据权利要求39所述的装置,其中,所述第一操作还包括下述至少一项:
    第一通信设备使用所述第一AI模型对应的非AI算法进行计算;
    第一通信设备使用所述第二AI模型对应的非AI算法进行计算。
  41. 根据权利要求38所述的装置,其中,所述第二操作包括以下任一项:
    第一通信设备使用所述第二AI模型进行计算;
    第一通信设备向第二通信设备发送第二AI模型可使用的第一指示信息,并在X1个时间单元后使用所述第二AI模型进行计算;
    第一通信设备向第二通信设备发送第二AI模型可使用的第一指示信息,接收所述第一指示信息的确认信息,在接收到所述确认信息的X2个时间单元后使用所述第二AI模型进行计算;
    其中,所述X1,X2均为大于或者等于0。
  42. 根据权利要求38所述的装置,其中,所述装置还包括:
    第三确定模块,用于根据第一信息,确定第一通信设备使用的切换Gap配置信息;其中,所述第一信息包括以下至少一项:
    第一AI模型与第二AI模型的类型差异信息;
    第一AI模型与第二AI模型的结构差异信息;
    第一AI模型与第二AI模型的参数变化量;
    第一通信设备的AI运算单元的总能力或总资源;
    第一通信设备的AI运算单元的剩余能力或剩余资源。
  43. 根据权利要求42所述的装置,其中,所述装置还包括:
    信息接收模块,用于接收第一通信设备发送的所述第一信息。
  44. 根据权利要求42所述的装置,其中,所述AI运算单元的能力或资源包括以下至少之一:
    运算能力;
    算力或计算能力;
    浮点计算能力;
    进程数;
    线程数;
    内存;
    存储空间;
    缓存;
    输入通道信息;
    输出通道信息。
  45. 根据权利要求38所述的装置,其中,所述切换Gap适用的通信过程包括下述至少一个:
    小区切换;
    小区重定向;
    无线资源控制RRC重配;
    RRC释放;
    RRC恢复;
    RRC重建;
    RRC建立;
    测量gap;
    测量gap配置。
  46. 根据权利要求38所述的装置,其中,所述切换Gap的开始时间包括以下至少之一:
    指示第一通信设备进行AI模型切换的第一时间;
    所述第一时间之后的第X3个时间单元;
    所述第一时间之前的第X4个时间单元;
    第二AI模型信息接收的第二时间;
    所述第二时间之后的第X5个时间单元;
    所述第二时间之前的第X6个时间单元;
    第二AI模型信息接收后发送确认信息的第三时间;
    所述第三时间之后的第X7个时间单元;
    所述第三时间之前的第X8个时间单元;
    第二通信设备接收第二AI模型信息的确认信息的第四时间;
    所述第四时间之后的第X9个时间单元;
    所述第四时间之前的第X10个时间单元;
    第一AI模型失效的第五时间;
    所述第五时间之后的第X11个时间单元;
    所述第五时间之前的第X12个时间单元;
    第二AI模型预期生效的第六时间;
    所述第六时间之后的第X13个时间单元;
    所述第六时间之前的第X14个时间单元;
    其中,X3至X14均大于或者等于1。
  47. 根据权利要求38所述的装置,其中,所述切换Gap的结束时间包括以下至少之一:
    所述切换Gap的开始时间+切换Gap的持续时间得到的第七时间;
    所述第七时间之后的第X15个时间单元;
    所述第七时间之前的第X16个时间单元;
    所述切换Gap的开始时间+AI模型切换的持续时间得到的第八时间;
    所述第八时间之后的第X17个时间单元;
    所述第八时间之前的第X18个时间单元;
    AI模型完成切换的第九时间;
    所述第九时间之后的第X19个时间单元;
    所述第九时间之前的第X20个时间单元;
    第一通信设备发送第二AI模型可使用的第一指示信息的第十时间;
    所述第十时间之后的第X21个时间单元;
    所述第十时间之前的第X22个时间单元;
    第二通信设备接收所述第一指示信息的第十一时间;
    所述第十一时间之后的第X23个时间单元;
    所述第十一时间之前的第X24个时间单元;
    第一通信设备发送所述第一指示信息后,第二通信设备反馈确认信息的第十二时间;
    所述第十二时间之后的第X25个时间单元;
    所述第十二时间之前的第X26个时间单元;
    第一通信设备发送所述第一指示信息后,第一通信设备接收第二通信设备反馈的确认信息的第十三时间;
    所述第十三时间之后的第X27个时间单元;
    所述第十三时间之前的第X28个时间单元;
    其中,X15至X28均大于或者等于1。
  48. 根据权利要求38所述的装置,其中,所述发送模块包括:
    请求接收子模块,用于接收所述第一通信设备发送的Gap请求消息;
    发送子模块,哟冰与根据所述Gap请求消息,向所述第一通信设备发送切换Gap配置信息。
  49. 一种第一通信设备,包括处理器和存储器,所述存储器存储可在所述处理器上运行的程序或指令,其中,所述程序或指令被所述处理器执行时实现如权利要求1至13任一项所述的AI模型切换的处理方法的步骤。
  50. 一种第二通信设备,包括处理器和存储器,所述存储器存储可在所述处理器上运行的程序或指令,其中,所述程序或指令被所述处理器执行时实现如权利要求14至24任一项所述的AI模型切换的处理方法的步骤。
  51. 一种可读存储介质,所述可读存储介质上存储程序或指令,其中,所述程序或指令被处理器执行时实现如权利要求1至13任一项所述的AI模型切换的处理方法的步骤,或者实现如权利要求14至24任一项所述的AI模型切换的处理方法的步骤。
PCT/CN2022/133711 2021-11-30 2022-11-23 Ai模型切换的处理方法、装置及通信设备 WO2023098534A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111450300.6 2021-11-30
CN202111450300.6A CN116208494A (zh) 2021-11-30 2021-11-30 Ai模型切换的处理方法、装置及通信设备

Publications (1)

Publication Number Publication Date
WO2023098534A1 true WO2023098534A1 (zh) 2023-06-08

Family

ID=86510045

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/133711 WO2023098534A1 (zh) 2021-11-30 2022-11-23 Ai模型切换的处理方法、装置及通信设备

Country Status (2)

Country Link
CN (1) CN116208494A (zh)
WO (1) WO2023098534A1 (zh)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108170464A (zh) * 2017-12-27 2018-06-15 联想(北京)有限公司 一种版本升级方法、服务平台及电子设备
US20210117859A1 (en) * 2019-10-20 2021-04-22 Nvidia Corporation Live updating of machine learning models
CN112965804A (zh) * 2021-03-25 2021-06-15 深圳市优必选科技股份有限公司 一种处理信息的方法、装置、终端、系统以及存储介质
JP2021174335A (ja) * 2020-04-28 2021-11-01 株式会社マネーフォワード 情報処理装置及びプログラム

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108170464A (zh) * 2017-12-27 2018-06-15 联想(北京)有限公司 一种版本升级方法、服务平台及电子设备
US20210117859A1 (en) * 2019-10-20 2021-04-22 Nvidia Corporation Live updating of machine learning models
JP2021174335A (ja) * 2020-04-28 2021-11-01 株式会社マネーフォワード 情報処理装置及びプログラム
CN112965804A (zh) * 2021-03-25 2021-06-15 深圳市优必选科技股份有限公司 一种处理信息的方法、装置、终端、系统以及存储介质

Also Published As

Publication number Publication date
CN116208494A (zh) 2023-06-02

Similar Documents

Publication Publication Date Title
EP3952460A1 (en) Method for selecting transmission path, information configuration method, terminal, and network apparatus
WO2024012239A1 (zh) 条件配置的处理方法、条件配置的处理装置和终端
KR20220076485A (ko) 셀 관리 방법, 셀 관리 설정 방법, 단말기와 네트워크측 기기
WO2023098534A1 (zh) Ai模型切换的处理方法、装置及通信设备
WO2023186161A1 (zh) 候选小区处理方法及装置、终端及网络侧设备
WO2023098585A1 (zh) 信息传输方法、装置及通信设备
WO2023098535A1 (zh) 信息交互方法、装置及通信设备
WO2024027677A1 (zh) 处理方法、装置、终端、网络侧设备及可读存储介质
WO2023098586A1 (zh) 信息交互方法、装置及通信设备
WO2024120445A1 (zh) 模型输入信息的确定方法、装置、设备、系统及存储介质
WO2024120444A1 (zh) 模型监督方法、装置、终端、网络侧设备及可读存储介质
WO2024088119A1 (zh) 数据处理方法、装置、终端及网络侧设备
WO2024083004A1 (zh) Ai模型配置方法、终端及网络侧设备
WO2024032695A1 (zh) Csi预测处理方法、装置、通信设备及可读存储介质
WO2024061287A1 (zh) 人工智能ai模型传输方法、装置、终端及介质
WO2024067665A1 (zh) Csi预测处理方法、装置、通信设备及可读存储介质
WO2023213270A1 (zh) 模型训练处理方法、装置、终端及网络侧设备
WO2023151650A1 (zh) 信息激活方法、终端及网络侧设备
WO2023151649A1 (zh) 信息激活方法、终端及网络侧设备
WO2023155764A1 (zh) Cpac的评估方法、cpac配置的处理方法及设备
WO2023125934A1 (zh) Ai网络信息传输方法、装置及通信设备
WO2024078615A1 (zh) 模型选择方法、终端及网络侧设备
WO2024041421A1 (zh) 测量反馈处理方法、装置、终端及网络侧设备
WO2023131256A1 (zh) 信道测量方法、终端及网络侧设备
WO2024120358A1 (zh) 信息传输方法、信息传输装置和通信设备

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22900339

Country of ref document: EP

Kind code of ref document: A1