paper-with-me

홈 › Papers

DeepCoT: Deep Continual Transformers for Real-Time Inference on Data Streams

2025-11-21 · Ginés Carreto Picón, Peng Yuan Zhou, Qi Zhang, Alexandros Iosifidis arxiv

Transformer-based models have dramatically increased their size and parameter count to tackle increasingly complex tasks. At the same time, there is a growing demand for high performance, low-latency inference on devices with limited resources. In particular, stream data inference is typically performed over a sliding temporal window, leading to highly redundant computations. While the recent Continual Transformers started addressing this issue, they can be effectively used only in shallow models, which limits their scope and generalization power. In this paper, we propose the Deep Continual Transformer (DeepCoT), a redundancy-free encoder attention mechanism that can be applied over existing deep encoder architectures with minimal changes. In our experiments over audio, video, and text streams, we show that DeepCoTs retain comparative performance to their non-continual baselines while offering a linear computational cost for all Transformer layers, which reduces up to two orders of magnitude in the running time compared to previous efficient models.

📄 PDF Abstract BibTeX arXiv:2511.17693

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Continual Transformers: Redundancy-Free Attention for Online Inference

2022-01-17 · Lukas Hedegaard, Arian Bakhtiarnia, Alexandros Iosifidis

Transformers in their common form are inherently limited to operate on whole token sequences rather than on one token at a time. Consequently, their use during online inference on time-series data entails considerable re…

Action DetectionAudio ClassificationClassificationOnline Action Detection+2

Continual Learning with Transformers for Image Classification

2022-06-28 · Beyza Ermis, Giovanni Zappella, Martin Wistuba, Aditya Rawal 외

In many real-world scenarios, data to train machine learning models become available over time. However, neural network models struggle to continually learn new concepts without forgetting what has been learnt in the pas…

ClassificationContinual Learningimage-classificationImage Classification+2

On the Effectiveness of LayerNorm Tuning for Continual Learning in Vision Transformers

2023-08-18 · Thomas De Min, Massimiliano Mancini, Karteek Alahari, Xavier Alameda-Pineda 외

State-of-the-art rehearsal-free continual learning methods exploit the peculiarities of Vision Transformers to learn task-specific prompts, drastically reducing catastrophic forgetting. However, there is a tradeoff betwe…

Continual LearningTransfer Learning

Continual Low-Rank Scaled Dot-product Attention

2024-12-04 · Ginés Carreto Picón, Illia Oleksiienko, Lukas Hedegaard, Arian Bakhtiarnia 외

Transformers are widely used for their ability to capture data relations in sequence processing, with great success for a wide range of static tasks. However, the computational and memory footprint of their main componen…

Action DetectionAudio ClassificationOnline Action Detection

Memory Efficient Continual Learning with Transformers

2022-03-09 · Beyza Ermis, Giovanni Zappella, Martin Wistuba, Aditya Rawal 외

In many real-world scenarios, data to train machine learning models becomes available over time. Unfortunately, these models struggle to continually learn new concepts without forgetting what has been learnt in the past.…

ClassificationContinual Learningtext-classificationText Classification