Papers › Event2Vec: Processing neuromorphic events directly by representations in vector space

Event2Vec: Processing neuromorphic events directly by representations in vector space

21 Apr 2025arXiv:2504.15371archive 2025-07-28

Wei Fang, Priyadarshini Panda

The neuromorphic event cameras have overwhelming advantages in temporal resolution, power efficiency, and dynamic range compared to traditional cameras. However, the event cameras output asynchronous, sparse, and irregular events, which are not compatible with mainstream computer vision and deep learning methods. Various methods have been proposed to solve this issue but at the cost of long preprocessing procedures, losing temporal resolutions, or being incompatible with massively parallel computation. Inspired by the great success of the word to vector, we summarize the similarities between words and events, then propose the first event to vector (event2vec) representation. We validate event2vec on classifying the ASL-DVS dataset, showing impressive parameter efficiency, accuracy, and speed than previous graph/image/voxel-based representations. Beyond task performance, the most attractive advantage of event2vec is that it aligns events to the domain of natural language processing, showing the promising prospect of integrating events into large language and multimodal models. Our codes, models, and training logs are available at https://github.com/fangwei123456/event2vec.

PaperPDFCodeCode 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="2504.15371")

Code

Syntology Ran 29 of 36 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 26 ran with no contract checked.

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

fangwei123456/event2vec 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

36 samples harvested; 29 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.

2ran · our draft was wrong
1ran · fixture could not drive it
26ran
7unverified

Licence: 36 of the 36 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 2 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.

CenterCrop fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · 167dc7c3e9f4edf1 · report
Crop fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · 6b516022d98787ea · report
DiscardTail fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · c28353f1543b59f2 · report
Downsample fangwei123456/event2vec/models.py official repository ran fingerprinted no licence file found · pointer only · 79a52e32e4bca542 · report
Identity fangwei123456/event2vec/models.py official repository ran fingerprinted no licence file found · pointer only · de6027fffe767191 · report
PositionalNorm fangwei123456/event2vec/models.py official repository ran fingerprinted no licence file found · pointer only · 656139fd092b2ae2 · report
RadiusFilter fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · bbe436db11488a47 · report
RandomChunkDrop fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · dd89f855002ae875 · report
RandomChunkWrap fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · ad230c0d6db265b0 · report
RandomCrop fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · 9a7dc6f4bba29731 · report
RandomCropResize fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · f88cad3889e53b90 · report
RandomDrop fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · d576472e55bb9c3b · report
RandomErasing fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · cf9b0b110b81ad00 · report
RandomHorizontalFlip fangwei123456/event2vec/models.py official repository ran fingerprinted no licence file found · pointer only · 34ad6167409bba35 · report
RandomPolarityFlip fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · f71fe4752f253f10 · report
RandomReplaceByNoise fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · a5b9c04574a2d12d · report
RandomResize fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · 3f3871c472bb3582 · report
RandomRotation fangwei123456/event2vec/models.py official repository ran fingerprinted no licence file found · pointer only · 1e383cb277587c41 · report
RandomShear fangwei123456/event2vec/models.py official repository ran fingerprinted no licence file found · pointer only · 1e53a2fb3fade446 · report
RandomTemporalWrap fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · 540c7a10d7f53aad · report
RandomTranslate fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · 400dfb7b14bb0e04 · report
RandomVerticalFlip fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · 3a998e46d2115981 · report
Resize fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · 95539c86b4c7e7ba · report
ToEventDomain fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · bd6e4777b1b66fde · report
ToFloat fangwei123456/event2vec/models.py official repository ran fingerprinted no licence file found · pointer only · 38fc4310ceee7d28 · report
TransformWrapper fangwei123456/event2vec/models.py official repository ran no licence file found · pointer only · 1e2a89420a704190 · report
configure_param_lr_wd fangwei123456/event2vec/models.py official repository ran · our draft was wrong no licence file found · pointer only · 3104a29f6d1b53b3 · report
crop fangwei123456/event2vec/models.py official repository ran · our draft was wrong no licence file found · pointer only · 1b293ae12dcc8ea5 · report
Event2VecClassifier fangwei123456/event2vec/models.py official repository unverified no licence file found · pointer only · c07cedd18c8a7ce3 · report
RandomApply fangwei123456/event2vec/models.py official repository unverified no licence file found · pointer only · 20e6b783fa5bddae · report
RandomChoice fangwei123456/event2vec/models.py official repository unverified no licence file found · pointer only · 36f9189989ecad5d · report
RandomShuffleApply fangwei123456/event2vec/models.py official repository unverified no licence file found · pointer only · ff59c9b4337dbfd8 · report
Sequential fangwei123456/event2vec/models.py official repository unverified no licence file found · pointer only · 7678ff8463de3834 · report
get_transform_module fangwei123456/event2vec/models.py official repository unverified no licence file found · pointer only · 9beb1b68e1c3af78 · report
parse_transforms fangwei123456/event2vec/models.py official repository unverified no licence file found · pointer only · 1ac13ea4bdf2b30b · report
parallel_forgetting_attn_torch intelligent-computing-lab-panda/event2vec/model_zoo/fox.py community ran · fixture could not drive it fingerprinted no licence file found · pointer only · 9f1233c8dfef9ce1 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

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