A BERT-style foundation model for nanopore DNA sequencing signal representation learning.
PoreBERT-DNA-VQI-110M-530 learns contextual representations from discretized nanopore electrical signal tokens generated by a Vector Quantization (VQ) tokenizer.
The model is pretrained with a Masked Language Modeling (MLM) objective, following the BERT architecture paradigm, and is designed for downstream nanopore sequencing applications.
Model Summary
Property
Description
Model Type
BERT Encoder
Domain
Nanopore DNA sequencing
Parameters
~110M
Training Objective
Masked Language Modeling (MLM)
Input
Discrete nanopore signal tokens
Tokenizer
VQ-based tokenizer
Vocabulary
Minimal vocabulary tokenizer
Development Release
530
Model Name Explanation
PoreBERT-DNA-VQI-110M-530
PoreBERT
Nanopore sequencing foundation model based on the BERT encoder architecture.
DNA
The model is trained on nanopore DNA sequencing electrical signal representations.
VQ
Vector Quantization tokenizer.
The raw nanopore electrical signal is first converted into discrete tokens through a neural codec based on vector quantization.
I
Minimal vocabulary tokenizer.
The VQI tokenizer is designed with a compact vocabulary to provide efficient signal token representation while preserving important sequencing information.
110M
Approximately 110 million model parameters.
530
Internal development release identifier.
Architecture Overview
The complete pipeline is:
Nanopore Electrical Signal
|
v
PoreCodec
(CNN Encoder + Vector Quantization)
|
v
Discrete Signal Tokens
|
v
PoreBERT-DNA-VQI-110M-530
|
v
Downstream Applications
The BERT model itself operates on token sequences rather than raw electrical signals.
Tokenizer
This model uses the following tokenizer:
ShuaiAnwo/pore-codec-rsq742c12a-511
The tokenizer converts nanopore electrical signals into discrete token IDs.