Method for recovering original signal in reduced complexity DS-CDMA system

Information

  • Patent Grant
  • 10404318
  • Patent Number
    10,404,318
  • Date Filed
    Tuesday, May 31, 2016
    8 years ago
  • Date Issued
    Tuesday, September 3, 2019
    4 years ago
Abstract
Disclosed is a method for recovering an original signal in a DS-CDMA system based on complexity reduction. In such a method, first, a partial derivative for rMLL is calculated by using a partial derivative generated by applying fast Fourier transform (FFT) to a reduced negative marginal log likelihood (rMLL) obtained by applying a law of log determinant to a Gaussian process regression (GPR) scheme used for the multi-user detection and thereafter, integrating stochastic gradient descent (SGD). Thereafter, the rMLL is calculated by using the partial derivative for the rMLL and a hyper-parameter is updated to a convergence point until an error gap is converged by repeated calculation of the rMLL. Next, a kernel function used for estimating a matched filter is calculated by using the hyper-parameter estimated through the convergence and the original signal for each of multi-users is recovered by using the kernel function.
Description
TECHNICAL FIELD

The present invention relates to the field of communication, machine learning, and optimization, and more particularly, to a method for recovering an original signal in a direct sequence-code division multiple access (DS-CDMA) system based on complexity reduction using Gaussian process regression.


BACKGROUND ART

A direct sequence-code division multiple access (DS-CDMA) system distinguishes a user by a signal of a frequency band. Unfortunately, inter-signal interference occurs even among a small number of users and is recognized as multiple access inference (MAI). This noise problem causes a critical increase in bit error rate (BER) under a near/far effect, which is a sensitive issue in the DS-CDMA system.


To mitigate such a problem, a multiuser detection (MUD) technique has been applied to eliminate the interference. In such a technique, a known optimization solving means for the MUD may be acquired through minimizing the means square error (MMSE). Nonetheless, a lot of computational resources and training effort are required for performing the calculation. Obviously, such a method is not suitable for implementation in most communication devices. In order to solve such a problem, many approaches including multilayer perceptron, a support vector machine, a wavelet neuron network, and Gaussian process regression (GPR) are proposed. Of the machine learning approaches, the GPR is considered the most promising tool in terms of flexibility and accuracy.


In fact, a Gaussian process is widely used for prediction and classification in many research areas such as data communications, networking, and signal processing. Rather than determining parameters of a model from a scratch, the Gaussian process can help to adopt the parameters to represent an actual underlying function. As such, the Gaussian process is a suitable choice for noise, corrupted or erroneous data. However, such a method has a disadvantage of high complexity. In a standard implementation, the GPR requires complexity of O(n3) for computation and O(n2) for storage when computing n training points in a dataset. Even in the application of a sparse spectrum Gaussian process, if m is the number of basic functions, the complexity is still O(mn2) for computation and O(nm) for storage.


Accordingly, there is a need for another scheme capable of reducing the complexity of the GPR.


DISCLOSURE
Technical Problem

The present invention has been made in an effort to provide a method for recovering an original signal in a DS-CDMA system which can reduce complexity of GPR.


Technical Solution

An exemplary embodiment of the present invention provides a method for recovering an original signal through multi-user detection in a synchronous mobile communication system, including: calculating a partial derivative for rMLL by using a partial derivative generated by applying fast Fourier transform (FFT) to a reduced negative marginal log likelihood (rMLL) obtained by applying a law of log determinant to a Gaussian process regression (GPR) scheme used for the multi-user detection and thereafter, integrating stochastic gradient descent (SGD); calculating the rMLL by using the partial derivative for the rMLL; updating a hyper-parameter to a convergence point until an error gap is to converged by repeated calculation of the rMLL; calculating a kernel function used for estimating a matched filter by using the hyper-parameter estimated through the convergence; and recovering the original signal for each of multi-users by using the kernel function. Where the partial derivative may follow an equation below.












θ
1






rMLL


=

-




2
π






x
~

k
2



(
i
)




exp


(

2


π
2



θ
2
2



ω
2


)





θ
2



θ
1
3








Where









rMLL



(
θ
)


=


1

2





n






k










x
~

k
2



(
i
)





SE



(

ω
k

)










and represents Fourier transform for the rMLL, θ1 represents an output-scale size, θ2 represents a time-scale of y from one moment up to a next moment, ω is a frequency representation of a received signal y in a frequency domain, a tilde symbol represents Fourier transform of an original signal x(i) in {tilde over (x)}(i), and custom characterSE(ω)=θ2θ12√{square root over (2π)}exp(−2π2ω2θ22) and represents Fourier transform for the kernel function. Further, the error gap (RMSE) by repeated computation of the rMLL may be evaluated through a relationship equation below.






RMSE
=







j
=
1

n








j

(
k
)



-


j

(

k
-
1

)



n






Where custom characterj(k) and custom characterj(k-1) represent a value of the rMLL at a target location j after kth and (k−1)th repetitions, respectively, and n represents the number of repetitions. In addition, the update may be performed by using the relationship equation below.







θ
2

(
k
)





θ
2

(

k
-
1

)


+


α


(
k
)








θ
2

(

k
-
1

)







rMLL










θ
1

(
k
)





θ
1

(

k
-
1

)


+


α


(
k
)








θ
1

(

k
-
1

)







rMLL







Where α(k)=1/(k+1) represents a Robbins-Monroe decay function for kth repetitions. The kernel function follows the relationship equation below.







k


(


y
i

,

y
j


)


=


θ
1
2



exp


(

-






y
i

-

y
j




2


2


θ
2
2




)







Further, applying the law of log determinant to the Gaussian process regression (GPR) scheme may be convergence to a constant using a law of log determinant log |P| while minimizing the following relationship equation which is a negative log likelihood for estimating a hyper-parameter set constituted by









θ
1






and






θ
2


-

log






p


(



x


(
i
)


|
y

,
θ

)




=



1
2




x
T



(
i
)




P

-
1




x


(
i
)



+


1
2


log



P



+


n
2



log


(

2

π

)








Where p(x(i)|y,w)=custom charactercustom character(x(i)|ΦTw,σnoise2I) and represents a joint Gaussian distribution, the matched filter w is a random variable and follows the Gaussian distribution like p(w)=custom character(w|0,σw2I) which is a probability of w, σnoise and σw represent standard deviations of noise and the matched filter, respectively, In represents a unit matrix having a size of n, Φ=[ϕ(y1), ϕ(y2)], . . . , ϕ(yn) represents a vector of non-linear mapping to a higher dimensional space for a received signal x(i), and P represents a covariance matrix.


Advantageous Effects

According to the present invention, the complexity of the GPR can be reduced to become O(n log n) for computation and O(n) for storage when n is the number of training points. Consequently, through the improvement, by comparing the Gaussian process in the related art and MMSE estimation, regression can be greatly accelerated so as to maintain preferable BER.





DESCRIPTION OF THE DRAWINGS


FIG. 1 is a diagram illustrating a synchronous DS-CDMA system model to which the present invention is applied.



FIG. 2 is a flowchart of a method for recovering an original signal in a DS-CDMA system according to an exemplary embodiment of the present invention.





MODE FOR INVENTION

In the following detailed description, only certain exemplary embodiments of the present invention have been shown and described, simply by way of illustration. As those skilled in the art would realize, the described embodiments may be modified in various different ways, all without departing from the spirit or scope of the present invention. Accordingly, the drawings and description are to be regarded as illustrative in nature and not restrictive. Like reference numerals designate like elements throughout the specification.


Throughout the specification, unless explicitly described to the contrary, the word “comprise” and variations such as “comprises” or “comprising”, will be understood to imply the inclusion of stated elements but not the exclusion of any other elements. In addition, the terms “-er”, “-or” and “module” described in the specification mean units for processing at least one function and operation and can be implemented by hardware components or software components and combinations thereof.


First, an exemplary embodiment of the present invention may be applied to a synchronous DS-CDMA system illustrated in FIG. 1. In such a system, all users transmit symbols at the same symbol rate. In such a system, symbol k is transmitted at moment j. Each user's symbol sj(l) is multiplied by a spreading code cl. In this case, the spreading code cl is a sequence of nS pseudorandom binary values considered as a chip. Resulting signals are amplified by different gains al through a multiplier 11 of a transmitter 10 and then summed and transmitted in various forms via a summer 12.


The transmitted signal is received via a channel response h(z) 20 in a chip period. In this case, additive white Gaussian noise (AWGN) is added during transmission and is indicated through a summer 12 in a system model in FIG. 1.


Meanwhile, a multi-user detector (MUD) 31 of a receiver 30 restores a transmission bit for a specific user by using the received signal, that is, a chip signal output through the summer 12, and outputs the restored transmission bit as custom character


A. Assumption


An input data set having n training points is referred to as D={xt,yt|t=1, . . . , n}. Herein, {xtcustom characterd} represents a vector of an original signal and yt represents a column vector of the received signal at a time step t. A relationship of the vectors is shown in [Equation 1].

yt=SAxt+nt  [Equation 1]


Where S represents a U×V matrix (each column of such a matrix containing a spreading code for each user). A represents a V×V diagonal matrix and contains a size for a user. The size represents a fading degree of the signal transmitted over a channel (the fading degree indicates how far the user is from the receiver). Last, nt represents the additive white Gaussian noise (AWGN) added to the channel with time progress.


In the receiver, an original signal xt(i) of an i-th ith user needs to be restored as shown in [Equation 2].

{circumflex over (x)}t(i)=sgn(wiTyt)  [Equation 2]


Where wi represents is a matched filter for the ith user custom character. Event though wi is an optimal non-linear vector, such a vector may be estimated as shown in [Equation 3] by using an MMSE method.










w
i
*

=



argmin

w
i








𝔼


[


(



x
t



(
i
)


-


w
i
T



y
t



)

2

]



=


C
yy

-
1




C
yx







[

Equation





3

]







Where Cyy=custom character[ytytT] represents an autocorrelation of the received vector and Cyx=custom character[ytxt(i)] represents a cross-correlation between the received vector and the original. [Equation 3] is known as distributed MMSE and may be solved without finding spreading sequences of other users. However, the problem of the solving means is that a huge training data set for an inverse matrix is required and high computational complexity is also required.


B. Deriving MUD of Gaussian Process


Φ=[ϕ(y1), ϕ(y2)], . . . , ϕ(yn) represents the vector of non-linear mapping to a higher dimensional space of the received signal and ϕ(⋅) represents a corresponding mapping function. When an original signal vector x(i)=[x1(i), x2(i), . . . , xn(i)]T is applied to the received signal vector y=[y1, y2, . . . , yn], the original signal vector to the received signal vector has a joint Gaussian distribution as shown in [Equation 4].

p(x(i)|y,w)=custom charactercustom character(x(i)|ΦTw,σnoise2I)  [Equation 4]


Where the matched filter w is actually a random variable. A probability of w follows a Gaussian distribution like p(w)=custom character(w|0,σw2I) and σnoise and σw represent standard deviations of noise and the matched filter, respectively and In represents a unit matrix having a size of n. By applying a Bayes' law to [Equation 4], a posterior distribution of w is computed as shown in [Equation 5].










p


(


w
|

x


(
i
)



,
y

)


=



p


(
w
)




p


(



x


(
i
)


|
w

,
y

)




p


(


x


(
i
)


|
y

)







[

Equation





5

]







Theoretically, [Equation 3] may be transformed into a nonlinear form using maximum a posterior (MAP) estimation of the random variable w for [Equation 5]. The transformation is expressed as shown in [Equation 6].










w
*

=


argmin
w



{






x


(
i
)


-


Φ
T


w




2

+

λ




w


2



}






[

Equation





6

]







Where λ=(σnoisew)2. A equation term λ∥w∥2 is integrated into a MAP as a regularizer to skip an over-fitting problem. By discovering w*, the estimation of an original signal {circumflex over (x)}(i) may be obtained as shown in [Equation 7].

{circumflex over (x)}(i)=kTP−1x(i)  [Equation 7]


Where in the case of k(yi,yj)=(ϕ(yi)Tϕ(yj)), k=[k(y,y1), k(y,y2), . . . , k(y,yn)] represents a kernel function of the non-linear transformation and P=K+σnoise2I (where K represents a covariance matrix which is Kij=k(yi,yj))). Due to a priority of a processing speed, a square exponential kernel function is adopted to compute the estimate of the original signal. Such a kernel function is shown in [Equation 8].










k


(


y
i

,

y
j


)


=


θ
1
2



exp


(

-






y
i

-

y
j




2


2


θ
2
2




)







[

Equation





8

]







Where θ1 represents an output-scale size and θ2 represents a time-scale of y from one moment to a next moment. A set θ={θ12} is known as a set of hyper-parameters. Next, the estimation of θ may be computed as shown in [Equation 9].










θ
*

=


argmin
θ



p


(



x


(
i
)


|
y

,
θ

)







[

Equation





9

]







In order to solve [Equation 9], O(n3) for the computational complexity and O(n2) for storage when the size of the storage is n are assumed. Most of the complexity is caused by computing the inverse matrix and a log matrix. Obviously, such a disadvantage is a burden on the DS-CDMA system. In order to solve such a problem, a complexity reduction method is proposed to significantly accelerate a computation process. By using such a method, the computation and storage complexity corresponds to O(n log n) and O(n), respectively.


C. Reduction of Complexity


The proposed complexity reduction method is a combination of three techniques and three techniques are fast Fourier transform (FFT), a law of log determinant and application of stochastic gradient descent (SGD). By definition, the hyper-parameter set θ* may be estimated as shown in [Equation 10] by minimizing negative log likelihood −log p(x(i)|y,θ).











-
log







p


(



x


(
i
)


|
y

,
θ

)



=



1
2




x
T



(
i
)




P

-
1




x


(
i
)



+


1
2


log



P



+


n
2



log


(

2

π

)








[

Equation





10

]







Due to the high complexity for computing the inverse matrix P−1, it is necessary to develop an approximation method. It may be a better solving means to approximately minimize an upper bound of the equation term in terms of the approximation, instead of trying to minimize the negative log likelihood. Analytically, in [Equation 10], a better computation focuses on two terms, that is, a data-fit term expressed as xT(i)P−1x(i) and the log determinant log |P|. First, a simplification derivation needs to be applied to the terms to reduce the equation. To this end, the law of the log determinant is used to calculate the log determinant {circumflex over (P)} of the empirical covariance matrix {circumflex over (P)}, which simplifies [Equation 10] to [Equation 11].











-
log







p


(



x


(
i
)


|
y

,
θ

)



=



1
2




x
T



(
i
)




P

-
1




x


(
i
)



+


1
2


log


P
^


+


n
2



log


(

2

π

)








[

Equation





11

]







Where {circumflex over (P)} is calculated according to [Equation 12] based on the empirical covariance matrix and a constant τ.











P
^

=


log




P
^




-
τ








w
.
r
.
t








P
^

=


1
n






k
=
1


n
+
1






[



x
k



(
i
)


-


x
_



(
i
)



]



[



x
k



(
i
)


-


x
_



(
i
)



]


T










τ
=


γ


(

n
2

)


-

log


(

n
2

)








[

Equation





12

]







Where γ(⋅) represents a Digamma function. After multiple recalculation, the term {circumflex over (P)} a converges to the constant according to a central limit theorem. Minimizing the negative log marginal likelihood after the passage of time due to such convergence may involve only minimizing the reduced negative marginal log likelihood (rMLL) as shown in [Equation 13].











-
log







p


(



x


(
i
)


|
y

,
θ

)



=


1
2




x
T



(
i
)




P

-
1




x


(
i
)







[

Equation





13

]







A gap of the approximation step with respect to the actual solving means may be very small and may be measured using a mean square error of [Equation 14].











𝔼


(


P
^

-

log



P




)


2

=


-
2



log


(

1
-

1
n


)







[

Equation





14

]







Nevertheless, solving the inverse matrix P in [Equation 13] still costs computationally more. Therefore, another method is required in order to achieve the object. Since the covariance matrix P has a positive-definite value, it is possible to perform the transformation using FFT. Such a technique is used for taking the calculation from a spatial-temporal domain to a frequency domain. It is worth mentioning that the cost of the FFT is only O(n log n). Obviously, the cost is much better than the method in the related art. Hereinafter, such transformation will be described in detail.


First, the squared exponent kernel k(yi,yj) in Equation (8) needs to be rewritten into a Fourier transform representation as shown in [Equation 15].

custom characterSE(ω)=θ2θ12√{square root over (2π)}exp(−2π2ω2θ22)  [Equation 15]


Where ω is a frequency representation of the received signal y in the frequency domain. It is assumed that Ψ generates a function {tilde over (P)}=P−1. Under the frequency domain, the Parseval theorem is applied to derive the Fourier transform for [Equation 13].













rMLL



(
θ
)


=





(


-
log







p


(



x


(
i
)


|
y

,
θ

)



)


=


1

2

n





x
T



(
i
)



Ψ
*


x
o



(
i
)











[

Equation





16

]







Where a tilde symbol represents the Fourier transform of x(i) in {tilde over (x)}(i) and xo(i) represents a data vector in a periodic domain. In a next step, a convolution theorem is continuously applied to a limit Ψcustom characterSE≡1 and last Fourier transform of rMLL may be expressed as shown in [Equation 17].












rMLL



(
θ
)


=



1

2

n






n




Ψ
k

*



x
~

k
2



(
i
)





=


1

2

n






k






x
^

k
2



(
i
)





SE



(

ω
k

)










[

Equation





17

]







In the form of [Equation 17], θ which is the set of hyper-parameters may be estimated using a slope-based technique. In this case, the stochastic gradient descent (SGD) is selected because of a characteristic that the SGD is less sensitive to fast convergence and local minima. In order to integrate the SGD, a partial derivative of [Equation 17] is required for each hyper-parameter. Such an equation is given by [Equation 18].
















θ
2






rMLL


=




x
~

k
2



(
i
)




exp


(

2


π
2



θ
2
2



ω
2


)




(



2


2



π

3
/
2




ω
2



θ
1
2


-

1



2

π




θ
2
2



θ

2
1





)



















θ
1






rMLL


=

-




2
π






x
~

k
2



(
i
)




exp


(

2


π
2



θ
2
2



ω
2


)





θ
2



θ
1
3









[

Equation





18

]







Subsequently, an update procedure is applied to update the hyper-parameters to corresponding convergence points.


Such a process is expressed as shown in [Equation 19].











θ
2

(
k
)





θ
2

(

k
-
1

)


+


α


(
k
)








θ
2

(

k
-
1

)







rMLL











θ
1

(
k
)





θ
1

(

k
-
1

)


+


α


(
k
)








θ
1

(

k
-
1

)







rMLL








[

Equation





19

]







Where α(k)=1/(k+1) represents a Robbins-Monroe decay function for kth repetition. Such a function is chosen instead of exact line search or backtracking line search or backtracking line search primarily due to a performance problem. Further, in order to control the number of update repetitions, an error function is defined based on a root mean square error (RMSE) method to measure the convergence. It should be noted that the RMSE method is stricter than the means square error (MSE) method which is generally used. By using such an error function, an error gap between a current repetition value and a previous value may be evaluated as shown in [Equation 20].









RMSE
=







j
=
1

n




j

(
k
)



-


j

(

k
-
1

)



n






[

Equation





20

]







Where custom characterj(k) and custom characterj(k-1) represent a value of rMLL at a target location j after kth and (k−1)th repetitions, respectively. In the proposed method, an RMSE threshold is limited to 10−11 which yields a solving means that is close to an actual value. Obviously, the computation may be performed without the inverse matrix. By the end of the method, a required set θ* of hyper-parameters is obtained. In addition, due to the fact that the method does not need to maintain a historical covariance matrix, which is primarily used to inverse the covariance matrix, the computational complexity is only O(n log n) and the storage complexity is O(n).


Hereinafter, a method for recovering the original signal in the DS-CDMA system using various equations derived through the above process will be described.



FIG. 2 is a flowchart of a method for recovering an original signal in a DS-CDMA system according to an exemplary embodiment of the present invention.


Referring to FIG. 2, first, a receiver 30 collects a reception chip received through a channel 20 from a transmitter 10 (S100).


Thereafter, the hyper-parameter to be estimated is initialized in the exemplary embodiment of the present invention (S110).


Next, a partial derivative of rMLL is calculated using a finally derived [Equation 18] by applying fast Fourier transform, a law of log determinant, and stochastic gradient descent (SGD) to GPR according to the exemplary embodiment of the present invention (S120).


Subsequently, the rMLL is calculated using the calculated partial derivative result (S130).


Then, the RMSE is evaluated using [Equation 20] that calculates the error gap between the current repetition value and the previous value (S140).


After determining whether an RMSE evaluation result converges to a preset threshold value (S150), if the RMSE evaluation result does not converge to the preset threshold value, the update is performed using [Equation 19] to update the RMSE evaluation result to the convergence point corresponding to the hyper-parameter (S160).


However, when it is determined in step S150 that the RMSE evaluation result converges to the preset threshold value, the kernel function is calculated using [Equation 8] (S170) and the original signal for a specific user is finally restored using the calculated kernel function (S180).


As described above, in the exemplary embodiment of the present invention, by applying the fast Fourier transform, the law of the log determinant, and the stochastic gradient descent (SGD) to the existing GPR, the regression may be significantly accelerated so that the computational complexity and storage complexity in the case of using the existing GPR are reduced and better BER is maintained.


While this invention has been described in connection with what is presently considered to be practical example embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, but, on the contrary, is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims
  • 1. A method for recovering an original signal through multi-user detection in a synchronous mobile communication system, comprising: calculating a partial derivative of a reduced negative marginal log likelihood (rMLL), thereafter, integrating stochastic gradient descent (SGD) by applying a partial derivative to a fast Fourier transform (FFT) of the rMLL, the rMLL is obtained by applying a law of log determinant to a Gaussian process regression (GPR) scheme used for the multi-user detection;calculating the rMLL by using the partial derivative for the rMLL;updating a hyper-parameter to a convergence point until an error gap is converged by repeated calculation of the rMLL;calculating a kernel function used for estimating a matched filter by using the hyper-parameter estimated through the convergence point; andrecovering the original signal for each of multi-users by using the kernel function.
  • 2. The method of claim 1, wherein: the partial derivative follows an relationship equation below,
  • 3. The method of claim 2, wherein: the error gap (RMSE) by repeated computation of the rMLL is evaluated through a relationship equation below,
  • 4. The method of claim 3, wherein: the update is performed by using the relationship equation below,
  • 5. The method of claim 4, wherein: the kernel function follows the relationship equation below,
  • 6. The method of claim 4, wherein: applying the law of log determinant to the Gaussian process regression (GPR) scheme is convergence to a constant using a law of log determinant log |P| while minimizing the following relationship equation which is a negative log likelihood for estimating a hyper-parameter set (θ) constituted by θ1 and θ2,
Priority Claims (2)
Number Date Country Kind
10-2016-0053521 Apr 2016 KR national
10-2016-0065123 May 2016 KR national
PCT Information
Filing Document Filing Date Country Kind
PCT/KR2016/005771 5/31/2016 WO 00
Publishing Document Publishing Date Country Kind
WO2017/188501 2/11/2017 WO A
US Referenced Citations (23)
Number Name Date Kind
6363049 Chung Mar 2002 B1
6671338 Gamal Dec 2003 B1
6930777 Sevick-Muraca Aug 2005 B1
6963604 Erdogmus Nov 2005 B2
7136410 Choi Nov 2006 B2
7161973 Ghosh Jan 2007 B2
7864663 Dent Jan 2011 B2
8595155 Ide Nov 2013 B2
8768659 Vasudevan Jul 2014 B2
8880439 Archambeau Nov 2014 B2
9769547 Niedzwiecki Sep 2017 B2
20040100928 Ben-David May 2004 A1
20050225570 Collins Oct 2005 A1
20090244365 Takeda Oct 2009 A1
20090249134 RostamPisheh Oct 2009 A1
20110257949 Vasudevan Oct 2011 A1
20120084042 Yuan Apr 2012 A1
20120195399 Zhu Aug 2012 A1
20120253794 Chun Oct 2012 A1
20150112900 Ariyoshi Apr 2015 A1
20160028450 Trachewsky Jan 2016 A1
20180049192 Beale Feb 2018 A1
20180294997 Lee Oct 2018 A1
Foreign Referenced Citations (4)
Number Date Country
2005-235899 Sep 2005 JP
10-2000-0041526 Jul 2000 KR
10-2006-0079662 Jul 2006 KR
10-2012-0040637 Apr 2012 KR
Non-Patent Literature Citations (7)
Entry
F. Perez-Cruz et al., “Gaussian Processes for Nonlinear Signal Processing”, IEEE Signal Processing Magazine, vol. 30, No. 4, pp. 40-50, Jul. 2013.
R. Boloix-Tortosa et al., “Proper Complex Gaussian Processes for Regression”, arXiv: 1502.04868 v2, Feb. 18, 2015.
R. Boloix-Tortosa et al., “Gaussian Processes Regressors for Complex Proper Signals in Digital Communications”, 2014 IEEE 8th Sensor Array and Multichannel Signal Processing Workshop (SAM), Jun. 22-25, 2014, p. 137-140.
Murillo-Fuentes, Juan Jose et al., “Gaussian Process Regressors for Multiuser Detection in DS-CDMA systems”, IEEE Transactions on Communications, vol. 57, issue 8, pp. 2339-2347, Aug. 2009.
Erik Rodner et al., “Large-Scale Gaussian Process Classification with Flexible Adaptive Histogram Kernels”, Proceedings of European Conference on Computer Vision (ECCV), vol. 4, pp. 85-98, 2012.
T. Tony Cai et al., “Law of log determinant of sample covariance matrix and optimal estimation of differential entropy for high-dimensional Gaussian distributions”, Journal of Multicariate Analysis, vol. 137, pp. 161-172, 2015.
Dinh-Mao Bui et al., “Fast Gaussian Process Regression for Multiuser Detection in DS-CDMA”, IEEE Communications Letters, vol. 21, No. 2, pp. 406-409, 2017, Abstract only.
Related Publications (1)
Number Date Country
20190058501 A1 Feb 2019 US