Linformer reduces transformer complexity to linear, improving efficiency.
problem High cost of training and deploying large transformer models for long sequences.
method Approximates self-attention with low-rank matrix, proposing Linformer with complexity.
result Linformer performs similarly to standard transformers but is more memory- and time-efficient.