CN105205838A - Vector quantization codebook construction method based on chaotic particle swarm algorithm - Google Patents

Vector quantization codebook construction method based on chaotic particle swarm algorithm Download PDF

Info

Publication number
CN105205838A
CN105205838A CN201510522569.9A CN201510522569A CN105205838A CN 105205838 A CN105205838 A CN 105205838A CN 201510522569 A CN201510522569 A CN 201510522569A CN 105205838 A CN105205838 A CN 105205838A
Authority
CN
China
Prior art keywords
particle
vector
rsqb
lsqb
fitness
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.)
Granted
Application number
CN201510522569.9A
Other languages
Chinese (zh)
Other versions
CN105205838B (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.)
Chongqing University of Post and Telecommunications
Original Assignee
Chongqing University of Post and Telecommunications
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 Chongqing University of Post and Telecommunications filed Critical Chongqing University of Post and Telecommunications
Priority to CN201510522569.9A priority Critical patent/CN105205838B/en
Publication of CN105205838A publication Critical patent/CN105205838A/en
Application granted granted Critical
Publication of CN105205838B publication Critical patent/CN105205838B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention requests to protect a vector quantization codebook construction method based on a chaotic particle swarm algorithm, and particularly relates to a vector quantizer based on a particle swarm, wherein the vector quantizer can be used for a voice compression coding and image compression system. According to the method, a particle swarm algorithm and a chaotic algorithm are combined to be used for construction of a vector quantization codebook, and the algorithm can be extended to a multistage vector quantizer. Chaotic optimization is integrated in the particle swarm optimization algorithm so that speed of the particle swarm algorithm for being away from the local extreme point can be accelerated, convergence precision of the algorithm can be enhanced and performance of the vector quantizer is enabled to be improved.

Description

A kind of vector quantization code book building method based on Chaos particle swarm optimization algorithm
Technical field
The invention belongs to field of data compression, be specifically related to a kind of vector quantization method and vector quantizer, have a wide range of applications in voice compression coding and image compression system.
Background technology
Vector quantization is the new development of Shannon information theory in source coding theory, several scalar datas is formed a vector, in vector space, then gives overall quantification, reach and not only have compressed data but also do not lose too many information.Therefore, vector quantization is a kind of data compression technique efficiently, has ratio of compression large, and the advantage such as to decode simple, has a wide range of applications at voice and image code domain.The basic theories of vector quantization has people as far back as twentieth century six the seventies and pays close attention to, and starts gradual perfection in the 1980s.Realize a practical vector quantizer, what first need to solve is the design of code book.If code book performance is not good, by the coding quality of impact vector quantization system, as caused the decline of decoding end phonetic synthesis quality or image reconstruction quality.LBG algorithm is a kind of code book building method of classics proposed in 1980 by Linde, Buzo and Gray, because of its have theoretical tight, be easy to implement, restrain feature fast, achieve in vector quantization field and apply widely.But the performance of LBG algorithm too relies on inceptive code book, and is easily absorbed in local optimum.For this reason, scholars, on the basis of LBG algorithm, propose a lot of code book construction algorithm improved, as simulated annealing code book algorithm, PNN code book algorithm, neural network code book algorithm, immune cat group optimize code book algorithm etc.Particle cluster algorithm combines with chaos algorithm by the present invention, proposes a kind of code book building method based on Chaos particle swarm optimization algorithm.The method can increase the diversity of solution space, improves ability of searching optimum and convergence precision, also can process the problem in ghost chamber simultaneously.
Chaos is a kind of non-linear phenomena that nature extensively exists, and Chaos Variable seems mixed and disorderly, but its change procedure contains inherent regularity, is described as last century Mo maximum discovery, for the progress of promotion modern science plays an important role.There is no strict definition to chaos at present, generally the motion state with randomness obtained by determinacy equation is called chaos, the variable presenting chaos state is called Chaos Variable.Chaotic motion is seemingly random, but imply exquisite immanent structure, there is ergodicity, randomness and the feature to starting condition susceptibility, can repeatedly not travel through all states by himself rule within the specific limits, therefore, these character of chaotic motion are utilized to be optimized search.Following logic equation describes a most typical chaos system.
Z n+1=μZ n(1-Z n),n=0,1,2,…
μ in above formula is controling parameter, after this value is determined, by any initial value Z 0(0,1) iteration can go out a time series Z determined 0, Z 1..., Z n.
Particle group optimizing (ParticleSwarmOptimization, PSO) algorithm is the inspiration by Kennedy and Eberhart in nineteen ninety-five by artificial life result of study at first, a kind of computing technique of evolving based on swarm intelligence of migrating with proposing during collective behaviour of looking for food simulation flock of birds in process.Because this algorithm is simple, fast convergence rate, and features such as less (as without the need to gradient information) is required to objective function, therefore develop very rapid, and to succeed application at numerous areas.In PSO model, a bird in the corresponding search volume of each solution of optimization problem, be somebody's turn to do " bird " also referred to as particle, each particle has a speed, determines its direction of circling in the air and distance.PSO is initialized as a group random particles, and then particle starts to follow current optimal particle motion, until optimum solution is found in search in whole solution space.In each iteration, particle upgrades oneself by following the trail of two extreme values, and an optimum solution being particle oneself and finding, is called individual extreme value p best; Another is the optimum solution that whole population finds, and is called global extremum g best.Suppose to use represent i-th particle, wherein n is the dimension of particle, and the desired positions of its experience is expressed as and the desired positions of whole colony experience is expressed as the speed of particle i is by searching current optimal particle principle, particle i changes speed and position by (1) formula and (2) formula.
v i j ( t + 1 ) = wv i j ( t ) + c 1 r 1 ( p i j ( t ) - x i j ( t ) ) + c 2 r 2 ( g i j ( t ) - x i j ( t ) ) - - - ( 1 )
x i j ( t + 1 ) = x i j ( t ) + v i j ( t + 1 ) - - - ( 2 )
Wherein, t is current iterations; c 1, c 2for Studying factors; r 1, r 2for obeying the random number that (0,1) distributes, w is the inertia weight factor.Research shows: larger w value is conducive to jumping out local minizing point, and less w value is conducive to algorithm convergence and improves the precision of separating.In a lot of algorithm, the normal linear decrease value adopting (3) formula to calculate w.
w = w m a x - ( w m a x - w m i n ) t t m a x - - - ( 3 )
T maxfor the maximum iteration time of setting; w maxfor maximum inertia weight; w minfor minimum inertia weight.In addition, for making particle rapidity be unlikely to excessive, can setting speed higher limit V max.When the speed of certain one dimension exceedes this setting speed, be V with regard to making the speed of this one dimension max.
Although it is simple that particle swarm optimization algorithm has principle, be easy to the advantage applied, also have and be easily absorbed in Local Extremum, later stage of evolution speed of convergence is slow, the shortcomings such as precision is poor.
Summary of the invention
For the deficiency of particle swarm optimization algorithm, propose a kind of vector quantization code book building method based on Chaos particle swarm optimization algorithm.Technical scheme of the present invention is as follows: a kind of vector quantization code book building method based on Chaos particle swarm optimization algorithm, and it comprises the following steps:
101, extract the characteristic ginseng value of voice signal or picture signal, the characteristic ginseng value of extraction is as the trained vector constructing code book;
102, be stored in calculator memory by the whole trained vector X generated needed for vector quantization code book, the set of whole X represents with S;
103, initialization of population, arranges the maximum iteration time MaxLoop of iterative algorithm, the number K of particle, vector quantization progression M, maximal rate V max, minimum speed V min; Initial velocity p [k] .v, the k=1 of particle are set, 2 ..., K; Fitness initial value p [k] .f, k=1 are set, 2 ..., K; Iterative initial value m=1 is set, progression initial value kkk=1;
104, in the whole trained vector X from step 102, the N number of trained vector of random extraction forms an inceptive code book repeat K time, obtain K particle p [k]; According to the most contiguous criterion, often input a particle, be divided into N number of subset in, namely when time, following formula is set up:
d ( X , y l m - 1 ) ≤ d ( X , y i m - 1 ) , ∀ i , i ≠ l
d ( X , y l m - 1 ) = | | X - y l m - 1 | | 2
105, new code word is calculated p [ k ] . Y = ( p [ k ] . y 1 m , p [ k ] . y 2 m , ... , p [ k ] . y N m ) , Wherein be barycenter, computing formula is as follows, num iit is set the number of middle trained vector;
p [ k ] . y i m = 1 num i Σ X ∈ S i m X
Add up each cell, i.e. each subset the trained vector number comprised, by the distortion of each trained vector by sorting from big to small.For ghost chamber, then cell trained vector number is not 1 and the maximum trained vector of distortion replaces ghost chamber as new code word, the trained vector number in this cell is subtracted 1 simultaneously;
106, the fitness of each particle is calculated
p [ k ] . f ( m ) = Σ i = 1 N Σ X ∈ S i m d ( X , y i m )
Relatively fitness p [k] .f (m)with p [k] .f bestif, p [k] .f (m)be less than fitness p [k] .f of optimal location best, then p [k] .f is upgraded bestwith fitness p [k] .f of more each particle bestwith the fitness f of the optimal location of group gbestif, p [k] .f bestbe less than f gbest, then f is upgraded gbestwith colony's optimal particle p . Y g b e s t = ( p [ k ] . y 1 m , p [ k ] . y 2 m , ... , p [ k ] . y N m ) ;
If 107 iterations m aliquots 3, then carry out chaos optimization to optimal particle.In following formula, β iand α ibe maximal value and the minimum value of characteristic parameter i-th dimension, μ is controling parameter;
z i = p [ k ] . y i - α i β i - α i
z i=μ(1-z i)
p[k].y i=α i+(β ii)z i
Circulate three times, produce 3 particles, retain the particle that fitness is minimum, and replace a particle of random selecting in current group; Judge whether iterations is greater than MaxLoop, if be greater than MaxLoop, then jumps to step 109, otherwise forwards step 108 to, continue to perform;
108, the speed of more new particle and particle;
109, ask trained vector to quantize residual error, output codons, progression kkk adds 1, if kkk>M, terminates; If kkk≤M, reset initial value, and trained vector is changed into the quantification residual error vector of upper level.
Further, if vector quantization progression M is set to 1, what design is single-stage vector quantizer code book; If M>1, what design is M level vector quantizer code book.
Further, the computing formula of inertia weight in particle swarm optimization factor w is:
w = w min + ( w m a x - w m i n ) 1 + c o s [ f g ( m - 1 ) f i ( M a x L o o p - 1 ) π ] 2
In above formula, f gglobal optimum's fitness, w maxrepresent maximum inertia weight, w minrepresent minimum inertia weight, f ibe current particle fitness, MaxLoop is maximum iteration time, and m is current iteration number of times.
Advantage of the present invention and beneficial effect as follows:
The present invention takes full advantage of the wide and chaos algorithm in particle cluster algorithm hunting zone and has ergodic feature, particle cluster algorithm is combined with chaos algorithm, increase the diversity of solution space, improve ability of searching optimum and convergence precision, effective process is also done to the problem in ghost chamber simultaneously, optimized the performance of quantizer.The present invention can be used for, in voice and image compression encoding, having a good application prospect and practical value.
Accompanying drawing explanation
Fig. 1 the invention provides the code book construction algorithm process flow diagram of preferred embodiment based on Chaos-Particle Swarm Optimization.
Embodiment
Below in conjunction with accompanying drawing, the invention will be further described:
Chaos optimization thought is incorporated in particle swarm optimization algorithm, proposes a kind of based on Chaos particle swarm optimization algorithm.This algorithm makes solution space have diversity, can improve ability of searching optimum and convergence precision.Adopt the step of Chaos particle swarm optimization algorithm structure vector quantization code book as shown in Figure 1.
In particle cluster algorithm, the size of inertia weight factor w have impact on the search capability of algorithm.When w is larger, be conducive to the ability of searching optimum improving algorithm, but local search ability is more weak; When w is less, the local search ability of particle can be strengthened, but the ability exploring new region is more weak.In standard particle group algorithm, w is definite value, so just cannot make full use of the exploring ability of particle.In Linear recurring series particle cluster algorithm, w is not fixing, is to upgrade according to formula (3), makes w relevant with iterations, and along with iterations increases, w linearly reduces.Relative to standard particle group algorithm, although this algorithm improves to some extent in performance, premature problem does not still obtain essence and solves, and especially the diversity in particle later stage is deteriorated, and causes speed of convergence slack-off, is very easily absorbed in local optimum.
The fitness f of particle is a parameter of reflection particle current location quality, certain is had to the particle of higher fitness, and the regional area at its place may exist the some p that can obtain upgrading global optimum best, i.e. p bestrepresented solution is better than global optimum g best.In order to enable global optimum be upgraded rapidly, p can be found rapidly best, the inertia weight factor of particle should be reduced to strengthen its local search ability.And for the lower particle of fitness, current location is poor, there is the probability being better than globally optimal solution in region lower, in order to jump out current region, the inertia weight factor should be increased, to strengthen ability of searching optimum.So the inertia weight factor is not only relevant with iterations, also closely related with fitness f, in the present invention, inertia weight factor w is calculated by formula below.
w = w m i n + ( w m a x - w m i n ) 1 + c o s [ f g ( m - 1 ) f i ( M a x L o o p - 1 ) π ] 2
In above formula, f gglobal optimum's fitness, f ibe current particle fitness, MaxLoop is maximum iteration time, and m is current iteration number of times.In order to strengthen ability of searching optimum and the convergence precision of particle further, chaos optimization is carried out to the optimal value searched out at every turn.Utilize the ergodicity of chaotic motion, based on the optimal location that current whole population searches, produce chaos sequence, the particle of the optimal location in the chaos sequence produced is substituted at random the position of a particle in current particle group.In order to reduce the complexity of algorithm, the present invention carries out chaos optimization at every turn, but takes every Q iteration to carry out a chaos optimization, effectively can reduce algorithm complex like this, little to the quality influence of last acquisition particle.
The structure of optimum vector quantizer needs to follow following two principle:
1, arest neighbors condition
If given code book C={y 0, y 1..., y n-1, size is N, then optimal dividing { the R in input vector space 0, R 1..., R n-1should meet R i = { x | d ( x , y j ) = m i n 0 ≤ j ≤ N - 1 d ( x , y j ) } .
2, barycenter condition
To given division { R 0, R 1..., R n-1, optimum code word y jmust be corresponding cell R j" barycenter ", i.e. y j=cent (R j).
In example of the present invention, intend carrying out three grades of vector quantizations to speech characteristic parameter line spectrum pair frequency LSF, construct three grades of LSF code books, its size is respectively 256,64,32, trained vector used is the LSF parameter adopting MELP (Mixed Excitation Linear Prediction) (MELP) scrambler to extract from a large amount of Chinese and English speech database, and vector dimension is 10.Concrete step is as follows:
1) be stored in calculator memory by the whole trained vector X generated needed for vector quantization code book, the set of whole X represents with S;
2) the maximum iteration time MaxLoop=20 of iterative algorithm is set, the number K=15 of particle, vector quantization progression M=3, maximal rate V max=150, minimum speed V min=-150, progression initial value kkk=1;
3) initial velocity p [k] .v, the k=1 of particle are set, 2 ..., K;
4) fitness initial value p [k] .f, k=1 are set, 2 ..., K;
5) iterative initial value m=1 is set;
6) from trained vector, the N number of trained vector of random extraction forms an inceptive code book p [ k ] . Y = ( p [ k ] . y 1 0 , p [ k ] . y 2 0 , ... , p [ k ] . y N 0 ) , Repeat K time, obtain K particle p [k];
7) according to the most contiguous criterion, often input a particle, be divided into N number of subset in, namely when time, following formula is set up:
d ( X , y l m - 1 ) ≤ d ( X , y i m - 1 ) , ∀ i , i ≠ l
d ( X , y l m - 1 ) = | | X - y l m - 1 | | 2
8) new code word is calculated p [ k ] . Y = ( p [ k ] . y 1 m , p [ k ] . y 2 m , ... , p [ k ] . y N m ) , Wherein be barycenter, computing formula is as follows, num iit is set the number of middle trained vector.
p [ k ] . y i m = 1 num i Σ X ∈ S i m X
9) the trained vector number that each cell comprises is added up, by the distortion of each trained vector by sorting from big to small.For ghost chamber, then cell trained vector number is not 1 and the maximum trained vector of distortion replaces ghost chamber as new code word, the trained vector number in this cell is subtracted 1 simultaneously;
10) fitness of each particle is calculated
p [ k ] . f ( m ) = Σ i = 1 N Σ X ∈ S i m d ( X , y i m )
11) fitness p [k] .f is compared (m)with p [k] .f bestif, p [k] .f (m)be less than p [k] .f best, then p [k] .f is upgraded bestwith p [ k ] . Y b e s t = ( p [ k ] . y 1 m , p [ k ] . y 2 m , ... , p [ k ] . y N m ) ;
12) fitness p [k] .f is compared bestwith f gbestif, p [k] .f bestbe less than f gbest, then f is upgraded gbestwith colony's optimal particle p . Y g b e s t = ( p [ k ] . y 1 m , p [ k ] . y 2 m , ... , p [ k ] . y N m )
13) if m can divide exactly 3, then chaos optimization is carried out to optimal particle, β in following formula ithe maximal value that LSF i-th ties up, α ibe the minimum value that LSF i-th ties up, μ is controling parameter;
z i = p [ k ] . y i - α i β i - α i
z i=μ(1-z i)
p[k].y i=α i+(β ii)z i
Circulate three times, produce 3 particles, retain the particle that fitness is minimum, and replace a particle of random selecting in current group.
14) judge whether iterations is greater than MaxLoop, if be greater than MaxLoop, then jumps to step 17, otherwise forwards step 15 to, continue to perform.
15) according to the speed of following formula more new particle and particle
p [ k ] . v i m + 1 = w p [ k ] . v i m + c 1 r 1 ( p [ k ] . Y b e s t - p [ k ] . y i m ) + c 2 r 2 ( p . Y g b e s t - p [ k ] . y i m )
p [ k ] . y i m + 1 = p [ k ] . y i m + p [ k ] . v i m + 1
m=m+1
16) jump to the 7th step, continue to perform;
17) try to achieve trained vector and quantize residual error, output codons, progression kkk adds 1.If kkk>M, jump to step 18; If kkk≤M, reset initial value, and trained vector is changed into the residual error of upper level quantification.Initial value arranges as follows:
if(kkk=2)
N=64;
V max=f gbest;V min=-f gbest
if(kkk=3)
N=32;
V max=f gbest;V min=-f gbest
18) terminate
These embodiments are interpreted as only being not used in for illustration of the present invention limiting the scope of the invention above.After the content of reading record of the present invention, technician can make various changes or modifications the present invention, and these equivalence changes and modification fall into the scope of the claims in the present invention equally.

Claims (3)

1., based on a vector quantization code book building method for Chaos particle swarm optimization algorithm, it is characterized in that, comprise the following steps:
101, extract the characteristic ginseng value of voice signal or picture signal, the characteristic ginseng value of extraction is as the trained vector constructing code book;
102, be stored in calculator memory by the whole trained vector X generated needed for vector quantization code book, the set of whole X represents with S;
103, initialization of population, arranges the maximum iteration time MaxLoop of iterative algorithm, the number K of particle, vector quantization progression M, maximal rate V max, minimum speed V min; Initial velocity p [k] .v, the k=1 of particle are set, 2 ..., K; Fitness initial value p [k] .f, k=1 are set, 2 ..., K; Iterative initial value m=1 is set, progression initial value kkk=1;
104, in the whole trained vector X from step 102, the N number of trained vector of random extraction forms an inceptive code book repeat K time, obtain K particle p [k]; According to the most contiguous criterion, often input a particle, be divided into N number of subset in, namely when time, following formula is set up:
d ( X , y l m - 1 ) ≤ d ( X , y i m - 1 ) , ∀ i , i ≠ l
d ( X , y l m - 1 ) = | | X - y l m - 1 | | 2
105, new code word is calculated p [ k ] . Y = ( p [ k ] . y 1 m , p [ k ] . y 2 m , ... , p [ k ] . y N m ) , Wherein be barycenter, computing formula is as follows, num iit is set the number of middle trained vector;
p [ k ] . y i m = 1 num i Σ X ∈ S i m X
Add up each cell, i.e. each subset the trained vector number comprised, by the distortion of each trained vector by sorting from big to small.For ghost chamber, then cell trained vector number is not 1 and the maximum trained vector of distortion replaces ghost chamber as new code word, the trained vector number in this cell is subtracted 1 simultaneously;
106, the fitness of each particle is calculated
p [ k ] . f ( m ) = Σ i = 1 N Σ X ∈ S i m d ( X , y i m )
Relatively fitness p [k] .f (m)with p [k] .f bestif, p [k] .f (m)be less than fitness p [k] .f of optimal location best, then p [k] .f is upgraded bestwith fitness p [k] .f of more each particle bestwith the fitness f of the optimal location of group gbestif, p [k] .f bestbe less than f gbest, then f is upgraded gbestwith colony's optimal particle p . Y g b e s t = ( p [ k ] . y 1 m , p [ k ] . y 2 m , ... , p [ k ] . y N m ) ;
If 107 iterations m aliquots 3, then carry out chaos optimization to optimal particle, in following formula, β iand α ibe maximal value and the minimum value of characteristic parameter i-th dimension, μ is controling parameter;
z i = p [ k ] . y i - α i β i - α i
z i=μ(1-z i)
p[k].y i=α i+(β ii)z i
Circulate three times, produce 3 particles, retain the particle that fitness is minimum, and replace a particle of random selecting in current group; Judge whether iterations is greater than MaxLoop, if be greater than MaxLoop, then jumps to step 109, otherwise forwards step 108 to, continue to perform;
108, the speed of more new particle and particle;
109, ask trained vector to quantize residual error, output codons, progression kkk adds 1, if kkk>M, terminates; If kkk≤M, reset initial value, and trained vector is changed into the quantification residual error vector of upper level.
2. a kind of vector quantization code book building method based on Chaos particle swarm optimization algorithm according to claim 1, is characterized in that, if vector quantization progression M is set to 1, what design is single-stage vector quantizer code book; If M>1, what design is M level vector quantizer code book.
3. a kind of vector quantization code book building method based on Chaos particle swarm optimization algorithm according to claim 1, it is characterized in that, the computing formula of inertia weight in particle swarm optimization factor w is:
w = w min + ( w m a x - w min ) 1 + c o s [ f g ( m - 1 ) f i ( M a x L o o p - 1 ) π ] 2
In above formula, f gglobal optimum's fitness, w maxrepresent maximum inertia weight, w minrepresent minimum inertia weight, f ibe current particle fitness, MaxLoop is maximum iteration time, and m is current iteration number of times.
CN201510522569.9A 2015-08-24 2015-08-24 A kind of vector quantization code book building method based on Chaos particle swarm optimization algorithm Active CN105205838B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510522569.9A CN105205838B (en) 2015-08-24 2015-08-24 A kind of vector quantization code book building method based on Chaos particle swarm optimization algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510522569.9A CN105205838B (en) 2015-08-24 2015-08-24 A kind of vector quantization code book building method based on Chaos particle swarm optimization algorithm

Publications (2)

Publication Number Publication Date
CN105205838A true CN105205838A (en) 2015-12-30
CN105205838B CN105205838B (en) 2018-02-27

Family

ID=54953498

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510522569.9A Active CN105205838B (en) 2015-08-24 2015-08-24 A kind of vector quantization code book building method based on Chaos particle swarm optimization algorithm

Country Status (1)

Country Link
CN (1) CN105205838B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105930901A (en) * 2016-07-18 2016-09-07 河海大学 RBPNN-based transformer fault diagnosis method
CN106647283A (en) * 2017-01-23 2017-05-10 无锡信捷电气股份有限公司 Auto-disturbance rejection position servo system optimization design method based on improved CPSO
CN106782577A (en) * 2016-11-11 2017-05-31 陕西师范大学 A kind of voice signal coding and decoding methods based on Chaotic time series forecasting model
CN108417220A (en) * 2018-02-11 2018-08-17 陕西师范大学 Voice signal coding and decoding methods based on agent model Volterra modelings
CN112033645A (en) * 2020-08-07 2020-12-04 深圳市速腾聚创科技有限公司 Waveguide grating structure parameter determination method and device, storage medium and laser radar
CN116913436A (en) * 2023-08-10 2023-10-20 华东交通大学 Super-atom reverse design method based on LDM-PNN and particle swarm optimization

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473784A (en) * 2013-09-29 2013-12-25 河海大学常州校区 Blurred image self-adaptation recovering method based on high-dimensional space geometry informatics
CN103972908A (en) * 2014-05-23 2014-08-06 国家电网公司 Multi-target reactive power optimization method based on adaptive chaos particle swarm algorithm

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473784A (en) * 2013-09-29 2013-12-25 河海大学常州校区 Blurred image self-adaptation recovering method based on high-dimensional space geometry informatics
CN103972908A (en) * 2014-05-23 2014-08-06 国家电网公司 Multi-target reactive power optimization method based on adaptive chaos particle swarm algorithm

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
LIFENG SUN,LINHUA OUYANG: "《Code book Design of Vector Quantization Based on Improved Particle Swarm Optimization》", 《2010 3RD INTERNATIONAL CONFERENCE ON ADVANCED COMPUTER THEORY AND ENGINEERING》 *
张涛,于凤萍,张海,韩笑青: "《一种基于模糊聚类的矢量量化码书生成算法》", 《天津大学学报》 *
欧阳金华,孙季丰: "《基于改进粒子群算法的矢量量化码书设计研究》", 《科学技术与工程》 *
陈善学,尹雪娇,张艳: "《基于改进粒子群算法的码书设计方法》", 《重庆邮电大学学报(自然科学版)》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105930901A (en) * 2016-07-18 2016-09-07 河海大学 RBPNN-based transformer fault diagnosis method
CN105930901B (en) * 2016-07-18 2018-05-25 河海大学 A kind of Diagnosis Method of Transformer Faults based on RBPNN
CN106782577A (en) * 2016-11-11 2017-05-31 陕西师范大学 A kind of voice signal coding and decoding methods based on Chaotic time series forecasting model
CN106647283A (en) * 2017-01-23 2017-05-10 无锡信捷电气股份有限公司 Auto-disturbance rejection position servo system optimization design method based on improved CPSO
CN108417220A (en) * 2018-02-11 2018-08-17 陕西师范大学 Voice signal coding and decoding methods based on agent model Volterra modelings
CN112033645A (en) * 2020-08-07 2020-12-04 深圳市速腾聚创科技有限公司 Waveguide grating structure parameter determination method and device, storage medium and laser radar
CN116913436A (en) * 2023-08-10 2023-10-20 华东交通大学 Super-atom reverse design method based on LDM-PNN and particle swarm optimization
CN116913436B (en) * 2023-08-10 2024-04-05 华东交通大学 Super-atom reverse design method based on LDM-PNN and particle swarm optimization

Also Published As

Publication number Publication date
CN105205838B (en) 2018-02-27

Similar Documents

Publication Publication Date Title
CN105205838A (en) Vector quantization codebook construction method based on chaotic particle swarm algorithm
Nakkiran et al. Compressing deep neural networks using a rank-constrained topology
CN110472730A (en) A kind of distillation training method and the scalable dynamic prediction method certainly of convolutional neural networks
CN109977212A (en) Talk with the reply content generation method and terminal device of robot
CN107564513A (en) Audio recognition method and device
CN110084424A (en) A kind of Methods of electric load forecasting based on LSTM and LGBM
CN103927580A (en) Project constraint parameter optimizing method based on improved artificial bee colony algorithm
CN109727590A (en) Music generating method and device based on Recognition with Recurrent Neural Network
Kasai et al. Finetuning pretrained transformers into rnns
CN110020667A (en) Searching method, system, storage medium and the equipment of neural network structure
CN109508379A (en) A kind of short text clustering method indicating and combine similarity based on weighted words vector
CN108630199A (en) A kind of data processing method of acoustic model
CN110060701A (en) Multi-to-multi phonetics transfer method based on VAWGAN-AC
CN109697289A (en) It is a kind of improved for naming the Active Learning Method of Entity recognition
TW201108205A (en) Method and apparatus for vector quantization codebook search
CN111814448B (en) Pre-training language model quantization method and device
CN103995805A (en) Text big data-oriented word processing method
CN108629412A (en) A kind of neural metwork training accelerated method based on mesh free maximum mutual information criterion
CN110442721A (en) Neural network language model, training method, device and storage medium
Kim et al. Integer-only zero-shot quantization for efficient speech recognition
CN101944358B (en) Ant colony algorithm-based codebook classification method and codebook classification device thereof
Yoon et al. Hubert-ee: Early exiting hubert for efficient speech recognition
CN109815456A (en) A method of it is compressed based on term vector memory space of the character to coding
Alnemari et al. Efficient deep neural networks for edge computing
CN103310275A (en) Novel codebook design method based on ant colony clustering and genetic algorithm

Legal Events

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