paper-with-me

홈 › Papers

eccDNAMamba: A Pre-Trained Model for Ultra-Long eccDNA Sequence Analysis

2025-06-22 · Zhenke Liu, Jien Li, Ziqi Zhang

Extrachromosomal circular DNA (eccDNA) plays key regulatory roles and contributes to oncogene overexpression in cancer through high-copy amplification and long-range interactions. Despite advances in modeling, no pre-trained models currently support full-length circular eccDNA for downstream analysis. Existing genomic models are either limited to single-nucleotide resolution or hindered by the inefficiency of the quadratic attention mechanism. Here, we introduce eccDNAMamba, the first bidirectional state-space encoder tailored for circular DNA sequences. It combines forward and reverse passes for full-context representation learning with linear-time complexity, and preserves circular structure through a novel augmentation strategy. Tested on two real-world datasets, eccDNAMamba achieves strong classification performance and scales to sequences up to 200 Kbp, offering a robust and efficient framework for modeling circular genomes. Our codes are available at https://github.com/zzq1zh/GenAI-Lab.

📄 PDF Abstract BibTeX arXiv:2506.18940

Code (1)

zzq1zh/genai-lab 공식 구현 pytorch

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

From Hours to Minutes: Lossless Acceleration of Ultra Long Sequence Generation up to 100K Tokens

2025-02-26 · Tong Wu, Junzhe Shen, Zixia Jia, Yuxuan Wang 외

Generating ultra-long sequences with large language models (LLMs) has become increasingly crucial but remains a highly time-intensive task, particularly for sequences up to 100K tokens. While traditional speculative deco…

UloRL:An Ultra-Long Output Reinforcement Learning Approach for Advancing Large Language Models' Reasoning Abilities

2025-07-26 · Dong Du, Shulin Liu, Tao Yang, Shaohua Chen 외 arxiv

Recent advances in large language models (LLMs) have highlighted the potential of reinforcement learning with verifiable rewards (RLVR) to enhance reasoning capabilities through extended output sequences. However, tradit…

Reinforcement Learning

InfoBehavior: Self-supervised Representation Learning for Ultra-long Behavior Sequence via Hierarchical Grouping

2021-06-13 · Runshi Liu, Pengda Qin, Yuhong Li, Weigao Wen 외

E-commerce companies have to face abnormal sellers who sell potentially-risky products. Typically, the risk can be identified by jointly considering product content (e.g., title and image) and seller behavior. This work …

feature selectionManagementRepresentation Learning

From 128K to 4M: Efficient Training of Ultra-Long Context Large Language Models

2025-04-08 · Chejian Xu, Wei Ping, Peng Xu, Zihan Liu 외

Long-context capabilities are essential for a wide range of applications, including document and video understanding, in-context learning, and inference-time scaling, all of which require models to process and reason ove…

In-Context LearningInstruction FollowingVideo Understanding

Ultra-Long Sequence Distributed Transformer

2023-11-04 · Xiao Wang, Isaac Lyngaas, Aristeidis Tsaris, Peng Chen 외

Transformer models trained on long sequences often achieve higher accuracy than short sequences. Unfortunately, conventional transformers struggle with long sequence training due to the overwhelming computation and memor…

GPU