{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/gaussian-processes-with-linear-operator","title":"Gaussian processes with linear operator inequality constraints","arxiv_id":"1901.03134","date":"2019-01-10","proceeding":null,"authors":["Christian Agrell"],"abstract":"This paper presents an approach for constrained Gaussian Process (GP) regression where we assume that a set of linear transformations of the process are bounded. It is motivated by machine learning applications for high-consequence engineering systems, where this kind of information is often made available from phenomenological knowledge. We consider a GP $f$ over functions on $\\mathcal{X} \\subset \\mathbb{R}^{n}$ taking values in $\\mathbb{R}$, where the process $\\mathcal{L}f$ is still Gaussian when $\\mathcal{L}$ is a linear operator. Our goal is to model $f$ under the constraint that realizations of $\\mathcal{L}f$ are confined to a convex set of functions. In particular, we require that $a \\leq \\mathcal{L}f \\leq b$, given two functions $a$ and $b$ where $a < b$ pointwise. This formulation provides a consistent way of encoding multiple linear constraints, such as shape-constraints based on e.g. boundedness, monotonicity or convexity. We adopt the approach of using a sufficiently dense set of virtual observation locations where the constraint is required to hold, and derive the exact posterior for a conjugate likelihood. The results needed for stable numerical implementation are derived, together with an efficient sampling scheme for estimating the posterior process.","url_abs":"https://arxiv.org/abs/1901.03134v2","url_pdf":"https://arxiv.org/pdf/1901.03134v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"gaussian-processes-with-linear-operator","repo_url":"https://github.com/cagrell/gp_constr","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"gaussian-processes-with-linear-operator","repo_url":"https://github.com/timruhkopf/BOResNet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"gaussian-processes","task_name":"Gaussian Processes"}],"methods":[{"method_slug":"gaussian-process","method_name":"Gaussian Process"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1901.03134","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1901.03134"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/timruhkopf/BOResNet","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cagrell/gp_constr","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":8},"by_repo_kind":{"official":{"samples":8,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"3684b4110486edd9","entry":"formattime","repo":"cagrell/gp_constr","repo_kind":"official","path":"GPConstr/util/div.py","file_url":"https://github.com/cagrell/gp_constr/blob/HEAD/GPConstr/util/div.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3684b4110486edd9"}},{"code_sha256_prefix":"7254d915d3beef1b","entry":"isPD_chol","repo":"cagrell/gp_constr","repo_kind":"official","path":"GPConstr/util/linalg.py","file_url":"https://github.com/cagrell/gp_constr/blob/HEAD/GPConstr/util/linalg.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7254d915d3beef1b"}},{"code_sha256_prefix":"450fd16c8bc4e3e7","entry":"is_symPD_svd","repo":"cagrell/gp_constr","repo_kind":"official","path":"GPConstr/util/linalg.py","file_url":"https://github.com/cagrell/gp_constr/blob/HEAD/GPConstr/util/linalg.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"450fd16c8bc4e3e7"}},{"code_sha256_prefix":"b0a9bd594d87c3a7","entry":"len_none","repo":"cagrell/gp_constr","repo_kind":"official","path":"GPConstr/util/div.py","file_url":"https://github.com/cagrell/gp_constr/blob/HEAD/GPConstr/util/div.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b0a9bd594d87c3a7"}},{"code_sha256_prefix":"e6ea6b4c150a2e3b","entry":"norm_cdf_int","repo":"cagrell/gp_constr","repo_kind":"official","path":"GPConstr/util/stats.py","file_url":"https://github.com/cagrell/gp_constr/blob/HEAD/GPConstr/util/stats.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e6ea6b4c150a2e3b"}},{"code_sha256_prefix":"1f81a0a65befb5a3","entry":"norm_cdf_int_approx","repo":"cagrell/gp_constr","repo_kind":"official","path":"GPConstr/util/stats.py","file_url":"https://github.com/cagrell/gp_constr/blob/HEAD/GPConstr/util/stats.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1f81a0a65befb5a3"}},{"code_sha256_prefix":"fd284c6d8a5978e9","entry":"normal_cdf_approx","repo":"cagrell/gp_constr","repo_kind":"official","path":"GPConstr/util/stats.py","file_url":"https://github.com/cagrell/gp_constr/blob/HEAD/GPConstr/util/stats.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fd284c6d8a5978e9"}},{"code_sha256_prefix":"61246d41279386be","entry":"try_jitchol","repo":"cagrell/gp_constr","repo_kind":"official","path":"GPConstr/util/linalg.py","file_url":"https://github.com/cagrell/gp_constr/blob/HEAD/GPConstr/util/linalg.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"61246d41279386be"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}