Event cameras as a rescue channel for RGB video
Lens flare and glare destroy image information permanently, and no amount of post-processing can recover what the sensor never captured. A proof-of-concept pipeline called DeLux routes around the loss: a neuromorphic event camera watches the same scene, and its stream, which encodes brightness changes at microsecond resolution with over 140 dB of effective dynamic range, tells the system exactly which RGB pixels failed and what should be underneath them.
Source: DeLux: Cross-Modal Local Artifact Restoration in Video Using Neuromorphic Data, arXiv:2606.27576, preprint, 25 Jun 2026. Primary source. Read: the full arXiv HTML version, including the pipeline description, results tables, ablation studies, and the discussion of limitations.
What the work claims
Stachowiak and Brzezinski at Poznan University of Technology claim that lighting artifacts such as flare, glare, flicker, and overexposure are modality-specific information loss: the conventional RGB sensor fails locally, while a physically different sensor witnessing the same scene does not fail in the same places. Their demonstration, DeLux, is a modular pipeline that uses neuromorphic event streams as a structural prior to guide the targeted detection and inpainting of artifacts in RGB video. It is explicitly a proof of concept, a preprint not yet peer reviewed, but it is an unusually complete one: the authors release their synthetic artifact generation tools and curated real-world evaluation datasets.1
The architectural claim is as important as the accuracy claim. Rather than one network that maps corrupted video to clean video, DeLux separates four stages: event-to-video reconstruction, using pretrained E2VID or E2VID++ models that convert binned event voxel grids into grayscale frames; artifact detection, which predicts an artifact mask on the RGB frame; multimodal fusion, which combines the RGB and reconstructed-event representations; and artifact removal, which inpaints only inside the predicted mask. A non-mask loss couples the detector and inpainter during training, forcing edits to stay inside the mask. The core insight the authors state in their discussion: decoupling localization from fusion prevents unwarranted alteration of clean regions, letting the system use the secondary modality selectively, only where the primary sensor has failed.1
How it works
An event camera does not record frames; each pixel asynchronously emits a signed event when the log brightness at that pixel changes past a threshold, with microsecond timestamps. The result is a sensor that does not saturate the way RGB pixels do under extreme dynamic range and that reports structure through change rather than absolute intensity. DeLux bins the event tuples into voxel grids, fixed numbers of temporal slices that encode polarity and timestamp, and runs them through a frozen pretrained event-to-video reconstructor to obtain grayscale frames aligned with the RGB stream. These reconstructions serve as the secondary modality. The detector then localizes corrupted pixels, the fusion module merges the two modalities conditioned on that localization, and the inpainter reconstructs the affected regions.1
The numbers are strong where ground truth exists. On synthetic data, where artifacts are overlaid on clean references (including high-quality flare assets from the Flare7K++ collection) and per-type masks are recorded, DeLux achieves the best MS-SSIM, PSNR, and MAPE of every compared method across all artifact categories: overall MS-SSIM of 0.991 against 0.970 for the strongest RGB-only baseline (a detection-aware diffusion approach the authors call DAD), 0.954 for the Flare7K method, 0.949 for Wu et al., and 0.868 for a self-supervised HDR method; per-type MS-SSIM ranges from 0.981 on overexposures to 0.997 on simple flares. On real-world automotive footage, where no clean reference exists, the authors introduce a detector-relative metric called Strong Artifact Suppression (SAS): the drop between the fraction of pixels flagged as artifact before restoration and after. DeLux attains the highest average SAS, 63.22 percent overall, and up to about 88 percent on individual sequences, while the event-guided HDR baseline frequently goes negative, confirming the hypothesis that global tone mapping recovers dynamic range but preserves local optical artifacts. Efficiency: 16.5 frames per second with 90.2 million parameters on an NVIDIA A100, roughly an order of magnitude lighter and faster than the diffusion-based HDR baseline at 1.6 billion parameters and 1.1 frames per second.1
The ablations show the gating is doing the real work. Removing the detector entirely makes artifact suppression fail outright (SAS of minus 195.34 percent relative to default). Disabling the non-mask loss yields the sharpest detection maps, with detection accuracy rising to 0.971, but lets the inpainter edit clean regions, collapsing removal quality (a delta SAS of minus 1703.38 percent). Removing the event modality paradoxically yields the strongest apparent suppression (SAS 67.06 percent) while destroying reconstruction fidelity (PSNR 33.757 versus 36.461), because with no structural cues the system smooths over artifacts instead of restoring what was under them. Apparent suppression and true restoration come apart, and only the gated fusion configuration keeps them together.1
Where a skeptic should push
The most load-bearing assumption is that SAS, the only metric available for real-world footage, measures artifact removal rather than detector behavior. SAS is computed from the authors' own learned detector, so it is a relative ranking indicator, not an absolute quality score; the authors acknowledge this and cross-check with an independently trained detector, but the metric cannot see an artifact the detector misses, and it punishes restorations the detector wrongly flags. The per-sequence table shows what this costs: DeLux itself scores negative SAS on some real-world sequences (for example minus 5.64 percent on one sunny drive) and only 51.57 percent on another, while its best rows reach 88 percent. The abstract's "up to 88 percent reduction" is honest but quietly sequence-selective, and the average of 63.22 percent over a handful of clips is thin evidence on its own.
Second, the synthetic evaluations, which do have ground truth, are built from overlays, and synthetic overlays do not reproduce the physical interplay of light inside a real lens assembly. The authors say exactly this in their limitations and call for paired real-world artifact datasets; until those exist, the strongest verified claims are about synthetic degradations plus detector-relative rankings on real ones.
Third, the event modality has a structural blind spot the authors name: event cameras emit nothing in stationary scenes, so the rescue channel goes silent precisely when nothing moves. The frozen E2VID reconstructor also caps end-to-end optimization and imports its own failure modes. And 90.2 million parameters is only "light" relative to a 1.6 billion parameter diffusion model; this proof of concept is still a heavyweight GPU pipeline, not an edge deployment. The honest summary is that the paradigm is demonstrated and the gating insight is solid, while real-world fidelity remains partially asserted.1
Redundancy across modalities, for hybrid wetware
The non-obvious implication for organoid intelligence is that DeLux is a worked example of asymmetric cross-modal redundancy, and its most transferable component is not the event camera but the trust gate. The system does not fuse two sensors continuously; it first decides, with a dedicated detector, where the primary channel is corrupt, and only then spends the secondary channel's evidence on those regions, with a training loss that penalizes any edit outside the flagged mask. That is a general architecture for any hybrid system in which one channel is powerful but intermittently untrustworthy. Living neural tissue is exactly such a channel: organoid readouts drift, burst, suffer electrode dropout, and pass through degenerate states, and a closed-loop controller that treats every timestep of tissue output as equally valid will either be corrupted by the bad windows or over-corrected by a policy trained to distrust everything. DeLux's blueprint suggests the alternative: train a detector of substrate failure windows, and gate stimulation or interpretation to them, intervening only where the tissue's signal is known to be degenerate and leaving healthy dynamics alone.1
The opportunity is therefore methodological. The non-mask loss generalizes to "edit only the corrupted state": closed-loop neuromodulation policies that apply corrective stimulation only inside detected failure regimes, instead of entraining the culture continuously, would reduce both the plasticity burden on the tissue and the risk that intervention itself becomes a confound. And the detector-relative metric story is a caution the OI field should internalize before repeating it: many organoid studies score "task performance" through a learned decoder whose own drift is invisible to the metric, the adaptive-decoder confound in another costume. DeLux's own negative-SAS rows demonstrate how a system can lose ground under its own metric while headline numbers look excellent.
The threat is dual-use and structural at once. A trust gate is an attack surface: an adversary who can drive the substrate into its flagged regime can steer which channel the hybrid system believes, meaning manipulation of tissue state becomes manipulation of system output, a governance concern that does not exist for symmetric fusion. Structurally, the event camera's stationary-scene silence has a direct tissue analog: a high-dimensional, informative signal only during certain dynamical states (bursting, task engagement) cannot certify the substrate during quiet states, so trust gating inherits the known observability gaps of electrophysiology rather than solving them. Finally, hype-correction: what makes restoration possible here is that "clean" is well defined, a sharp reference image exists for training. For organoid computing the reference is a task score, not an image, so the detector-training step that everything else depends on is harder than the camera pipeline suggests, and claims of self-healing hybrid wetware should be discounted accordingly until someone demonstrates the gated architecture against a substrate without a ground truth.1
The bottom line
Established on ground-truthed synthetic data: an event-guided, detection-gated restoration pipeline beats RGB-only and event-guided HDR baselines across artifact types, with the gating components shown to be load-bearing by ablation. Established with caveats on real-world footage: highest average detector-relative suppression, but no artifact-free reference, visible per-sequence failures, and a metric built on the system's own detector. The paradigm's contribution to biological computing is architectural, a trust gate between a fallible primary channel and a differently-failing secondary one, with an explicit penalty for acting outside flagged regions. What would confirm real-world value is paired artifact-corrupted and clean footage captured through real optics; what would confirm the transfer to wetware is a gated closed-loop demonstration in which interventions are applied only inside detected substrate failure windows and the system's task metrics survive its own detector being swapped out.
Frequently asked questions
What is an event camera?
A neuromorphic vision sensor whose pixels asynchronously emit signed events when brightness change at that pixel crosses a threshold, with microsecond timestamps. Instead of frames it produces a sparse stream of changes, which gives it very high temporal resolution and an effective dynamic range exceeding 140 dB, well beyond conventional RGB sensors.
What is the SAS metric?
Strong Artifact Suppression, introduced in this paper for real-world footage that lacks a clean reference. It is the drop in the fraction of pixels flagged as artifacts by a learned detector between the input and the restored output. The authors treat it as a relative ranking indicator, not an absolute quality score, because it inherits whatever the detector misses or hallucinates.
Why does DeLux beat event-guided HDR methods?
Event-guided HDR models mostly perform global tone mapping: they recover dynamic range but leave localized optical artifacts such as flare and glare in place, which is why the HDR baseline in this study often scores negative SAS. DeLux explicitly detects artifact pixels first and inpaints only those regions, using the event reconstruction as structural evidence of what belongs underneath.
What happens if you remove the detector or the events?
Removing the detector makes suppression fail (SAS of minus 195.34 percent relative to default), and disabling the loss that constrains edits to the mask sharpens detection but lets the model modify clean regions, wrecking removal (delta SAS of minus 1703.38 percent). Removing events gives the strongest apparent suppression while actually blurring artifacts over, with PSNR falling from 36.461 to 33.757. Only the full gated configuration restores rather than hides.
Can it run in real time?
Not yet. The default configuration runs at 16.5 frames per second with 90.2 million parameters on an NVIDIA A100. That is about an order of magnitude lighter and faster than the diffusion-based HDR baseline it outperforms, but it is still a large GPU model, not an edge or embedded deployment.
What does this have to do with organoid computing?
Its architecture is a template for trust-gated hybrid systems: detect where the primary channel, here an RGB sensor, has failed, and spend a second channel's evidence only there. The same gating pattern applies when the primary channel is living tissue, deciding when readouts have drifted or degenerated and intervening only in those windows, with a training penalty for acting outside them.
References
- B. Stachowiak, D. Brzezinski. DeLux: Cross-Modal Local Artifact Restoration in Video Using Neuromorphic Data. arXiv:2606.27576. 2026. https://arxiv.org/abs/2606.27576. Accessed 2026-09-13.