paper-with-me

Papers

ClaPIM: Scalable Sequence CLAssification using Processing-In-Memory

2023-02-16 · Marcel Khalifa, Barak Hoffer, Orian Leitersdorf, Robert Hanhan, Ben Perach, Leonid Yavits, Shahar Kvatinsky

DNA sequence classification is a fundamental task in computational biology with vast implications for applications such as disease prevention and drug design. Therefore, fast high-quality sequence classifiers are significantly important. This paper introduces ClaPIM, a scalable DNA sequence classification architecture based on the emerging concept of hybrid in-crossbar and near-crossbar memristive processing-in-memory (PIM). We enable efficient and high-quality classification by uniting the filter and search stages within a single algorithm. Specifically, we propose a custom filtering technique that drastically narrows the search space and a search approach that facilitates approximate string matching through a distance function. ClaPIM is the first PIM architecture for scalable approximate string matching that benefits from the high density of memristive crossbar arrays and the massive computational parallelism of PIM. Compared with Kraken2, a state-of-the-art software classifier, ClaPIM provides significantly higher classification quality (up to 20x improvement in F1 score) and also demonstrates a 1.8x throughput improvement. Compared with EDAM, a recently-proposed SRAM-based accelerator that is restricted to small datasets, we observe both a 30.4x improvement in normalized throughput per area and a 7% increase in classification precision.

📄 PDF Abstract BibTeX arXiv:2302.08284

Code (1)

marcelkh13/clapim 공식 구현

Tasks

ClassificationDrug Design

Similar Papers 제목 키워드 기반

RPU -- A Reasoning Processing Unit

2026-02-20 · Matthew Adiletta, Gu-Yeon Wei, David Brooks arxiv

Large language model (LLM) inference performance is increasingly bottlenecked by the memory wall. While GPUs continue to scale raw compute throughput, they struggle to deliver scalable performance for memory bandwidth bo…

Logarithmic Memory Networks (LMNs): Efficient Long-Range Sequence Modeling for Resource-Constrained Environments

2025-01-14 · Mohamed A. Taha

Long-range sequence modeling is a crucial aspect of natural language processing and time series analysis. However, traditional models like Recurrent Neural Networks (RNNs) and Transformers suffer from computational and m…

Time Series Analysis

Sable: a Performant, Efficient and Scalable Sequence Model for MARL

2024-10-02 · Omayma Mahjoub, Sasha Abramowitz, Ruan de Kock, Wiem Khlifi 외

As multi-agent reinforcement learning (MARL) progresses towards solving larger and more complex problems, it becomes increasingly important that algorithms exhibit the key properties of (1) strong performance, (2) memory…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Structured Token Retention and Computational Memory Paths in Large Language Models

2025-02-05 · Jonathan Delena, Augustin Moreau, Dominic Ravensdale, Frederick Chatterton

Memory retention mechanisms play a central role in determining the efficiency of computational architectures designed for processing extended sequences. Conventional methods for token management often impose fixed retent…

Information Retrieval

HPU: High-Bandwidth Processing Unit for Scalable, Cost-effective LLM Inference via GPU Co-processing

2025-04-18 · Myunghyun Rhee, Joonseop Sim, Taeyoung Ahn, Seungyong Lee 외

The attention layer, a core component of Transformer-based LLMs, brings out inefficiencies in current GPU systems due to its low operational intensity and the substantial memory requirements of KV caches. We propose a Hi…

GPU