Papers › Temporal Convolutional Networks for Action Segmentation and Detection

Temporal Convolutional Networks for Action Segmentation and Detection

16 Nov 2016CVPR 2017 7arXiv:1611.05267archive 2025-07-28

Colin Lea, Michael D. Flynn, Rene Vidal, Austin Reiter, Gregory D. Hager

The ability to identify and temporally segment fine-grained human actions throughout a video is crucial for robotics, surveillance, education, and beyond. Typical approaches decouple this problem by first extracting local spatiotemporal features from video frames and then feeding them into a temporal classifier that captures high-level temporal patterns. We introduce a new class of temporal models, which we call Temporal Convolutional Networks (TCNs), that use a hierarchy of temporal convolutions to perform fine-grained action segmentation or detection. Our Encoder-Decoder TCN uses pooling and upsampling to efficiently capture long-range temporal patterns whereas our Dilated TCN uses dilated convolutions. We show that TCNs are capable of capturing action compositions, segment durations, and long-range dependencies, and are over a magnitude faster to train than competing LSTM-based Recurrent Neural Networks. We apply these models to three challenging fine-grained datasets and show large improvements over the state of the art.

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="1611.05267")

Code

Syntology Ran 2 of 21 code samples harvested from 3 repositories linked to this paper; 19 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: community (archive-listed): 21 samples from 3 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

coderSkyChen/Action_Recognition_Zoo mentioned on GitHubtfMIT 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

21 samples harvested; 2 ran; 0 honoured the contract we drafted; 19 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 · our draft was wrong
19unverified

Licence: 0 of the 21 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

closest_file colincsl/TemporalConvolutionalNetworks/code/datasets.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 06d279655c9e1de9 · report
remove_exts colincsl/TemporalConvolutionalNetworks/code/datasets.py community (archive-listed) ran · our draft was wrong MIT (permissive) · a7f295162b45beb0 · report
WaveNet_activation colincsl/TemporalConvolutionalNetworks/code/tf_models.py community (archive-listed) unverified MIT (permissive) · 98987430faeae0e4 · report
WaveNet_activation yz-cnsdqz/TemporalActionParsing-FineGrained/code/tf_models.py community (archive-listed) unverified MIT (permissive) · 76c2c6373d14c20d · report
acc_per_class yz-cnsdqz/TemporalActionParsing-FineGrained/code/metrics.py community (archive-listed) unverified MIT (permissive) · c883039138eb45f8 · report
accuracy yz-cnsdqz/TemporalActionParsing-FineGrained/code/metrics.py community (archive-listed) unverified MIT (permissive) · 8004ab3df5eb8302 · report
build_conv coderSkyChen/Action_Recognition_Zoo/model_zoo/bninception/layer_factory.py community (archive-listed) unverified MIT (permissive) · be05a6e3e87f6f10 · report
channel_normalization yz-cnsdqz/TemporalActionParsing-FineGrained/code/tf_models.py community (archive-listed) unverified MIT (permissive) · f697d40c53839400 · report
compact_bilinear_pooling_layer yz-cnsdqz/TemporalActionParsing-FineGrained/code/compact_bilinear_pooling.py community (archive-listed) unverified MIT (permissive) · 87878118970340bc · report
get_basic_layer coderSkyChen/Action_Recognition_Zoo/model_zoo/bninception/layer_factory.py community (archive-listed) unverified MIT (permissive) · 2f0ad6423dba6ceb · report
inceptionresnetv2 coderSkyChen/Action_Recognition_Zoo/model_zoo/inceptionresnetv2/pytorch_load.py community (archive-listed) unverified MIT (permissive) · 99e441e1779f2584 · report
inceptionv4 coderSkyChen/Action_Recognition_Zoo/model_zoo/inceptionv4/pytorch_load.py community (archive-listed) unverified MIT (permissive) · d32fef6df85c8973 · report
macro_accuracy yz-cnsdqz/TemporalActionParsing-FineGrained/code/metrics.py community (archive-listed) unverified MIT (permissive) · 7f7a53e95b6da888 · report
make_padding coderSkyChen/Action_Recognition_Zoo/model_zoo/inceptionresnetv2/tensorflow_dump.py community (archive-listed) unverified MIT (permissive) · 4f1d751693519d59 · report
mask_data yz-cnsdqz/TemporalActionParsing-FineGrained/code/utils.py community (archive-listed) unverified MIT (permissive) · b50ea12bc6767488 · report
match_lengths yz-cnsdqz/TemporalActionParsing-FineGrained/code/utils.py community (archive-listed) unverified MIT (permissive) · a47eec9325b7d9e1 · report
max_filter yz-cnsdqz/TemporalActionParsing-FineGrained/code/tf_models.py community (archive-listed) unverified MIT (permissive) · 8eb9376364bd190f · report
parse_expr coderSkyChen/Action_Recognition_Zoo/model_zoo/bninception/layer_factory.py community (archive-listed) unverified MIT (permissive) · 2933e3a59e4c6ae9 · report
test coderSkyChen/Action_Recognition_Zoo/model_zoo/inceptionresnetv2/pytorch_load.py community (archive-listed) unverified MIT (permissive) · ae9e3d8a0c2437a3 · report
test coderSkyChen/Action_Recognition_Zoo/model_zoo/inceptionv4/pytorch_load.py community (archive-listed) unverified MIT (permissive) · 0795c8d92282a8a8 · report
unmask yz-cnsdqz/TemporalActionParsing-FineGrained/code/utils.py community (archive-listed) unverified MIT (permissive) · 192ada040c3a7091 · report

Tasks

Action SegmentationDecoderSkeleton Based Action Recognition

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Action Segmentation GTEA ED-TCN Acc 64.0 #27 of 28 Archive leaderboard report
Action Segmentation GTEA ED-TCN Edit - #27 of 28 Archive leaderboard report
Action Segmentation GTEA ED-TCN F1@10% 72.2 #27 of 28 Archive leaderboard report
Action Segmentation GTEA ED-TCN F1@25% 69.3 #27 of 28 Archive leaderboard report
Action Segmentation GTEA ED-TCN F1@50% 56.0 #27 of 28 Archive leaderboard report
Skeleton Based Action Recognition Varying-view RGB-D Action-Skeleton TCN Accuracy (AV I) 43% #6 of 7 Archive leaderboard report
Skeleton Based Action Recognition Varying-view RGB-D Action-Skeleton TCN Accuracy (AV II) 64% #6 of 7 Archive leaderboard report
Skeleton Based Action Recognition Varying-view RGB-D Action-Skeleton TCN Accuracy (CS) 56% #6 of 7 Archive leaderboard report
Skeleton Based Action Recognition Varying-view RGB-D Action-Skeleton TCN Accuracy (CV I) 16% #6 of 7 Archive leaderboard report
Skeleton Based Action Recognition Varying-view RGB-D Action-Skeleton TCN Accuracy (CV II) 43% #6 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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