CN111988045B - Improved polarization code SCF decoder based on genetic algorithm - Google Patents

Improved polarization code SCF decoder based on genetic algorithm Download PDF

Info

Publication number
CN111988045B
CN111988045B CN202010815415.XA CN202010815415A CN111988045B CN 111988045 B CN111988045 B CN 111988045B CN 202010815415 A CN202010815415 A CN 202010815415A CN 111988045 B CN111988045 B CN 111988045B
Authority
CN
China
Prior art keywords
scf
decoder
candidate
genetic algorithm
cfps
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010815415.XA
Other languages
Chinese (zh)
Other versions
CN111988045A (en
Inventor
王秀敏
马强强
李君�
张鸿超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Jiliang University
Original Assignee
China Jiliang University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Jiliang University filed Critical China Jiliang University
Priority to CN202010815415.XA priority Critical patent/CN111988045B/en
Publication of CN111988045A publication Critical patent/CN111988045A/en
Application granted granted Critical
Publication of CN111988045B publication Critical patent/CN111988045B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/03Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
    • H03M13/05Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
    • H03M13/13Linear codes
    • H03M13/15Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/12Computing arrangements based on biological models using genetic models
    • G06N3/126Evolutionary algorithms, e.g. genetic algorithms or genetic programming

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Biophysics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Biology (AREA)
  • Mathematical Physics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Genetics & Genomics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Physiology (AREA)
  • Biomedical Technology (AREA)
  • Algebra (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Error Detection And Correction (AREA)

Abstract

The present invention provides an improved polar code serial cancellation flip (Successive Cancellation Flip, SCF) decoder based on genetic algorithm (Genetic Algorithm, GA). Redundancy problems exist for the original set of candidate flipped positions (Candidate Flipping Positions Set, CFPS) based on the original SCF decoder, a new CFPS is built by using GA. An initial population of genetic algorithms is constructed with an index of all non-frozen bits and the channel reliability calculated by gaussian approximation is taken as fitness for each individual. The population is then subjected to continuous selection, crossover and mutation operations, and the population-optimal individuals of each generation are preserved. Finally, a new candidate flip position set CFPS-GA is obtained by counting the occurrence frequency of each population in the vector, and SCF decoding is carried out by using the newly constructed candidate flip position set CFPS-GA. The invention has the beneficial effects that: compared with other similar SCF decoders, the SCF decoder based on CFPS-GA can have lower computational complexity and decoding delay under the premise of ensuring decoding performance.

Description

Improved polarization code SCF decoder based on genetic algorithm
Technical Field
The invention belongs to the field of channel coding and decoding, and relates to a serial cancellation flip (Successive Cancellation Flip, SCF) decoder of a polarization code and a genetic algorithm in an artificial intelligence technology.
Background
Polarization code was manufactured from 2009 sinceThere is a great deal of attention after this proposal, and in the newly released 5G communication standard, the polarization code is selected as the coding scheme under the eMBB scene control channel. Polarization codes are the only channel coding schemes that have been theoretically proven to reach the shannon theoretical limit. The most primitive polar decoder is a serial cancellation (Successive Cancellation, SC) decoder, and it is under this decoder that the polar code reaches shannon's theoretical limit. However, the SC decoder is a serial decoder, and if the decoding of the preceding bit is wrong, the decoding of the following bit is affectedCausing error propagation. To improve the decoding performance of SC decoders, a serial cancellation list (Successive Cancellation List, SCL) decoder is proposed. Unlike an SC decoder, an SCL decoder retains at most L decoding paths at the time of decoding, and then selects the final path as a decoding result by a path metric value or cyclic redundancy check (Cyclic Redundancy Check, CRC). The SCL decoder greatly improves the decoding performance of the polarization code, so that the polarization code has the same decoding performance as other error correcting codes. However, the SCL decoder retains multiple decoding paths when decoding, and this decoding characteristic makes the SCL decoder have higher decoding delay and computational complexity.
In order to improve the decoding performance of SC decoders and reduce the complexity of SCL decoders, the relevant scholars have proposed a decoder named SCF. In the SCF decoder, SC decoding is first performed. And then performing CRC check on the result obtained by the SC decoder. And when the result obtained by SC decoding does not pass the CRC check, sequencing the absolute values of the log likelihood ratios corresponding to all the non-frozen bits, then turning over the bit with the minimum absolute value of the log likelihood ratio, and continuously decoding the code word after turning over the bit by using an SC decoder. T (T) max Representing the maximum number of such attempts. In actual communication, errors caused by channel noise are few, but most of the errors are caused by errors caused by channel noise. The SCF decoder finds the errors caused by the channel noise through continuous flipping attempts, so as to improve the decoding performance of the polarization code. While SCF decoders achieve a balance between decoding performance and decoding complexity compared to SC and SCL decoders, in the above-mentioned SCF decoding algorithm, the candidate set of flip positions (Candidate Flipping Positions Set, CFPS) is made up of an index of all non-frozen bits. However, it has been found experimentally that some sub-channels are very reliable and that no inversion attempts are required to invert the decoded bits of these sub-channels. Then, in order to reduce the size of CFPS and the search space of candidate flip positions, a learner proposes to use Critical Set (CS) as CFPS of SCF decoder. The CS is obtained by finding out the code tree of the polarized codesAll rate-1 nodes then use the index corresponding to the first non-frozen bit of the rate-1 node as an element in the CS. The CS-based SCF decoder effectively improves the decoding performance of the SCF decoder and reduces the computational complexity of the original SCF decoder. Meanwhile, some scholars have also proposed a concept of a medium level sub-channel (MBC) set by utilizing channel characteristics. The Monte Carlo simulation results indicate that the SCF decoder based on the MBC set has the same decoding performance and computational complexity as the SCF decoder based on CS.
Disclosure of Invention
The invention provides an improved polarization code SCF decoder based on a genetic algorithm aiming at the problem that redundancy exists in a candidate flip position set of the polarization code SCF decoder. The polarization code SCF decoding module consists of a standard SC decoding module, a CRC checking module and a candidate flip bit construction module. And the decoder adopts a new CFPS construction method based on genetic algorithm in the candidate flip bit construction module. In an implementation of the invention, the index of each non-frozen bit is used as the individual of the genetic algorithm, and then the index of all non-frozen bits is used to construct the initial population of the genetic algorithm. Since the channel environment of the present invention is additive white gaussian noise, the present invention uses the channel reliability calculated by gaussian approximation as the fitness of each individual. The selection strategy used is tournament selection. And (3) binary coding is carried out on the new population after the selection operation, then crossover and mutation operations are carried out on the newly generated population, and the optimal individuals of each generation are saved. When the iteration is over, the frequency of occurrence of each non-frozen bit index is counted, and then a new GA-based CFPS is constructed with those indexes having a frequency other than 0. The specific steps of the construction are as follows:
step one: the population is initialized with an index of all non-frozen bits and fitness of each individual is calculated using gaussian approximation.
Step two: and selecting individuals by using a tournament selection strategy to obtain a new selected population.
Step three: binary coding is carried out on the selected population, then crossover and mutation operations are carried out on individuals through a strategy of single-point crossover and simple mutation, and the optimal individuals in the new population after the mutation operations are stored in a vector path.
Step four: repeating the second and third steps until the iteration is finished, and then obtaining a final vector path, wherein the vector size and the iteration times of the population are the same.
Step five: the frequency of occurrence of each non-frozen bit index in the vector path is counted and then the index with a frequency other than 0 is put into the new CFPS.
By using the newly constructed CFPS to perform SCF decoding, experimental simulation can find that the SCF decoder based on the CFPS-GA can reach the upper limit of single-bit flip decoding performance. And compared with other similar SCF decoders, the SCF decoder based on CFPS-GA has lower computational complexity and decoding delay.
Drawings
FIG. 1 is a block diagram of an SCF decoder system of the present invention;
FIG. 2 is a flow chart of the CFPS-GA construction process of the present invention;
FIG. 3 is a schematic diagram of a variation operation of the present invention;
FIG. 4 shows the average complexity of decoding at 1024 codes by different decoders;
fig. 5 shows the average decoding delay of different decoders at 1024 codes.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings, the following examples being preferred examples of the application of the present invention and should not be construed as limiting the invention.
In fig. 1, the system block diagram mainly comprises a polarization code encoding module, a channel module and a polarization code SCF decoding module. In addition, the polarization code SCF decoding module consists of a standard SC decoding module, a CRC checking module and a candidate inversion bit construction module based on a genetic algorithm. The channel module employs additive white gaussian noise. The CRC check bit length in the CRC check module is 16, and the CRC generation polynomial is g (x) =x 16 +x 15 +x 2 +1. Candidate overturning position construction module adopts genetic technology belonging to artificial intelligence fieldAlgorithm technology is transmitted. As shown in fig. 2, because the information transmitted by frozen bits is known to both the sender and receiver, flipping these bits when an SC decoding error occurs does not improve decoding performance, so the index of non-frozen bits is used for initialization of the population. Because the binary code starts from 0 and the index starts from 1, the binary code corresponds to a value 1 less than the decimal value when the individual is binary coded. And whether to perform the crossover operation on the parent individual is determined by the crossover rate. Since new indexes may be generated by interleaving and these newly generated indexes may be frozen bit indexes, it is necessary to check the generated indexes that only children of those indexes corresponding to non-frozen bits can be valid individuals. Fig. 3 is a schematic diagram of a mutation operation in which one individual 514 of the population is first converted by binary encoding into its corresponding binary vector 100000001.flag1 represents a randomly generated random number ranging from 0 to 1, p m The mutation rate is shown. As can be seen from fig. 3, the binary vector can be mutated from 1000000001 to 1000001010 by a mutation operation.
Based on the construction flow chart of fig. 2, the code length is 1024, the code rate is 0.5, and the signal-to-noise ratio is 2.5dB. The population size is the same as the number of non-frozen bits. Because the original SCF decoding requires ordering of the log likelihood ratios of all the non-frozen bits, its CFPS size is equal to the number of non-frozen bit bits. Under the same condition, the CFPS-GA constructed by the genetic algorithm has smaller set, so that the decoding complexity and decoding delay of the SCF decoder based on the genetic algorithm improvement can be effectively reduced.
In the simulation experiment, the code length is 1024, the code rate is 0.5, and the simulation condition adopts a control variable method. SCF-GA is used to represent the SCF decoder of CFPS-GA constructed based on genetic algorithm, and SCF-CS is used to represent the SCF decoder based on key set. While SCO1 represents the upper decoding performance limit of a single bit flip-flop decoder. Simulation experiment results show that under all signal-to-noise ratios, the SCF-GA decoder and the SCO1 decoder have almost the same decoding performance. And when the signal-to-noise ratio is less than 2dB, the SCF-GA decoder has the same decoding performance as the SCF-CS and the original SCF decoderCan be used. But better decoding performance can be achieved by the SCF-GA decoder when the signal-to-noise ratio is greater than 2 dB. SCF-CS has a frame error rate of 10 when compared to the original SCF decoder -3 The SCF-GA decoder has a performance gain of about 0.1 dB. In fig. 4, the present invention represents the average normalized computational complexity with an additional number of inversions. As the signal-to-noise ratio increases, the complexity of various SCF decoders quickly drops to the same level as SC decoders. Since the CFPS-GA constructed in the present invention contains fewer non-frozen bit indices, the search space is smaller when determining the flip position. It can be seen from fig. 5 that the SCF-GA decoder has a lower decoding delay over the entire signal-to-noise ratio range.
The above embodiments are not intended to limit the present invention in any way, and all technical solutions obtained by using the similar structures, methods and similar variations of the present invention are within the scope of the present invention.

Claims (1)

1. An improved polarization code SCF decoder based on genetic algorithm, characterized in that: the polarization code SCF decoder comprises a polarization code SCF decoding module, wherein the polarization code SCF decoding module comprises a standard SC decoding module, a CRC checking module and a candidate turnover bit construction module based on a genetic algorithm, and the candidate turnover bit construction module constructs candidate turnover bits through the genetic algorithm and comprises the following steps:
utilizing indexes of all non-frozen bits to form an initial population of a genetic algorithm;
calculating the fitness of each individual by using Gaussian approximation, and then performing selection operation on the individual, wherein the selection strategy is selected for tournament;
step three, binary coding is carried out on the selected individuals, then the intersection and mutation operation is carried out on the individuals, and each generation of optimal individuals are stored;
and step four, counting the number of times of taking each frozen bit index as each generation of optimal individuals, and forming a new candidate position set by using indexes with non-0 counted times as a final construction result.
CN202010815415.XA 2020-08-14 2020-08-14 Improved polarization code SCF decoder based on genetic algorithm Active CN111988045B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010815415.XA CN111988045B (en) 2020-08-14 2020-08-14 Improved polarization code SCF decoder based on genetic algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010815415.XA CN111988045B (en) 2020-08-14 2020-08-14 Improved polarization code SCF decoder based on genetic algorithm

Publications (2)

Publication Number Publication Date
CN111988045A CN111988045A (en) 2020-11-24
CN111988045B true CN111988045B (en) 2024-04-05

Family

ID=73434422

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010815415.XA Active CN111988045B (en) 2020-08-14 2020-08-14 Improved polarization code SCF decoder based on genetic algorithm

Country Status (1)

Country Link
CN (1) CN111988045B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112713903B (en) * 2020-12-23 2024-07-26 中国地质大学(武汉) Polarization code construction method based on general partial order and genetic algorithm under SCL decoder
CN113098533B (en) * 2021-03-29 2022-10-18 中山大学 Continuous elimination turning decoding method based on absolute value change of log-likelihood ratio
CN113630127B (en) * 2021-08-06 2023-09-29 网络通信与安全紫金山实验室 Rapid polarization code construction method, device and equipment based on genetic algorithm
CN115622574B (en) * 2022-12-16 2023-04-07 天地信息网络研究院(安徽)有限公司 Polarization code decoding method based on genetic algorithm

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108566213A (en) * 2018-04-25 2018-09-21 东南大学 The serial counteracting list bit-flipping decoding method of polarization code
CN109660264A (en) * 2018-12-03 2019-04-19 中国人民解放军陆军工程大学 High-performance polar code decoding algorithm
CN110995278A (en) * 2019-12-16 2020-04-10 重庆邮电大学 Improved polar code serial elimination list bit flipping decoding method and system
CN111416624A (en) * 2020-03-27 2020-07-14 网络通信与安全紫金山实验室 Polarization code belief propagation decoding method, equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080095259A1 (en) * 2006-10-23 2008-04-24 Dyer Justin S Pre-coding for multiple-input-multiple-output communications
US8358636B2 (en) * 2007-03-30 2013-01-22 Alcatel Lucent Methods and devices for scheduling the transmission of multicast messages in wireless local area networks
KR101856416B1 (en) * 2017-02-28 2018-05-09 성균관대학교산학협력단 A method of low complexity scl decoding for polar codes and an apparatus thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108566213A (en) * 2018-04-25 2018-09-21 东南大学 The serial counteracting list bit-flipping decoding method of polarization code
CN109660264A (en) * 2018-12-03 2019-04-19 中国人民解放军陆军工程大学 High-performance polar code decoding algorithm
CN110995278A (en) * 2019-12-16 2020-04-10 重庆邮电大学 Improved polar code serial elimination list bit flipping decoding method and system
CN111416624A (en) * 2020-03-27 2020-07-14 网络通信与安全紫金山实验室 Polarization code belief propagation decoding method, equipment and storage medium

Also Published As

Publication number Publication date
CN111988045A (en) 2020-11-24

Similar Documents

Publication Publication Date Title
CN111988045B (en) Improved polarization code SCF decoder based on genetic algorithm
CN108282264B (en) Polar code decoding method based on bit flipping serial elimination list algorithm
US8095863B2 (en) Low complexity decoding of low density parity check codes
CN110995278B (en) Improved polarity code serial elimination list bit overturning decoding method and system
CN109921804B (en) Self-adaptive fusion serial offset list polarization code decoding method and system
CN108847848A (en) A kind of BP decoding algorithm of the polarization code based on information post-processing
CN113162634B (en) Code length self-adaptive polarization code decoding method based on bit flipping
CN111726202B (en) Early termination iteration method for polarization code belief propagation decoding
CN112713903B (en) Polarization code construction method based on general partial order and genetic algorithm under SCL decoder
CN114070331A (en) Self-adaptive serial offset list flip decoding method and system
CN113114269A (en) Belief propagation-information correction decoding method
CN116614142A (en) Combined decoding method based on BPL decoding and OSD decoding
CN115333676B (en) Code word construction method of convolutional coding suitable for polarization adjustment
CN113014271B (en) Polarization code BP decoding method for reducing turnover set
CN113556134B (en) Polar code puncturing encoder and encoding method suitable for simplifying serial offset decoding
CN115694515A (en) Neural network assisted polarization code decoding method and device based on key bits
CN112311404B (en) Polarization code construction method based on polarization weight and genetic algorithm under SC decoder
TWI783727B (en) Communications system using polar codes and decoding method thereof
CN113572577B (en) Novel method and system for shortening polarization code
LU502737B1 (en) Methods and systems for data transfer via a communication channel
CN114039701B (en) Coding and decoding method combining LDPC code with additional information transmission
Wang et al. An adaptive fusion successive cancellation list decoder for polar codes with cyclic redundancy check
CN118041484A (en) PAC code construction method and device based on channel cut-off rate curve
Fang An Improved Min-Sum Polar Code Decoding Algorithm
McGuire et al. Decoding of Polar Codes with Finite Memory

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant