Papers › Taylor Videos for Action Recognition

Taylor Videos for Action Recognition

5 Feb 2024arXiv:2402.03019archive 2025-07-28

Lei Wang, Xiuyuan Yuan, Tom Gedeon, Liang Zheng

Effectively extracting motions from video is a critical and long-standing problem for action recognition. This problem is very challenging because motions (i) do not have an explicit form, (ii) have various concepts such as displacement, velocity, and acceleration, and (iii) often contain noise caused by unstable pixels. Addressing these challenges, we propose the Taylor video, a new video format that highlights the dominate motions (e.g., a waving hand) in each of its frames named the Taylor frame. Taylor video is named after Taylor series, which approximates a function at a given point using important terms. In the scenario of videos, we define an implicit motion-extraction function which aims to extract motions from video temporal block. In this block, using the frames, the difference frames, and higher-order difference frames, we perform Taylor expansion to approximate this function at the starting frame. We show the summation of the higher-order terms in the Taylor series gives us dominant motion patterns, where static objects, small and unstable motions are removed. Experimentally we show that Taylor videos are effective inputs to popular architectures including 2D CNNs, 3D CNNs, and transformers. When used individually, Taylor videos yield competitive action recognition accuracy compared to RGB videos and optical flow. When fused with RGB or optical flow videos, further accuracy improvement is achieved. Additionally, we apply Taylor video computation to human skeleton sequences, resulting in Taylor skeleton sequences that outperform the use of original skeletons for skeleton-based action recognition.

PaperPDFCodeCode 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="2402.03019")

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · violated contract; 2 ran · our draft was wrong; 8 ran with no contract checked.

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

leiwangr/video-ar officialmentioned in paperpytorch 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

15 samples harvested; 12 ran; 0 honoured the contract we drafted; 3 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.

2ran · violated contract
2ran · our draft was wrong
8ran
3unverified

Licence: 15 of the 15 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 leiwangr/video-ar. “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.

ConvTemporalGraphical leiwangr/video-ar/backbone/net/st_gcn.py official repository ran no licence file found · pointer only · a7af8c079621d2b7 · report
Graph leiwangr/video-ar/backbone/net/st_gcn.py official repository ran no licence file found · pointer only · 67d47de5b5e3cd38 · report
downsample LeiWangR/video-ar/backbone/feeder/tools.py official repository ran no licence file found · pointer only · 8b14974e8aa7320f · report
get_hop_distance LeiWangR/video-ar/backbone/net/utils/graph.py official repository ran · our draft was wrong no licence file found · pointer only · c257ac36cba643a2 · report
import_class LeiWangR/video-ar/backbone/torchlight/torchlight/io.py official repository ran · our draft was wrong no licence file found · pointer only · 4e946d7c92be9d41 · report
ngpu LeiWangR/video-ar/backbone/torchlight/torchlight/gpu.py official repository ran fingerprinted no licence file found · pointer only · 83ed4b272b1e38d0 · report
normalize_digraph LeiWangR/video-ar/backbone/net/utils/graph.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 8158f4435afa26b7 · report
normalize_undigraph LeiWangR/video-ar/backbone/net/utils/graph.py official repository ran fingerprinted no licence file found · pointer only · f3dfe2628c96a73d · report
st_gcn leiwangr/video-ar/backbone/net/st_gcn.py official repository ran no licence file found · pointer only · 1b4ec459a91bb8fd · report
str2bool LeiWangR/video-ar/backbone/torchlight/torchlight/io.py official repository ran · violated contract no licence file found · pointer only · f017532fc389cbfe · report
str2dict LeiWangR/video-ar/backbone/torchlight/torchlight/io.py official repository ran fingerprinted no licence file found · pointer only · 9f4ed8535e8abbeb · report
visible_gpu LeiWangR/video-ar/backbone/torchlight/torchlight/gpu.py official repository ran fingerprinted no licence file found · pointer only · 621e08e84928c5c3 · report
Model leiwangr/video-ar/backbone/net/st_gcn.py official repository unverified no licence file found · pointer only · ee1cc73a20e6085c · report
mean_subtractor LeiWangR/video-ar/backbone/feeder/tools.py official repository unverified no licence file found · pointer only · 8c9b61ef46b62157 · report
temporal_slice LeiWangR/video-ar/backbone/feeder/tools.py official repository unverified no licence file found · pointer only · 2f7f389f0584c97e · report

Tasks

Action RecognitionOptical Flow EstimationSkeleton Based Action 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