Papers › Event Stream-based Visual Object Tracking: A High-Resolution Benchmark Dataset and A...

Event Stream-based Visual Object Tracking: A High-Resolution Benchmark Dataset and A Novel Baseline

26 Sep 2023CVPR 2024 1arXiv:2309.14611archive 2025-07-28

Xiao Wang, Shiao Wang, Chuanming Tang, Lin Zhu, Bo Jiang, Yonghong Tian, Jin Tang

Tracking using bio-inspired event cameras has drawn more and more attention in recent years. Existing works either utilize aligned RGB and event data for accurate tracking or directly learn an event-based tracker. The first category needs more cost for inference and the second one may be easily influenced by noisy events or sparse spatial resolution. In this paper, we propose a novel hierarchical knowledge distillation framework that can fully utilize multi-modal / multi-view information during training to facilitate knowledge transfer, enabling us to achieve high-speed and low-latency visual tracking during testing by using only event signals. Specifically, a teacher Transformer-based multi-modal tracking framework is first trained by feeding the RGB frame and event stream simultaneously. Then, we design a new hierarchical knowledge distillation strategy which includes pairwise similarity, feature representation, and response maps-based knowledge distillation to guide the learning of the student Transformer network. Moreover, since existing event-based tracking datasets are all low-resolution (346 ×260), we propose the first large-scale high-resolution (1280 ×720) dataset named EventVOT. It contains 1141 videos and covers a wide range of categories such as pedestrians, vehicles, UAVs, ping pongs, etc. Extensive experiments on both low-resolution (FE240hz, VisEvent, COESOT), and our newly proposed high-resolution EventVOT dataset fully validated the effectiveness of our proposed method. The dataset, evaluation toolkit, and source code are available on \url{https://github.com/Event-AHU/EventVOT_Benchmark}

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

Code

Syntology Ran 9 of 9 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · honoured contract; 8 ran with no contract checked.

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

event-ahu/coesot officialmentioned in papermentioned on GitHubpytorch report
event-ahu/eventvot_benchmark officialmentioned in papermentioned on GitHubpytorch report
wangxiao5791509/Single_Object_Tracking_Paper_List officialmentioned in papermentioned on GitHubtf report
wangxiao5791509/VisEvent_SOT_Benchmark officialmentioned in papermentioned 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

9 samples harvested; 9 ran; 1 honoured the contract we drafted; 0 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
8ran

Licence: 9 of the 9 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 event-ahu/coesot. “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.

adjust_keep_rate event-ahu/coesot/CEUTrack/lib/utils/ce_utils.py official repository ran no licence file found · pointer only · 305742bafecf04f8 · report
box_cxcywh_to_xyxy event-ahu/coesot/CEUTrack/lib/utils/box_ops.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · e0a06ded5d4f6c3c · report
box_xywh_to_xyxy event-ahu/coesot/CEUTrack/lib/utils/box_ops.py official repository ran fingerprinted no licence file found · pointer only · 40c655a7fe309e49 · report
box_xyxy_to_xywh event-ahu/coesot/CEUTrack/lib/utils/box_ops.py official repository ran fingerprinted no licence file found · pointer only · b48a27604b9574e0 · report
compute_grids event-ahu/coesot/CEUTrack/lib/utils/heapmap_utils.py official repository ran no licence file found · pointer only · f0de0cc660ea9823 · report
generate_bbox_mask event-ahu/coesot/CEUTrack/lib/utils/ce_utils.py official repository ran fingerprinted no licence file found · pointer only · d8da96a9ed23308f · report
generate_heatmap event-ahu/coesot/CEUTrack/lib/utils/heapmap_utils.py official repository ran no licence file found · pointer only · 02f602286c531143 · report
generate_mask_cond event-ahu/coesot/CEUTrack/lib/utils/ce_utils.py official repository ran no licence file found · pointer only · 90e571943800f79c · report
get_center3x3 event-ahu/coesot/CEUTrack/lib/utils/heapmap_utils.py official repository ran no licence file found · pointer only · 8ed1a71ee932713a · report

Tasks

Knowledge DistillationObject TrackingTransfer LearningVisual Object TrackingVisual Tracking

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutKnowledge DistillationLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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