Papers › E2E-LOAD: End-to-End Long-form Online Action Detection

E2E-LOAD: End-to-End Long-form Online Action Detection

13 Jun 2023ICCV 2023 1arXiv:2306.07703archive 2025-07-28

Shuqiang Cao, Weixin Luo, Bairui Wang, Wei zhang, Lin Ma

Recently, there has been a growing trend toward feature-based approaches for Online Action Detection (OAD). However, these approaches have limitations due to their fixed backbone design, which ignores the potential capability of a trainable backbone. In this paper, we propose the first end-to-end OAD model, termed E2E-LOAD, designed to address the major challenge of OAD, namely, long-term understanding and efficient online reasoning. Specifically, our proposed approach adopts an initial spatial model that is shared by all frames and maintains a long sequence cache for inference at a low computational cost. We also advocate an asymmetric spatial-temporal model for long-form and short-form modeling effectively. Furthermore, we propose a novel and efficient inference mechanism that accelerates heavy spatial-temporal exploration. Extensive ablation studies and experiments demonstrate the effectiveness and efficiency of our proposed method. Notably, we achieve 17.3 (+12.6) FPS for end-to-end OAD with 72.4%~(+1.2%), 90.3%~(+0.7%), and 48.1%~(+26.0%) mAP on THMOUS14, TVSeries, and HDD, respectively, which is 3x faster than previous approaches. The source code will be made publicly available.

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

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

sqiangcao99/e2e-load officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

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

16unverified

Licence: 16 of the 16 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 sqiangcao99/e2e-load. “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.

assert_and_infer_cfg sqiangcao99/e2e-load/src/config/defaults.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 8c4e328f76ae45fa · report
clip_boxes_to_image sqiangcao99/e2e-load/src/datasets/cv2_transform.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 7877cf10c94207a1 · report
convert_to_one_hot sqiangcao99/e2e-load/src/datasets/mixup.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 7e91df719cc1d4ff · report
get_cutmix_bbox sqiangcao99/e2e-load/src/datasets/clipmix.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · c21fc5dc5705be1c · report
get_multiple_start_end_idx sqiangcao99/e2e-load/src/datasets/decoder.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 96fe102a9e58838e · report
get_start_end_idx sqiangcao99/e2e-load/src/datasets/decoder.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 6115d47c8d90c997 · report
load_image_lists sqiangcao99/e2e-load/src/datasets/helper.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · ad3b0dee385c052c · report
load_image_lists_batch_inference sqiangcao99/e2e-load/src/datasets/helper.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · e1702806dd65e2b3 · report
mixup_target sqiangcao99/e2e-load/src/datasets/mixup.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 7a66124a58a1478f · report
multiple_samples_collate sqiangcao99/e2e-load/src/datasets/loader.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 90d936180b786802 · report
one_hot_modify sqiangcao99/e2e-load/src/datasets/mixup.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 63f315fc7a4272df · report
rand_bbox sqiangcao99/e2e-load/src/datasets/clipmix.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · d0250f7370065e10 · report
random_short_side_scale_jitter_list sqiangcao99/e2e-load/src/datasets/cv2_transform.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 0377c5879a0f8516 · report
scale sqiangcao99/e2e-load/src/datasets/cv2_transform.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 00b15ee344db7014 · report
sequence_sampler sqiangcao99/e2e-load/src/datasets/helper.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · f982c6b0e2dbda59 · report
temporal_sampling sqiangcao99/e2e-load/src/datasets/decoder.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · efadc44de1fade1a · report

Tasks

Action DetectionFormOnline Action Detection

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