Attention-based joint source channel method for text
A technology of attention and text, applied in the field of wireless communication, can solve problems such as inability to adapt to complex network environments
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- Publication Date
- 2021-08-24
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of wireless communication, in particular to an attention-based joint source-channel method for text. Background technique
[0002] With the development of computer technology, modern communication technology and network information processing technology, text has become the main carrier for users to obtain and disseminate information. The encoding and transmission of text data also faces great challenges. On the one hand, in many application occasions, there will be a problem of needing to transmit massive text data information. In order to transmit a large amount of information in a channel with limited bandwidth, high-efficiency compression coding must be performed before transmission. On the other hand, due to the increasing complexity of wireless channels, how to effectively deal with the impact of channels on text transmission is also an urgent problem to be solved.
[0003] Shannon's separation theorem points...
Examples
Embodiment Construction
[0047] This embodiment implements JSCC for text data with a fixed code length based on deep learning and using GRU. This embodiment proposes to include two parts:
[0048] 1) In this embodiment, GAN is used to train the unidirectional JSCC model, and pointwise mutual information (Pointwise Mutual Information, PMI) is added in the process of beam search.
[0049] 2) In order to overcome the deficiency of unidirectional JSCC, this embodiment adopts Synchronous Bidirectional Attention (SBAtt) and synchronous bidirectional beam search to interactively use past and future information to decode text.
[0050] 1) GAN training one-way neural network
[0051] see figure 1 , the SeqGAN model consists of three parts: generator G, discriminator D and sentence-level word error rate (Word Error Rate, WER). The decoding end of the generator is based on the one-way GAN neural network. The whole generator can be regarded as a JSCC framework, the purpose is to decode the input sou...