Papers › Eventful Transformers: Leveraging Temporal Redundancy in Vision Transformers

Eventful Transformers: Leveraging Temporal Redundancy in Vision Transformers

25 Aug 2023ICCV 2023 1arXiv:2308.13494archive 2025-07-28

Matthew Dutson, Yin Li, Mohit Gupta

Vision Transformers achieve impressive accuracy across a range of visual recognition tasks. Unfortunately, their accuracy frequently comes with high computational costs. This is a particular issue in video recognition, where models are often applied repeatedly across frames or temporal chunks. In this work, we exploit temporal redundancy between subsequent inputs to reduce the cost of Transformers for video processing. We describe a method for identifying and re-processing only those tokens that have changed significantly over time. Our proposed family of models, Eventful Transformers, can be converted from existing Transformers (often without any re-training) and give adaptive control over the compute cost at runtime. We evaluate our method on large-scale datasets for video object detection (ImageNet VID) and action recognition (EPIC-Kitchens 100). Our approach leads to significant computational savings (on the order of 2-4x) with only minor reductions in accuracy.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2308.13494")

Code

Syntology Ran 7 of 25 code samples harvested from 1 repository linked to this paper; 18 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 25 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

WISION-Lab/eventful-transformer officialmentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 7 ran; 1 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · our draft was wrong
2ran
18unverified

Licence: 0 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from WISION-Lab/eventful-transformer. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Counts WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository ran MIT (permissive) · 571bc00ddc75e3d9 · report
TokenDeltaGate WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository ran fingerprinted MIT (permissive) · 7e1ccfd8e8bf3b62 · report
dict_csv_header WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository ran · our draft was wrong MIT (permissive) · b8fbe00fa99fc032 · report
dict_csv_line WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository ran · our draft was wrong MIT (permissive) · ce886287ab8f3763 · report
dict_string WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository ran · our draft was wrong MIT (permissive) · 577a11b7a306c314 · report
expand_row_index WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository ran · our draft was wrong MIT (permissive) · 1ef3b303bcc8d3f3 · report
numeric_tuple WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository ran · honoured contract fingerprinted MIT (permissive) · 73b27d199bcf3536 · report
Block WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · bf0f9ab39bcc2adc · report
CountedAdd WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · dfca8ae7197ac42e · report
CountedEinsum WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · bfac9332d38fb1a1 · report
CountedLinear WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · c9d4a2f5613cef31 · report
CountedMatmul WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 522932c77e302865 · report
DropPath WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · f70a7b357e415e5e · report
EventfulBlock WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 95d1affbb943affa · report
EventfulMatmul1Block WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 70ba2b8b9b03b966 · report
EventfulTokenwiseBlock WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 6295f676750bca8d · report
ExtendedModule WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 03dcae18cf9990c1 · report
MatmulBuffer WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · e864254fd53de6e4 · report
MatmulDeltaAccumulator WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 5e5af83f89826499 · report
RelativePositionEmbedding WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 77e73b9092a2aac8 · report
SimpleSTGTGate WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · e36fd0dbbf6bbb54 · report
TokenBuffer WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 0df41949945694c2 · report
TokenGate WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 5aa1bd7ca146d3cd · report
expand_col_index WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 5bfd83e778dbc4bc · report
pad_to_size WISION-Lab/eventful-transformer/eventful_transformer/blocks.py official repository unverified MIT (permissive) · 711344df3cea4a1b · report

Tasks

Action RecognitionObject DetectionVideo Object DetectionVideo Recognition

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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