Hong Kong University of Science and Technology
A DNABERT-2 backbone refined with contrastive learning across diverse TFBS types for sharper transcription factor binding site prediction.
Transcription factor binding sites (TFBS) are short DNA motifs where regulatory proteins dock to control gene expression, and identifying them accurately from sequence is a long-standing problem in regulatory genomics. Pretrained genomic language models such as DNABERT-2 learn general DNA sequence patterns through masked language modeling, but their embeddings often fail to discriminate the subtle, biologically critical differences that separate one transcription factor's motif from another. NyxBind addresses this gap by reshaping a genome foundation model's representation space specifically for binding-site discrimination.
Developed by researchers at the Hong Kong University of Science and Technology (Guangzhou) and released as a preprint in October 2025, NyxBind is the first TFBS prediction model to apply contrastive learning across diverse TFBS types. Rather than training a classifier directly, it continues pretraining DNABERT-2 with a contrastive objective that pulls together sequences bound by the same factor while pushing dissimilar sites apart, yielding representations that are sharper for downstream binding-site tasks.
The result is a reusable pretrained backbone that can be fine-tuned—fully or with parameter-efficient methods—for individual transcription factors, while also supporting interpretable motif visualization.
NyxBind builds on the DNABERT-2 transformer (117M parameters) with a customized BERT layer implementation for contrastive pretraining. Contrastive training uses sequence pairs drawn from 160 TFBS types, with chromosomes 1–23 (excluding 11 and 12) plus X and Y used for training and chromosomes 11–12 held out for validation and testing. Task-specific fine-tuning is evaluated on 33 ChIP-seq datasets organized by transcription factor. Across these benchmarks the authors report improved ROC-AUC, PR-AUC, accuracy, precision, recall, and F1 relative to CNN-based predictors (DeepBind, DanQ), BERT-TFBS variants, and Nucleotide Transformer baselines. Pretrained weights are distributed through Hugging Face (CompBioDSA/NyxBind).
NyxBind targets computational and regulatory genomics workflows where researchers need accurate, transferable TFBS predictions—annotating candidate binding sites genome-wide, prioritizing regulatory variants, and studying how motif grammar governs transcription factor occupancy. Its parameter-efficient fine-tuning and released checkpoints make it practical to adapt to new transcription factors or ChIP-seq datasets without retraining a genome model from scratch, and its motif visualization supports hypothesis generation about the sequence determinants of binding.
By demonstrating that contrastive learning across many TFBS types measurably improves a genome language model's binding-site representations, NyxBind offers a template for specializing general-purpose DNA foundation models toward fine-grained regulatory tasks. It extends the DNABERT-2 lineage into contrastive regulatory-genomics territory and provides an openly available pretrained backbone and benchmarking suite. As a preprint awaiting peer review, its improvements are so far established in in-silico benchmarks, and the repository does not currently specify a software license.
Yang, X., et al. (2025) NyxBind: enhancing DNN representations via contrastive learning for TFBS prediction. bioRxiv.
DOI: 10.1101/2025.10.21.683808Papers that recently cited this model.
The most-cited papers that cite this model.
Not enough data