paper-with-me

홈 › Papers

Bio-xLSTM: Generative modeling, representation and in-context learning of biological and chemical sequences

2024-11-06 · Niklas Schmidinger, Lisa Schneckenreiter, Philipp Seidl, Johannes Schimunek, Pieter-Jan Hoedt, Johannes Brandstetter, Andreas Mayr, Sohvi Luukkonen, Sepp Hochreiter, Günter Klambauer

Language models for biological and chemical sequences enable crucial applications such as drug discovery, protein engineering, and precision medicine. Currently, these language models are predominantly based on Transformer architectures. While Transformers have yielded impressive results, their quadratic runtime dependency on the sequence length complicates their use for long genomic sequences and in-context learning on proteins and chemical sequences. Recently, the recurrent xLSTM architecture has been shown to perform favorably compared to Transformers and modern state-space model (SSM) architectures in the natural language domain. Similar to SSMs, xLSTMs have a linear runtime dependency on the sequence length and allow for constant-memory decoding at inference time, which makes them prime candidates for modeling long-range dependencies in biological and chemical sequences. In this work, we tailor xLSTM towards these domains and propose a suite of architectural variants called Bio-xLSTM. Extensive experiments in three large domains, genomics, proteins, and chemistry, were performed to assess xLSTM's ability to model biological and chemical sequences. The results show that models based on Bio-xLSTM a) can serve as proficient generative models for DNA, protein, and chemical sequences, b) learn rich representations for those modalities, and c) can perform in-context learning for proteins and small molecules.

📄 PDF Abstract BibTeX arXiv:2411.04165

Code (3)

ml-jku/chem-xlstm 공식 구현 pytorch
ml-jku/dna-xlstm 공식 구현 pytorch
ml-jku/prot-xlstm 공식 구현 pytorch

Tasks

Drug DiscoveryIn-Context Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

StoxLSTM: A Stochastic Extended Long Short-Term Memory Network for Time Series Forecasting

2025-09-01 · Zihao Wang, Yunjie Li, Lingmin Zan, Zheng Gong 외 arxiv

The Extended Long Short-Term Memory (xLSTM) network has demonstrated strong capability in modeling complex long-term dependencies in time series data. Despite its success, the deterministic architecture of xLSTM limits i…

Time Series Forecasting

An overview of neural architectures for self-supervised audio representation learning from masked spectrograms

2025-09-23 · Sarthak Yadav, Sergios Theodoridis, Zheng-Hua Tan arxiv

In recent years, self-supervised learning has amassed significant interest for training deep neural representations without labeled data. One such self-supervised learning approach is masked spectrogram modeling, where t…

Self-Supervised LearningRepresentation LearningAudio Classification

AF-MAT: Aspect-aware Flip-and-Fuse xLSTM for Aspect-based Sentiment Analysis

2025-07-01 · Adamu Lawan, Juhua Pu, Haruna Yunusa, Muhammad Lawan 외 arxiv

Aspect-based Sentiment Analysis (ABSA) is a crucial NLP task that extracts fine-grained opinions and sentiments from text, such as product reviews and customer feedback. Existing methods often trade off efficiency for pe…

Sentiment Analysis

A Single-Layer Model Can Do Language Modeling

2026-05-11 · Zanmin Wang arxiv

Modern language models scale depth by stacking layers, each holding its own state - a per-layer KV cache in transformers, a per-layer matrix in Mamba, Gated DeltaNet (GDN), RWKV, and xLSTM. Biological systems lean heavil…

CDXLSTM: Boosting Remote Sensing Change Detection with Extended Long Short-Term Memory

2024-11-12 · Zhenkai Wu, Xiaowen Ma, Rongrong Lian, Kai Zheng 외

In complex scenes and varied conditions, effectively integrating spatial-temporal context is crucial for accurately identifying changes. However, current RS-CD methods lack a balanced consideration of performance and eff…

Change Detection