Generative Anonymization in Event Streams Adam T. Müller Mihai Kocsis Nicolaj C. Stache Heilbronn University of Applied Sciences, Germany
arXiv:2604.12803v1 [cs.CV] 14 Apr 2026
{adam-theo.mueller, mihai.kocsis, nicolaj.stache}@hs-heilbronn.de
Abstract Neuromorphic vision sensors offer low latency and high dynamic range, but their deployment in public spaces raises severe data protection concerns. Recent Event-to-Video (E2V) models can reconstruct high-fidelity intensity images from sparse event streams, inadvertently exposing human identities. Current obfuscation methods, such as masking or scrambling, corrupt the spatio-temporal structure, severely degrading data utility for downstream perception tasks. In this paper, to the best of our knowledge, we present the first generative anonymization framework for event streams to resolve this utility-privacy trade-off. By bridging the modality gap between asynchronous events and standard spatial generative models, our pipeline projects events into an intermediate intensity representation, leverages pretrained models to synthesize realistic, non-existent identities, and re-encodes the features back into the neuromorphic domain. Experiments demonstrate that our method reliably prevents identity recovery from E2V reconstructions while preserving the structural data integrity required for downstream vision tasks. Finally, to facilitate rigorous evaluation, we introduce a novel, synchronized real-world event and RGB dataset captured via precise robotic trajectories, providing a robust benchmark for future research in privacy-preserving neuromorphic vision.
1. Introduction Neuromorphic vision sensors, or event cameras, represent a paradigm shift in visual perception. Unlike conventional cameras that capture dense, synchronous frames at fixed intervals, event cameras respond asynchronously to per-pixel changes in illumination [25]. This fundamental difference enables sensors with microsecond latency, high dynamic range, and minimal power consumption, making them highly attractive for highly dynamic real-world applications such as autonomous driving, robotics, and smart surveillance [13, 27, 44]. However, as the deployment of these sensors accelerates in public and human-centric spaces, the treatment of the data they capture falls under
stringent data protection regulations [20]. Because event streams inherently lack absolute intensity information and only encode scene dynamics as a sparse point cloud of brightness changes, there has been a passive assumption that they do not capture sensitive biometric information [2, 6]. Recent advancements in deep learning have demonstrated that this assumption is flawed, as state-of-the-art event-to-video (E2V) [19, 31] reconstruction models are able to recover high-fidelity intensity images from raw event streams. Consequently, an unprotected event stream capturing biometric identifiers can easily be inverted to reveal the subject’s identity, introducing a severe privacy vulnerability. To mitigate this risk, early works in event privacy have proposed pertubation based approaches [4, 7]. While effective against reconstruction attacks, such anonymization methods inherently corrupt the underlying spatio-temporal structure of the event stream, severely limiting the utility of the anonymized data for downstream tasks. In the conventional frame-based domain, this utility-privacy trade-off is being addressed through generative anonymization, utilizing advanced machine learning based models to seamlessly replace a person’s identity with a synthetic, non-existent one while preserving semantic context, gaze, and pose [28, 46]. In this paper, we present the first step toward bridging this utility-privacy gap by introducing generative identity anonymization to the event domain. We propose a framework that maps the principles of generative RGB anonymization into the event space. Our approach utilizes the maturity of RGB-based pretrained face-swapping models. We detect and generatively anonymize facial identities in projected frame-space, and subsequently utilize robust video-to-event (V2E) processing to project these synthesized identities into an anonymized event stream. When subjected to E2V reconstruction attacks, our processed streams yield realistic human features belonging to a newly generated identity, effectively protecting the original subject without destroying the structural integrity of the data. Furthermore, research in event-based human perception is restricted by a lack of high-quality, real-world datasets. Existing collections, such as the FES dataset by ISSAI [9],
frequently rely on synthetic video-to-event (V2E) generation or feature uncontrolled subject movement. To facilitate rigorous evaluation and future research, we introduce a novel dataset featuring synchronized real-world event and RGB streams. To ensure precise, reproducible egomotion and a static subject setup, the sensor suite was mounted on a collaborative robot (cobot) executing programmed trajectories. In summary, our main contributions are as follows: (1) We propose a information retaining generative anonymization pipeline for event streams, utilizing frame-space diffusion models and V2E projection to synthesize realistic, alternative identities. (2) We demonstrate that the proposed anonymization reliably prevents identity recovery from high-fidelity E2V reconstructions while preserving the spatio-temporal utility necessary for downstream vision tasks. (3) We introduce a synchronized real-world eventRGB dataset1 , captured via precise cobot trajectories, to spur further research in privacy-preserving neuromorphic vision.
2. Related Work Event-to-Video and Image Reconstruction. Neuromorphic vision sensors encode visual information asynchronously as sparse streams of brightness changes [25]. To bridge the modality gap between this non-standard data and conventional computer vision pipelines, a rich body of work has focused on E2V [19] reconstruction. Seminal learning-based approaches, such as E2VID [32], successfully demonstrated the recovery of high frame-rate absolute intensity videos from event streams using recurrent neural networks. Subsequent advancements introduced lightweight, high-speed alternatives like FireNet [37], as well as high-fidelity models such as ET-Net [40]. While the field continues to rapidly advance with highly complex recent architectures [22, 31, 45], deploying and standardizing these models across different sensor setups remains challenging. Consequently, we utilize the highly robust EVREAL evaluation framework [19] for our pipeline. Crucially, the continuous refinement of these E2V methodologies has inadvertently demonstrated the reliable extraction of highly identifiable facial details from sparse event spikes. These reconstruction networks have exposed a severe privacy vulnerability, directly motivating the necessity of data anonymization frameworks. Privacy and Anonymization in Event Streams. As the capabilities of E2V reconstruction models matured, the privacy risks associated with neuromorphic sensors spurred pioneering works in the domain of event stream anonymiza1 https://github.com/muelleradam/KinematicEvent-HumanUpperBody2026
tion. To conceal identities, initial approaches employ techniques such as spatial scrambling, adversarial noise injection, or the direct encryption of event spikes [17]. Most notable are the EventAnon frameworks introduced by Ahmad et al. [2–4], seeking to mitigate privacy vulnerabilities by proposing end-to-end architectures optimized jointly for identity obfuscation and specific macroscopic downstream tasks, such as person re-identification or pose estimation. Building upon this, Bendig et al. recently introduced AnonyNoise [7], which applies learnable, datadependent noise to raw event streams, preventing neural network-based re-identification while retaining coarse information for downstream tasks. While highly effective at thwarting facial reconstruction via re-identification networks, these methodologies fundamentally degrade information by design. By intentionally obfuscating or displacing precise event coordinates, such methods inherently corrupt the localized spatio-temporal structure of the raw data. Such data degradation introduces a severe utility-privacy trade-off, bottlenecking the performance of fine-grained perception tasks that rely on highfidelity structural integrity, such as facial expression recognition [8] or dense tracking [23]. Taking a different approach, Adra and Dugelay proposed E2PRIV [1], shifting the obfuscation step by integrating distortion based anonymization directly into the E2V reconstruction process. However, as E2PRIV avoids altering the raw event stream, it provides no privacy protection against malicious actors or perception networks operating directly in the event-space. To address privacy natively in the event-space, without incurring to the limitations of destructive obfuscation, our work proposes a paradigm shift toward generative anonymization. By seamlessly replacing sensitive features with synthesized, non-existent identities while fully preserving the underlying utility of the event stream. Generative Anonymization in RGB Images. In contrast to the destructive obfuscation techniques currently utilized in event-based vision, the utility-privacy tradeoff is resolved through generative anonymization in the frame-based domain. Early models in this area used Generative Adversarial Networks (GANs), such as DeepPrivacy [26] and CIAGAN [30], to synthesize photorealistic, non-existent faces that replace sensitive identities while retaining critical semantic attributes like head pose and gaze. Recently, the field has experienced a paradigm shift driven by Latent Diffusion Models (LDMs), which offer enhanced image fidelity and context-awareness. Notably, Klemp et al. [28] introduced LDFA, a pipeline based on stable diffusion to perform seamless, context-aware facial anonymization for autonomous driving datasets. Building upon this foundation, Zwick et al. [46] extended this gen-
erative approach to the entire human body, effectively removing secondary biometric identifiers such as clothing and posture while maintaining the structural semantics of the scene. However, these powerful generative priors are strictly designed for dense, synchronous spatial tensors and cannot natively ingest the asynchronous, sparse nature of raw event streams [41]. Our work aims to bridge this modality gap, bringing the idea of generative anonymization to event data. We propose a pipeline that projects event data into the continuous intensity domain, such that methods from the frame-based domain can be applied for anonymization, and subsequently re-encode the synthesized identities back into the neuromorphic space.
Temporal Interpolation of Spatial Boundaries. We can use the bounding box information in Eq. (2) to cut out the non-anonymized subject (face) from the baseline event stream and crop the output event stream from v2e to only contain the synthesized face. Because event cameras have microsecond temporal resolution, the discrete bounding boxes Bk must be interpolated to evaluate the spatial limits at the exact time ti of any arbitrary event. We compute a continuous bounding box function B(t) using 1D piecewise linear interpolation. For any event occurring at time ti such that Tk ≤ ti < Tk+1 , the interpolated top-left x-coordinate, x1 (ti ), is defined as: x1 (ti ) = x1,k +
3. Method
x1,k+1 − x1,k (ti − Tk ). Tk+1 − Tk
(3)
To achieve high-fidelity generative anonymization in the neuromorphic domain, we must navigate the incompatibility between asynchronous event streams and standard spatial generative models. In our proposed framework, we address this by bridging the modality gap via intermediate intensity representations.
This same linear interpolation is applied independently to compute y1 (ti ), x2 (ti ), and y2 (ti ). This establishes a dynamic, continuously moving bounding box in the 3D spatiotemporal volume:
3.1. Generative Anonymization
Finally, the event stream is filtered to extract only the events that fall within this dynamic Region of Interest (ROI). An event ei is considered inside the bounding box if its spatial coordinates satisfy:
The full workflow is shown in Fig. 1. As an initial step, we translate the raw event data into the frame-based grayscale space. Let the asynchronous event stream be defined as a set of events E: E = {ei }N i=1 ,
(1)
where each event ei = (xi , yi , ti , pi ) consists of its spatial pixel coordinates (xi , yi ), a microsecond-resolution timestamp ti , and the polarity pi ∈ {−1, +1}. To project this data into the continuous intensity domain, we employ methods within the EVREAL evaluation framework. This process converts the sparse event stream into a set of K synchronized intensity frames. Data Anonymization. We first detect the face in a given frame k, where the bounding box at the k-th frame, captured at time Tk , be defined by its top-left and bottom-right spatial coordinates: Bk = (x1,k , y1,k , x2,k , y2,k ).
(2)
We then utilize the open INSwapper [14, 15] face swapping model to replace the subject with a new identity. For this we use Stable Diffusion 2 (SD2) [34] to generate a new synthetic identity as an input for INSwapper. We then translate the anonymized grayscale data back into the event space using v2e [25].
B(t) = (x1 (t), y1 (t), x2 (t), y2 (t)).
x1 (ti ) ≤ xi ≤ x2 (ti )
and
(4)
y1 (ti ) ≤ yi ≤ y2 (ti ). (5)
The resulting cropped event subset EROI is therefore defined as: EROI = {ei ∈ E |x1 (ti ) ≤ xi ≤ x2 (ti ) ∧ y1 (ti ) ≤ yi ≤ y2 (ti )}.
(6)
This formulation satisfies the condition for the crop to the facial region of the anonymized event stream. For the cutout of the background data in the baseline stream, the logic has to be changed to ei ∈ E\EROI . Stochastic Spatial Feathering. To mitigate harsh artificial boundaries when extracting the background event stream (i.e., the cutout E\EROI ), we introduce a spatial feathering mechanism inspired by Gaussian blending [12] and probabilistic event sampling strategies [24]. Rather than employing a strict binary spatial threshold, events located strictly inside the bounding box are retained with a probability that decays according to a half-Gaussian distribution. Let d(ei , ∂B(ti )) denote the shortest Euclidean distance from the spatial coordinates of an event ei to the perimeter of the bounding box ∂B(ti ) at time ti . The feathered background stream, Ebg , is generated by sampling events from E
Figure 1. Architectural overview of the generative anonymization pipeline. The framework translates raw asynchronous event data into continuous grayscale frames to detect and swap faces using established generative models. The anonymized identity is subsequently projected back into the event space via a V2E conversion, preserving the underlying spatiotemporal structure.
according to the retention probability: ( 1, 2 P (ei ∈ Ebg ) = i )) , exp − d(ei ,∂B(t 2 2σ
if ei ∈ / EROI
if ei ∈ EROI , (7) where the hyperparameter σ controls the standard deviation, and thus the spatial width of the blending overlap region. This formulation ensures a smooth, probabilistic gradient of event density bridging the preserved background and the masked region. Spatiotemporal Alignment and Stream Compositing. To composite the extracted filler stream Eanon into the target background stream Ebg , we apply a continuous spatiotemporal transformation to align both the timestamps and the spatial coordinates. To spatially warp the anonymized events into the target region of interest, we compute a dynamic, center-relative affine mapping based on the interpolated bounding box trajectories. Let canon (t) = (canon,x (t), canon,y (t)) and ctgt (t) denote the continuous spatial centers of the bounding boxes
of both the anonymized and the background event stream at time t, with corresponding widths w(t) and heights h(t). For each anonymized event ei ∈ Eanon , the transformed spatial coordinates (x′i , yi′ ) are mapped proportionally to the target bounding box via: xi − canon,x (ti ) ′ xi = ctgt,x (ti ) + wtgt (ti ), (8) wanon (ti ) yi − canon,y (ti ) yi′ = ctgt,y (ti ) + htgt (ti ). (9) hanon (ti ) Finally, the mapped filler events are aggregated with the background stream, and the composite stream is chronologically sorted to produce the final synthetic event stream ′ Efinal = Ebg ∪ Eanon .
3.2. Evaluation To comprehensively evaluate the efficacy of the generative anonymization framework, we establish a robust set of quantitative metrics applied to the intermediate intensity representations. These metrics are specifically designed to assess both the strength of the identity obfuscation and the
structural preservation of essential spatial and temporal features required for downstream utility. • Identity Similarity. To quantify the strength of the anonymization, we measure the distance between the identity embeddings of the source and the generatively anonymized data. Following the methodology of Egin et al. [18], we compute the cosine similarity between feature vectors extracted using the ArcFace [15] network: SimilarityID =
v src · v gen , ||v src || · ||v gen ||
(10)
where v src and v gen represent the 512-dimensional identity embeddings (v ∈ R512 ) of the baseline and synthetic faces, respectively. An effective anonymization yields a low identity similarity score. • Temporal Stability. To verify that the synthesized identity remains consistent across the duration of the event stream, we evaluate the frame-to-frame identity similarity within the anonymized data. The temporal stability, denoted as Stemp , is defined as the average cosine similarity of embeddings between consecutive time steps:
Stemp =
T −1 1 X SimilarityID (v t , v t+1 ), T − 1 t=1
(11)
where v t and v t+1 are the identity embeddings extracted at frames ft , ft+1 . An ideal temporal stability approaches 1.0, indicating a temporally coherent synthetic identity devoid of flickering or identity shifting. • Pose Error. To ensure that critical geometric and behavioral semantics are retained post-anonymization, we measure the alignment between the head poses in the original and synthetic streams. Utilizing the HopeNet [36] architecture for head pose estimation, consistent with the approach by Ye et al. [42], we calculate the pose error Epose as the Mean Absolute Error (MAE) across the Euler angles:
Epose =
1 (|yorig −ygen |+|porig −pgen |+|rorig −rgen |) (12) 3
This metric quantifies the deviation in yaw (y), pitch (p), and roll (r), validating the preservation of the subject’s spatial orientation. • Mimicry Error. Similarly, to evaluate the preservation of fine-grained facial expressions, we compute the Landmark Distance (LMD) between the source and anonymized streams. Following Bulat et al. [11], we extract 106 2D facial keypoints, denoted as L ∈ R106×2 , using the InsightFace detector [29]. The mimicry error is thus formulated as the Euclidean distance between corresponding keypoints:
(i)
Emimicry =
(i) N 1 X ||Lorig − Lgen ||2 , N i=1 IOD
(13)
which is normalized by the Inter-Ocular Distance (IOD) to account for spatial scale variations across different subjects. To evaluate the downstream utility of the anonymized event streams for practical computer vision tasks, we measure face detection performance across two distinct processing paradigms: • Intensity-Domain Face Detection. To assess performance in the frame-based intensity space, we utilize the YOLOv8 object detection architecture [33, 39]. We evaluate utility preservation through three primary metrics: (1) the mean detection confidence across all valid frames, (2) the spatial bounding box (BBox) shift, quantified by the Intersection over Union (IoU) between the baseline and anonymized detections, and (3) the relative error in overall detection rates, where an error of 0% signifies perfectly consistent detection recall regardless of anonymization. • Event-Domain Face Detection. To evaluate perception performance directly on the neuromorphic event-based data, we employ the pre-trained detection models introduced by Bissarinova et al. [9]. While this architecture relies on dense, accumulated event-frame representations rather than purely asynchronous raw spikes, it serves as a robust and representative benchmark for standard eventbased vision pipelines. We measure the structural consistency of the anonymized stream by computing the BBox IoU on these event representations, ensuring that the critical spatiotemporal features required for event-based detection remain intact. To rigorously assess the structural fidelity and spatiotemporal preservation of the anonymized data directly within the neuromorphic domain, we propose the following metrics for an evaluation of the raw event streams: • Spatiotemporal Chamfer Distance (STCD). To evaluate the strict structural preservation of the event streams, we employ a STCD [5, 21]:
dCD (E1 , E2 ) =
1 X min ∥e − e′ ∥ e′ ∈E2 |E1 | e∈E1 1 X + min ∥e′ − e∥, e∈E1 |E2 | ′
(14)
e ∈E2
using L2 Euclidean distance via KD-Tree search. Because event cameras generate asynchronous data, we treat the event streams as continuous 3D point clouds in space and time [38]. A critical challenge in computing spatial
distances between events is the inherent scale mismatch between pixel coordinates and microsecond timestamps. To address this, we extract overlapping time windows of data and independently normalize the spatial (x, y) and temporal t dimensions to a unit hypercube [0, 1]. This metric penalizes geometric distortions and the introduction of structural noise, yielding lower scores for similar spatiotemporal geometries. • Event Mover’s Distance (EMD). While Chamfer distance measures local nearest-neighbor similarity, it is insensitive to the overall density and global distribution of the events. As standard Earth Mover’s Distance [35] solves an optimal transport problem that scales poorly to dense event streams, we approximate the true optimal transport cost between two spatiotemporal event sets E1 and E2 using the Sliced Wasserstein Distance (SWD) [10]. We project the event sets onto L random unit vectors θ ∈ S2 and compute the average of the 1D Wasserstein distances: L
1X W1 E1θl , E2θl , L l=1 (15) where E θl denotes the scalar projection of the event set onto the 1D line defined by θl . For each 1D projection, the Wasserstein-1 distance W1 is efficiently computed as the L1 area between their empirical cumulative distribution functions F1 and F2 : dEM D (E1 , E2 ) ≈ dSW (E1 , E2 ) =
W1
E1θl , E2θl
Z ∞ |F1 (x; θl ) − F2 (x; θl )| dx. (16)
= −∞
This provides a computationally tractable, symmetric measure of the global distributional shift between two event streams.
4. Experiments To validate the proposed idea of generative anonymization of event streams and assess the practical utility of such processing, we present a study on quantitative anonymization measures as well as downstream task completion. Our evaluation focuses on three main objectives: (i) Effectiveness in Anonymization: Establish the efficacy of the proposed anonymization. (ii) Preservation of Features: Demonstrate the usability of anonymized event data in downstream detection tasks. (iii) Validity of Proposed Metrics: Assess STCD and EMD as measures to evaluate anonymization of data streams in the event domain.
4.1. Experimental Setup For the initial E2V reconstruction, we employ the FireNet architecture, utilizing the implementation provided by the EVREAL [19] framework. To perform generative anonymization in the intermediate frame space, we use the pre-trained INSwapper [14] 128 model, where the synthetic target identities are generated via SD2. To mitigate the resolution constraints of the faceswapping prior, the anonymized outputs are upsampled by a factor of four using a Fast Super-Resolution Convolutional Neural Network (FSRCNN) [16]. The spatial fidelity of these frames is subsequently refined through Contrast Limited Adaptive Histogram Equalization (CLAHE) and unsharp masking. Finally, the enhanced frame sequences are projected back into the neuromorphic domain using v2e [25]. For this conversion, the standard .h5 output format is utilized to support a maximum spatial resolution of 1024x768 pixels. Crucially, empirical observations indicate that generating a sufficient event density during the V2E reverse projection step is vital. We note, that lack of localized event density translates into severe smearing artifacts and structural degradation when the anonymized stream is subjected to downstream E2V reconstruction.
4.2. Event Face Dataset Existing event-based datasets, such as the corpus introduced by Berlincioni et al. [8], are highly valuable but typically rely on subject movement to generate events. To eliminate human motion variance and better mimic applications where the camera is in motion (e.g., autonomous driving), we collected a novel, synchronized RGB-Event dataset utilizing a physical event sensor. To decouple camera motion from human behavior, the sensor suite was mounted on a cobot executing programmed trajectories, guaranteeing precise egomotion. During capture, subjects were instructed to read short text passages. This specific task naturally induced facial microexpressions and lip movements while preventing gross body motion, providing an ideal baseline for evaluating spatiotemporal structural integrity. This rigorously controlled, real-world dataset (availability see Sec. 1) provides a robust benchmark for evaluating generative event anonymization.
4.3. Results 4.3.1. Qualitative Visual evaluation of the proposed pipeline demonstrates its capability to synthesize realistic, alternative identities in the event space (see Fig. 2). To ensure a fair comparison, the conditioning command for the SD2 reference identity was kept constant across the shown examples. The generative anonymization successfully captures macroscopic facial mimicry, preserving essential expressions (e.g., Fig. 2,
(anonymized). Together, these metrics indicate a successful global distributional shift and structural anonymization.
Figure 2. Qualitative examples of source and synthetic identities. Comparison of three subjects (rows). Columns from left-toright: Source event streams, intermediate E2V representations, the anonymized generative output (Anon), V2E projection into a new event stream, and the final downstream E2V validation.
row three). However, the model occasionally struggles to translate subtle visual micro-expressions, particularly around the mouth region (e.g., Fig. 2, row two). Furthermore, we observe artifacts in the frame-space stemming from an imperfect spatiotemporal merge. Noticeable regions experience smearing, tracking the movement of the synthetic faces. This is particularly evident when comparing the initial E2V step (Fig. 2, second column) with the final E2V validation step (Fig. 2, last column), where large zones of smeared black pixels are visible adjacent to the synthetic face. 4.3.2. Quantitative Effectiveness of the Anonymization. The primary goal of our framework is to obscure the original identity while maintaining the structural integrity of the event stream. As shown in Tab. 1, the identity similarity drops significantly from a baseline mean of 0.713 to 0.118 following anonymization. This is corroborated by our proposed event-space metrics STCD and EMD (Tab. 3). When comparing two different identities, in the best case the fundamental facial structure and thus event generation differ. As a specific face generates a unique 3D structural topography in the event-space, differing identities force the nearest-neighbor search in STCD to reach further. As shown in Tab. 3, we measure an increase in STCD from a baseline comparison to the anonymized data of >31 times, indicating a clear differentiation in facial structure. Alongside this increase, we also measure a clear increase in EMD from 0.0085 (reference) to 0.1276
Spatio-Temporal Utility and Feature Preservation. A core advantage of generative anonymization is the preservation of data utility. Table 1 demonstrates that the measure for temporal stability remains virtually unchanged (baseline 0.760 to anonymized 0.770), indicating that the generated identity remains consistent across the full data stream. When evaluating pose and mimicry, it is important to note that the intra-subject reference compares two independent recordings, naturally capturing behavioral variance in head movement and facial expressions. Against this strict standard, the geometric alignment between the source video and its anonymized counterpart is highly preserved, yielding a pose error of just 3.304°. Notably, our method achieves a mimicry error of 0.181, which is tighter than the natural intra-subject variance of 0.239. This demonstrates, that the generative pipeline faithfully transfers the source facial expressions without introducing unintended synthetic deviations. Downstream Task Performance. We validate the utility of the anonymized event streams for practical applications using YOLOv8 [33, 39] and an event-based detector [9] (Tab. 2). The anonymization process introduces zero degradation to the overall detection capability, yielding no YOLO detection-rate discrepancy between anonymized and baseline data streams. The mean YOLO confidence score remains highly robust at 0.894, compared to the baseline of 0.937. Furthermore, the spatial bounding boxes remain tightly aligned, achieving a YOLO Intersection over Union (IoU) of 0.960 in grayscale space and an Event IoU of 0.702, confirming that the macroscopic spatiotemporal structure required for downstream perception tasks is fully preserved. In summary, our quantitative and qualitative evaluations collectively demonstrate that the proposed generative framework successfully anonymizes subjects identities while fully preserving the essential spatio-temporal structure, facial mimicry, and downstream usability of the event stream.
5. Limitations While this work serves as a pioneering proof-of-concept for generative anonymization in the neuromorphic domain, it naturally presents several avenues for future refinement. • Reliance on Frame-Based Intermediaries. To bridge the current modality gap, our pipeline translates asynchronous event data into discrete grayscale frames to leverage established, high-fidelity models. Consequently,
Table 1. Anonymization metrics and feature preservation in image space. Anonymization compares the source stream to our generative output. Reference compares two independent source streams of the same subject, establishing the natural variance limit for identity and pose. Identity Similarity ↓
Metric
Temporal Stability ↑
Pose Error ↓ / °
Mimicry Error ↓
Anonymization Reference Anonymization Reference Anonymization Reference Anonymization Reference Mean µ Std. Deviation σ
0.118 0.0172
0.713 0.0159
0.760 0.0135
0.770 0.0325
3.304 0.453
2.613 0.566
0.181 0.0298
0.239 0.1474
Table 2. Downstream task performance for face detection. Intensity-domain (YOLO) and event-domain (Event) metrics are computed using YOLOv8 [39] and an event-based detector [9], respectively. IoU and detection rate error compare unmodified source data (Reference) against the anonymized output (Anonymization). YOLO Conf. Anonymization ↑ YOLO Conf. Reference ↑ YOLO IoU ↑ YOLO Det.-Rate Error ↓ Event IoU ↑
Metric Mean µ Std. Deviation σ
0.894 0.011
0.937 0.007
Table 3. Structural anonymization metrics in the event space. Anonymization compares source and synthetic streams, while Reference evaluates two independent captures of the same subject to provide a baseline geometric distance. Mean µ Std. Deviation σ STCD ↑ Anonymization Reference
0.3143 0.0099
0.0415 0.0029
EMD ↑
0.1276 0.0085
0.0132 0.0039
Anonymization Reference
0.960 0.010
0.000 0.000
0.702 0.137
V2CE [43] theoretically offer a more native event representation, our experiments revealed that they currently fail to generate a sufficient density of events to adequately fill the high-frequency facial region. This sparse generation exacerbates smearing artifacts when the data is subsequently subjected to downstream E2V methods. • Resolution and Micro-Expression Bottlenecks. The quality of the anonymized output is inherently upperbounded by the specific face-swapping prior utilized in the pipeline. Currently, subtle visual micro-expressions can occasionally be lost during the translation process. Integrating more advanced, natively high-resolution diffusion models, such as DreamID [42], could enhance the fidelity of localized mimicry and dynamic facial details.
6. Conclusion Figure 3. V2E discretization and density artifacts. Viewed tilted from the top-down position, where more recent events are closer to the frontal cross-section. The reverse projection step relies on standard V2E conversion, which leads to discretization in the eventspace. Notably only in the parts of the event stream where information has been replaced (facial region).
we do not yet directly alter the raw event stream natively. While recent destructive obfuscation methods operate directly on event spikes (e.g., [3, 4]), developing a native, spatiotemporal generative model that executes identity replacement directly on asynchronous neuromorphic data remains an open and highly challenging objective for future work. • Event Simulator Constraints and Density. Our reverse projection step relies on standard video-to-event conversion, leading to discretization in the event-space (see Fig. 3). While continuous-time simulators like
In this paper, we introduced the first generative anonymization framework for the event domain, successfully resolving the severe utility-privacy trade-off inherent in neuromorphic vision. By bridging the modality gap via intermediate intensity representations, our pipeline leverages high-fidelity models to seamlessly replace sensitive facial features with synthesized, alternative identities. Evaluations demonstrate that our method reliably prevents identity recovery, while preserving the essential spatiotemporal structure, facial mimicry, and downstream task utility of the original event stream. To facilitate rigorous evaluation, we presented a novel, synchronized RGB-Event dataset, establishing a robust benchmark for future research. While native, asynchronous event-level generation remains an exciting open challenge, this work provides a critical foundation for the safe and privacy-preserving deployment of event cameras in public, human-centric environments.
References [1] Mira Adra and Jean-Luc Dugelay. E2PRIV: PrivacyPreserving Event-to-Video Reconstruction with Face Anonymization. In 2025 13th International Workshop on Biometrics and Forensics (IWBF), pages 1–6, 2025. 2 [2] Shafiq Ahmad, Gianluca Scarpellini, Pietro Morerio, and Alessio Del Bue. Event-driven Re-Id: A New Benchmark and Method Towards Privacy-Preserving Person ReIdentification. In 2022 IEEE/CVF Winter Conference on Applications of Computer Vision Workshops (WACVW), pages 459–468, 2022. ISSN: 2690-621X. 1, 2 [3] Shafiq Ahmad, Pietro Morerio, and Alessio Del Bue. Person Re-Identification without Identification via Event anonymization. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 11132–11141, 2023. 8 [4] Shafiq Ahmad, Pietro Morerio, and Alessio Del Bue. Event Anonymization: Privacy-Preserving Person ReIdentification and Pose Estimation in Event-Based Vision. IEEE Access, 12:66964–66980, 2024. 1, 2, 8 [5] H. G. Barrow, J. M. Tenenbaum, R. C. Bolles, and H. C. Wolf. Parametric Correspondence and Chamfer Matching: Two New Techniques for Image Matching. 1977. Number: TN153. 5 [6] Federico Becattini, Federico Palai, and Alberto Del Bimbo. Understanding Human Reactions Looking at Facial Microexpressions With an Event Camera. IEEE Transactions on Industrial Informatics, 18(12):9112–9121, 2022. 1 [7] Katharina Bendig, René Schuster, Nicole Thiemer, Karen Joisten, and Didier Stricker. AnonyNoise: Anonymizing Event Data with Smart Noise to Outsmart Re-Identification and Preserve Privacy. In Proceedings of the Winter Conference on Applications of Computer Vision, pages 3159–3161, 2025. 1, 2 [8] Lorenzo Berlincioni, Luca Cultrera, Chiara Albisani, Lisa Cresti, Andrea Leonardo, Sara Picchioni, Federico Becattini, and Alberto Del Bimbo. Neuromorphic Event-Based Facial Expression Recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4109–4119, 2023. 2, 6 [9] Ulzhan Bissarinova, Tomiris Rakhimzhanova, Daulet Kenzhebalin, and Huseyin Atakan Varol. Faces in Event Streams (FES): An Annotated Face Dataset for Event Cameras. Sensors, 24(5), 2024. 1, 5, 7, 8 [10] Nicolas Bonneel, Julien Rabin, Gabriel Peyré, and Hanspeter Pfister. Sliced and Radon Wasserstein Barycenters of Measures. Journal of Mathematical Imaging and Vision, 51(1): 22–45, 2015. 6 [11] Adrian Bulat and Georgios Tzimiropoulos. How Far Are We From Solving the 2D & 3D Face Alignment Problem? (And a Dataset of 230,000 3D Facial Landmarks). In Proceedings of the IEEE International Conference on Computer Vision, pages 1021–1030, 2017. 5 [12] Peter J. Burt and Edward H. Adelson. A multiresolution spline with application to image mosaics. ACM Trans. Graph., 2(4):217–236, 1983. 3
[13] Guang Chen, Hu Cao, Jorg Conradt, Huajin Tang, Florian Rohrbein, and Alois Knoll. Event-Based Neuromorphic Vision for Autonomous Driving: A Paradigm Shift for BioInspired Visual Sensing and Perception. IEEE Signal Processing Magazine, 37(4):34–49, 2020. 1 [14] Renwang Chen, Xuanhong Chen, Bingbing Ni, and Yanhao Ge. SimSwap: An efficient framework for high fidelity face swapping. In Proceedings of the 28th ACM International Conference on Multimedia, pages 2003–2011. Association for Computing Machinery, 2020. 3, 6 [15] Jiankang Deng, Jia Guo, Jing Yang, Niannan Xue, Irene Kotsia, and Stefanos Zafeiriou. ArcFace: Additive Angular Margin Loss for Deep Face Recognition. IEEE Transactions on Pattern Analysis and Machine Intelligence, 44(10):5962– 5979, 2022. 3, 5 [16] Chao Dong, Chen Change Loy, and Xiaoou Tang. Accelerating the Super-Resolution Convolutional Neural Network. In Computer Vision – ECCV 2016, pages 391–407, Cham, 2016. Springer International Publishing. 6 [17] Bowen Du, Weiqi Li, Zeju Wang, Manxin Xu, Tianchen Gao, Jiajie Li, and Hongkai Wen. Event Encryption for Neuromorphic Vision Sensors: Framework, Algorithm, and Evaluation. Sensors, 21(13), 2021. 2 [18] Anil Egin, Andrea Tangherloni, and Antitza Dantcheva. Now You See Me, Now You Don’t: A Unified Framework for Expression Consistent Anonymization in Talking Head Videos. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 5925–5934, 2025. 5 [19] Burak Ercan, Onur Eker, Aykut Erdem, and Erkut Erdem. EVREAL: Towards a Comprehensive Benchmark and Analysis Suite for Event-Based Video Reconstruction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3943–3952, 2023. 1, 2, 6 [20] European Union. Regulation (eu) 2024/1689 of the european parliament and of the council of 13 june 2024 laying down harmonised rules on artificial intelligence. Official Journal of the European Union, L 2024/1689, 2024. Accessed: 202601-19. 1 [21] Haoqiang Fan, Hao Su, and Leonidas J. Guibas. A Point Set Generation Network for 3D Object Reconstruction From a Single Image. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 605–613, 2017. 5 [22] Chengjie Ge, Xueyang Fu, Kunyu Wang, and Zheng-Jun Zha. Event-Based Video Reconstruction With Deep SpatialFrequency Unfolding Network. IEEE Transactions on Image Processing, 34:1779–1794, 2025. 2 [23] Mathias Gehrig, Manasi Muglikar, and Davide Scaramuzza. Dense Continuous-Time Optical Flow From Event Cameras. IEEE Transactions on Pattern Analysis and Machine Intelligence, 46(7):4736–4746, 2024. 2 [24] Andreu Girbau-Xalabarder, Jun Nagata, and Shinichi Sumiyoshi. Probabilistic Online Event Downsampling. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4896–4904, 2025. 3 [25] Yuhuang Hu, Shih-Chii Liu, and Tobi Delbruck. v2e: From video frames to realistic DVS events. In 2021 IEEE/CVF
Conference on Computer Vision and Pattern Recognition Workshops (CVPRW). IEEE, 2021. 1, 2, 3, 6 [26] Håkon Hukkelås, Rudolf Mester, and Frank Lindseth. DeepPrivacy: A Generative Adversarial Network for Face Anonymization. In Advances in Visual Computing, pages 565–578, Cham, 2019. Springer International Publishing. 2 [27] Krzysztof Kamiński, Gregory Cohen, Tobi Delbruck, Michał Żołnowski, and Marcin G˛edek. Observational evaluation of event cameras performance in optical space surveillance. In 1st NEO and Debris Detection Conference, 2019. 1 [28] Marvin Klemp, Kevin Rösch, Royden Wagner, Jannik Quehl, and Martin Lauer. LDFA: Latent Diffusion Face Anonymization for Self-Driving Applications. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3199–3205, 2023. 1, 2 [29] Yinglu Liu, Hao Shen, Yue Si, Xiaobo Wang, Xiangyu Zhu, Hailin Shi, Zhibin Hong, Hanqi Guo, Ziyuan Guo, Yanqin Chen, Bi Li, Teng Xi, Jun Yu, Haonian Xie, Guochen Xie, Mengyan Li, Qing Lu, Zengfu Wang, Shenqi Lai, Zhenhua Chai, and Xiaoming Wei. Grand Challenge of 106-Point Facial Landmark Localization. In 2019 IEEE International Conference on Multimedia & Expo Workshops (ICMEW), pages 613–616, 2019. 5 [30] Maxim Maximov, Ismail Elezi, and Laura Leal-Taixe. CIAGAN: Conditional Identity Anonymization Generative Adversarial Networks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5447–5456, 2020. 2 [31] Qiang Qu, Yiran Shen, Xiaoming Chen, Yuk Ying Chung, and Tongliang Liu. E2HQV: High-Quality Video Generation from Event Camera via Theory-Inspired Model-Aided Deep Learning. Proceedings of the AAAI Conference on Artificial Intelligence, 38(5):4632–4640, 2024. 1, 2 [32] Henri Rebecq, Rene Ranftl, Vladlen Koltun, and Davide Scaramuzza. Events-To-Video: Bringing Modern Computer Vision to Event Cameras. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3857–3866, 2019. 2 [33] Joseph Redmon, Santosh Divvala, Ross Girshick, and Ali Farhadi. You Only Look Once: Unified, Real-Time Object Detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 779–788, 2016. 5, 7 [34] Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-Resolution Image Synthesis With Latent Diffusion Models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10684–10695, 2022. 3 [35] Yossi Rubner, Carlo Tomasi, and Leonidas J. Guibas. The Earth Mover’s Distance as a Metric for Image Retrieval. International Journal of Computer Vision, 40(2):99–121, 2000. 6 [36] Nataniel Ruiz, Eunji Chong, and James M. Rehg. FineGrained Head Pose Estimation Without Keypoints. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, pages 2074–2083, 2018. 5 [37] Cedric Scheerlinck, Henri Rebecq, Daniel Gehrig, Nick Barnes, Robert Mahony, and Davide Scaramuzza. Fast Im-
age Reconstruction with an Event Camera. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 156–163, 2020. 2 [38] Yusuke Sekikawa, Kosuke Hara, and Hideo Saito. EventNet: Asynchronous Recursive Event Processing. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3887–3896, 2019. 5 [39] Juan Terven, Diana-Margarita Córdova-Esparza, and JulioAlejandro Romero-González. A Comprehensive Review of YOLO Architectures in Computer Vision: From YOLOv1 to YOLOv8 and YOLO-NAS. Machine Learning and Knowledge Extraction, 5(4):1680–1716, 2023. 5, 7, 8 [40] Wenming Weng, Yueyi Zhang, and Zhiwei Xiong. EventBased Video Reconstruction Using Transformer. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 2563–2572, 2021. 2 [41] Haoxin Yang, Xuemiao Xu, Cheng Xu, Huaidong Zhang, Jing Qin, Yi Wang, Pheng-Ann Heng, and Shengfeng He. G²Face: High-Fidelity Reversible Face Anonymization via Generative and Geometric Priors. IEEE Transactions on Information Forensics and Security, 19:8773–8785, 2024. 3 [42] Fulong Ye, Miao Hua, Pengze Zhang, Xinghui Li, Qichao Sun, Songtao Zhao, Qian He, and Xinglong Wu. DreamID: High-Fidelity and Fast diffusion-based Face Swapping via Triplet ID Group Learning, 2025. arXiv:2504.14509 [cs]. 5, 8 [43] Zhongyang Zhang, Shuyang Cui, Kaidong Chai, Haowen Yu, Subhasis Dasgupta, Upal Mahbub, and Tauhidur Rahman. V2CE: Video to Continuous Events Simulator. In 2024 IEEE International Conference on Robotics and Automation (ICRA), pages 12455–12461, 2024. 8 [44] Bingquan Zhou and Jie Jiang. Deep Event-based Object Detection in Autonomous Driving: A Survey, 2024. arXiv:2405.03995 [cs]. 1 [45] Yunhao Zou, Ying Fu, Tsuyoshi Takatani, and Yinqiang Zheng. EventHDR: From Event to High-Speed HDR Videos and Beyond. IEEE Transactions on Pattern Analysis and Machine Intelligence, 47(1):32–50, 2025. 2 [46] Pascal Zwick, Kevin Roesch, Marvin Klemp, and Oliver Bringmann. Context-Aware Full Body Anonymization using Text-to-Image Diffusion Models, 2024. arXiv:2410.08551 [cs]. 1, 2