Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
LEARNING AND DEPLOYMENT OF ADAPTIVE WIRELESS COMMUNICATIONS
Document Type and Number:
WIPO Patent Application WO/2018/204632
Kind Code:
A1
Abstract:
Methods, systems, and apparatus, including computer programs encoded on computer storage media, for training and deploying machine-learned communication over radio frequency (RF) channels. One of the methods includes: determining first information; using an encoder machine-learning network to process the first information and generate a first RF signal for transmission through a communication channel; determining a second RF signal that represents the first RF signal having been altered by transmission through the communication channel; using a decoder machine-learning network to process the second RF signal and generate second information as a reconstruction of the first information; calculating a measure of distance between the second information and the first information; and updating at least one of the encoder machine-learning network or the decoder machine-learning network based on the measure of distance between the second information and the first information.

Inventors:
O'SHEA TIMOTHY JAMES (US)
Application Number:
PCT/US2018/030876
Publication Date:
November 08, 2018
Filing Date:
May 03, 2018
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
OSHEA TIMOTHY JAMES (US)
International Classes:
G06N3/063; G06N3/08; G10L15/00; G10L15/20; G10L17/18
Foreign References:
US20060159126A12006-07-20
US20090285270A12009-11-19
US6104991A2000-08-15
Other References:
O'SHEA ET AL.: "An introduction to machine learning communications systems", ARXIV PREPRINT ARXIV., 2 February 2017 (2017-02-02), XP080746465, Retrieved from the Internet
LE.: "A tutorial on deep learning part 2: autoencoders, convolutional neural networks and recurrent neural networks", STANFORD ENGINEERING COMPUTER SCIENCE, 20 October 2015 (2015-10-20), XP002768426, Retrieved from the Internet
See also references of EP 3619656A4
Attorney, Agent or Firm:
YOON, Won S. et al. (US)
Download PDF:
Claims:
CLAIMS

1. A method performed by at least one processor to train at least one machine- learning network to communicate over a communication channel, the method comprising:

determining first information;

using an encoder machine-learning network to process the first information and generate a first RF signal for transmission through a communication channel;

determining a second RF signal that represents the first RF signal having been altered by transmission through the communication channel;

using a decoder machine-learning network to process the second RF signal and generate second information as a reconstruction of the first information;

calculating a measure of distance between the second information and the first information; and

updating at least one of the encoder machine-learning network or the decoder machine- learning network based on the measure of distance between the second information and the first information.

2. The method of claim 1, wherein updating at least one of the encoder machine- learning network or the decoder machine-learning network based on the measure of distance between the second information and the first information comprises:

determining an objective function comprising the measure of distance between the second information and the first information;

calculating a rate of change of the objective function relative to variations in at least one of the encoder machine-learning network or the decoder machine-learning network;

selecting, based on the calculated rate of change of the objective function, at least one of a first variation for the encoder machine-learning network or a second variation for the decoder machine-learning network; and

updating at least one of the encoder machine-learning network or the decoder machine- learning network based on the at least one of the selected first variation for the encoder machine- learning network or the selected second variation for the decoder machine-learning network.

3. The method of claim 1 , wherein the measure of distance between the second information and the first information comprises at least one of (i) a cross-entropy between the second information and the first information, or (li) a geometric distance metric between the second information and the first information.

4. The method of claim 1 , wherein updating at least one of the encoder machine- learning network or the decoder machine-learning network comprises at least one of:

updating at least one encoding network weight or network connectivity in one or more layers of the encoder machine- learning network, or

updating at least one decoding network weight or network connectivity in one or more layers of the decoder machine- learning network.

5. The method of claim 1, wherein updating at least one of the encoder machine- learning network or the decoder machine-learning network further comprises:

determining a channel mode, from among a plurality of channel modes, that represents a state of the communication channel; and

updating at least one of the encoder machine-learning network or the decoder machine- learning network based on the channel mode of the communication channel.

6. The method of claim 1, wherein the encoder machine-learning network and the decoder machine-learning network are jointly trained as an auto-encoder to learn communication over a communication channel, and

wherein the auto-encoder comprises at least one channel-modeling layer representing effects of the communication channel on transmitted waveforms.

7. The method of claim 6, wherein the at least one channel -modeling layer represents at least one of (i) additive Gaussian thermal noise in the communication channel, (ii) delay spread caused by time- arying effects of the communication channel, (iii) phase noise caused by transmission and reception over the communication channel, or (iv) offsets in phase, frequency, or timing caused by transmission and reception over the communication channel.

8. The method of claim 1, wherein at least one of the encoder machine-learning network or the decoder machine-learning network comprises at least one of a deep dense neural network (DNN), a convolutional neural network (CNN), or a recurrent neural network (RNN) comprising parametric multiplications, additions, and non-linearities.

9. The method of claim 1 , further comprising;

processing the first RF signal to generate a first analog RF waveform that is input into the communication channel;

receiving a second analog RF' waveform as an output of the communication channel that represents the first analog RF waveform having been altered by the communication channel; and processing the second analog RF waveform to generate the second RF signal.

10. The method of claim 1, wherein the communication channel comprises at least one of a radio communication channel, an acoustic communication channel, or an optical communication channel.

11. A method of transmitting and receiving information through a communication channel, the method comprising:

determining an encoder and a decoder, at least one of which is configured to implement an encoding or decoding that is based on at least one of an encoder machine-learning network or a decoder machine-learning network that has been trained to encode or decode information over a communication channel;

determining first information;

using the encoder to process the first information and generate a first RF signal;

transmitting, by at least one transmitter, the first RF signal through the communication channel;

receiving, by at least one receiver, a second RF signal that represents the first RF signal altered by transmission through the communication channel; and

using the decoder to process the second RF signal and generate second information as a reconstruction of the first information.

12. The method of claim 11, further comprising:

determining feedback information that indicates at least one of (i) a measure of distance between the second information and the first information, or (ii) channel state mformation regarding the communication channel; and

updating at least one of the encoder or the decoder based on the feedback information.

13. The method of claim 12, wherein updating at least one of the encoder or the decoder based on the feedback information further comprises:

determining a channel mode, from among a plurality of channel modes, that represents a state of the communication channel based on the feedback information; and

updating at least one of the encoder or the decoder based on the channel mode of the communication channel.

14. The method of claim 11, wherein the encoder implements an encoding mapping that is based on results of training an encoder machine-learning network and the decoder implements a decoding mapping that is based on results of training a decoder machine-learning network,

wherein the encoder machine-learning network and the decoder machine-learning network have been jointly trained as an auto-encoder to learn communication over a

communication channel.

15. The method of claim 11, further comprising:

processing the first RF signal to generate a first analog RF waveform;

using one or more transmit antennas to transmit the first analog RF waveform over the communication channel ;

using one or more receive antennas to receive a second analog RF waveform that represents the first analog RF waveform having been altered by the communication channel; and processing the second analog RF waveform to generate the second RF signal.

16. A system comprising:

at least one processor; and

at least one computer memory coupled to the at least one processor having stored thereon instructions which, when executed by the at least one processor, cause the at least one processor to perform operations comprising:

determining first information;

using an encoder machine-learning network to process the first information and generate a first RF signal for transmission through a communication channel;

determining a second RF signal that represents the first RF' signal having been altered by transmission through the communication channel;

using a decoder machine-learning network to process the second RF' signal and generate second information as a reconstruction of the first information;

calculating a measure of distance between the second information and the first information; and

updating at least one of the encoder machine-learning network or the decoder machine- learning network based on the measure of distance between the second information and the first information.

17, The system of claim 16, wherein updating at least one of the encoder machine- learning network or the decoder machine-learning network based on the measure of distance between the second information and the first information comprises:

determining an objective function comprising the measure of distance between the second information and the first information;

calculating a rate of change of the objective function relative to variations in at least one of the encoder machine-learning network or the decoder machine- learning network;

selecting, based on the calculated rate of change of the objective function, at least one of a first variation for the encoder machine-learning network or a second variation for the decoder machine-learning network; and

updating at least one of the encoder machine-learning network or the decoder machine- learning network based on the at least one of the selected first variation for the encoder machine- learning network or the selected second variation for the decoder machine-learning network.

18. The system of claim 16, wherein the measure of distance between the second information and the first information comprises at least one of (i) a cross-entropy between the second information and the first information, or (ii) a geometric distance metric between the second information and the first information.

19. The system of claim 16, wherein updating at least one of the encoder machine- learning network or the decoder machine-learning network comprises at least one of:

updating at least one encoding network weight or network connectivity in one or more layers of the encoder machine-learning network, or

updating at least one decoding network weight or network connectivity in one or more layers of the decoder machine-learning network.

20. The system of claim 16, wherein updating at least one of the encoder machine- learning network or the decoder machine- learning network further comprises:

determining a channel mode, from among a plurality of channel modes, that represents a state of the communication channel; and

updating at least one of the encoder machine-learning network or the decoder machine- learning network based on the channel mode of the communication channel.

21. The system of claim 16, wherein the encoder machine-learning network and the decoder machine-learning network are jointly trained as an auto-encoder to learn communication over a communication channel, and

wherein the auto-encoder comprises at least one channel-modeling layer representing effects of the communication channel on transmitted waveforms.

22. The system of claim 21, wherein the at least one channel-modeling layer represents at least one of (i) additive Gaussian thermal noise in the communication channel, (ii) delay spread caused by time-varying effects of the communication channel, (iii) phase noise caused by transmission and reception over the communication channel, or (iv) offsets in phase, frequency, or timing caused by transmission and reception over the communication channel.

23. The system of claim 16, wherein at least one of the encoder machine-learning network or the decoder machine-learning network comprises at least one of a deep dense neural network (DNN) a convolutional neural network (CNN), or a recurrent neural network (RNN) comprising parametric multiplications, additions, and non-linearities.

24. The system of claim 16, wherein the operations further comprise:

processing the first RF signal to generate a first analog RF waveform that is input into the communication channel;

receiving a second analog RF waveform as an output of the communication channel that represents the first analog RF waveform having been altered by the communication channel; and processing the second analog RF waveform to generate the second RF signal.

25. The system of claim 16, wherein the communication channel comprises at least one of a radio communication channel, an acoustic communication channel, or an optical communication channel.

26. A system comprising:

at least one processor; and

at least one computer memory coupled to the at least one processor having stored thereon instructions which, when executed by the at least one processor, cause the at least one processor to perform operations comprising:

determining an encoder and a decoder, at least one of which is configured to implement an encoding or decoding that is based on at least one of an encoder machine-learning network or a decoder machine-learning network that has been trained to encode or decode information over a communication channel;

determining first information;

using the encoder to process the first information and generate a first RF signal;

transmitting, by at least one transmitter, the first RF signal through the communication channel; receiving, by at least one receiver, a second RF signal that represents the first RF signal altered by transmission through the communication channel; and

using the decoder to process the second RF signal and generate second information as a reconstruction of the first information.

27. The system of claim 26, wherein the operations further comprise:

determining feedback information that indicates at least one of (i) a measure of distance between the second information and the first information, or (ii) channel state information regarding the communication channel; and

updating at least one of the encoder or the decoder based on the feedback information.

28. The system of claim 27, wherein updating at least one of the encoder or the decoder based on the feedback information further comprises:

determining a channel mode, from among a plurality of channel modes, that represents a state of the communication channel based on the feedback information; and

updating at least one of the encoder or the decoder on the channel mode of the communication channel.

29. The system of claim 27, wherein the encoder implements an encoding mapping that is based on results of training an encoder machine-learning network and the decoder implements a decoding mapping that is based on results of training a decoder machine-learning network,

wherein the encoder machine- learning network and the decoder machine-learning network have been jointly trained as an auto-encoder to learn communication over a communication channel .

30. The system of claim 27, wherein the operations further comprise:

processing the first RF signal to generate a first analog RF waveform;

using one or more transmit antennas to transmit the first analog RF waveform over the communication channel; using one or more receive antennas to receive a second analog RF waveform that represents the first analog RF waveform having been altered by the communication channel; and processing the second analog RF waveform to generate the second RF signal.

Description:
LEARNING AND DEPLOYMENT OF ADAPTIVE- WIRELESS COMMUNICATIONS

CROSS-REFERENCE TO RELATED APPLICATION

[0001] This application claims priority to U.S. Provisional Application No, 62/500,621 filed on May 3, 2017, The disclosure of this prior application is considered part of and is incorporated by reference in the disclosure of this application,

TECHNICAL FIELD

[00Θ2] The present disclosure relates to machine learning and deployment of adaptive wireless communications, and in particular for radio frequency (RF) signals.

BACKGROUND

[0003] Radio frequency (RF) waveforms are prevalent in many systems for communication, storage, sensing, measurements, and monitoring. RF waveforms are transmitted and received through various types of communication media, such as over the air, under water, or through outer space. In some scenarios, RF waveforms transmit information that is modulated onto one or more carrier waveforms operating at RF frequencies. In other scenarios, RF waveforms are themselves information, such as outputs of sensors or probes. Information that is carried in RF waveforms is typically processed, stored, and/or transported through other forms of

communication, such as through an internal system bus in a computer or through local or wide- area networks.

SUMMARY

[0004] In general, the subject matter described in this disclosure can be embodied in methods, apparatuses, and systems for training and deploying machine-learning networks to communicate over RF channels, and specifically to encode and decode information for communication over RF channels.

[0005] In one aspect, a method is performed by at least one processor to train at least one machine-learning network to communicate over an RF channel The method includes:

determining first information; using an encoder machine-learning network to process the first information and generate a first RF signal for transmission through a communication channel; determining a second RF signal that represents the first RF signal having been altered by transmission through the communication channel; using a decoder machine-learning network to process the second RF signal and generate second information as a reconstruction of the first information; calculating a measure of distance between the second information and the first information; and updating at least one of the encoder machine-learning network or the decoder machine-learning network based on the measure of distance between the second information and the first information. Other implementations of this aspect include corresponding computer systems, apparatus, and computer programs recorded on one or more computer storage devices, each configured to cause at least one operably connected processor to perform the actions of the methods.

[0006] Implementations may include one or more of the following features. The method where updating at least one of the encoder machine-learning network or the decoder machine-learning network based on the measure of distance between the second information and the first information includes: determining an objective function including the measure of distance between the second information and the first information; calculating a rate of change of the objective function relative to variations in at least one of the encoder machine-learning network or the decoder ma chine- learning network; selecting, based on the calculated rate of change of the objective function, at least one of a first variation for the encoder machine-learning network or a second variation for the decoder machine-learning network; and updating at least one of the encoder machine-learning network or the decoder machine-learning network based on the at least one of the selected first variation for the encoder machine-learning network or the selected second variation for the decoder machine-learning network. The method where the measure of distance between the second information and the first information includes at least one of (i) a cross-entropy between the second information and the first information, or (ii) a geometric distance metric between the second information and the first information. The method where updating at least one of the encoder machine-learning network or the decoder machine-learning network includes at least one of: updating at least one encoding network weight or network connectivity in one or more layers of the encoder machine-learning network, or updating at least one decoding network weight or network connectivity in one or more layers of the decoder machme-learnmg network. The method where updating at least one of the encoder machine- learning network or the decoder machine-learning network further includes: determining a channel mode, from among a plurality of channel modes, that represents a state of the communication channel; and updating at least one of the encoder machine-learning network or the decoder machine-learning network based on the channel mode of the communication channel. The method where the encoder machine-learning network and the decoder machine- learning network are jointly trained as an auto-encoder to learn communication over a communication channel, and wherein the auto-encoder includes at least one channel-modeling layer representing effects of the communication channel on transmitted waveforms. The method where the at least one channel-modeling layer represents at least one of (i) additive Gaussian thermal noise in the communication channel, (ii) delay spread caused by time-varying effects of the communication channel, (iii) phase noise caused by transmission and reception over the communication channel, or (iv) offsets in phase, frequency, or timing caused by transmission and reception over the communication channel. The method where at least one of the encoder machine-learning network or the decoder machine-learning network includes at least one of a deep dense neural network (DNN), a convolutional neural network (CNN), or a recurrent neural network (RNN) including parametric multiplications, additions, and non-linearities. The method, further including: processing the first RF signal to generate a first analog RF waveform that is input into the communication channel; receiving a second analog RF waveform as an output of the communication channel that represents the first analog RF waveform having been altered by the communication channel; and processing the second analog RF waveform to generate the second RF signal. The method where the communication channel includes at least one of a radio communication channel, an acoustic communication channel, or an optical communication channel. Implementations of the described techniques may include hardware, a method or process, or computer software on a computer-accessible medium.

[0007] In another aspect, a method is performed by at least one processor to deploy a learned communication system over an RF channel. The method includes: determining an encoder and a decoder, at least one of which is configured to implement an encoding or decoding that is based on at least one of an encoder machine-learning network or a decoder machine-learning network that has been trained to encode or decode information over a communication channel;

determining first information; using the encoder to process the first information and generate a first RF signal; transmitting, by at least one transmitter, the first RF signal through the communication channel; receiving, by at least one receiver, a second RF signal that represents the first RF signal altered by transmission through the communication channel; and using the decoder to process the second RF signal and generate second information as a reconstruction of the first information. Other implementations of this aspect include corresponding computer systems, apparatus, and computer programs recorded on one or more computer storage devices, each configured to cause at least one operably connected processor to perform the actions of the methods.

[0008] Implementations may include one or more of the following features. The method, further including: determining feedback information that indicates at least one of (i) a measure of distance between the second information and the first information, or (ii) channel state information regarding the communication channel; and updating at least one of the encoder or the decoder based on the feedback information. The method where updating at least one of the encoder or the decoder based on the feedback information further includes: determining a channel mode, from among a plurality of channel modes, that represents a state of the communication channel based on the feedback information; and updating at least one of the encoder or the decoder based on the channel mode of the communication channel. The method where the encoder implements an encoding mapping that is based on results of training an encoder machine- learning network and the decoder implements a decoding mapping that is based on results of training a decoder machine-learning network, and where the encoder machine- learning network and the decoder machine-learning network have been jointly trained as an auto- encoder to learn communication over a communication channel. The method, further including: processing the first RF signal to generate a first analog RF waveform; using one or more transmit antennas to transmit the first analog RF waveform over the communication channel; using one or more receive antennas to receive a second analog RF waveform that represents the first analog RF waveform having been altered by the communication channel; and processing the second analog RF waveform to generate the second RF signal. Implementati ons of the described techniques may include hardware, a method or process, or computer software on a computer- accessible medium.

[0009] Another aspect includes a system including: at least one processor; and at least one computer memory coupled to the at least one processor having stored thereon instructions which, when executed by the at least one processor, cause the at least one processor to perform operations including: determining first information; using an encoder machine- learning network to process the first information and generate a first RF signal for transmission through a communication channel; determining a second RF signal that represents the first RF signal having been altered by transmission through the communication channel; using a decoder machine-learning network to process the second RF signal and generate second information as a reconstruction of the first information; calculating a measure of distance between the second information and the first information; and updating at least one of the encoder machine-learning network or the decoder machine-learning network based on the measure of distance between the second information and the first information.. Other implementations of this aspect include corresponding computer systems, apparatus, and computer programs recorded on one or more computer storage devices, each configured to cause at least one operabiy connected processor to perform the actions of the methods.

j OOlOJ Implementations may include one or more of the following features. The system where updating at least one of the encoder machine-learning network or the decoder machine-learning network based on the measure of distance between the second information and the first information includes: determining an objective function including the measure of distance between the second information and the first information; calculating a rate of change of the objective function relative to variations in at least one of the encoder machine-learning network or the decoder machine- learning network; selecting, based on the calculated rate of change of the objective function, at least one of a first variation for the encoder machine-learning network or a second variation for the decoder machine-learning network; and updating at least one of the encoder machine-learning network or the decoder machine- learning network based on the at least one of the selected first variation for the encoder machine-learning network or the selected second variation for the decoder machine-learning network. The system where the measure of distance between the second information and the first information includes at least one of (i) a cross-entropy between the second information and the first information, or (ii) a geometric distance metric between the second information and the first information. The system where updating at least one of the encoder machine-learning network or the decoder machine-learning network includes at least one of: updating at least one encoding network weight or network connectivity in one or more layers of the encoder machine-learning network, or updating at least one decoding network weight or network connectivity in one or more layers of the decoder machine-learning network. The system where updating at least one of the encoder machine- learning network or the decoder machine- learning network further includes: determining a channel mode, from among a plurality of channel modes, that represents a state of the communication channel; and updating at least one of the encoder machine-learning network or the decoder machine-learning network based on the channel mode of the communication channel. The system where the encoder machine-learning network and the decoder machine- learning network are jointly trained as an auto-encoder to learn communication over a communication channel, and where the auto-encoder includes at least one channel-modeling layer representing effects of the communication channel on transmitted waveforms. The system where the at least one channel-modeling layer represents at least one of (i) additive Gaussian thermal noise in the communication channel, (ii) delay spread caused by time-varying effects of the communication channel, (iii) phase noise caused by transmission and reception over the communication channel, or (iv) offsets in phase, frequency, or timing caused by transmission and reception over the communication channel. The system where at least one of the encoder machine-learning network or the decoder machine-learning network includes at least one of a deep dense neural network (DNN) a convolutional neural network (CNN), or a recurrent neural network (RNN) including parametric multiplications, additions, and non-linearities. The system where the operations further include: processing the first RF signal to generate a first analog RF waveform that is input into the communication channel; receiving a second analog RF waveform as an output of the communication channel that represents the first analog RF waveform having been altered by the communication channel; and processing the second analog RF waveform to generate the second RF signal. The system where the communication channel includes at least one of a radio communication channel, an acoustic communication channel, or an optical communication channel. Implementations of the described techniques may include hardware, a method or process, or computer software on a computer-accessible medium.

[0011] Another aspect includes a system including: at least one processor; and at least one computer memory coupled to the at least one processor having stored thereon instructions which, when executed by the at least one processor, cause the at least one processor to perform operations including: determining an encoder and a decoder, at least one of which is configured to implement an encoding or decoding that is based on at least one of an encoder machine- learning network or a decoder machine-learning network that has been trained to encode or decode information over a communication channel; determining first information; using the encoder to process the first information and generate a first RF signal; transmitting, by at least one transmitter, the first RF signal through the communication channel; receiving, by at least one receiver, a second RF signal that represents the first RF signal altered by transmission through the communication channel; and using the decoder to process the second RF signal and generate second information as a reconstruction of the first information. Other implementations of this aspect include corresponding computer systems, apparatus, and computer programs recorded on one or more computer storage devices, each configured to cause at least one operably connected processor to perform the actions of the methods.

[0012] Implementations may include one or more of the following features. The system where the operations further include: determining feedback information that indicates at least one of (i) a measure of distance between the second information and the first information, or (ii) channel state information regarding the communication channel; and updating at least one of the encoder or the decoder based on the feedback information. The system where updating at least one of the encoder or the decoder based on the feedback information further includes: determining a channel mode, from among a plurality of channel modes, that represents a state of the communication channel based on the feedback information; and updating at least one of the encoder or the decoder on the channel mode of the communication channel. The system where the encoder implements an encoding mapping that is based on results of training an encoder machine-learning network and the decoder implements a decoding mapping that is based on results of training a decoder machine-learning network, and where the encoder machine-learning network and the decoder machine-learning network have been jointly trained as an auto-encoder to learn communication over a communication channel. The system where the operations further include: processing the first RF signal to generate a first analog RF waveform; using one or more transmit antennas to transmit the first analog RF waveform over the communication channel; using one or more receive antennas to receive a second analog RF waveform that represents the first analog RF waveform having been altered by the communication channel; and processing the second analog RF waveform to generate the second RF signal. Implementations of the described techniques may include hardware, a method or process, or computer software on a computer- accessible medium.

[0013] Other implementations of this and other aspects include corresponding systems, apparatuses, and computer programs, configured to perform the actions of the methods, encoded on computer storage devices. A system of one or more computers can be so configured by virtue of software, firmware, hardware, or a combination of them installed on the system that in operation cause the system to perform the actions. One or more computer programs can be so configured by virtue of having instructions that, when executed by data processing apparatus, cause the apparatus to perform the actions,

[0014] All or part of the features described throughout this application can be implemented as a computer program product including instructions that are stored on one or more non-transitory machine-readable storage media, and that are executable on one or more processing devices. All or part of the features described throughout this application can be implemented as an apparatus, method, or electronic system that can include one or more processing devices and memor to store executable instructions to implement the stated functions.

[0015] The details of one or more implementations of the subject matter of this disclosure are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.

BRIEF DESCRIPTION OF THE DRAWINGS

[0016] FIG. 1 illustrates an example of a radio frequency (RF) system that implements a machine-learning encoder and decoder to perform learned communication over one or more RF channels;

[0017] FIG. 2 illustrates an example of a network structure of machine-learning encoder and decoder networks that may be implemented in an RF system to perform learned communication over RF ' channels;

[0018] FIG. 3 illustrates an example of a training an RF system that implements machine- learning encoder and decoder networks to learn encoding and decoding over RF ' channels;

[0019] FIG. 4 is a flowchart illustrating an example method of training an RF system that implements machine-learning encoder and decoder networks to learn encoding and decoding over RF channels;

[002Θ] FIG. 5 illustrates examples of basis functions that may be learned and utilized by an encoder machine-learning network and/or decoder machine- learning network to communicate over RF channels; [0021] FIG. 6 illustrates examples of a transmitted RF signal and a received RF signal that may be learned by an encoder machine-learning network and a decoder machine-learning network for communicating over an RF channel;

[0022] FIG. 7 illustrates an example of deploying a system that implements an encoder and decoder that utilize encoding and/or decoding techniques based on results of training encoding and decoding machine-learning networks to perform learned communication over a real-world RF channel;

[0023] FIG. 8 is a flowchart illustrating an example method of deploying an encoder and decoder that utilize encoding and/or decoding techniques based on results of training encoding and decoding machine-learning networks to perform learned communication over a real-world RF channel; and

[0024] FIG. 9 is a diagram illustrating an example of a computing system that may be used to implement one or more components of a system that performs learned communication over RF channels.

DETAILED DESCRIPTION

[0025] Systems and techniques are disclosed herein that enable machine learning and deployment of communication over an impaired RF channel. In some implementations, at least one machine- learning network is trained to encode information as a signal that is transmitted over a radio transmission channel, and to decode a received signal to recover the original information. The training may be designed to achieve various criteria, such a low bit error rate, low power, low bandwidth, low complexity, performing well in particular regimes such as at a low signal to noise (SNR) ratio or under specific types of channel fading or interference, and/or other criteria. The results of training such machine-learning networks may then be utilized to deploy real-world encoders and decoders in communication scenarios to encode and decode information over various types of RF communication media. In some implementations, further learning and adaptation of the encoder and decoder may be implemented during deployment, based on feedback information. These encoders and decoders may replace or augment one or more signal processing functions such as modulation, demodulation, mapping, error correction, or other components which exist in those systems today. [0026] The disclosed implementations present a novel approach to how digital radio systems are designed and deployed for radio communications applications. For example, the disclosed implementations may help improve a typically slow and incremental process of radio signal processing engineering, and instead enable a new way of designing, constructing, and realizing radio communications systems. By implementing machine-learning networks that may be trained to learn suitable encoding and decoding techniques for different types of communication media, techniques disclosed herein offer various advantages, such as improved power, resiliency, and complexity advantages over presently available systems. In some scenarios, this can be especially important for communications channels which have very complex sets of effects which are hard to model, or hard to optimize for using other approaches.

[0027] Implementations disclosed herein may be applied to a wide range of radio

communication systems, such as cellular, satellite, optical, acoustic, physical, emergency handheld, broadcast, point-to-point, Wi-Fi, Bluetooth, and other forms of radio that undergo transmission impairments. Channel impairments may include, for example, thermal noise, such as Gaussian-like noise, to more complex impairments such as multi-path fading, impulse noise, spurious or continuous jamming, interference, distortion, hardware effects, and other

impairments.

[0028] The encoder and decoder may implement encoding and decoding technique that are learned from one or more machine-learning networks that have been trained to learn suitable input-output encoding and decoding mappings based on one or more objective criteria. For example, the machine-learning networks may be artificial neural networks. During training, the machine-learning networks may be adapted through selection of model architecture, weights, and parameters in the encoder and/or the decoder to learn encoding and decoding mappings. The encoding and decoding machine-learning networks may be trained jointly or may be trained iteratively.

[0029] For example, an encoder machine-learning network and decoder machine-learning network may be implemented as an autoencoder, in which the encoder network and decoder network are jointly optimized. In some implementations, the autoencoder may be trained b - modeling the effects of an impaired channel as one or more channel-modeling layers, such as stochastic layers which may include regularization layers (e.g. regularization layers,

transforming layers, variational layers/samplers, noise layers, mixing layers, etc.) in the autoencoder network or as another set of differentiable functions representing the behavior of a wireless channel. The layers that model the channel may form a regularization function across random behavior of a channel.

[0030] During training, an encoder machine-learning network and decoder machine-learning network may be trained to perform unsupervised, or partially supervised, machine learning to determine techniques for transmitting and receiving information over an impaired channel. Therefore, in some scenarios, rather than being reliant upon pre-designed systems for error correction, modulation, pre-coding, and shaping, the disclosed implementations herein may adaptiveiy learn techniques for encoding information into waveforms that are transmitted over a channel, as well as techniques for decoding received waveforms into reconstructed information. The encoder machine-learning network and/or decoder machine- learning network may be trained on real or simulated channel conditions. Encoders and/or decoders that utilize results of training such machine-learning networks may further be updated during deployment, thus providing advantages in adapting to different types of wireless system requirements, and in some cases improving the throughput, error rate, complexity, and power consumption performance of such systems.

[0031] As such, regardless of the type of RF channel or RF channel impairment,

implementations disclosed herein can provide broadly applicable techniques for learning representations of information that enable reliable communication over impaired RF channels. Depending on the configuration of the training system, and data sets and channel models used, such machine-learning communication techniques can specialize in performance for a narrow class of conditions, signal or channel types, or may generalize and optimize performance for a wide range of signal or channel types or mixtures of one or more signals or channels.

[0032] FIG. 1 illustrates an example of a radio frequency (RF) system 100 that implements an encoder and decoder to perform learned communication over one or more RF channels. The system 100 includes both an encoder 102 and a decoder 104 that implement encoding and decoding techniques that were learned by machine learning networks to communicate over an impaired RF channel 106.

[0033] In scenarios of training, the encoder 102 include a machine-learning network that learns how to represent the input information 108 as a transmitted signal 112 for transmission over the channel 106. Analogously, during training, the decoder 104 includes a machine-learning network that learns how to decode a received signal 1 14 into reconstructed information 1 10 that approximates the original input information 108. During training, the encoder 102 and/or decoder 104 may be trained by a network update process 116. The encoder 102 and decoder 104 may be trained to achieve various types of objective functions, such as a measure of

recon truction error, a measure of computational complexity, bandwidth, latency, power, or various combinations therefor and other objectives. Further details of training are described below, for example with reference to FIG. 3.

[0034] In scenarios of deployment, the encoder 102 and decoder 104 may implement encoding and decoding techniques that were previously learned from training, or may be (further) trained during deployment. The encoder 102 and decoder 104 may be deployed in various application scenarios to perform communication, using the encoding and decoding representations that were learned during training. In some implementations, the encoder 102 and/or decoder 104 may be further updated during deployment based on real-time performance results such as reconstruction error, power consumption, delay, etc. Further details of deployment are described below, for example with reference to FIG. 7. In these cases, error feedback of loss functions may occur in some instances via a communications bus, or a protocol message within the wireless system which can be used to update the encoder 102 and/or decoder 104, along with information to help characterize the response of the channel 106.

[0035] The input information 108 and reconstructed information 1 10 may be any suitable form of information that is to be communicated over a channel, such as a stream of bits, packets, discrete-time signals, or continuous-time waveforms. Implementations disclosed herein are not limited to any particular type of input information 108 and reconstructed information 1 10, and are generally applicable to learn encoding and decoding techniques for communicating a wide variety of types of information over the RF channel 106.

[0036] In some implementations, the encoder 102 and decoder 04 employ one or more signal processing operations, which are suited to the type of RF communication domain. As examples, the encoder 102 and/or decoder may implement filtering, modulation, analog-to-digital (A/D) or digital-to-analog (D/A) conversion, equalization, or other signal processing methods that may be suitable for a particular types of RF signals or communication domains. In some

implementations, the encoder 102 and/or decoder 104 may implement one or more transmit and receive antennas, and other hardware or software suitable for transmitting signals 1 12 and receiving signals 1 14 over the RF channel 106.

[0037] Therefore, in such scenarios, as shown in the example of FIG. 1 , the transmitted signal 112 and received signal 114 may represent actual RF waveforms that are transmitted and received over the RF channel 106 through one or more antennas. Thus, the encoder 1 02 and decoder 104 represent generalized mappings between information 1 08/1 10 and RF waveforms 112/114.

[0038] By contrast, in some implementations, the system 100 may implement signal processing and RF transmission'reception processes separately from the encoder 102 and decoder 104. In such implementations, one or more signal transmission and/or signal reception components, such as filtering, modulation, A/'D or D/A conversion, single or multiple antennas, etc., may be represented as part of the channel 106. The impairments in the channel 106 may therefore include transmitter/receiver effects, such as filtering impairments, additive noise, or other impairments in the transmitter and/or receiver components. Therefore, in such scenarios, the transmitted signal 112 and received signal 114 represent intermediate representations of information 108/110, and the channel 106 represents a general transformation of those intermediate representations of information to and from actual RF ' waveforms that are transmitted and received over an RF medium. For example, the transmitted signal 112 and received signal 114 may represent basis coefficients for RF waveforms, time-domain samples of RF waveforms, distributions over RF waveform values, or other intermediate representations that may be transformed to and from RF waveforms.

[0039] In scenarios of training, the reconstructed information 110 may be compared with the original information 108, and the encoder 102 and/or the decoder 104 may be trained (updated) based on results of the reconstruction. In some implementations, updating the encoder 102 and/or decoder 104 may also be based on other factors, such as computational complexity of the machine-learning networks (which can be measured, for example, by the number of parameters, number of multiplies/adds, execution time, Kolmogorov complexity, or otherwise), transmission bandwidth or power used to communicate over the channel 106, or various combinations thereof and other metrics.

[0040] In some implementations, the encoder 102 and the decoder 104 may include artificial neural networks that consist of one or more connected layers of parametric multiplications, additions, and non-linearities. In such scenarios, updating the encoder 102 and/or decoder 104 may include updating weights of the neural network layers, or updating connectivity in the neural network layers, or other modifications of the neural network architecture, so as to modify a mapping of inputs to outputs.

[0041] The encoder 102 and the decoder 104 may be configured to encode and decode using any suitable machine-learning technique. In general, the encoder 102 may be configured to learn a mapping from input information 108 into a lower-dimensional or higher-dimensional representation as the transmitted signal 112. Analogously, the decoder 104 may be configured to learn a reverse mapping from a lower-dimensional or higher-dimensional received signal 114 into the reconstructed information 110.

[0042] As an example, the mappings that are implemented in the encoder 102 and decoder 104 may involve learning a set of basis functions for RF signals. In such scenarios, for a particular set of basis functions, the encoder 102 may transform the input information 108 into a set of basis coefficients corresponding to those basis functions, and the basis coefficients may then be used to generate a transmitted RF waveform (for example, by taking a weighted combination of the basis functions weighted by the basis coefficients). Analogously, the decoder 104 may generate the reconstructed information 110 by generating a set of basis coefficients from a received RF ' waveform (for example by taking projections of the received RF waveform onto the set of basis functions). The basis functions themselves may be any suitable orthogonal or non- orthogonal set of basis functions, subject to appropriate constraints on energy, amplitude, bandwidth, or other conditions.

[0043] During deployment, in some implementations, the encoder 02 and/ or decoder 104 may utilize simplified encoding and decoding techniques based on results of training machine- learning networks. For example, the encoder 102 and/or decoder 104 may utilize

approximations or compact look up tables based on the learned encoding/decoding mappings. In such deployment scenarios, the encoder 102 and/or decoder 104 may implement more simplified structures, rather than a full machine-learning network. For example, techniques such as distillation may be used to train smaller machine-learning networks which perform the same signal processing function. Further discussion of such deployment scenarios is provided in regards to FIG. 7, below. [0044] In some implementations, the encoder 102 and/or decoder 104 may include one or more fixed components or algorithms that are designed to facilitate communication over RF channels, such as expert synchronizers, equalizers, etc. As such, during training, the encoder 102 and/or decoder 104 may be trained to learn encoding/decoding techniques that are suitable for such fixed components or algorithms.

[0045] RF signals that are transmitted and received by system 100 may include any suitable radio-frequency signal, such as acoustic signals, optical signals, or other analog waveforms. The spectrum of RF signals that are processed by system 100 may be in a range of 1 kHz to 300 GHz. For example, such RF signals include very low frequency (VLF) RF ' signals between 1 kHz to 30 kHz, low frequency (LF) RF ' signals between 30 kHz to 300 kHz, medium frequency (MF) RF signals between 300 kHz to 1 MHz, high frequency (HF) RF signals between 1 MFlz to 30 MHz, and higher-frequency RF signals up to 300 GHz.

[0046] FIG. 2 illustrates an example of a network structure 200 of machine-learning encoder network and decoder networks that may be implemented in an RF system to perform learned communication over RF ' channels. .

[0047] The network structure 200 uses one or more layers that form an encoder network 202 and a decoder network 204. The output of each layer is used as input to the next layer in the network. Each layer of the network generates an output from a received input in accordance with current values of a respective set of parameters. For example, in some implementations, the encoder network 202 and/ or decoder network 204 may include a plurality of networks that may be collectively or iteratively trained. As such, the network input 208 in FIG. 2 may be the original information (e.g., input information 108 in FIG. 1, above), or may be an output of previous one or more layers in the encoder network 204. Analogously, the network output 210 may represent the reconstructed information (e.g., reconstructed information 110 in FIG. 1, above), or may be an input into subsequent one or more layers in the decoder network 204. In some instances, networks may not be sequential in nature, leveraging connections between various layers or neurons which bypass or route through a plurality of possible architectures.

[0048] During training, the encoder network 202 and/or decoder network 204 may be trained to learn encoding and/or decoding techniques for communicating over various types of RF channels. During deployment, the encoder network 202 and/or decoder network 204 (having been trained) may be implemented in an encoder and/or decoder. Alternatively, in some scenarios of deployment, a deployed encoder and decoder may utilize simplified encoding and decoding mapping based on results of training the encoder network 202 and/or decoder network 204. In the latter scenario, the encoder network 202 and/or decoder network 204 is only utilized during training, and provide learned encoding and/or decoding techniques that may be utilized in more simplified encoders and decoders that are deployed in real-world systems. Further discussion of such simplified deployment scenarios is provided in regards to FIG. 7, below.

[0049] In the example of FIG. 2, the encoder network 202 and decoder network 204 are implemented using a neural network structure 200 that is configured as an autoencoder. In the scenario of an autoencoder structure, the encoder and decoder are jointly trained to learn best representations of information for communication over the channel 206. In general, however, the network structure 200 may be configured as separate networks in the encoder network 202 and decoder network 204, which may be jointly or iteratively trained. During training, the encoder network 202 and/or decoder network 204 may be updated by a network update process 216.

[0050] In general, the encoder network 202 and/or decoder network 204 may include one or more collections of multiplications, divisions, and summations or other operations of inputs and intermediate values, optionally followed by non-linearities (such as rectified linear units, sigmoid function, or otherwise) or other operations (e.g., normalization), which may be arranged in a feed-forward manner or in a manner with feedback and in-layer connections (e.g., a recurrent neural network (RNN) where sequences of training information may be used in some instances). For example, a recurrent neural network may be a long-short term memory (LSTM) neural network that includes one or more LSTM memory blocks, or a quasi -recurrent neural network (QRNN) which combines elements of convolutional networks with recurrent networks.

[0051] Parameters and weight values in the network may be used for a single multiplication, as in a fully connected neural network (DNN), or they may be "tied" or replicated across multiple locations within the network to form one or more receptive fields, such as in a convolutional neural network, a dilated convolutional neural network, a residual network unit, or similar. A collection of one or more of these layers may constitute both the encoder 202 and the decoder 204, as shown in the example of FIG. 2, The specific structure for the networks may be explicitly specified at design time, or may be selected from a plurality of possible architecture candidates to ascertain the best performing candidate. [0052] In some implementations, the encoder network 202 may include an output layer that includes a linear regression layer. The decoder network 204 may include at least one of (i) an output layer that includes a linear layer for regression of reconstructed information 210 in decoding the received RF signal 214, or (ii) a sigmoid or hard-sigmoid activation layer for probability regression or slicing of the received RF signal 214, or (iii) an activation of a combination of sigmoid expressions such as a SoftMax or hierarchical SoftMax which can compute a probabilistic expression such as a pseudo-likelihood of a discrete message or set of bits.

[0053] In some implementations, the encoder network 202 and/or decoder network 204 may include one or more layers that implement fixed communications algorithms, such as synchronization, equalization, etc. As such, in some scenarios, the encoder network 202 and/or decoder network 204 may be trained and deployed to learn suitable encoding and/ or decoding techniques based on such fixed layers in the networks. Therefore, in general, the network structure 200 disclosed herein enables flexible design and training of the encoder network 202 and decoder network 204, for example by incorporating one or more existing communication algorithms that may be deployed in real- world systems in conjunction with machine-learning techniques to optimize around those fixed algorithms.

[0054] The example of FIG. 2 shows only one possible implementation of a network structure that may be implemented. In general, implementations are not limited to these specific types of layers, and other configurations of layers and non-linearities may be used, such as dense, fully connected, and/or DNN layers, including rectified linear-unit (ReLU), sigmoid, tanh, and others. The network structure 200 uses these layers to predict an output 210 for a received input 208. In some implementati ons, a linear regressi on layer may be implemented on the output of the encoder 202 and a linear layer on the output of the decoder 204 (for soft decoding), or a hard- sigmoid activation on the output of the decoder 204 (for hard decoding).

[0055] A transmitted signal 212, created by the encoder 202, may be the actual RF waveform in analog form, or may be a series of radio samples in time, frequency, or any other signal representation basis, or may be an intermediate representation (e.g., RF samples, basis coefficients, distributions over RF waveform values, etc.), for mapping the input information 208 into an RF waveform for transmission over the channel 206. Analogously, the received signal 214 may be the actual received RF waveform in analog form, or may be an intermediate representation (e.g., RF samples, basis coefficients, distributions over RF waveform values, etc.), for mapping a received RF waveform into the reconstructed information 210. For example, in the scenario where the encoder 202 and decoder 204 are implemented as a variational auto- encoder, the transmitted RF signal 212 and received RF signal 214 may represent distributions over RF waveform values.

[0056] The network structure 200 may also include one or more channel-modeling layers 207, which may be stochastic layers (e.g., regularization layers). In some instances, the channel- modeling layers 207 may have at least one of weight regularization on convolutional network layer weights, activity regularization on dense network layer activations, or other stochastic impairments on activations or weights, such as dropout. In some instances, or in addition to these, the layers may perform additional approximation of non-linearities present in a channel system (such as amplifier or RF component behaviors), or they may leverage variational layers such as sampling from a random distribution specified by or parameterized by weights or activations.

[0057] In some implementations, the channel-modeling layer(s) 207 may model impairment effects in the channel 206, which may be include various types of impairments in an RF ' medium and/or transmission and reception components. Such channel-modeling layers 207 may be implemented during training of the network structure 200, in which case the channel-modeling layer(s) 207 may be implemented as one or more layers in an overall auto-encoder structure to represent impairment effects of the channel 206. During evaluation or deployment over a real RF channels, the channel 206 would be a real-world communication channel (including possible transmitter and/ or receiver effects), and the corresponding channel-modeling layers 207 would be removed from deployment, with only the network layers of the encoder 202 and the decoder 204 being deployed on the real channel 206.

[0058] In general, however, channel -modeling layers 207 may be implemented for various in different parts of the network structure 200 for various reasons, such as to prevent over- fitting, or to implement dropout, such as a penalty on the convolutional layer weights, to encourage minimum energy bases, or to implement a penalty on dense layer activations to encourage sparsity of solutions, or to improve generalization of the system to unseen conditions or channel states or behaviors. [0059] In scenarios of using channel-modeling layer(s) 207 to model the channel 206 during training, the network structure 200 may implement domain-specific reguiarization to model RF channel impairment effects. For example, the channel-modeling layer(s) 207 may model different types of impairments that occur during over-the-air transmission in a wireless RF system, such as additive Gaussian thermal noise, unknown time and rate of arrival, carrier frequency and phase offset, fading, hardware distortions, interference, and/or delay spread in the received signal.

[0060] Such channel-modeling layers 207, such as Gaussian noise and dropout, may be used during training and removed during evaluation or deployment over real channels. In radio communications, additive noise, such as Additive White Gaussian Noise (AWGN) may be modeled by adding a real-valued Gaussian random variable to different signal components, which may be signal basis functions (e.g., in-phase (I) and quadrature (Q) components), that are passed through the channel. In some implementations, a normalization layer may be

implemented before the AWGN effects, which normalizes the average power incoming activations, for example to a normalized value equal to 1. This form of constraint can be applied to the encoder 202 to enforce a wide range of possible waveform design criteria, such as a maximum power, minimum power, mean power, mean amplitude, peak to average power ratio, or a wide range of properties of the transmit waveform which may be used as a hard constraint. Alternatively, similar such waveform design objectives may be included as soft constraints which are combined into the network's loss function during training, as further discussed in regards to FIG. 3, below.

[0061] Channel-modeling layers 207 may also be implemented to model unknown time and rate of arrival, for example by applying a random or a priori unknown shift and scaling in the time domain, which may model scenarios in which radio propagation times vary and clocks on distributed radio systems are not synchronized. These effects may be modeled, for example, by a random time shift and a random time-dilation rate that have Gaussian distributions.

[0062] As other examples of channel -modeling layers 207, carrier frequency and phase offset may be modeled as rotations in signal components, which may be signal basis functions. In some implementations, sampling may be performed using complex baseband representations, in which case unknown offsets in center frequency and absolute phase of arrival due to

unsynchronized oscillators on transmitter and receiver, as well as Doppler shift, may result in static or linear polar mixing of the different signal components. To simulate a real system and to improve generalization, such channel-modeling layers 207 may randomly select a phase and a frequency offset, or a linear phase ramp based on an expected center frequency offset error due to independent drifting oscillators.

[0063] As yet another example of channel-modeling layers 207, delay spread in the received signal may be modeled to simulate the arrival of numerous delayed and phase shifted copies of a signal arriving at the receiver. Since this is simulated as a linear system and we assume stability over a single sample time window, we can choose a random non-impulsive channel delay spread filter and convolve it with the input signal to obtain an output which has been spread in time linearly according to a random channel response. This assumption may be appropriate, for example, in scenarios where the signal window is smaller than the channel coherence time. In scenarios where the signal window larger than a channel coherence time, the channel progression may be modeled as a sequence with some degree of correlation, and the network 200 may learn techniques correcting the sequence of delay spread modes.

[0064] Such delay spread and coherence time may vary in different types of communication systems, including wire-line and space-based wireless systems which can sometimes have very short impulsive channel responses, or high frequency and dense multi-path wireless systems which can have long delay spreads. In some implementations, the delay spread is modeled as a channel-modeling layer 207 that implements one or more convolutions or filtering operations on the transmitted RF signal.

[0065] In some implementations, the network structure 200 may be utilized with one or more fixed transmission and/or receiving techniques, and may adapt the layers of the encoding network 202 and/or the decoding network 204 to learn encoding and decoding operations that are suitable for those fixed transmission/reception components. For example, in some scenarios the network structure 200 may employ fixed filtering, sampling, modulation, equalization, subcarrier assignment, reference signal insertion, encoding, or other transmission/reception techniques, and may learn suitable network layer parameters or network structures that adapt the overall communication system to best utilize those fixed components.

[0066] A general design objective for the network structure 200 may be to obtain a desired reconstruction performance for the reconstructed information 210, subject to other objectives or constraints. For example, certain realizations of the system may favor reduced power and/or bandwidth, other improved properties of the RF signals transmitted over the channel, or improved computational complexity. As such, the system may evaluate a trade-off between these objectives, which may be used in order to help determine the specific architecture used for encoding, decoding, or other signal inference tasks.

[0067] FIG. 3 illustrates an example of a training an RF system 300 that implements machine- learning encoder and decoder networks to communicate over RF channels. The system 300 includes an encoder network 302 and a decoder network 304 that are trained to communicate over the channel 306. The training illustrated in FIG. 3 may be implemented prior to deployment, or in some scenarios may be incorporated as part of deployment, for example to further update and refme the encoder network 302 and decoder network 304 based on real- world performance.

[0068] In some implementations, the encoder network 302 and decoder network 304 may be utilized for training to learn suitable encoding and decoding mappings, and such mappings maybe implemented in a deployed system using more simplified encoders and decoders. For example, a deployed system may utilize using lookup tables at the encoder and distance-based metrics at the decoder, or other simplified forms of encoding and decoding, that are designed based on results of training the encoder network 302 and decoder network 304. Further discussion of such simplified deployment scenarios is provided in regards to FIG. 7, below.

[0069] The channel 306 that is implemented during training may be a model of an RF channel that is obtained via simulation and/or based on real-world RF channel data. For example, in some implementations, training may begin with a simulated channel model and train the encoder network 302 and decoder network 304 based on simulated propagation models reflecting a real world propagation environment or emitter data. The encoder network 302 and decoder network 304 may then be further trained against a real channel where hardware is used with a training feedback loop. [0070] In some implementations, the model of the channel 306 may include effects of transmitter and receiver components, such as filtering, modulation, etc. For example, in scenarios where a simulated channel is used for training, an analytic channel impairment model may be utilized that fits a specific set of hardware/software and wireless deployment conditions. As such, the training in FIG, 3 may train the encoder network 302 and decoder network 304 to operate under different channel conditions, as well as for different real-world transmitter and receiver scenarios.

[0071] During training, the encoder network 302 and decoder network 304 may either be jointly trained or iteratively trained. For example, the encoder network 302 and the decoder network 304 may be jointly trained as an auto-encoder (as described in regards to FIG. 2, above). In some implementations, the encoder network 302 and decoder network 304 may be separately- trained. In such scenarios, one of the networks may be fixed, either by previous training or by a transmission/reception scheme, while the other network is trained to learn an encoding/decoding strategy that is appropriate for the fixed counterpart network.

[0072] For example, the encoder network 302 may be fixed to generate a particular mapping of input information 308 to transmitted RF signals 312, and the decoder network 304 may be trained to learn a mapping from the received RF ' signal 314 to reconstructed information 310 that is best suited for the fixed encoder 302. In some implementations, the input information 308 may be represented by training data that is utilized for training purposes. The training data may- have a different form than the input information 308, but nonetheless may represent the input information 308 for purposes of training. In such scenarios, the encoder network 302 may processes the training data that represents the first information, and the decoder network 304 may generate reconstructed information 310 as a reconstruction of the first information 308 represented by the training data.

[0073] The system 300 may compute a loss function 318 between the original input information 308 and the reconstructed information 310. The loss function 318 may be any- suitable measure of distance between the input information 308 and reconstructed information 310, such as cross-entropy, mean squared error, or other geometric distance metric (e.g., MAE). In some implementations, the loss function 318 may combine several geometric, entropy based, and/or other classes of distance metrics into an aggregate expression for distance or loss. [0074] In some implementations, additional loss terms may be used in the loss function 318 in combination with such primary loss terms, for example to accomplish secondary objectives (e.g., to reduce interference imposed upon a secondary receiver, or to improve favorable signal properties such as peak to average power ratio (PAPR)).

[0075] In addition to achieving an objective that includes the loss function 31 8, the system 300 may also be configured to achieve an objective related to other performance measures, such as power, bandwidth, complexity, or other performance metrics that are relevant for

communication. In some implementations, the system 300 may be configured to achieve a desired trade-off between different performance metrics. For example, achieving such a tradeoff may be implemented using an objective function that combines different metrics, for example as a weighted combination of the metrics. In addition or as an alternative, this trade-off may be achieved by selecting a model according to user preferences or application specifications. In addition or as an alternative, the system 300 may implement one or more hard constraints on performance metrics, such as constraints on power, bandwidth, reconstruction error, etc.

[0076] In some implementations, a network update process 316 may update the encoder network 302 and/or decoder network 304 based on the various performance metrics. This updating may include updates to the network architectures, parameters, or weights of the networks in the encoder network 302 and/or decoder network 304. For example, the updating may include updating weights or parameters in one or more layers of the networks, selecting machine-learning models for the encoder network 302 and decoder network 304, or selecting a specific network architecture, such as choice of layers, layer-hyperparameters, or other network features. As discussed, updating may be implemented on the encoder network 302 and decoder network 304 in a joint or iterative manner, or individually (as in the case where one of the networks is fixed).

[0077] As discussed above, the updates performed by network update process 316 may be performed during training to learn suitable encoding and decoding techniques prior to deployment, and/or may be performed during deployment (if a deployed encoder and/or decoder implement machine-learning networks) to further update the encoder network 302 and/or decoder network 304 based on real-world deployment performance results.

[0078] In some implementations, the network update process 316 may update the encoder network 302 and/or decoder network 304 to achieve a desired objective function, which may include the loss function 318 and other performance metrics discussed above. In some implementations, the network update process 316 may utilize an optimization method such as one of evolution, gradient descent, stochastic gradient descent, or other solution technique.

[0079] As an example of gradient-based updates, the network update process 316 may calculate a rate of change of the objective function relative to variations in the encoder network 302 and/or decoder network 304, for example by calculating or approximating a gradient of the objective function. Such variations may include, for example, variations in the weights of one or more network lay ers, as shown in the example of FIG. 3, or other network architecture choices. In scenarios where the channel 306 is based on real RF channel data and does not have a closed form gradient solution, an approximate method may be used to estimate the gradient of the objective function.

[0080] Based on the calculated rate of change of the objective function, the network update process 316 may determine a first variation for the encoder network 302 and/ or a second variation for the decoder network 304. These variations may be computed, for example, using Stochastic Gradient Descent (SGD) style optimizers, such as Adam, AdaGrad, Nesterov SGD, or others. In some implementations, these variations may be computed using other scalable methods for direct search, such as evolutionary algorithms or particle swarm optimizations.

[0081] Once the variations have been determined, the network update process 316 then applies those variations to the encoder network 302 and/or the decoder network 304. For example, the network update process 316 may update at least one encoding network weight in one or more layers of the encoder network 302, and/or at least one decoding network weight in one or more layers of the decoder network 304.

[0082] In general, updating the encoder network 302 and decoder network 304 is not limited to updating network weights, and other types of updates may be implemented. For example, updating the encoder network 302 and the decoder network 304 may include selecting a machine-learning model for the encoder network 302, from among a plurality of encoding models, and selecting a machine-learning model for the decoder network 304, from among a plurality of decoding models. In such implementations, selecting machine-learning models may- include selecting a specific network architecture, such as choice of layers, layer- hyperparameters, or other network features. [0083] The encoder network 302 and/or decoder network 304 may be trained over various training models of the channel 306, which may be of the same type or of different types of channel models. Depending on the composition of the set of models for channel 306, the encoder network 302 and decoder network 304 may be optimized to communicate over a certain type of RF channel or a wide range of different types of RF channels.

[0084] In some implementations, the model of channel 306 may be categorized into a number of different modes. During training, the encoder network 302 and/or decoder network 304 may be trained on the different modes of the channel 306. For each of these modes, the encoder network 302 and/or decoder network 304 may learn suitable encoding and/or decoding techniques for the different modes. The different modes of the channel 306 may represent any suitable categorization of channel condition, such as level of noise, SNR, delay spread, rate of channel variations, bandwidth, etc.

[0085] In some implementations, instead of the channel 306 being a simulated channel, a real channel may be used to tram the encoder network 302 and/or decoder network 304. In such implementations, additional transmission and reception components (either hardware or software) may be implemented to transmit and receive analog RF waveforms over the real channel. Such transmit and receive components may be implemented either in the encoder network 302 and decoder network 304, or their effects may be included in the channel effects that are accounted for in the model of the channel 306. As such, the training in FIG. 3 may be performed over any suitable channel 306, whether simulated or real, to train the encoder network 302 and decoder network 304 to learn suitable encoding and decoding techniques.

[0086] During training, the encoder network 302 may be configured to learn a mapping from input information 308 into a transmitted RF signal 312. Analogously, the decoder network 304 may be configured to learn a reverse mapping from a received RF signal 314 into reconstructed information 310. As discussed above, the transmitted RF signal 312 and received RF signal 314 may represent analog RF waveforms that are transmitted and received over an RF channel, or may represent intermediate representations (e.g., samples of RF waveforms, coefficients of basis functions, distributions over RF waveforms, etc.) that are transformed to and from analog RF waveforms through processing by one or more other components, such as filters, modulators, equalizers, etc. For example, in the scenario where the encoder network 302 and decoder network 304 are implemented as a variational auto-encoder (as discussed in regards to FIG. 2, above), the RF signals 212 and 214 may represent distributions over RF waveform values. In general, the transmitted RF signal 312 and received RF signal 314 may represent any suitable RF signal representations that are learned by the encoder network 302 and decoder network 304 for encoding and decoding information over a particular channel or class of channels.

[0087] In some implementations, the encoding and decoding mappings may involve a set of basis functions. The basis functions may be used by the encoder network 302 to transform the input information 308 into the transmitted RF signal, which may be a set of basis coefficients, or an RF ' waveform that is a weighted combination of basis functions, or other suitable

representation using a particular set of basis functions. Analogously, the decoder network 304 may use the same set of basis functions to process the received RF ' signal 314 to generate the reconstructed information 310, for example by taking projections of the RF signal 314 onto the set of basis functions to generate basis coefficients, or in the scenario where the RF signal 314 is itself a set of basis coefficients, by transforming the basis coefficients in the RF ' signal 314 into the reconstructed information 310.

[0088] The basis functions may be any suitable set of orthogonal or non-orthogonal set of basis functions. For example, the basis functions may be In-Phase and Quadrature-Phase (I/Q) signals, Fourier basis functions, polynomial basis functions, Gaussian basis functions, exponential basis functions, wavelet basis functions, or combinations of these and/or other suitable set of basis functions that can be utilized represent RF waveforms that are transmitted over a channel. The basis functions may have different phase, amplitude, and/or frequency components. In some implementations, the basis functions may be parameterized and the training may involve optimizing over parameters of the basis functions.

[0089] Training the encoder network 302 and decoder network 304 may begin with any suitable set of initial conditions. For example, the training may begin with a random set of basis functions subject to certain conditions. Alternatively, the training may begin with a fixed set of basis functions, such as commonly used RF communication basis functions including Quadrature Phase-Shift Keying (QPSK) or Gaussian Binary Frequency Shift Keying (GFSK), orthogonal frequency division multiple access (OFDM), or other fixed set of basis functions.

[0090] During training, the encoder network 302 and decoder network 304 attempt to learn improved basis functions, according to results of encoding and decoding. Training the encoder 102 and decoder 104 may mvoive optimizing over a set of basis functions or over different sets of basis functions, for example using greedy search or other optimization-type algorithm,

[0091] In some implementations, the input information 308 may be chosen from a training set of information. The input information 308 may, in some implementations, be limited to a particular class of information, such as binary information, discrete-time information, analog waveforms, or other class of information. In such scenarios, the system 300 will be trained to learn communication encoding and decoding techniques that are tuned to communicate that particular class of information (over a particular channel or class of channels). By training on different types of information 308 and different types of channels 306, the system 300 may be trained to learn different encoding and decoding operations that are applicable to different communication scenarios.

[0092] The loss function 318 may be any suitable measure, or combination of measures, of distance between the input information 308 and the reconstructed information 310. For example, the loss function 318 may include cross-entropy, mean squared error (MSE), clipped MSE which penalizes predicted values according to MSE but only for values which fall on the wrong side of a decision threshold, or an exponential loss function that penalizes loss exponentially, or other suitable distance metric(s).

[0093] In addition, as discussed above, other performance metrics may be incorporated into training, for example as part of the loss function 318 and/or as hard constraints, etc. For example, such performance metrics may include bit error rate (BER) as a function of the signal- to-noise ratio (SNR), communication bandwidth, communication power, spectral efficiency (the number of bits per second that can be transmitted over a fixed bandwidth channel at a specific SNR). Any one or combinations of such metrics may be utilized during training as part of the loss function 318 (e.g., as a weighted combination) and/or as hard constraints in addition to the loss function 318.

[0094] FIG. 4 is a flowchart illustrating an example method 400 of training an RF system that implements machine-learning encoder and decoder networks to learn encoding and decoding over RF channels. The training method 400 may be performed by one or more processors, such as one or more CPUs, GPUs, DSPs, FPGAs, ASICs, TPUs, or neuromorphic chips or vector accelerators that execute instructions encoded on a computer storage medium. [0095] The training method 400 includes determining first information (402), which may be information that is to be communicated over an RF channel. As discussed above, the first information may be any suitable discrete-time, analog, discrete-valued, or continuous-valued information. For example, in some instances, this input information may be whitened discrete bits or symbols, or in other cases, the input information may follow the distribution of a non- whitened information source. As previously discussed in regards to FIG. 3, above, in some implementations, the first information may be represented by training data that is utilized for training purposes. In such scenarios, the training data may have a different form than the first information, but nonetheless may represent the first information for purposes of training.

[0096] An encoder machine-learning network is used to process this first information to generate a first RF signal that is to be transmitted over a communication channel (404). As discussed above, in some implementations the first information may be represented by training data, in which case the encoder machine-learning network processes the training data

representing the first information. Furthermore, as discussed above, the generated first RF signal may represent an analog RF ' waveform that is transmitted over a channel, or may be an intermediate representation (e.g., samples, basis coefficients, distributions over RF waveforms, etc.) that undergoes further processing (e.g., filtering, D/A conversion, modulation, etc.) to generate an analog RF ' waveform. This encoding process may utilize any suitable mapping from an input information space into an RF signal space, as discussed in regards to FIG. 3, above.

[0097] The training method 400 further includes determining a second RF signal that

represents the first RF signal having been altered by transmission through the communication channel (406). In training scenarios, the effects of the communication channel may be implemented by a model of a channel obtained by simulation and/or real channel data, or may be implemented by a real-world communication channel. As discussed above, the second RF signal may represent an analog RF waveform that is received over a channel, or may be an intermediate representation (e.g., samples, basis coefficients, distributions over RF waveforms etc.) that is a result of processing (e.g., filtering, sampling, equalizing, etc.) a received analog RF waveform.

[0098] A decoder machine-learning network is then used to process the received RF signal and generate second information as a reconstruction of the first information (408). As previousl - discussed in regards to FIG. 3 and in regards to steps 402 and 404, above, in some

implementations, the first information may have been represented by training data that is utilized for training purposes. In such scenarios, the input training data may have a different form than the original first information, but nonetheless the decoder may generate the second information as a reconstruction of the first information that is represented by the training data. This decoding process may utilize any suitable mapping from an RF signal space into reconstructed information space, as discussed in regards to FIG. 3, above.

[0099] A measure of distance is calculated between the second information and the first information (410). This measure of distance may be implemented as a loss function (e.g., loss function 318 in FIG. 3) and may represent a difference or error between the original input information and the second (reconstructed) information. As examples, the measure of distance may include cross-entropy, mean squared error, or other geometric distance metric (e.g., MSE, MAE, KL divergence), or may combine several geometric and/or entropy-based distance metrics into an aggregate expression for distance.

[00100] The training method 400 further includes updating at least one of the encoder network or the decoder network based on the measure of distance between the second information and the first information (412). This update may be applied to the encoder network and/or the decoder network in a joint or iterative manner, or individually, as discussed above. The updates may generally include updating any suitable machine- learning network feature of the encoder network and/or decoder network, such as network weights, architecture choice, machine-learning model, or other parameter or connectivity design, as discussed in regards to FIG. 3, above. As an example, in some implementations, if the encoder network and/or decoder network are trained to learn a set of basis functions for communicating over the RF channel, then the update process may include updating the set of basis functions that are utilized in the encoder network and/or decoder network.

[001Θ1] FIG. 5 illustrates examples of basis functions that may be learned and utilized by an encoder machine-learning network and/or decoder machine- learning network to communicate over RF channels. The examples in FIG. 5 illustrate four different sets of convolutional basis functions that are learned by an encoder for four different values of delay spread in a

communication channel. However, in general any suitable form of basis functions may be learned by the encoder network and/or decoder network.

[00102] As shown in FIG. 5, different types of basis functions are learned for different values of delay spread (delay spread values 4, 3, 2, and 1 ). In these examples, each set of basis functions has two components, although in general any suitable number of basis functions may be learned. In these examples, the encoder has learned to adjust the compactness of the two basis components depending on the delay spread in the channel.

[00103] Therefore, based on such training, the encoder and/or decoder may be deployed to utilize different sets of basis functions for different channel conditions (e.g., different channel delay spreads) in an adaptive manner. For example, in scenarios where machine-learning networks are deployed in a real-world communication system, the system may obtain channel state information (CSI) and adjust the encoder network and/or decoder network according to the state of the channel. Depending on the state of the channel, the encoder network and/or decoder network may simply adjust parameters (e.g., transmission power) for the same set of basis functions, or may change the set of basis functions entirely (e.g., by switching between the four sets of basis functions in FIG. 5). Such updates may also be performed during deployment based on simplified encoders and/or decoders that do not utilize full machine-learning networks, but instead utilize simplified encoding and/or decoding techniques based on results of training a corresponding encoder machine- learning network and decoder machine-learning network.

[00104] FIG. 6 illustrates examples of a transmitted RF signal 612 and a received RF signal 614 that may be learned by the encoder and decoder machine-learning networks for communicating over an RF channel. The signals may correspond to the previously discussed transmitted RF signal 312 and received RF signal 314 in FIG. 3, above.

[00105] In the examples of FIG. 6, the transmitted RF signal 612 and received RF signal 614 represent analog RF waveforms that are actually transmitted and received over a channel. For example, the transmitted RF signal 312 may be a waveform that is actually transmitted over a communication medium, and the received RF signal 3 4 may be a waveform that is actually received after having undergone impairments over a communication medium. However, as discussed in regards to FIGS. 1 and 3, above, in general the transmitted RF signals and received RF signals that are learned by the encoder and decoder may be any suitable representation (e.g., samples, basis coefficients, etc.) that may be further processed or transformed into analog RF waveforms.

[00106] In the examples of FIG. 6, the RF signals are at 0 dB SNR for 128 bits of information, and In-phase and Quadrature-phase components are shown for the transmitted and received RF signals. In general, however, the encoder and decoder machine-learning networks may be trained to learn any suitable form of transmitted and received RF signals, and are not limited in the number of components in each RF signal.

[00107] A shown in FIG. 6, the transmitted RF signal 612 is not immediately recognizable as corresponding to any known modulation scheme that is currently used in systems today. For example, the transmitted RF signal 612 appears to use at least three common discrete levels, and appears to encode information in some mixture of time and frequency across the sample space.

[00108] FIG. 7 illustrates an example of a system 700 with an encoder and decoder that may be deployed for learned communication of information over a real-world communication channel. The system 700 includes an encoder 702 and decoder 704 that are deployed to communicate over a real-world channel 706.

[00109] The encoder 702 receives input information 708 to be communicated, and maps the input information 708 into a transmitted RF signal 712. The encoding mapping that is utilized by the encoder 702 may be designed based on previous training of a machine- learning network that learned how to encode information into RF signals, using the training described in regards to FIGS. 3 and 4, above. For example, the encoder 702 may implement a trained machine-learning network during deployment, or may implement a simplified encoding mapping that utilizes results of training a machine-learning network, as discussed further below.

[00110] As previously discussed, in some implementations, the encoder 702 may include processing (e.g., filtering, modulation, etc.) that generates the RF signal 712 as an analog RF waveform for transmission. Alternatively, in other implementations, the encoder 702 may generate the RF signal 712 as an intermediate representation that is subsequently processed into an analog RF waveform by additional processing such as filtering or modulation for transmission over the channel 706.

[00111] The decoder 704 receives RF signal 714 that has been impaired by the channel 706, and maps the received RF signal 714 into reconstructed information 710. The decoding mapping that is utilized by decoder 704 may be designed based on previous training of a machine-learning network that learned how to decode RF signals into reconstructed information, using the training described in regards to FIGS. 3 and 4, above. For example, the decoder 704 may implement a trained machine-learning network during deployment, or may implement a simplified decoding mapping that utilizes results of training a machine-learning network, as discussed further below [00112] As previously discussed, in some implementations, the decoder 704 may include processing (e.g., filtering, modulation, etc.) that directly inputs the received RF signal 714 as an analog RF waveform received over the channel. Alternatively, in other implementations, the decoder 704 may process the RF signal as an intermediate representation that results from prior processing of an analog RF waveform that was received from the channel 706.

[00113] In some implementations, the encoder 702 and/or decoder 704 may be updated during deployment, for example by update process 716, based on results of communication. Such updates may be based on feedback information that is determined based on results of transmission and reconstructions during deployment.

[00114] In some implementations, the system 700 may be configured to collect information regarding the channel 706 and/or regarding performance metrics, for example using channel state and performance estimator 718. The estimator 718 may be configured to detect such

information, for example, by detecting a training signal that was transmitted as the transmitted RF signal 712. The estimator 718 may provide such information via feedback to control various updates to the encoder 702 and/or decoder 704 during deployment, as shown in the example of FIG. 7. Such updates may include updating one or more machine-learning features (in scenarios where the encoder 702 and/or decoder 704 implement machine-learning networks during deployment), or may include updating a simplified encoding and/or decoding mapping that is utilized by the encoder 702 and/or decoder 704 (in scenarios where the encoder 702 and/or decoder 704 implement simplified encoding/decoding techniques based on previously-trained machine-learning networks).

[00115] The feedback that is sent from the channel state and performance estimator 718 may take any suitable form and may be transmitted on any suitable time scale. For example, such feedback may be provided based on estimates obtained from the forward link (encoder 702 to decoder 704) or based obtained from a reverse link (decoder 704 to encoder 702) to estimate the state of the channel and/or estimates of performance. The ieedback information may vary in size depending on various factors, such as the number of modes to choose from, the available bandwidth and latency of the feedback channel, and other considerations. In some instances, this feedback information may be encoded into protocol messages within a wireless system.

[00116] As an example, the feedback may be generated by the encoder 702 transmitting a known training RF signal, and the decoder 704 (and/or other component in the RF receiver) determining the state of the channel and performance measurements based on comparing the received RF signal with the known transmitted training RF signal. In some implementations, the feedback may only be provided to the receiver to update the decoder 704, without necessarily providing the feedback to the transmitter to update the encoder 702 (half-model updates).

[00117] The conditions of channel 706 may change over different time scales, for example depending on the type of environment in which the RF signals are communicated. For instance, the time scale of variations in the channel 706 may depend on whether the environment is rural or urban, whether environmental objects are moving quickly or slowly (e.g., specifying coherence time, or correlation time of channel statistics), whether the environment is in an aircraft or spacecraft, or whether other radio emitters are located nearby. In some instances where the channel coherence time is very long or static (e.g., fixed radios and reflectors), encodings may be specifically learned for these impairments over long time scale. One example of this might be in a fixed geometry industrial or urban communications environment.

[00118] In some implementations, the conditions present in the channel 706 may be categorized into a number of different modes. The different modes may represent any suitable categorization of channel conditions, such as level of noise, SNR, delay spread, time scale of channel variations, etc. For each of these modes, the encoder 702 and/or decoder 704 may have been trained to learn a suitable set of encoding and/or decoding techniques, as discussed in regards to FIG. 3, above. During deployment, the encoder 702 and/or decoder 704 may be adaptively updated based on the particular mode of the channel 706 that is estimated. As shown in FIG. 7, in some implementations, a transmission mode controller 720 may be implemented to decide which mode configuration is to be utilized for the encoder 702 and/or decoder 704.

[00119] The transmission mode controller 720 may utilize feedback from the channel state and performance estimation 718. As discussed above, such feedback may be obtained from the forward and/or reverse link, and may be provided to the transmission mode controller 720 to help decide which mode of operation to select at any given time, in this way, the system 700 can learn suitable encoding and/or decoding techniques for a range of different channel conditions and then adaptively update the encoder 702 and/or decoder 704 to select a suitable mode under any given channel condition.

[00120] There are a number of scenarios in which learned communications may be used in real world applications. For example, during training, the encoder 702 and/or decoder 704 may be trained on closed-form analytic models of channel 706, Given sufficiently accurate stable analytic models of the channel of interest, efficient representations for communication across the channel 706 may be learned and used without any on-line adaptation. Such implementations may be suitable in environments where the real-world channel 706 sufficiently corresponds to analytic models, such as channels that vary slowly in time, or are otherwise more stable and predictable.

[00121] As another example, in scenarios where channels vary more unpredictably in the real world, such as depending on deployment location, conditions, or nearby effects, the system 700 may perform on-line adaptation and on-line learning of specialized encoding and/ or decoding techniques that perform well for the given real world deployment scenario. In such

implementations, updates to the encoder 702 and/or decoder 704 may be performed during deployment, based on real-world measurements of the channel and/or system performance. Such updates may be performed based on results of objective-achieving strategies that were learned in regards to training in FIGS. 3 and 4, above.

[00122] However, if the real- world feedback does not lend itself to exact analytic expression for the channel transform, then the update process 716 may utilize approximations, rather than exact analytic solutions, to determine updates for the encoder 702 and/or decoder 704. For example, in implementations where gradients of an objective function are computed, then approximate gradients may be computed, rather than exact derivative calculations. Furthermore, in real-world scenarios, the update process 7 6 may additionally consider real-world factors, such as communications cost, latency, and capacity of the feedback channel from, the channel state and performance estimator 718. In general, more accurate and more extensive feedback allows for updates that are more effective by the update process 716, but at the cost of communications, latency, and bandwidth. Therefore, in deployment scenarios where the encoder 702 and/or decoder 704 are updated based on feedback information, such additional considerations may be factored into the update process 716.

[00123] In some implementations, the encoder 702 and/or decoder 704 may utilized simplified forms of encoding and/or decoding mappings that were learned during training. For example, the encoder 702 may utilize a simplified lookup table to generate the transmitted RF signal 712 based on the input information 708. Analogously, in some implementations, the decoder 704 may generate the reconstructed information 710 from the received RF signal 714 by utilizing a distance-based decoding technique, or other simplified decoding technique that is based on a more general decoding mapping learned during training, or that is based on an encoder mapping that was learned during training.

[00124] As a specific example of such simplified deployment, in some implementations, during training, an encoder machine-learning network may learn a mapping from input information 708 to RF signals 712, The mapping may be, for example, a signal constellation that represents different RF signals 712 as different points in the constellation corresponding to particular inputs 708. However, during deployment, the encoder 702 may utilize a simplified lookup-table (LUT) to map input information 708 to points on the constellation to generate the RF signal 712, based on the training results of the encoder machine-learning network. Analogously, the decoder 704 may utilize simplified decoding algorithms (e.g., distance- based decoding algorithms) that are based on results of training a decoder machine-learning network, or based on a counterpart trained encoder machine- learning network.

[00125] In such scenarios, the encoder 702 and/or decoder 704 may be trained (e.g., as an autoencoder) for system design during training, but approximations or compact look up tables may be utilized, in the encoder 702 and/or the decoder 704, to deploy and implement the system 700 in real-world applications. As such, in some implementations, the encoder 702 and decoder 704 that are implemented in a deployed system may not implement a full machine-learning network, but instead may utilize results of encoding and decoding mappings that were learned by machine-learning networks during training. In some cases, these learned mappings from a neural network may already form very compact and efficient tensor computation expressions which can be deployed efficiently into a baseband processor.

[00126] FIG. 8 is a flowchart illustrating an example method 800 of deploying an encoder and decoder to perform learned communication over a real-world RF channel. Such deployment may utilize encoding and decoding techniques that were previously learned by machine-networks during trained, for example by using training techniques discussed in regards to FIGS. 3 and 4, above, or similar training techniques.

[00127] The method 800 includes determining an encoder and a decoder, at least one of which implements an encoding or decoding that is based on at least one of an encoder machine-learning network or a decoder machine-learning network that has been trained to encode or decode information over a communication channel (802). In some scenarios, the deployed encoder and/or decoder may implement machine-learning networks that were previously trained.

Alternatively, in other scenarios, the encoder and/or decoder may utilize simplified

encoding/decoding mappings that are based on results of previously training an encoder machine-learning network and/or decoder machine-learning network, as discussed in regards to FIG, 7, above.

[00128] The method 800 further includes determining first information (804). As discussed above, the first information may be any suitable discrete-time, analog, discrete-valued, or continuous-valued information.

00129] The encoder is then used to process this first information to generate a first RF signal (806). As discussed above, the first RF signal may represent an analog RF waveform that is transmitted over a channel, or may be an intermediate representation (e.g., samples, basis coefficients, etc.) that undergoes further processing (e.g., filtering, D/A conversion, modulation, etc.) to generate an analog RF waveform. This encoding process may utilize any suitable mapping, or simplified form of a mapping, from an input information space into an RF signal space that was learned during training an encoder machine-learning network, for example using training techniques discussed in regards to FIG. 3, above.

[00130] The method 800 further includes transmitting, using at least one transmitter, the first RF ' signal, through a communication channel (808). As discussed in regards to step 806, above, transmission of the first RF signal may involve directly transmitting the first RF signal itself (e.g., if the encoder has generated the first RF signal as an analog RF waveform suitable for transmission over the channel), or may involve processing the first RF signal to convert it into an analog RF waveform for transmission (e.g., using filtering, D/A conversion, modulation, etc.). The transmission may utilize any suitable transmission technique which may include other features or parameters, for example using single or multiple antennas, adaptive power control, etc.

[00131] The method 800 further includes receiving a second RF signal that represents the first RF signal having been altered by transmission through the communication channel (810). In deployment scenarios, the communication is a real-world channel (in contrast to training scenarios of FIGS. 3 and 4, where the channel may be a simulated channel or real-world channel). As discussed above, the second RF signal may represent an analog RF waveform that is received over a channel, or may be an intermediate representation (e.g., samples, basis coefficients, etc.) that is a result of processing (e.g., filtering, sampling, equalizing, etc.) a received analog RF waveform.

[00132] A decoder is then used to process the received second RF signal and generate second information as a reconstruction of the first information (812). This decoding process may utilize any suitable mapping, or simplified form of a mapping, from an RF signal space into

reconstructed information space that was learned by a decoder machine-learning network during training, for example using training techniques discussed in regards to FIG. 3, above.

[00133] As discussed in regards to FIG. 7, above, in some implementations, a deployed system may further utilize the received second RF signal (and/or other information resulting from the communication) to generate feedback and update the encoder and/or the decoder.

[00134] Furthermore as discussed in regards to FIG. 7, above, in some implementations, the encoder and/or decoder may utilized simplified forms of encoding and/or decoding mappings that were learned during training. For example, the encoder may utilize a simplified lookup table to generate the first RF signal based on the first information. Furthermore, in some

implementations, the decoder may utilize a distance- based decoding technique, or other simplified decoding technique that is based on a more general decoding mapping that was learned during training, or that is based on the encoder mapping that was learned during training. As such, in some implementations, the encoder and decoder that are implemented in a deployed system may not implement a full machine-learning network, but instead may utilize results of encoding and decoding mappings that were learned by machine-learning networks during training.

[00135] FIG. 9 is a diagram illustrating an example of a computing system that may be used to implement one or more components of a system that performs learned communication over RF channels.

[00136] The computing system includes computing device 900 and a mobile computing device 950 that can be used to implement the techniques described herein. For example, one or more parts of an encoder machine-learning network system or a decoder machine-learning network system could be an example of the system 900 described here, such as a computer system implemented in any of the machine-learning networks, devices that access information from the machine-learning networks, or a server that accesses or stores information regarding the encoding and decoding performed by the machine-learning networks. [00137] The computing device 900 is intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The mobile computing device 950 is intended to represent various forms of mobile devices, such as personal digital assistants, cellular telephones, smart- phones, mobile embedded radio systems, radio diagnostic computing devices, and other similar computing devices. The components shown here, their connections and relationships, and their functions, are meant to be examples only, and are not meant to be limiting.

[00138] The computing device 900 includes a processor 902, a memory 904, a storage device 906, a high-speed interface 908 connecting to the memory 904 and multiple high-speed expansion ports 910, and a low-speed interface 912 connecting to a low-speed expansion port 914 and the storage device 906. Each of the processor 902, the memor 904, the storage device 906, the high-speed interface 908, the high-speed expansion ports 910, and the low-speed interface 912, are interconnected using various busses, and may be mounted on a common motherboard or in other manners as appropriate. The processor 902 can process instructions for execution within the computing device 900, including instructions stored in the memory 904 or on the storage device 906 to display graphical information for a GUI on an external input/output device, such as a display 916 coupled to the high-speed interface 908. In other implementations, multiple processors and/or multiple buses may be used, as appropriate, along with multiple memories and types of memory. In addition, multiple computing devices may be connected, with each device providing portions of the operations (e.g., as a server bank, a group of blade servers, or a multi-processor system). In some implementations, the processor 902 is a single- threaded processor. In some implementations, the processor 902 is a multi-threaded processor. In some implementations, the processor 902 is a quantum computer.

[00139] The memory 904 stores information within the computing device 900. In some implementations, the memory 904 is a volatile memory unit or units. In some implementations, the memory 904 is a non-volatile memory unit or units. The memory 904 may also be another form of computer-readable medium, such as a magnetic or optical disk.

[00140] The storage device 906 is capable of providing mass storage for the computing device 900. In some implementations, the storage device 906 may be or include a computer-readable medium, such as a floppy disk device, a hard disk device, an optical disk device, or a tape device, a flash memory or other similar solid-state memory device, or an array of devices, including devices in a storage area network or other configurations, instructions can be stored in an information carrier. The instructions, when executed by one or more processing devices (for example, processor 902), perform one or more methods, such as those described above. The instructions can also be stored by one or more storage devices such as computer- or machine- readable mediums (for example, the memory 904, the storage device 906, or memory on the processor 902). The high-speed interface 908 manages bandwidth-intensive operations for the computing device 900, while the low-speed interface 912 manages lower bandwidth-intensive operations. Such allocation of functions is an example only. In some implementations, the highspeed interface 908 is coupled to the memory 904, the display 916 (e.g., through a graphics processor or accelerator), and to the high-speed expansion ports 910, which may accept various expansion cards (not shown). In the implementation, the low-speed interface 912 is coupled to the storage device 906 and the low-speed expansion port 914. The low-speed expansion port 914, which may include various communication ports (e.g., USB, Bluetooth, Ethernet, wireless Ethernet) may be coupled to one or more input/output devices, such as a keyboard, a pointing device, a scanner, or a networking device such as a switch or router, e.g., through a network adapter.

[00141] The computing device 900 may be implemented in a number of different forms, as shown in the figure. For example, it may be implemented as a standard server 920, or multiple times in a group of such servers. In addition, it may be implemented in a personal computer such as a laptop computer 922. It may also be implemented as part of a rack server system 924.

Alternatively, components from the computing device 900 may be combined with other components in a mobile device (not shown), such as a mobile computing device 950. Each of such devices may include one or more of the computing device 900 and the mobi le computing device 950, and an entire system may be made up of multiple computing devices communicating with each other.

[00142] The mobile computing device 950 includes a processor 952, a memory 964, an input/output device such as a display 954, a communication interface 966, and a transceiver 968, among other components. The mobile computing device 950 may also be provided with a storage device, such as a micro-drive or other device, to provide additional storage. Each of the processor 952, the memory 964, the display 954, the communication interface 966, and the transceiver 968, are interconnected using various buses, and several of the components may be mounted on a common motherboard or in other manners as appropriate.

[00143] The processor 952 can execute instructions within the mobile computing device 950, including instructions stored in the memory 964. The processor 952 may be implemented as a chipset of chips that include separate and multiple analog and digital processors. The processor 952 may provide, for example, for coordination of the other components of the mobile computing device 950, such as control of user interfaces, applications run by the mobile computing device 950, and wireless communication by the mobile computing device 950.

[00144J The processor 952 may communicate with a user through a control interface 958 and a display interface 956 coupled to the display 954. The display 954 may be, for example, a TFT (Thin-Film- Transistor Liquid Crystal Display) display or an OLED (Organic Light Emitting Diode) display, or other appropriate display technology. The display interface 956 may include appropriate circuitry for driving the display 954 to present graphical and other information to a user. The control interface 958 may receive commands from a user and convert them for submission to the processor 952. In addition, an external interface 962 may provide

communication with the processor 952, so as to enable near area communication of the mobile computing device 950 with other devices. The external interface 962 may provide, for example, for wired communication in some implementations, or for wireless communication in other implementations, and multiple interfaces may also be used.

[00145] The memory 964 stores information within the mobile computing device 950. The memory 964 can be implemented as one or more of a computer-readable medium or media, a volatile memory unit or units, or a non-volatile memory unit or units. An expansion memory 974 may also be provided and connected to the mobile computing device 950 through an expansion interface 972, which may include, for example, a SIMM (Single In Line Memory Module) card interface. The expansion memory 974 may provide extra storage space for the mobile computing device 950, or may also store applications or other information for the mobile computing device 950. Specifically, the expansion memory 974 may include instructions to cany out or supplement the processes described above, and may include secure information also. Thus, for example, the expansion memory 974 may be provide as a security module for the mobile computing device 950, and may be programmed with instructions that permit secure use of the mobile computing device 950. In addition, secure applications may be provided via the SIMM cards, along with additional information, such as placing identifying information on the SIMM card in a non-hackable manner.

[00146] The memory may include, for example, flash memory and/or NVRAM memory (nonvolatile random access memory), as discussed below. In some implementations, instructions are stored in an information carrier such that the instructions, when executed by one or more processing devices (for example, processor 952), perform one or more methods, such as those described above. The instructions can also be stored by one or more storage devices, such as one or more computer- or machine-readable mediums (for example, the memory 964, the expansion memory 974, or memory on the processor 952). In some implementations, the instructions can be received in a propagated signal, for example, over the transceiver 968 or the external interface 962.

[00147] The mobile computing device 950 may communicate wirelessly through the

communication interface 966, which may include digital signal processing circuitry where necessary. The communication interface 966 may provide for communications under various modes or protocols, such as GSM voice calls (Global System for Mobile communications), SMS (Short Message Service), EMS (Enhanced Messaging Sendee), or MMS messaging (Multimedia Messaging Service), CDMA (code division multiple access), TDMA (time division multiple access), PDC (Personal Digital Cellular), WCDMA (Wideband Code Division Multiple Access), CDMA2000, or GPRS (General Packet Radio Service), LTE, 5G/6G cellular, among others. Such communication may occur, for example, through the transceiver 968 using a radio frequency. In addition, short-range communication may occur, such as using a Bluetooth, Wi-Fi, or other such transceiver (not shown). In addition, a GPS (Global Positioning System) receiver module 970 may provide additional navigation- and location- related wireless data to the mobile computing device 950, which may be used as appropriate by applications running on the mobile computing device 950.

[00148] The mobile computing device 950 may also communicate audibly using an audio codec 960, which may receive spoken information from a user and convert it to usable digital information. The audio codec 960 may likewise generate audible sound for a user, such as through a speaker, e.g., in a handset of the mobile computing device 950. Such sound may include sound from voice telephone calls, may include recorded sound (e.g., voice messages, music files, etc.) and may also include sound generated by applications operating on the mobile computing device 950.

[00149] The mobile computing device 950 may be implemented in a number of different forms, as shown in the figure. For example, it may be implemented as a cellular telephone 980. it may also be implemented as part of a smart-phone 982, personal digital assistant, or other similar mobile device.

[00150] The term "system" as used in this disclosure may encompass all apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers. A processing system can include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them.

[00151] A computer program (also known as a program, software, software application, script, executable logic, or code) can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including as a standalone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. A computer program does not necessarily correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data (e.g., one or more scripts stored in a markup language document), in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub programs, or portions of code). A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.

[00152] Computer readable media suitable for storing computer program instructions and data include all forms of non-volatile or volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks or magnetic tapes; magneto optical disks; and CD-ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry. Sometimes a server is a general -purpose computer, and sometimes it is a custom-tailored special purpose electronic device, and sometimes it is a combination of these things. [00153] Implementations can include a back end component, e.g., a data server, or a middleware component, e.g., an application server, or a front end component, e.g., a client computer having a graphical user interface or a Web browser through winch a user can interact with an

implementation of the subject matter described is this specification, or any combination of one or more such back end, middleware, or front end components. The components of the system can be interconnected by any form or medium of digital data communication, e.g., a communication network. Examples of communication networks include a local area network ("LAN") and a wide area network ("WAN"), e.g., the Internet.

00154] The features described can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. The apparatus can be implemented in a computer program product tangibly embodied in an information earner, e.g., in a machine-readable storage device, for execution by a programmable processor: and method steps can be performed by a programmable processor executing a program of instructions to perform functions of the described implementations by operating on input data and generating output. The described features can be implemented advantageously in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. A computer program is a set of instructions that can be used, directly or indirectly, in a computer to perform a certain activity or bring about a certain result, A computer program can be written in any form of programming language, including compiled or interpreted languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.

[00155] While this disclosure contains many specific implementation details, these should not be construed as limitations on the scope of any invention or of what may be claimed, but rather as descriptions of features that may be specific to particular implementations of particular inventions. Certain features that are described in this disclosure in the context of separate implementations can also be implemented in combination in a single implementation.

Conversely, various features that are described in the context of a single implementation can also be implemented in multiple implementations separately or in any suitable subcombination.

Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination may be directed to a subcombination or variation of a subcombination.

[00156] Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. In certain circumstances, multitasking and parallel processing may be advantageous. Moreover, the separation of various sy stem modules and components in the implementations described above should not be understood as requiring such separation in all implementations, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.