Papers › The Signature Kernel is the solution of a Goursat PDE

The Signature Kernel is the solution of a Goursat PDE

26 Jun 2020arXiv:2006.14794archive 2025-07-28

Cristopher Salvi, Thomas Cass, James Foster, Terry Lyons, Weixin Yang

Recently, there has been an increased interest in the development of kernel methods for learning with sequential data. The signature kernel is a learning tool with potential to handle irregularly sampled, multivariate time series. In "Kernels for sequentially ordered data" the authors introduced a kernel trick for the truncated version of this kernel avoiding the exponential complexity that would have been involved in a direct computation. Here we show that for continuously differentiable paths, the signature kernel solves a hyperbolic PDE and recognize the connection with a well known class of differential equations known in the literature as Goursat problems. This Goursat PDE only depends on the increments of the input sequences, does not require the explicit computation of signatures and can be solved efficiently using state-of-the-arthyperbolic PDE numerical solvers, giving a kernel trick for the untruncated signature kernel, with the same raw complexity as the method from "Kernels for sequentially ordered data", but with the advantage that the PDE numerical scheme is well suited for GPU parallelization, which effectively reduces the complexity by a full order of magnitude in the length of the input sequences. In addition, we extend the previous analysis to the space of geometric rough paths and establish, using classical results from rough path theory, that the rough version of the signature kernel solves a rough integral equation analogous to the aforementioned Goursat PDE. Finally, we empirically demonstrate the effectiveness of our PDE kernel as a machine learning tool in various machine learning applications dealing with sequential data. We release the library sigkernel publicly available at https://github.com/crispitagorico/sigkernel.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2006.14794")

Code

Syntology Ran 1 of 10 code samples harvested from 3 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 6 samples from 2 repositories, 1 ran; community (archive-listed): 4 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

crispitagorico/SignatureKernel officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
crispitagorico/sigkernel officialmentioned in papermentioned on GitHubpytorch report
crispitagorico/Signature-Kernel mentioned on GitHubpytorchApache-2.0 report
crispitagorico/sigkerax mentioned on GitHubjaxApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 1 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
9unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

flip crispitagorico/sigkernel/sigkernel/sigkernel.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · fe5630396f862b67 · report
CEXP crispitagorico/SignatureKernel/sigkernel/static_kernels.py official repository unverified Apache-2.0 (permissive) · 54bd7cd7bed3db2f · report
cos_exp_kernel crispitagorico/SignatureKernel/sigkernel/static_kernels.py official repository unverified Apache-2.0 (permissive) · 7590e9753d1f1cf0 · report
normalize crispitagorico/SignatureKernel/sigkernel/transformers.py official repository unverified Apache-2.0 (permissive) · a7b82780c0de5be9 · report
transform crispitagorico/SignatureKernel/sigkernel/transformers.py official repository unverified Apache-2.0 (permissive) · d40eed5f9570548c · report
white crispitagorico/SignatureKernel/sigkernel/transformers.py official repository unverified Apache-2.0 (permissive) · 1c6e225f868adaf0 · report
add_time_fn crispitagorico/sigkerax/sigkerax/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 95509ed2efd7977c · report
interpolate_fn crispitagorico/sigkerax/sigkerax/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 6061c57835903b56 · report
linear_kernel crispitagorico/sigkerax/sigkerax/static_kernels.py community (archive-listed) unverified Apache-2.0 (permissive) · 64f32bda3383edb1 · report
rbf_kernel crispitagorico/sigkerax/sigkerax/static_kernels.py community (archive-listed) unverified Apache-2.0 (permissive) · 2514dfe6b0858cd4 · report

Tasks

Dimensionality ReductionTime Series AnalysisTime Series Classification

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections