Papers › p-adic Bi-Filtrations for Topological Machine Learning on Genomic Sequences

p-adic Bi-Filtrations for Topological Machine Learning on Genomic Sequences

4 Jun 2026arXiv:2606.06117added by Syntology

Tirtharaj Dash, Gunja Sachdeva

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

We introduce pVR, a topological machine learning framework for alignment-free genomic sequence classification that combines p-adic numbers with topological data analysis. Each DNA sequence is encoded along two complementary axes: a p-adic distance on k-mer prefixes, which captures hierarchical positional structure, and a compositional L₁ distance on k-mer frequencies, which captures local sequence content. The two distances jointly parameterise a bi-filtered Vietoris--Rips complex, and per-sequence topological summaries from this bi-filtration serve as features for standard machine learning classifiers. We establish theoretical guarantees for the construction: stability under metric perturbations and invariance to the choice of prime, alongside a result that explains why a single p-adic axis is topologically uninformative and why the bi-filtration recovers nontrivial homology. On twelve genomic benchmarks ($28$ to $500$ sequences, $3$ to $7$ classes), pVR outperforms four established alignment-free baselines on three of six low-sample datasets, with gains of up to $21$ percentage points; it underperforms only on a SARS-CoV-2 variant benchmark whose point-mutation divergence violates the hierarchical assumption, and all methods saturate in the large-sample regime. pVR also outperforms zero-shot frozen embeddings from the 500M-parameter Nucleotide Transformer v2 by $6.7$ to $11.4$ percentage points on three low-sample benchmarks. The pVR codebase is publicly available at https://github.com/MAHI-Group/pVR.

PaperPDFCode 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="2606.06117")

Code

Syntology Ran 5 of 15 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MAHI-Group/pVR found in paper text by Syntology report

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

15 samples harvested; 5 ran; 0 honoured the contract we drafted; 10 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.

5ran
10unverified

Licence: 15 of the 15 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 MAHI-Group/pVR. “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.

assign_hrv_label MAHI-Group/pVR/run_full_eff.py found in paper text by Syntology ran fingerprinted GPL-3.0 (copyleft) · pointer only · fbb212ff534db654 · report
cell MAHI-Group/pVR/rerun_baselines.py found in paper text by Syntology ran fingerprinted GPL-3.0 (copyleft) · pointer only · 97994733f855ba36 · report
embed_nt MAHI-Group/pVR/nt_compare.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · c7a228188c951938 · report
fmt_cell MAHI-Group/pVR/make_tables_ci.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 9c874b6cdffca05d · report
get_acc MAHI-Group/pVR/make_figure.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 6da4a0ef51feb048 · report
clean_sequence MAHI-Group/pVR/pvr_eff.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 69c67efe1633dee1 · report
extract_kmers MAHI-Group/pVR/pvr_eff.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · ebed294056dcee45 · report
ffp_frequency_vector MAHI-Group/pVR/baselines.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 3d029a123f5dcb20 · report
ffp_jensen_shannon_distance MAHI-Group/pVR/baselines.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 5046753cd2dbb0f0 · report
fmt_pct MAHI-Group/pVR/make_aux_tables.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 7f3b3f5feed23c7f · report
folds_of MAHI-Group/pVR/make_tables_ci.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 1037e0b182931ae7 · report
kmer_to_padic_int MAHI-Group/pVR/pvr_eff.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 23498609acf5a348 · report
load MAHI-Group/pVR/make_tables_ci.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 72f544d99b933bb5 · report
load_json MAHI-Group/pVR/make_aux_tables.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 388975539a13f8a1 · report
write_runtime_table MAHI-Group/pVR/make_aux_tables.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 5d55e14775630409 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.06117, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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