Method and device for robust predictive vector quantization of linear prediction parameters in variable bit rate speech coding

Information

  • Patent Application
  • 20050261897
  • Publication Number
    20050261897
  • Date Filed
    January 19, 2005
    19 years ago
  • Date Published
    November 24, 2005
    18 years ago
Abstract
The present invention relates to a method and device for quantizing linear prediction parameters in variable bit-rate sound signal coding, in which an input linear prediction parameter vector is received, a sound signal frame corresponding to the input linear prediction parameter vector is classified, a prediction vector is computed, the computed prediction vector is removed from the input linear prediction parameter vector to produce a prediction error vector, and the prediction error vector is quantized. Computation of the prediction vector comprises selecting one of a plurality of prediction schemes in relation to the classification of the sound signal frame, and processing the prediction error vector through the selected prediction scheme. The present invention further relates to a method and device for dequantizing linear prediction parameters in variable bit-rate sound signal decoding, in which at least one quantization index and information about classification of a sound signal frame corresponding to the quantization index are received, a prediction error vector is recovered by applying the index to at least one quantization table, a prediction vector is reconstructed, and a linear prediction parameter vector is produced in response to the recovered prediction error vector and the reconstructed prediction vector. Reconstruction of the prediction vector comprises processing the recovered prediction error vector through one of a plurality of prediction schemes depending on the frame classification information.
Description
BACKGROUND OF THE INVENTION

1. Field of the Invention


The present invention relates to an improved technique for digitally encoding a sound signal, in particular but not exclusively a speech signal, in view of transmitting and synthesizing this sound signal. More specifically, the present invention is concerned with a method and device for vector quantizing linear prediction parameters in variable bit rate linear prediction based coding.


2. Brief Description of the Prior Techniques


2.1 Speech Coding and Quantization of Linear Prediction (LP) Parameters:


Digital voice communication systems such as wireless systems use speech encoders to increase capacity while maintaining high voice quality. A speech encoder converts a speech signal into a digital bitstream which is transmitted over a communication channel or stored in a storage medium. The speech signal is digitized, that is, sampled and quantized with usually 16-bits per sample. The speech encoder has the role of representing these digital samples with a smaller number of bits while maintaining a good subjective speech quality. The speech decoder or synthesizer operates on the transmitted or stored bit stream and converts it back to a sound signal.


Digital speech coding methods based on linear prediction analysis have been very successful in low bit rate speech coding. In particular, code-excited linear prediction (CELP) coding is one of the best known techniques for achieving a good compromise between the subjective quality and bit rate. This coding technique is the basis of several speech coding standards both in wireless and wireline applications. In CELP coding, the sampled speech signal is processed in successive blocks of N samples usually called frames, where N is a predetermined number corresponding typically to 10-30 ms. A linear prediction (LP) filter A(z) is computed, encoded, and transmitted every frame. The computation of the LP filter A(z) typically needs a lookahead, which consists of a 5-15 ms speech segment from the subsequent frame. The N-sample frame is divided into smaller blocks called subframes. Usually the number of subframes is three or four resulting in 4-10 ms subframes. In each subframe, an excitation signal is usually obtained from two components, the past excitation and the innovative, fixed-codebook excitation. The component formed from the past excitation is often referred to as the adaptive codebook or pitch excitation. The parameters characterizing the excitation signal are coded and transmitted to the decoder, where the reconstructed excitation signal is used as the input of a LP synthesis filter.


The LP synthesis filter is given by
H(z)=1A(z)=11+i=1Maiz-i

where αi are linear prediction coefficients and M is the order of the LP analysis. The LP synthesis filter models the spectral envelope of the speech signal. At the decoder, the speech signal is reconstructed by filtering the decoded excitation through the LP synthesis filter.


The set of linear prediction coefficients αi are computed such that the prediction error

e(n)=s(n)−{tilde over (s)}(n)  (1)

is minimized, where s(n) is the input signal at time n and {tilde over (s)}(n) is the predicted signal based on the last M samples given by:
s~(n)=-i=1Mais(n-i)

Thus the prediction error is given by:
e(n)=s(n)+i=1Mais(n-i)

This corresponds in the z-tranform domain to:

E(z)=S(z)A(z)

where A(z) is the LP filter of order M given by:
A(z)=1+i=1Maiz-i

Typically, the linear prediction coefficients αi are computed by minimizing the mean-squared prediction error over a block of L samples, L being an integer usually equal to or larger than N (L usually corresponds to 20-30 ms). The computation of linear prediction coefficients is otherwise well known to those of ordinary skill in the art. An example of such computation is given in [ITU-T Recommendation G.722.2 “Wideband coding of speech at around 16 kbit/s using adaptive multi-rate wideband (AMR-WB)”, Geneva, 2002].


The linear prediction coefficients ai cannot be directly quantized for transmission to the decoder. The reason is that small quantization errors on the linear prediction coefficients can produce large spectral errors in the transfer function of the LP filter, and can even cause filter instabilities. Hence, a transformation is applied to the linear prediction coefficients αi prior to quantization. The transformation yields what is called a representation of the linear prediction coefficients αi. After receiving the quantized transformed linear prediction coefficients αi, the decoder can then apply the inverse transformation to obtain the quantized linear prediction coefficients. One widely used representation for the linear prediction coefficients αi is the line spectral frequencies (LSF) also known as line spectral pairs (LSP). Details of the computation of the Line Spectral Frequencies can be found in [ITU-T Recommendation G.729 “Coding of speech at 8 kbit/s using conjugate-structure algebraic-code-excited linear prediction (CS-ACELP),” Geneva, March 1996].


A similar representation is the Immitance Spectral Frequencies (ISF), which has been used in the AMR-WB coding standard [ITU-T Recommendation G.722.2 “Wideband coding of speech at around 16 kbit/s using Adaptive Multi-Rate Wideband (AMR-WB)”, Geneva, 2002]. Other representations are also possible and have been used. Without loss of generality, the particular case of ISF representation will be considered in the following description.


The so obtained LP parameters (LSFs, ISFs, etc.), are quantized either with scalar quantization (SQ) or vector quantization (VQ). In scalar quantization, the LP parameters are quantized individually and usually 3 or 4 bits per parameter are required. In vector quantization, the LP parameters are grouped in a vector and quantized as an entity. A codebook, or a table, containing the set of quantized vectors is stored. The quantizer searches the codebook for the codebook entry that is closest to the input vector according to a certain distance measure. The index of the selected quantized vector is transmitted to the decoder. Vector quantization gives better performance than scalar quantization but at the expense of increased complexity and memory requirements.


Structured vector quantization is usually used to reduce the complexity and storage requirements of VQ. In split-VQ, the LP parameter vector is split into at least two subvectors which are quantized individually. In multistage VQ the quantized vector is the addition of entries from several codebooks. Both split VQ and multistage VQ result in reduced memory and complexity while maintaining good quantization performance. Furthermore, an interesting approach is to combine multistage and split VQ to further reduce the complexity and memory requirement. In reference [ITU-T Recommendation G.729 “Coding of speech at 8 kbit/s using conjugate-structure algebraic-code-excited linear prediction (CS-ACELP),” Geneva, March 1996], the LP parameter vector is quantized in two stages where the second stage vector is split in two subvectors.


The LP parameters exhibit strong correlation between successive frames and this is usually exploited by the use of predictive quantization to improve the performance. In predictive vector quantization, a predicted LP parameter vector is computed based on information from past frames. Then the predicted vector is removed from the input vector and the prediction error is vector quantized. Two kinds of prediction are usually used: auto-regressive (AR) prediction and moving average (MA) prediction. In AR prediction the predicted vector is computed as a combination of quantized vectors from past frames. In MA prediction, the predicted vector is computed as a combination of the prediction error vectors from past frames. AR prediction yields better performance. However, AR prediction is not robust to frame loss conditions which are encountered in wireless and packet-based communication systems. In case of lost frames, the error propagates to consecutive frames since the prediction is based on previous corrupted frames.


2.2 Variable Bit-Rate (VBR) Coding:


In several communications systems, for example wireless systems using code division multiple access (CDMA) technology, the use of source-controlled variable bit rate (VBR) speech coding significantly improves the capacity of the system. In source-controlled VBR coding, the encoder can operate at several bit rates, and a rate selection module is used to determine the bit rate used for coding each speech frame based on the nature of the speech frame, for example voiced, unvoiced, transient, background noise, etc. The goal is to attain the best speech quality at a given average bit rate, also referred to as average data rate (ADR). The encoder is also capable of operating in accordance with different modes of operation by tuning the rate selection module to attain different ADRs for the different modes, where the performance of the encoder improves with increasing ADR. This provides the encoder with a mechanism of trade-off between speech quality and system capacity. In CDMA systems, for example CDMA-one and CDMA2000, typically 4 bit rates are used and are referred to as full-rate (FR), half-rate (HR), quarter-rate (QR), and eighth-rate (ER). In this CDMA system, two sets of rates are supported and referred to as Rate Set I and Rate Set II. In Rate Set II, a variable-rate encoder with rate selection mechanism operates at source-coding bit rates of 13.3 (FR), 6.2 (HR), 2.7 (QR), and 1.0 (ER) kbit/s, corresponding to gross bit rates of 14.4, 7.2, 3.6, and 1.8 kbit/s (with some bits added for error detection).


A wideband codec known as adaptive multi-rate wideband (AMR-WB) speech codec was recently selected by the ITU-T (International Telecommunications Union—Telecommunication Standardization Sector) for several wideband speech telephony and services and by 3GPP (Third Generation Partnership Project) for GSM and W-CDMA (Wideband Code Division Multiple Access) third generation wireless systems. An AMR-WB codec consists of nine bit rates in the range from 6.6 to 23.85 kbit/s. Designing an AMR-WB-based source controlled VBR codec for CDMA2000 system has the advantage of enabling interoperation between CDMA2000 and other systems using an AMR-WB codec. The AMR-WB bit rate of 12.65 kbit/s is the closest rate that can fit in the 13.3 kbit/s full-rate of CDMA2000 Rate Set II. The rate of 12.65 kbit/s can be used as the common rate between a CDMA2000 wideband VBR codec and an AMR-WB codec to enable interoperability without transcoding, which degrades speech quality. Half-rate at 6.2 kbit/s has to be added to enable efficient operation in the Rate Set II framework. The resulting codec can operate in few CDMA2000-specific modes, and incorporates a mode that enables interoperability with systems using a AMR-WB codec.


Half-rate encoding is typically chosen in frames where the input speech signal is stationary. The bit savings, compared to full-rate, are achieved by updating encoding parameters less frequently or by using fewer bits to encode some of these encoding parameters. More specifically, in stationary voiced segments, the pitch information is encoded only once a frame, and fewer bits are used for representing the fixed codebook parameters and the linear prediction coefficients.


Since predictive VQ with MA prediction is typically applied to encode the linear prediction coefficients, an unnecessary increase in quantization noise can be observed in these linear prediction coefficients. MA prediction, as opposed to AR prediction, is used to increase the robustness to frame losses; however, in stationary frames the linear prediction coefficients evolve slowly so that using AR prediction in this particular case would have a smaller impact on error propagation in the case of lost frames. This can be seen by observing that, in the case of missing frames, most decoders apply a concealment procedure which essentially extrapolates the linear prediction coefficients of the last frame. If the missing frame is stationary voiced, this extrapolation produces values very similar to the actually transmitted, but not received, LP parameters. The reconstructed LP parameter vector is thus close to what would have been decoded if the frame had not been lost. In this specific case, therefore, using AR prediction in the quantization procedure of the linear prediction coefficients cannot have a very adverse effect on quantization error propagation.


SUMMARY OF THE INVENTION

According to the present invention, there is provided a method for quantizing linear prediction parameters in variable bit-rate sound signal coding, comprising receiving an input linear prediction parameter vector, classifying a sound signal frame corresponding to the input linear prediction parameter vector, computing a prediction vector, removing the computed prediction vector from the input linear prediction parameter vector to produce a prediction error vector, scaling the prediction error vector, and quantizing the scaled prediction error vector. Computing a prediction vector comprises selecting one of a plurality of prediction schemes in relation to the classification of the sound signal frame, and computing the prediction vector in accordance with the selected prediction scheme. Scaling the prediction error vector comprises selecting at least one of a plurality of scaling scheme in relation to the selected prediction scheme, and scaling the prediction error vector in accordance with the selected scaling scheme.


Also according to the present invention, there is provided a device for quantizing linear prediction parameters in variable bit-rate sound signal coding, comprising means for receiving an input linear prediction parameter vector, means for classifying a sound signal frame corresponding to the input linear prediction parameter vector, means for computing a prediction vector, means for removing the computed prediction vector from the input linear prediction parameter vector to produce a prediction error vector, means for scaling the prediction error vector, and means for quantizing the scaled prediction error vector. The means for computing a prediction vector comprises means for selecting one of a plurality of prediction schemes in relation to the classification of the sound signal frame, and means for computing the prediction vector in accordance with the selected prediction scheme. Also, the means for scaling the prediction error vector comprises means for selecting at least one of a plurality of scaling scheme in relation to the selected prediction scheme, and means for scaling the prediction error vector in accordance with the selected scaling scheme.


The present invention also relates to a device for quantizing linear prediction parameters in variable bit-rate sound signal coding, comprising an input for receiving an input linear prediction parameter vector, a classifier of a sound signal frame corresponding to the input linear prediction parameter vector, a calculator of a prediction vector, a subtractor for removing the computed prediction vector from the input linear prediction parameter vector to produce a prediction error vector, a scaling unit supplied with the prediction error vector, this unit scaling the prediction error vector, and a quantizer of the scaled prediction error vector. The prediction vector calculator comprises a selector of one of a plurality of prediction schemes in relation to the classification of the sound signal frame, to calculate the prediction vector in accordance with the selected prediction scheme. The scaling unit comprises a selector of at least one of a plurality of scaling schemes in relation to the selected prediction scheme, to scale the prediction error vector in accordance with the selected scaling scheme.


The present invention is further concerned with a method of dequantizing linear prediction parameters in variable bit-rate sound signal decoding, comprising receiving at least one quantization index, receiving information about classification of a sound signal frame corresponding to said at least one quantization index, recovering a prediction error vector by applying the at least one index to at least one quantization table, reconstructing a prediction vector, and producing a linear prediction parameter vector in response to the recovered prediction error vector and the reconstructed prediction vector. Reconstruction of a prediction vector comprises processing the recovered prediction error vector through one of a plurality of prediction schemes depending on the frame classification information.


The present invention still further relates to a device for dequantizing linear prediction parameters in variable bit-rate sound signal decoding, comprising means for receiving at least one quantization index, means for receiving information about classification of a sound signal frame corresponding to the at least one quantization index, means for recovering a prediction error vector by applying the at least one index to at least one quantization table, means for reconstructing a prediction vector, and means for producing a linear prediction parameter vector in response to the recovered prediction error vector and the reconstructed prediction vector. The prediction vector reconstructing means comprises means for processing the recovered prediction error vector through on of a plurality of prediction schemes depending on the frame classification information.


In accordance with a last aspect of the present invention, there is provided a device for dequantizing linear prediction parameters in variable bit-rate sound signal decoding, comprising means for receiving at least one quantization index, means for receiving information about classification of a sound signal frame corresponding to the at least one quantization index, at least one quantization table supplied with said at least one quantization index for recovering a prediction error vector, a prediction vector reconstructing unit, and a generator of a linear prediction parameter vector in response to the recovered prediction error vector and the reconstructed prediction vector. The prediction vector reconstructing unit comprises at least one predictor supplied with recovered prediction error vector for processing the recovered prediction error vector through one of a plurality of prediction schemes depending on the frame classification information.


The foregoing and other objects, advantages and features of the present invention will become more apparent upon reading of the following non restrictive description of illustrative embodiments thereof, given by way of example only with reference to the accompanying drawings.




BRIEF DESCRIPTION OF THE DRAWINGS

In the appended drawings:



FIG. 1 is a schematic block diagram illustrating a non-limitative example of multi-stage vector quantizer;



FIG. 2 is a schematic block diagram illustrating a non-limitative example of split-vector vector quantizer;



FIG. 3 is a schematic block diagram illustrating a non-limitative example of predictive vector quantizer using autoregressive (AR) prediction;



FIG. 4 is a schematic block diagram illustrating a non-limitative example of predictive vector quantizer using moving average (MA) prediction;



FIG. 5 is a schematic block diagram of an example of switched predictive vector quantizer at the encoder, according to a non-restrictive illustrative embodiment of present invention;



FIG. 6 is a schematic block diagram of an example of switched predictive vector quantizer at the decoder, according to a non-restrictive illustrative embodiment of present invention;



FIG. 7 is a non-restrictive illustrative example of a distribution of ISFs over frequency, wherein each distribution is a function of the probability to find an ISF at a given position in the ISF vector; and



FIG. 8 is a graph showing a typical example of evolution of ISF parameters through successive speech frames.




DETAILED DESCRIPTION OF THE ILLUSTRATIVE EMBODIMENTS

Although the illustrative embodiments of the present invention will be described in the following description in relation to an application to a speech signal, it should be kept in mind that the present invention can also be applied to other types of sound signals.


Most recent speech coding techniques are based on linear prediction analysis such as CELP coding. The LP parameters are computed and quantized in frames of 10-30 ms. In the present illustrative embodiment, 20 ms frames are used and an LP analysis order of 16 is assumed. An example of computation of the LP parameters in a speech coding system is found in reference [ITU-T Recommendation G.722.2 “Wideband coding of speech at around 16 kbit/s using Adaptive Multi-Rate Wideband (AMR-WB)”, Geneva, 2002]. In this illustrative example, the preprocessed speech signal is windowed and the autocorrelations of the windowed speech are computed. The Levinson-Durbin recursion is then used to compute the linear prediction coefficients αi, i=1, . . . ,M from the autocorrelations R(k), k=0, . . . ,M, where M is the prediction order.


The linear prediction coefficients αi cannot be directly quantized for transmission to the decoder. The reason is that small quantization errors on the linear prediction coefficients can produce large spectral errors in the transfer function of the LP filter, and can even cause filter instabilities. Hence, a transformation is applied to the linear prediction coefficients αi prior to quantization. The transformation yields what is called a representation of the linear prediction coefficients. After receiving the quantized, transformed linear prediction coefficients, the decoder can then apply the inverse transformation to obtain the quantized linear prediction coefficients. One widely used representation for the linear prediction coefficients αi is the line spectral frequencies (LSF) also known as line spectral pairs (LSP). Details of the computation of the LSFs can be found in reference [ITU-T Recommendation G.729 “Coding of speech at 8 kbit/s using conjugate-structure algebraic-code-excited linear prediction (CS-ACELP),” Geneva, March 1996]. The LSFs consists of the poles of the polynomials:

P(z)=(A(z)+z−(M+1)A(z−1))/(1+z−1)

and

Q(z)=(A(z)−z−(M+1)A(z−1))/(1−z−1)

For even values of M, each polynomial has M/2 conjugate roots on the unit circle (e±jωi). Therefore, the polynomials can be written as:
P(z)=i=1,3,,M-1(1-2qiz-1+z-2)andQ(z)=i=2,4,,M(1-2qiz-1+z-2),

where qi=cos(ωi) with ωi being the line spectral frequencies (LSF) satisfying the ordering property 0<ω12< . . . <ωM<π. In this particular example, the LSFs constitutes the LP (linear prediction) parameters.


A similar representation is the immitance spectral pairs (ISP) or the immitance spectral frequencies (ISF), which has been used in the AMR-WB coding standard. Details of the computation of the ISFs can be found in reference [ITU-T Recommendation G.722.2 “Wideband coding of speech at around 16 kbit/s using Adaptive Multi-Rate Wideband (AMR-WB)”, Geneva, 2002]. Other representations are also possible and have been used. Without loss of generality, the following description will consider the case of ISF representation as a non-restrictive illustrative example.


For an Mth order LP filter, where M is even, the ISPs are defined as the roots of the polynomials:

F1(z)=A(z)+z−MA(z−1)
and
F2(z)=(A(z)−z−MA(z−1))/(1−z−2)


Polynomials F1(z) and F2(z) have M/2 and M/2−1 conjugate roots on the unit circle (e±jω), respectively. Therefore, the polynomials can be written as:
F1(z)=(1+aM)i=1,3,,M-1(1-2qiz-1+z-2)andF2(z)=(1+aM)i=2,4,,M-2(1-2qiz-1+z-2)

where qi=cos(ωi) with ωi being the immittance spectral frequencies (ISF), and αM is the last linear prediction coefficient. The ISFs satisfy the ordering property 0<ω12< . . . <ωM−1<π. In this particular example, the LSFs constitutes the LP (linear prediction) parameters. Thus the ISFs consist of M−1 frequencies in addition to the last linear prediction coefficients. In the present illustrative embodiment the ISFs are mapped into frequencies in the range 0 to fs/2, where fs is the sampling frequency, using the following relation:
fi=fs2πarccos(qi),i=1,,M-1andfM=fs4πarccos(aM)


LSFs and ISFs (LP parameters) have been widely used due to several properties which make them suitable for quantization purposes. Among these properties are the well defined dynamic range, their smooth evolution resulting in strong inter and intra-frame correlations, and the existence of the ordering property which guarantees the stability of the quantized LP filter.


In this document, the term “LP parameter” is used to refer to any representations of LP coefficients, e.g. LSF, ISF. Mean-removed LSF, or mean-removed ISF.


The main properties of ISFs (LP (linear prediction) parameters) will now be described in order to understand the quantization approaches used. FIG. 7 shows a typical example of the probability distribution function (PDF) of ISF coefficients. Each curve represents the PDF of an individual ISF coefficient. The mean of each distribution is shown on the horizontal axis (μk). For example, the curve for ISF1 indicates all values, with their probability of occurring, that can be taken by the first ISF coefficient in a frame. The curve for ISF2 indicates all values, with their probability of occurring, that can be taken by the second ISF coefficient in a frame, and so on. The PDF function is typically obtained by applying a histogram to the values taken by a given coefficient as observed through several consecutive frames. We see that each ISF coefficient occupies a restricted interval over all possible ISF values. This effectively reduces the space that the quantizer has to cover and increases the bit-rate efficiency. It is also important to note that, while the PDFs of ISF coefficients can overlap, ISF coefficients in a given frame are always ordered (ISFk+1−ISFk>0, where k is the position of the ISF coefficient within the vector of ISF coefficients).


With frame lengths of 10 to 30 ms typical in a speech encoder, ISF coefficients exhibit interframe correlation. FIG. 8 illustrates how ISF coefficients evolve across frames in a speech signal. FIG. 8 was obtained by performing LP analysis over 30 consecutive frames of 20 ms in a speech segment comprising both voiced and unvoiced frames. The LP coefficients (16 per frame) were transformed into ISF coefficients. FIG. 8 shows that the lines never cross each other, which means that ISFs are always ordered. FIG. 8 also shows that ISF coefficients typically evolve slowly, compared to the frame rate. This means in practice that predictive quantization can be applied to reduce the quantization error.



FIG. 3 illustrates an example of predictive vector quantizer 300 using autoregressive (AR) prediction. As illustrated in FIG. 3, a prediction error vector en is first obtained by subtracting (Processor 301) a prediction vector pn from the input LP parameter vector to be quantized xn. The symbol n here refers to the frame index in time. The prediction vector pn is computed by a predictor P (Processor 302) using the past quantized LP parameter vectors {circumflex over (x)}n−1, {circumflex over (x)}n−2, etc. The prediction error vector en is then quantized (Processor 303) to produce an index i for transmission for example through a channel and a quantized prediction error vector en. The total quantized LP parameter vector {circumflex over (x)}n is obtained by adding (Processor 304) the quantized prediction error vector ên and the prediction vector pn. A general form of the predictor P (Processor 302) is:

pn=A1{circumflex over (x)}n−1+A2{circumflex over (x)}n−2+ . . . +AK{circumflex over (x)}n−K

where Ak are prediction matrices of dimension M×M and K is the predictor order. A simple form for the predictor P (Processor 302) is the use of first order prediction:

pn=A{circumflex over (x)}n−1  (2)

where A is a prediction matrix of dimension M×M, where M is the dimension of LP parameter vector xn. A simple form of the prediction matrix A is a diagonal matrix with diagonal elements α1, α2, . . . , αM, where α1 are prediction factors for individual LP parameters. If the same factor α is used for all LP parameters then equation 2 reduces to:

pn=α{circumflex over (x)}n−1  (3)

Using the simple prediction form of Equation (3), then in FIG. 3, the quantized LP parameter vector {circumflex over (x)}n is given by the following autoregressive (AR) relation:

{circumflex over (x)}nn+α{circumflex over (x)}n−1  (4)

The recursive form of Equation (4) implies that, when using an AR predictive quantizer 300 of the form as illustrated in FIG. 3, channel errors will propagate across several frames. This can be seen more clearly if Equation (4) is written in the following mathematically equivalent form:
x^n=e^n+k=1αke^n-k(5)

This form clearly shows that in principle each past decoded prediction error vector ên-k contributes to the value of the quantized LP parameter vector {circumflex over (x)}n. Hence, in the case of channel errors, which would modify the value of en received by the decoder relative to what was sent by the encoder, the decoded vector {circumflex over (x)}n obtained in Equation (4) would not be the same at the decoder and at the encoder. Because of the recursive nature of the predictor P, this encoder-decoder mismatch will propagate in the future and affect the next vectors {circumflex over (x)}n+1, {circumflex over (x)}n+2, etc., even if there are no channel errors in the later frames. Therefore, predictive vector quantization is not robust to channel errors, especially when the prediction factors are high (a close to 1 in Equations (4) and (5)).


To alleviate this propagation problem, moving average (MA) prediction can be used instead of AR prediction. In MA prediction, the infinite series of Equation (5) is truncated to a finite number of terms. The idea is to approximate the autoregressive form of predictor P in Equation (4) by using a small number of terms in Equation (5). Note that the weights in the summation can be modified to better approximate the predictor P of Equation (4).


A non-limitative example of MA predictive vector quantizer 400 is shown in FIG. 4, wherein processors 401, 402, 403 and 404 correspond to processors 301, 302, 303 and 304, respectively. A general form of the predictor P (Processor 402) is:

pn=B1ên−1+B2ên−2+ . . . +BKên−K

where Bk are prediction matrices of dimension M×M and K is the predictor order. It should be noted that in MA prediction, transmission errors propagate only into next K frames.


A simple form for the predictor P (Processor 402) is to use first order prediction:

pn=Bên−1  (6)

where B is a prediction matrix of dimension M×M, where M is the dimension of LP parameter vector. A simple form of the prediction matrix is a diagonal matrix with diagonal elements β1, β2, . . . , βM, where β1 are prediction factors for individual LP parameters. If the same factor β is used for all LP parameters then Equation (6) reduces to:

pn=β{circumflex over (x)}n−1  (7)

Using the simple prediction form of Equation (7), then in FIG. 4, the quantized LP parameter vector {circumflex over (x)}n is given by the following moving average (MA) relation:

{circumflex over (x)}nn+βên−1  (8)


In the illustrative example of predictive vector quantizer 400 using MA prediction as shown in FIG. 4, the predictor memory (in Processor 402) is formed by the past decoded prediction error vectors ên−1, ên−2, etc. Hence, the maximum number of frames over which a channel error can propagate is the order of the predictor P (Processor 402). In the illustrative predictor example of Equation (8), a 1st order prediction is used so that the MA prediction error can only propagate over one frame only.


While more robust to transmission errors than AR prediction, MA prediction does not achieve the same prediction gain for a given prediction order. The prediction error has consequently a greater dynamic range, and can require more bits to achieve the same coding gain than with AR predictive quantization. The compromise is thus robustness to channel errors versus coding gain at a given bit rate.


In source-controlled variable bit rate (VBR) coding, the encoder operates at several bit rates, and a rate selection module is used to determine the bit rate used for encoding each speech frame based on the nature of the speech frame, for example voiced, unvoiced, transient, background noise. The nature of the speech frame, for example voiced, unvoiced, transient, background noise, etc., can be determine in the same manner as for CDMA VBR. The goal is to attain the best speech quality at a given average bit rate, also referred to as average data rate (ADR). As an illustrative example, in CDMA systems, for example CDMA-one and CDMA2000, typically 4 bit rates are used and are referred to as full-rate (FR), half-rate (HR), quarter-rate (QR), and eighth-rate (ER). In this CDMA system, two sets of rates are supported and are referred to as Rate Set I and Rate Set II. In Rate Set II, a variable-rate encoder with rate selection mechanism operates at source-coding bit rates of 13.3 (FR), 6.2 (HR), 2.7 (QR), and 1.0 (ER) kbit/s.


In VBR coding, a classification and rate selection mechanism is used to classify the speech frame according to its nature (voiced, unvoiced, transient, noise, etc.) and selects the bit rate needed to encode the frame according to the classification and the required average data rate (ADR). Half-rate encoding is typically chosen in frames where the input speech signal is stationary. The bit savings compared to the full-rate are achieved by updating encoder parameters less frequently or by using fewer bits to encode some parameters. Further, these frames exhibit a strong correlation which can be exploited to reduce the bit rate. More specifically, in stationary voiced segments, the pitch information is encoded only once in a frame, and fewer bits are used for the fixed codebook and the LP coefficients. In unvoiced frames, no pitch prediction is needed and the excitation can be modeled with small codebooks in HR or random noise in QR.


Since predictive VQ with MA prediction is typically applied to encode the LP parameters, this results in an unnecessary increase in quantization noise. MA prediction, as opposed to AR prediction, is used to increase the robustness to frame losses; however, in stationary frames the LP parameters evolve slowly so that using AR prediction in this case would have a smaller impact on error propagation in the case of lost frames. This is detected by observing that, in the case of missing frames, most decoders apply a concealment procedure which essentially extrapolates the LP parameters of the last frame. If the missing frame is stationary voiced, this extrapolation produces values very similar to the actually transmitted, but not received LP parameters. The reconstructed LP parameter vector is thus close to what would have been decoded if the frame had not been lost. In that specific case, using AR prediction in the quantization procedure of the LP coefficients cannot have a very adverse effect on quantization error propagation.


Thus, according to a non-restrictive illustrative embodiment of the present invention, a predictive VQ method for LP parameters is disclosed whereby the predictor is switched between MA and AR prediction according to the nature of the speech frame being processed. More specifically, in transient and non-stationary frames MA prediction is used while in stationary frames AR prediction is used. Moreover, since AR prediction results in a prediction error vector en with a smaller dynamic range than MA prediction, it is not efficient to use the same quantization tables for both types of prediction. To overcome this problem, the prediction error vector after AR prediction is properly scaled so that it can be quantized using the same quantization tables as in the MA prediction case. When multistage VQ is used to quantize the prediction error vector, the first stage can be used for both types of prediction after properly scaling the AR prediction error vector. Since it is sufficient to use split VQ in the second stage which doesn't require large memory, quantization tables of this second stage can be trained and designed separately for both types of prediction. Of course, instead of designing the quantization tables of the first stage with MA prediction and scaling the AR prediction error vector, the opposite is also valid, that is, the first stage can be designed for AR prediction and the MA prediction error vector is scaled prior to quantization.


Thus, according to a non-restrictive illustrative embodiment of the present invention, a predictive vector quantization method is also disclosed for quantizing LP parameters in a variable bit rate speech codec whereby the predictor P is switched between MA and AR prediction according to classification information regarding the nature of the speech frame being processed, and whereby the prediction error vector is properly scaled such that the same first stage quantization tables in a multistage VQ of the prediction error can be used for both types of prediction.


EXAMPLE 1


FIG. 1 shows a non-limitative example of a two-stage vector quantizer 100. An input vector x is first quantized with the quantizer Q1 (Processor 101) to produce a quantized vector {circumflex over (x)}1 and a quantization index i1. The difference between the input vector x and first stage quantized vector {circumflex over (x)}1 is computed (Processor 102) to produce the error vector x2 further quantized with a second stage VQ (Processor 103) to produce the quantized second stage error vector {circumflex over (x)}2 with quantization index i2. The indices of i1 and i2 are transmitted (Processor 104) through a channel and the quantized vector {circumflex over (x)} is reconstructed at the decoder as {circumflex over (x)}={circumflex over (x)}1+{circumflex over (x)}2.



FIG. 2 shows an illustrative example of split vector quantizer 200. An input vector x of dimension M is split into K subvectors of dimensions N1, N2, . . . , NK, and quantized with vector quantizers Q1, Q2, . . . , QK, respectively (Processors 201.1, 201.2 . . . 201.K). The quantized subvectors ŷ1, ŷ2, . . . , ŷK, with quantization indices i1, i2, and iK are found. The quantization indices are transmitted (Processor 202) through a channel and the quantized vector {circumflex over (x)} is reconstructed by simple concatenation of quantized subvectors.


An efficient approach for vector quantization is to combine both multi-stage and split VQ which results in a good trade-off between quality and complexity. In a first illustrative example, a two-stage VQ can be used whereby the second stage error vector ê2 is split into several subvectors and quantized with second stage quantizers Q21, Q22, . . . , Q2K, respectively. In an second illustrative example, the input vector can be split into two subvectors, then each subvector is quantized with two-stage VQ using further split in the second stage as in the first illustrative example.



FIG. 5 is a schematic block diagram illustrating a non-limitative example of switched predictive vector quantizer 500 according to the present invention. Firstly, a vector of mean LP parameters μ is removed from an input LP parameter vector z to produce the mean-removed LP parameter vector x (Processor 501). As indicated in the foregoing description, the LP parameter vectors can be vectors of LSF parameters, ISF parameters, or any other relevant LP parameter representation. Removing the mean LP parameter vector μ from the input LP parameter vector z is optional but results in improved prediction performance. If Processor 501 is disabled then the mean-removed LP parameter vector x will be the same as the input LP parameter vector z. It should be noted here that the frame index n used in FIGS. 3 and 4 has been dropped here for the purpose of simplification. The prediction vector p is then computed and removed from the mean-removed LP parameter vector x to produce the prediction error vector e (Processor 502). Then, based on frame classification information, if the frame corresponding to the input LP parameter vector z is stationary voiced then AR prediction is used and the error vector e is scaled by a certain factor (Processor 503) to obtain the scaled prediction error vector e′. If the frame is not stationary voiced, MA prediction is used and the scaling factor (Processor 503) is equal to 1. Again, classification of the frame, for example voiced, unvoiced, transient, background noise, etc., can be determined, for example, in the same manner as for CDMA VBR. The scaling factor is typically larger than 1 and results in upscaling the dynamic range of the prediction error vector so that it can be quantized with a quantizer designed for MA prediction. The value of the scaling factor depends on the coefficients used for MA and AR prediction. Non-restrictive typical values are: MA prediction coefficient β=0.33, AR prediction coefficient α=0.65, and scaling factor=1.25. If the quantizer is designed for AR prediction then an opposite operation will be performed: the prediction error vector for MA prediction will be scaled and the scaling factor will be smaller than 1.


The scaled prediction error vector e′ is then vector quantized (Processor 508) to produce a quantized scaled prediction error vector e′. In the example of FIG. 5, processor 508 consists of a two-stage vector quantizer where split VQ is used in both stages and wherein the vector quantization tables of the first stage are the same for both MA and AR prediction. The two-stage vector quantizer 508 consists of processors 504, 505, 506, 507, and 509. In the first-stage quantizer Q1, the scaled prediction error vector e′ is quantized to produce a first-stage quantized prediction error vector ê1 (Processor 504). This vector ê1 is removed from the scaled prediction error vector ê′ (Processor 505) to produce a second-stage prediction error vector e2. This second-stage prediction error vector e2 is then quantized (Processor 506) by either a second-stage vector quantizer QMA or a second-stage vector quantizer QAR to produce a second-stage quantized prediction error vector ê2. The choice between the second-stage vector quantizers QMA and QAR depends on the frame classification information (for example, as indicated hereinabove, AR if the frame is stationary voiced and MA if the frame is not stationary voiced). The quantized scaled prediction error vector ê′ is reconstructed (Processor 509) by the summation of the quantized prediction error vectors ê1 and ê2 from the two stages: ê′=ê12. Finally, scaling inverse to that of processor 503 is applied to the quantized scaled prediction error vector ê′ (Processor 510) to produce the quantized prediction error vector ê. In the present illustrative example, the vector dimension is 16, and split VQ is used in both stages. The quantization indices i1 and i2 from quantizer Q1 and quantizer QMA or QAR are multiplexed and transmitted through a communication channel (Processor 507).


The prediction vector p is computed in either an MA predictor (Processor 511) or an AR predictor (Processor 512) depending on the frame classification information (for example, as indicated hereinabove, AR if the frame is stationary voiced and MA if the frame is not stationary voiced). If the frame is stationary voiced then the prediction vector is equal to the output of the AR predictor 512. Otherwise the prediction vector is equal to the output of the MA predictor 511. As explained hereinabove the MA predictor 511 operates on the quantized prediction error vectors from previous frames while the AR predictor 512 operates on the quantized input LP paremeter vectors from previous frames. The quantized input LP parameter vector (mean-removed) is constructed by adding the quantized prediction error vector ê to the prediction vector p (Processor 514): {circumflex over (x)}=ê+p.



FIG. 6 is a schematic block diagram showing an illustrative embodiment of a switched predictive vector quantizer 600 at the decoder according to the present invention. At the decoder side, the received sets of quantization indices i1 and i2 are used by the quantization tables (Processors 601 and 602) to produce the first-stage and second-stage quantized prediction error vectors ê1 and ê2. Note that the second-stage quantization (Processor 602) consists of two sets of tables for MA and AR prediction as described hereinabove with reference to the encoder side of FIG. 5. The scaled prediction error vector is then reconstructed in Processor 603 by summing the quantized prediction error vectors from the two stages: ê′=ê12. Inverse scaling is applied in Processor 609 to produce the quantized prediction error vector ê. Note that the inverse scaling is a function of the received frame classification information and corresponds to the inverse of the scaling performed by processor 503 of FIG. 5. The quantized, mean-removed input LP parameter vector {circumflex over (x)} is then reconstructed in Processor 604 by adding the prediction vector p to the quantized prediction error vector ê: {circumflex over (x)}=ê+p. In case the vector of mean LP parameters μ has been removed at the encoder side, it is added in Processor 608 to produce the quantized input LP parameter vector {circumflex over (z)}. It should be noted that as in the case of the encoder side of FIG. 5, the prediction vector p is either the output of the MA predictor 605 or the AR predictor 606 depending on the frame classification information; this selection is made in accordance with the logic of Processor 607 in response to the frame classification information. More specifically, if the frame is stationary voiced then the prediction vector p is equal to the output of the AR predictor 606. Otherwise the prediction vector p is equal to the output of the MA predictor 605.


Of course, despite the fact that only the output of either the MA pedictor or the AR predictor is used in a certain frame, the memories of both predictors will be updated every frame, assuming that either MA or AR prediction can be used in the next frame. This is valid for both the encoder and decoder sides.


In order to optimize the encoding gain, some vectors of the first stage, designed for MA prediction, can be replaced by new vectors designed for AR prediction. In a non-restrictive illustrative embodiment, the first stage codebook size is 256, and has the same content as in the AMR-WB standard at 12.65 kbit/s, and 28 vectors are replaced in the first stage codebook when using AR prediction. An extended, first stage codebook is thus formed as follows: first, the 28 first-stage vectors less used when applying AR prediction but usable for MA prediction are placed at the beginning of a table, then the remaining 256−28=228 first-stage vectors usable for both AR and MA prediction are appended in the table, and finally 28 new vectors usable for AR prediction are put at the end of the table. The table length is thus 256+28=284 vectors. When using MA prediction, the first 256 vectors of the table are used in the first stage; when using AR prediction the last 256 vectors of the table are used. To ensure interoperability with the AMR-WB standard, a table is used which contains the mapping between the position of a first stage vector in this new codebook, and its original position in the AMR-WB first stage codebook.


To summarize, the above described non-restrictive illustrative embodiments of the present invention, described in relation to FIGS. 5 and 6, presents the following features:


Switched AR/MA prediction is used depending on the encoding mode of the variable rate encoder, itself depending on the nature of the current speech frame.


Essentially the same first stage quantizer is used whether AR or MA prediction is applied, which results in memory savings. In a non-restrictive illustrative embodiment, 16th order LP prediction is used and the LP parameters are represented in the ISF domain. The first stage codebook is the same as the one used in the 12.65 kbit/s mode of the AMR-WB encoder where the codebook was designed using MA prediction (The 16 dimension LP parameter vector is split by 2 to obtain two subvectors with dimension 7 and 9, and in the first stage of quantization, two 256-entry codebooks are used).


Instead of MA prediction, AR prediction is used in stationary modes, specifically half-rate voiced mode; otherwise, MA prediction is used.


In the case of AR prediction, the first stage of the quantizer is the same as the MA prediction case. However, the second stage can be properly designed and trained for AR prediction.


To take into account this switching in the predictor mode, the memories of both MA and AR predictors are updated every frame, assuming both MA or AR prediction can be used for the next frame.


Further, to optimize the encoding gain, some vectors of the first stage, designed for MA prediction, can be replaced by new vectors designed for AR prediction. According to this non-restrictive illustrative embodiment, 28 vectors are replaced in the first stage codebook when using AR prediction.


An enlarged, first stage codebook can thus be formed as follows: first, the 28 first stage vectors less used when applying AR prediction are placed at the beginning of a table, then the remaining 256−28=228 first stage vectors are appended in the table, and finally 28 new vectors are put at the end of the table. The table length is thus 256+28=284 vectors. When using MA prediction, the first 256 vectors of the table are used in the first stage; when using AR prediction the last 256 vectors of the table are used.


To ensure interoperability with the AMR-WB standard, a table is used which contains the mapping between the position of a first stage vector in this new codebook, and its original position in the AMR-WB first stage codebook.


Since AR prediction achieves lower prediction error energy than MA prediction when used on stationary signals, a scaling factor is applied to the prediction error. In a non-restrictive illustrative embodiment, the scaling factor is 1 when MA prediction is used, and 1/0.8 when AR prediction is used. This increases the AR prediction error to a dynamic equivalent to the MA prediction error. Hence, the same quantizer can be used for both MA and AR prediction in the first stage.


Although the present invention has been described in the foregoing description in relation to non-restrictive illustrative embodiments thereof, these embodiments can be modified at will, within the scope of the appended claims, without departing from the nature and scope of the present invention.

Claims
  • 1. Apparatus comprising a switched predictive vector quantizer having an input for receiving an input Linear Prediction (LP) parameter vector z and a first processor for removing a vector of mean LP parameters μ from the input LP parameter vector z to produce a mean-removed LP parameter vector x, a second processor for determining a prediction vector p and a third processor for removing the prediction vector p from the mean-removed LP parameter vector x to produce a prediction error vector e, further comprising a fourth processor responsive to frame classification information such that if a frame corresponding to the input LP parameter vector z is stationary voiced then autoregressive (AR) prediction is used and the error vector e is scaled by a certain factor to obtain a scaled prediction error vector e′, whereas if the frame is not stationary voiced moving average (MA) prediction is used and the scaling factor is equal to one; further comprising a fifth processor coupled to receive the scaled prediction error vector e′ and operable to vector quantize the scaled prediction error vector e′ to produce a quantized scaled prediction error vector ê′ and a sixth processor coupled to receive the quantized scaled prediction error vector ê′ for applying a scaling inverse to that applied by said fourth processor to the quantized scaled prediction error vector ê′ to produce the quantized prediction error vector ê; where said second processor determines the prediction vector p in one of an MA predictor and an AR predictor depending on the frame classification information such that if the frame is stationary voiced then the prediction vector p is equal to the output of the AR predictor else the prediction vector p is equal to the output of the MA predictor, where said MA predictor operates on quantized prediction error vectors from previous frames and said AR predictor operates on quantized input LP parameter vectors from previous frames; and where the quantized input LP parameter vector (mean-removed) is constructed by adding the quantized prediction error vector ê to the prediction vector p: {circumflex over (x)}=ê+p.
Priority Claims (1)
Number Date Country Kind
2415105 Dec 2002 CA national
Continuations (1)
Number Date Country
Parent PCT/CA03/01985 Dec 2003 US
Child 11039659 Jan 2005 US