Papers › Scene Adaptive Sparse Transformer for Event-based Object Detection

Scene Adaptive Sparse Transformer for Event-based Object Detection

2 Apr 2024CVPR 2024 1arXiv:2404.01882archive 2025-07-28

Yansong Peng, Hebei Li, Yueyi Zhang, Xiaoyan Sun, Feng Wu

While recent Transformer-based approaches have shown impressive performances on event-based object detection tasks, their high computational costs still diminish the low power consumption advantage of event cameras. Image-based works attempt to reduce these costs by introducing sparse Transformers. However, they display inadequate sparsity and adaptability when applied to event-based object detection, since these approaches cannot balance the fine granularity of token-level sparsification and the efficiency of window-based Transformers, leading to reduced performance and efficiency. Furthermore, they lack scene-specific sparsity optimization, resulting in information loss and a lower recall rate. To overcome these limitations, we propose the Scene Adaptive Sparse Transformer (SAST). SAST enables window-token co-sparsification, significantly enhancing fault tolerance and reducing computational overhead. Leveraging the innovative scoring and selection modules, along with the Masked Sparse Window Self-Attention, SAST showcases remarkable scene-aware adaptability: It focuses only on important objects and dynamically optimizes sparsity level according to scene complexity, maintaining a remarkable balance between performance and computational cost. The evaluation results show that SAST outperforms all other dense and sparse networks in both performance and efficiency on two large-scale event-based object detection datasets (1Mpx and Gen1). Code: https://github.com/Peterande/SAST

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

Code

Syntology Ran 19 of 23 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 19 ran with no contract checked.

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

peterande/sast officialmentioned in papermentioned on GitHubpytorchMIT 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

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

19ran
4unverified

Licence: 0 of the 23 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 peterande/sast. “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.

adaptive_avgmax_pool2d peterande/sast/models/layers/SAST/layers/adaptive_avgmax_pool.py official repository ran fingerprinted MIT (permissive) · bbb0ade8018ebd05 · report
adaptive_catavgmax_pool2d peterande/sast/models/layers/SAST/layers/adaptive_avgmax_pool.py official repository ran fingerprinted MIT (permissive) · c98e5e298f086636 · report
adaptive_pool_feat_mult peterande/sast/models/layers/SAST/layers/adaptive_avgmax_pool.py official repository ran fingerprinted MIT (permissive) · 01c6892d9a801397 · report
get_score_index_2d21d peterande/sast/models/layers/SAST/SAST.py official repository ran MIT (permissive) · cbbc57f409d42ffa · report
get_score_index_with_padding peterande/sast/models/layers/SAST/SAST.py official repository ran MIT (permissive) · 81ac552f9dbe370b · report
hard_sigmoid_jit peterande/sast/models/layers/SAST/layers/activations_jit.py official repository ran MIT (permissive) · 91c27523dde7eb4a · report
measure_average_inference_time peterande/sast/benchmark.py official repository ran MIT (permissive) · 4145a10ea19abed7 · report
measure_average_inference_time_iter peterande/sast/benchmark.py official repository ran MIT (permissive) · c846e38866e73be5 · report
mish peterande/sast/models/layers/SAST/layers/activations.py official repository ran fingerprinted MIT (permissive) · 801c85b8903bfff5 · report
mish_jit peterande/sast/models/layers/SAST/layers/activations_jit.py official repository ran MIT (permissive) · 14eddd8cc4c65fe0 · report
nChw_2_nhwC peterande/sast/models/detection/recurrent_backbone/sast_rnn.py official repository ran fingerprinted MIT (permissive) · e6af227db6ae09fc · report
nhwC_2_nChw peterande/sast/models/detection/recurrent_backbone/sast_rnn.py official repository ran fingerprinted MIT (permissive) · fd2881b1b9beb054 · report
non_zero_ratio peterande/sast/models/detection/recurrent_backbone/sast_rnn.py official repository ran MIT (permissive) · 137e22c9aa778ef8 · report
sigmoid peterande/sast/models/layers/SAST/layers/activations.py official repository ran fingerprinted MIT (permissive) · d83b6ecf3cdc1d6a · report
swish peterande/sast/models/layers/SAST/layers/activations.py official repository ran fingerprinted MIT (permissive) · 717e4d22b6d103e6 · report
swish_jit peterande/sast/models/layers/SAST/layers/activations_jit.py official repository ran MIT (permissive) · 8e341f8585b3fe94 · report
swish_jit_bwd peterande/sast/models/layers/SAST/layers/activations_me.py official repository ran MIT (permissive) · ccf59d4aa2ccacdb · report
swish_jit_fwd peterande/sast/models/layers/SAST/layers/activations_me.py official repository ran MIT (permissive) · 2d53e47b891cd927 · report
swish_me peterande/sast/models/layers/SAST/layers/activations_me.py official repository ran MIT (permissive) · 51a2f9920a170144 · report
compute_fps peterande/sast/benchmark.py official repository unverified MIT (permissive) · d3e74ef9dbf0cdbd · report
get_downsample_layer_Cf2Cl peterande/sast/models/layers/SAST/ops.py official repository unverified MIT (permissive) · 08cbeea40a76034a · report
get_non_zero_ratio peterande/sast/models/layers/SAST/SAST.py official repository unverified MIT (permissive) · d3003493fd75fcd5 · report
rel_logits_1d peterande/sast/models/layers/SAST/layers/bottleneck_attn.py official repository unverified MIT (permissive) · f0b44651e598ca66 · report

Tasks

ObjectObject Detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxSparse TransformerTransformerWeight Decay

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