Open willtebbutt opened 6 years ago
Kronecker.jl is a thing
This is a large body of research using Kronecker factorizations in GP/kernel ridge regression, e.g. GPatt and Kronecker ridge regression. Would love to discuss this or contribute!
Would be great to both discuss and collaborate :) Are you around for the hackathon tomorrow?
Yes! I am here the whole Hackathon. Would like to get involved 🙂
On Thu, 25 Jul 2019, 16:48 willtebbutt, notifications@github.com wrote:
Would be great to both discuss and collaborate :) Are you around for the hackathon tomorrow?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/willtebbutt/Stheno.jl/issues/6?email_source=notifications&email_token=ABN5PI4ZC6KAWGTQW4A4SD3QBIGQXA5CNFSM4E5OIFTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD22XL4Q#issuecomment-515208690, or mute the thread https://github.com/notifications/unsubscribe-auth/ABN5PI5BN66TCIGXVLFMFB3QBIGQXANCNFSM4E5OIFTA .
Consider a kernel of the form
where
k.ks
is a collection of kernels which can be applied to single-dimensions, and the dimensionality ofx
andx′
, and the length ofk.ks
isD
. If we wish to evaluate the covariance matrix associated with a matrix of inputs which can be represented as a Cartesian product:where each
xd
is a vector, thencov(k, X)
can be represented as the Kronecker product of a set ofD
matrices, thed
th of which iscov(k.ks[d], xd)
. If this structure is present then the asymptotic complexity of inference is greatly reduced.To achieve efficient inference here, it will be necessary to implement a Kronecker-factorised matrix type which has appropriate efficient representations.
[1] - Saatçi, Yunus. Scalable inference for structured Gaussian process models. Diss. University of Cambridge, 2012. [2] - Evans, Trefor W., and Prasanth B. Nair. "Scalable Gaussian Processes with Grid-Structured Eigenfunctions (GP-GRIEF)."