SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2109.04553 · ICLR · 2021

Is Attention Better Than Matrix Decomposition?

Zhouchen Lin, Xia Li, Zhengyang Geng, Meng-Hao Guo, Hongxu Chen, Ke Wei

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
plumprc/MTS-Mixers — 3 of 3
FunctionStatusWhere it lives
FactorizedTemporalMixing Ran plumprc/MTS-Mixers/models/MTSMatrix.py
pointer only (licence: NONE) · get_code("cbc852fb32a663c7")
Matrix Ran plumprc/MTS-Mixers/models/MTSMatrix.py
pointer only (licence: NONE) · get_code("27b050d7deced77c")
Model Ran plumprc/MTS-Mixers/models/MTSMatrix.py
pointer only (licence: NONE) · get_code("e5482e43844f6b74")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

As an essential ingredient of modern deep learning, attention mechanism, especially self-attention, plays a vital role in the global correlation discovery. However, is hand-crafted attention irreplaceable when modeling the global context? Our intriguing finding is that self-attention is not better than the matrix decomposition (MD) model developed 20 years ago regarding the performance and computational cost for encoding the long-distance dependencies. We model the global context issue as a low-rank recovery problem and show that its optimization algorithms can help design global information blocks. This paper then proposes a series of Hamburgers, in which we employ the optimization algorithms for solving MDs to factorize the input representations into sub-matrices and reconstruct a low-rank embedding. Hamburgers with different MDs can perform favorably against the popular global context module self-attention when carefully coping with gradients back-propagated through MDs. Comprehensive experiments are conducted in the vision tasks where it is crucial to learn the global context, including semantic segmentation and image generation, demonstrating significant improvements over self-attention and its variants. Code is available.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2109.04553")
get_code_for_paper("2109.04553")
have("2109.04553")

Connect an agent — have() is free.