Related Experiment Video
Updated: Jan 7, 2026

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
Continual low-rank scaled dot-product attention.
Ginés Carreto Picón1, Illia Oleksiienko1, Lukas Hedegaard1
1Department of Electrical and Computer Engineering, Aarhus University, Finlandsgade 22, Aarhus N, 8200, Denmark.
This study introduces a Nyström approximation for Scaled Dot-product Attention, significantly reducing computational costs for stream data processing. The new method enables efficient continual inference in Transformers without sacrificing performance.
Area of Science:
- Artificial Intelligence
- Machine Learning
- Deep Learning
Background:
- Transformers excel at sequence processing for static tasks.
- The Scaled Dot-product Attention in Transformers has high computational and memory demands, limiting its use in real-time stream data processing.
- Existing methods to reduce Transformer costs include low-rank approximations and sparsity.
Purpose of the Study:
- To develop an efficient formulation of Scaled Dot-product Attention suitable for continual inference.
- To address the computational and memory constraints of Transformers in stream data applications.
Main Methods:
- Introduced a novel formulation of Scaled Dot-product Attention utilizing the Nyström approximation.
- Developed a method for efficient continual inference with Transformers.
Main Results:
- The proposed Continual Scaled Dot-product Attention reduced operations by up to three orders of magnitude compared to original Transformers.
- Maintained predictive performance comparable to existing models in online tasks.
Conclusions:
- The Nyström approximation offers a computationally efficient alternative for Scaled Dot-product Attention in stream data scenarios.
- This approach makes Transformers more feasible for real-time applications with resource constraints.
Related Concept Videos
Dot Product
In engineering, the dot product of any two vectors is the product of the magnitudes of the vectors and the cosine of the angle between them. It is denoted by a dot symbol between the two vectors.
Consider a vehicle pulling an object along the ground using a rope. If the rope makes an angle with the horizontal axis, the work done can be calculated using the dot product of the force applied and the object's displacement.
The dot...
The Dot Product
Dot Product: Problem Solving
Identify the problem: Start by reading the problem and...
Scalar Product (Dot Product)
The scalar product of two vectors is obtained by multiplying...
Reducing Line Loss
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss in...
Mean Absolute Deviation
Let us consider a dataset containing the number of unsold cupcakes in five shops: 10, 15, 8, 7, and 10. Initially, calculate the sample mean. Then calculate the deviation, or the difference, between each data value and the mean. Next, the absolute values of these deviations are added and divided by the sample size to...
