Methods › General › Attention Mechanisms › TAM
Temporal Adaptive Module
TAM
Introduced by Zhao-Yang Liu et al. in TAM: Temporal Adaptive Module for Video Recognition
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
TAM is designed to capture complex temporal relationships both efficiently and flexibly, It adopts an adaptive kernel instead of self-attention to capture global contextual information, with lower time complexity than GLTR.
TAM has two branches, a local branch and a global branch. Given the input feature map X∈ℝ^(C×T×H×W), global spatial average pooling GAP is first applied to the feature map to ensure TAM has a low computational cost. Then the local branch in TAM employs several 1D convolutions with ReLU nonlinearity across the temporal domain to produce location-sensitive importance maps for enhancing frame-wise features. The local branch can be written as s = σ(Conv1D(δ(Conv1D(GAP(X))))) X¹ = s X Unlike the local branch, the global branch is location invariant and focuses on generating a channel-wise adaptive kernel based on global temporal information in each channel. For the c-th channel, the kernel can be written as
Θ_c = Softmax(FC₂(δ(FC₁(GAP(X)_c))))
where Θ_c ∈ℝᴷ and K is the adaptive kernel size. Finally, TAM convolves the adaptive kernel Θ with Xₒᵤₜ¹: Y = Θ⊗X¹
With the help of the local branch and global branch, TAM can capture the complex temporal structures in video and enhance per-frame features at low computational cost. Due to its flexibility and lightweight design, TAM can be added to any existing 2D CNNs.
Papers archive 2025-07-28
30 shown of 32, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Topology-Aware Modeling for Unsupervised Simulation-to-Reality Point Cloud Recognition 26 Jun 2025 · 1 repository · arXiv:2506.21165
-
Motion-enhancement to Echocardiography Segmentation via Inserting a Temporal Attention Module: An Efficient, Adaptable, and Scalable Approach 24 Jan 2025 · 0 repositories · arXiv:2501.14929
-
Threshold Attention Network for Semantic Segmentation of Remote Sensing Images 14 Jan 2025 · 0 repositories · arXiv:2501.07984
-
Torque-Aware Momentum 25 Dec 2024 · 0 repositories · arXiv:2412.18790
-
EntityCLIP: Entity-Centric Image-Text Matching via Multimodal Attentive Contrastive Learning 23 Oct 2024 · 0 repositories · arXiv:2410.17810
-
Parameter Estimation in Optimal Tolling for Traffic Networks Under the Markovian Traffic Equilibrium 29 Sep 2024 · 0 repositories · arXiv:2409.19765
-
User Story Tutor (UST) to Support Agile Software Developers 24 Jun 2024 · 2 repositories · arXiv:2406.16259
-
Digital Health and Indoor Air Quality: An IoT-Driven Human-Centred Visualisation Platform for Behavioural Change and Technology Acceptance 20 May 2024 · 0 repositories · arXiv:2405.13064
-
Enhancing Multivariate Time Series Forecasting with Mutual Information-driven Cross-Variable and Temporal Modeling 1 Mar 2024 · 0 repositories · arXiv:2403.00869
-
Minimizing Energy Consumption in MU-MIMO via Antenna Muting by Neural Networks with Asymmetric Loss 8 Jun 2023 · 0 repositories · arXiv:2306.05162
-
Truncated Affinity Maximization: One-class Homophily Modeling for Graph Anomaly Detection 29 May 2023 · 1 repository · arXiv:2306.00006Syntology ran 1 of 3 samples · 2 unverified · 3 pointer-only (licence)
-
Improve Video Representation with Temporal Adversarial Augmentation 28 Apr 2023 · 0 repositories · arXiv:2304.14601
-
Arc-based Traffic Assignment: Equilibrium Characterization and Learning 10 Apr 2023 · 0 repositories · arXiv:2304.04705
-
Spectral Gap Regularization of Neural Networks 6 Apr 2023 · 0 repositories · arXiv:2304.03096Syntology ran 0 of 1 samples · 1 unverified · 1 pointer-only (licence)
-
FGAHOI: Fine-Grained Anchors for Human-Object Interaction Detection 8 Jan 2023 · 1 repository · arXiv:2301.04019
-
MangngalApp -- An integrated package of technology for COVID-19 response and rural development: Acceptability and usability using TAM 7 Jan 2023 · 0 repositories · arXiv:2301.02893
-
Consumer acceptance of the use of artificial intelligence in online shopping: evidence from Hungary 26 Dec 2022 · 0 repositories · arXiv:2301.01277
-
Dual Prototype Attention for Unsupervised Video Object Segmentation 22 Nov 2022 · 1 repository · arXiv:2211.12036
-
Trust in AI and Its Role in the Acceptance of AI Technologies 23 Mar 2022 · 0 repositories · arXiv:2203.12687
-
Motion-driven Visual Tempo Learning for Video-based Action Recognition 24 Feb 2022 · 2 repositories · arXiv:2202.12116
-
A Tech Hybrid-Recommendation Engine and Personalized Notification: An integrated tool to assist users through Recommendations (Project ATHENA) 13 Feb 2022 · 0 repositories · arXiv:2202.06248
-
CPSeg: Cluster-free Panoptic Segmentation of 3D LiDAR Point Clouds 2 Nov 2021 · 0 repositories · arXiv:2111.01723
-
ACFNet: Adaptively-Cooperative Fusion Network for RGB-D Salient Object Detection 10 Sep 2021 · 0 repositories · arXiv:2109.04627
-
Sequential Attention Module for Natural Language Processing 7 Sep 2021 · 0 repositories · arXiv:2109.03009
-
TVT: Transferable Vision Transformer for Unsupervised Domain Adaptation 12 Aug 2021 · 1 repository · arXiv:2108.05988Syntology ran 2 of 2 samples · 0 unverified
-
A Trigger-Aware Multi-Task Learning for Chinese Event Entity Recognition 1 Aug 2021 · 0 repositories
-
Genre determining prediction: Non-standard TAM marking in football language 30 Jun 2021 · 0 repositories · arXiv:2106.15872
-
Helping users discover perspectives: Enhancing opinion mining with joint topic models 23 Oct 2020 · 0 repositories · arXiv:2010.12505
-
Temporal Attention-Augmented Graph Convolutional Network for Efficient Skeleton-Based Human Action Recognition 23 Oct 2020 · 0 repositories · arXiv:2010.12221
-
Tense, aspect and mood based event extraction for situation analysis and crisis management 1 Aug 2020 · 0 repositories · arXiv:2008.01555
Tasks archive 2025-07-28
20 shown of 60 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections