{"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/arxiv-2606-11057","title":"Flexible Kernels for Protein Property Prediction","arxiv_id":"2606.11057","date":"2026-06-09","proceeding":"ICML","authors":["Martin Jankowiak","Yerdos Ordabayev","Rudraksh Tuwani","Henry N. Ward","Hunter Nisonoff","James M. McFarland","Gevorg Grigoryan"],"abstract":"Despite its importance to applications in protein design, predicting protein properties like binding affinity and thermostability from sparse experimental data remains a significant challenge. Accordingly, we introduce a class of sequence kernels that exploit evolutionary substitution matrices as well as local linearity and demonstrate that the resulting Gaussian processes provide data-efficient models of protein property landscapes, frequently outperforming alternatives that rely on foundation model embeddings. Furthermore--by learning what are in effect structure-aware substitution matrices--we show that our kernels can readily incorporate structural information from foundation models. We demonstrate that these structure-conditioned kernels are well suited to multi-task learning across multiple protein property landscapes and can decisively outperform local supervised learning methods.","url_abs":"https://arxiv.org/abs/2606.11057","url_pdf":"https://arxiv.org/pdf/2606.11057","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.11057"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/petergroth/kermut","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/generatebio/lock_gp","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/getkeops/keops","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/luo-group/ConFit","reach":null}],"summary":{"ran":11,"ran_draft_wrong":1,"ran_fixture":1,"unverified":9},"by_repo_kind":{"found_in_text":{"samples":22,"ran":13,"repositories":4}},"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":"0ea6e3876cc557ce","entry":"BaseKernel","repo":"petergroth/kermut","repo_kind":"found_in_text","path":"kermut/kernels/_composite_kernel.py","file_url":"https://github.com/petergroth/kermut/blob/HEAD/kermut/kernels/_composite_kernel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0ea6e3876cc557ce"}},{"code_sha256_prefix":"b3b4d2cb1628648e","entry":"DistanceKernel","repo":"petergroth/kermut","repo_kind":"found_in_text","path":"kermut/kernels/_composite_kernel.py","file_url":"https://github.com/petergroth/kermut/blob/HEAD/kermut/kernels/_composite_kernel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b3b4d2cb1628648e"}},{"code_sha256_prefix":"e12ad6ddea5caff1","entry":"ProbabilityKernel","repo":"petergroth/kermut","repo_kind":"found_in_text","path":"kermut/kernels/_composite_kernel.py","file_url":"https://github.com/petergroth/kermut/blob/HEAD/kermut/kernels/_composite_kernel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e12ad6ddea5caff1"}},{"code_sha256_prefix":"2981c321109bfce1","entry":"SequenceKernel","repo":"petergroth/kermut","repo_kind":"found_in_text","path":"kermut/kernels/_composite_kernel.py","file_url":"https://github.com/petergroth/kermut/blob/HEAD/kermut/kernels/_composite_kernel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2981c321109bfce1"}},{"code_sha256_prefix":"9d852c889d3e372d","entry":"SiteComparisonKernel","repo":"petergroth/kermut","repo_kind":"found_in_text","path":"kermut/kernels/_composite_kernel.py","file_url":"https://github.com/petergroth/kermut/blob/HEAD/kermut/kernels/_composite_kernel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9d852c889d3e372d"}},{"code_sha256_prefix":"9ba184b314565f83","entry":"StructureKernel","repo":"petergroth/kermut","repo_kind":"found_in_text","path":"kermut/kernels/_composite_kernel.py","file_url":"https://github.com/petergroth/kermut/blob/HEAD/kermut/kernels/_composite_kernel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9ba184b314565f83"}},{"code_sha256_prefix":"37ad62335428ab56","entry":"_hellinger_distance","repo":"petergroth/kermut","repo_kind":"found_in_text","path":"kermut/kernels/_composite_kernel.py","file_url":"https://github.com/petergroth/kermut/blob/HEAD/kermut/kernels/_composite_kernel.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"37ad62335428ab56"}},{"code_sha256_prefix":"971af63fa165cef5","entry":"compute_score","repo":"luo-group/ConFit","repo_kind":"found_in_text","path":"confit/stat_utils.py","file_url":"https://github.com/luo-group/ConFit/blob/HEAD/confit/stat_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"971af63fa165cef5"}},{"code_sha256_prefix":"407f0b6d9e2274d8","entry":"compute_stat","repo":"luo-group/ConFit","repo_kind":"found_in_text","path":"confit/data_utils.py","file_url":"https://github.com/luo-group/ConFit/blob/HEAD/confit/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"407f0b6d9e2274d8"}},{"code_sha256_prefix":"96a8d204e97edae8","entry":"compute_stat","repo":"luo-group/ConFit","repo_kind":"found_in_text","path":"confit/stat_utils.py","file_url":"https://github.com/luo-group/ConFit/blob/HEAD/confit/stat_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"96a8d204e97edae8"}},{"code_sha256_prefix":"da916b8ec6ae93bc","entry":"reshape_inputs","repo":"generatebio/lock_gp","repo_kind":"found_in_text","path":"lock_gp/lock_kernel.py","file_url":"https://github.com/generatebio/lock_gp/blob/HEAD/lock_gp/lock_kernel.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"da916b8ec6ae93bc"}},{"code_sha256_prefix":"385c66a8bfb887f7","entry":"spearman","repo":"luo-group/ConFit","repo_kind":"found_in_text","path":"confit/data_utils.py","file_url":"https://github.com/luo-group/ConFit/blob/HEAD/confit/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"385c66a8bfb887f7"}},{"code_sha256_prefix":"a155be9857345a9f","entry":"spearman","repo":"luo-group/ConFit","repo_kind":"found_in_text","path":"confit/stat_utils.py","file_url":"https://github.com/luo-group/ConFit/blob/HEAD/confit/stat_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"a155be9857345a9f"}},{"code_sha256_prefix":"82097f2510c33bc0","entry":"CompositeKernel","repo":"petergroth/kermut","repo_kind":"found_in_text","path":"kermut/kernels/_composite_kernel.py","file_url":"https://github.com/petergroth/kermut/blob/HEAD/kermut/kernels/_composite_kernel.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":"82097f2510c33bc0"}},{"code_sha256_prefix":"37956dea03a11858","entry":"KP","repo":"getkeops/keops","repo_kind":"found_in_text","path":"benchmarks/PyTorch_GPU.py","file_url":"https://github.com/getkeops/keops/blob/HEAD/benchmarks/PyTorch_GPU.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":"37956dea03a11858"}},{"code_sha256_prefix":"60b4bee4f924c180","entry":"KP","repo":"getkeops/keops","repo_kind":"found_in_text","path":"benchmarks/TF_XLA.py","file_url":"https://github.com/getkeops/keops/blob/HEAD/benchmarks/TF_XLA.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":"60b4bee4f924c180"}},{"code_sha256_prefix":"d206c3f4368b3c12","entry":"LinearGlobalLOCKKernel","repo":"generatebio/lock_gp","repo_kind":"found_in_text","path":"lock_gp/lock_kernel.py","file_url":"https://github.com/generatebio/lock_gp/blob/HEAD/lock_gp/lock_kernel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d206c3f4368b3c12"}},{"code_sha256_prefix":"2ee046ec8061ef67","entry":"NonlinearLocalLOCKKernel","repo":"generatebio/lock_gp","repo_kind":"found_in_text","path":"lock_gp/lock_kernel.py","file_url":"https://github.com/generatebio/lock_gp/blob/HEAD/lock_gp/lock_kernel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2ee046ec8061ef67"}},{"code_sha256_prefix":"2220ba7f4eb031ca","entry":"_gpytorch_default_setting_closure","repo":"generatebio/lock_gp","repo_kind":"found_in_text","path":"lock_gp/lock_kernel.py","file_url":"https://github.com/generatebio/lock_gp/blob/HEAD/lock_gp/lock_kernel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2220ba7f4eb031ca"}},{"code_sha256_prefix":"4e9c29cdb193546a","entry":"_validate_alphabet_size","repo":"generatebio/lock_gp","repo_kind":"found_in_text","path":"lock_gp/lock_kernel.py","file_url":"https://github.com/generatebio/lock_gp/blob/HEAD/lock_gp/lock_kernel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4e9c29cdb193546a"}},{"code_sha256_prefix":"7f27fe23f52750eb","entry":"build_lock_kernel","repo":"generatebio/lock_gp","repo_kind":"found_in_text","path":"lock_gp/lock_kernel.py","file_url":"https://github.com/generatebio/lock_gp/blob/HEAD/lock_gp/lock_kernel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7f27fe23f52750eb"}},{"code_sha256_prefix":"b37942d76d3aceba","entry":"get_blosum50_matrix","repo":"generatebio/lock_gp","repo_kind":"found_in_text","path":"lock_gp/lock_kernel.py","file_url":"https://github.com/generatebio/lock_gp/blob/HEAD/lock_gp/lock_kernel.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b37942d76d3aceba"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}