Papers › EvDistill: Asynchronous Events to End-task Learning via Bidirectional...

EvDistill: Asynchronous Events to End-task Learning via Bidirectional Reconstruction-guided Cross-modal Knowledge Distillation

24 Nov 2021CVPR 2021 1arXiv:2111.12341archive 2025-07-28

Lin Wang, Yujeong Chae, Sung-Hoon Yoon, Tae-Kyun Kim, Kuk-Jin Yoon

Event cameras sense per-pixel intensity changes and produce asynchronous event streams with high dynamic range and less motion blur, showing advantages over conventional cameras. A hurdle of training event-based models is the lack of large qualitative labeled data. Prior works learning end-tasks mostly rely on labeled or pseudo-labeled datasets obtained from the active pixel sensor (APS) frames; however, such datasets' quality is far from rivaling those based on the canonical images. In this paper, we propose a novel approach, called \textbf{EvDistill}, to learn a student network on the unlabeled and unpaired event data (target modality) via knowledge distillation (KD) from a teacher network trained with large-scale, labeled image data (source modality). To enable KD across the unpaired modalities, we first propose a bidirectional modality reconstruction (BMR) module to bridge both modalities and simultaneously exploit them to distill knowledge via the crafted pairs, causing no extra computation in the inference. The BMR is improved by the end-tasks and KD losses in an end-to-end manner. Second, we leverage the structural similarities of both modalities and adapt the knowledge by matching their distributions. Moreover, as most prior feature KD methods are uni-modality and less applicable to our problem, we propose to leverage an affinity graph KD loss to boost the distillation. Our extensive experiments on semantic segmentation and object recognition demonstrate that EvDistill achieves significantly better results than the prior works and KD with only events and APS frames.

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

Code

Syntology Ran 10 of 17 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 6 ran with no contract checked.

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

addisonwang2013/evdistill 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

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

4ran · our draft was wrong
6ran
7unverified

Licence: 17 of the 17 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 addisonwang2013/evdistill. “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.

EDSRConv addisonwang2013/evdistill/modeling/deeplab.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 3a07013be7ddb70a · report
FutureResult addisonwang2013/evdistill/modeling/deeplab.py official repository ran no licence file found · pointer only · 9e8c636cac1d847f · report
SyncMaster addisonwang2013/evdistill/modeling/deeplab.py official repository ran no licence file found · pointer only · 93f1be24e0653bc8 · report
SynchronizedBatchNorm2d addisonwang2013/evdistill/modeling/deeplab.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · e6f91e80712a76dd · report
Upsample addisonwang2013/evdistill/modeling/deeplab.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 618ccc4e9e5629b2 · report
_SynchronizedBatchNorm addisonwang2013/evdistill/modeling/deeplab.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 9f557ce8389a603f · report
build_aspp addisonwang2013/evdistill/modeling/deeplab.py official repository ran · our draft was wrong no licence file found · pointer only · ef8cd9ec7017137d · report
build_backbone addisonwang2013/evdistill/modeling/deeplab.py official repository ran · our draft was wrong no licence file found · pointer only · 8157861ceb8eb470 · report
build_decoder addisonwang2013/evdistill/modeling/deeplab.py official repository ran · our draft was wrong no licence file found · pointer only · 23ce2fc66128ad4c · report
build_im_recon_decoder addisonwang2013/evdistill/modeling/deeplab.py official repository ran · our draft was wrong no licence file found · pointer only · 5e5f8123e17483ef · report
ASPP addisonwang2013/evdistill/modeling/deeplab.py official repository unverified no licence file found · pointer only · fced7a51f0af7316 · report
ASPP_Nodropout addisonwang2013/evdistill/modeling/deeplab.py official repository unverified no licence file found · pointer only · 89524076ef47e188 · report
Decoder addisonwang2013/evdistill/modeling/deeplab.py official repository unverified no licence file found · pointer only · f5402b45ac78ab62 · report
Decoder_DTL addisonwang2013/evdistill/modeling/deeplab.py official repository unverified no licence file found · pointer only · 6dad7760a37b19c3 · report
Decoder_Nodropout addisonwang2013/evdistill/modeling/deeplab.py official repository unverified no licence file found · pointer only · d12c50019a4b5875 · report
DeepLab_Dual_V3 addisonwang2013/evdistill/modeling/deeplab.py official repository unverified no licence file found · pointer only · e2b82e4055074f54 · report
_ASPPModule addisonwang2013/evdistill/modeling/deeplab.py official repository unverified no licence file found · pointer only · 5e90ce39dc46a1c4 · report

Tasks

Event-based Object SegmentationKnowledge DistillationObject RecognitionSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Event-based Object Segmentation MVSEC-SEG Evdistill mIoU 0.29 #7 of 8 Archive leaderboard report
Event-based Object Segmentation RGBE-SEG Evdistill mIoU 0.27 #7 of 8 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.

Methods

Knowledge Distillation

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