BiEvLight: Task-Aware Event Refinement for LLIE
- The paper introduces a bi-level optimization framework that treats event denoising as task-aware refinement to improve low-light image enhancement.
- It couples a gradient-guided event denoising module with a multimodal enhancement network using a frozen Retinex decomposition and cross-attention fusion.
- Empirical results on SDE and SDSD datasets show notable gains in PSNR and SSIM, validating the approach’s effectiveness in reducing noise and preserving structure.
Searching arXiv for the BiEvLight paper and closely related event-guided low-light enhancement work. BiEvLight is a low-light image enhancement framework for event-assisted imaging that treats event denoising as a task-aware bi-level optimization problem rather than as a fixed preprocessing stage. The method is introduced in “BiEvLight: Bi-level Learning of Task-Aware Event Refinement for Low-Light Image Enhancement” (Yao et al., 5 Mar 2026). Its central setting is event-assisted low-light image enhancement (LLIE), where a low-SNR image captured under severe darkness is paired with an event stream, and the objective is to reconstruct a clean, bright, structurally faithful image. BiEvLight is motivated by the claim that existing event-based LLIE methods focus mainly on modal fusion while neglecting a dual degradation regime: low signal-to-noise ratio in images and intrinsic background activity noise in events. The framework therefore makes precise event refinement a prerequisite for effective event-guided enhancement, coupling denoising and enhancement through a bi-level formulation constrained by the downstream enhancement objective (Yao et al., 5 Mar 2026).
1. Definition and problem setting
BiEvLight stands for Bi-level Learning of Task-Aware Event Refinement for Low-Light Image Enhancement (Yao et al., 5 Mar 2026). It addresses a multimodal LLIE problem in which a low-light image and a raw noisy event input are jointly used to estimate an enhanced image . The paper’s diagnosis is that prior event-based LLIE pipelines overemphasize fusion design and underemphasize the quality of the event signal itself. In the proposed view, event cameras are attractive in dark dynamic scenes because they provide high dynamic range and respond asynchronously to brightness changes, but their utility is limited by background activity noise, especially when the event contrast threshold is lowered in low light (Yao et al., 5 Mar 2026).
The paper models the event stream as
with each event represented as
where is the spatial location, is the timestamp, and is the polarity. Event triggering is described by
with
where 0 is the photocurrent, 1 is the event threshold, and 2 is a small positive constant (Yao et al., 5 Mar 2026).
A central claim is that the main bottleneck in real low-light event-guided enhancement is not only multimodal fusion, but the noise coupling created when a noisy image and a noisy event stream are fused directly. This motivates a two-part response: a gradient-guided prior for event denoising, and a bi-level optimization strategy in which the event denoiser is trained under the constraint of enhancement performance rather than only with a standalone denoising criterion (Yao et al., 5 Mar 2026).
2. Architectural organization
The framework contains an event denoising module 3, parameterized by 4, and a multimodal enhancement module 5, parameterized by 6 (Yao et al., 5 Mar 2026). The enhancement module is itself organized into three parts: a frozen pre-trained Retinex decomposition network 7, an illumination enhancement branch 8, and a reflectance enhancement branch 9.
The low-light image 0 is first decomposed by 1 into an initial illumination map 2 and an initial reflectance map 3. The illumination branch enhances 4, while the reflectance branch enhances 5 using refined events 6. The raw event input 7 is processed by the denoising network to produce 8, and these denoised events are injected only into the reflectance branch. The enhanced image is reconstructed through Retinex recomposition: 9 The paper interprets reflectance as the component that stores intrinsic object structure and detail, which is why event guidance is restricted to that branch (Yao et al., 5 Mar 2026).
Excluding the frozen decomposition network, the trainable subnetworks use unified 3-level U-shaped encoder-decoder architectures. The event denoising network predicts refined event maps trained by classification against pseudo-labels. The reflectance enhancement branch encodes denoised event input into multiscale event features 0, aligns them with image features 1, and fuses them hierarchically beginning at the bottleneck through an Event-Image Feature Fusion Block or Event-Image Attention Block. The supplementary description characterizes this fusion as cross-attention in which image features serve as queries and event features serve as keys and values: 2 where 3 are linear projections, 4 is a learnable scale, and 5 is conditional positional encoding via depth-wise separable convolutions (Yao et al., 5 Mar 2026).
3. Gradient-guided event denoising prior
A defining component of BiEvLight is its gradient-guided denoising prior. The method derives a relation between events and image structure through a brightness-constancy argument. The event stream is integrated over a temporal window 6 as
7
with
8
The event increment over 9 is written as
0
Under brightness constancy,
1
and with a Retinex-based approximation,
2
leading to
3
The paper uses this to argue that true events should align with strong reflectance gradients and motion, whereas background activity noise lacks such support (Yao et al., 5 Mar 2026).
This motivates a constrained denoising view: 4 where 5 denotes the gradient prior (Yao et al., 5 Mar 2026). In practice, pseudo-denoised event labels 6 are built using the gradient of the reflectance 7. The denoised event selection is defined as
8
with mask
9
and an adaptive threshold
0
The paper describes this as a region-adaptive mechanism: textured regions admit stronger event support, while smooth regions are handled with a local threshold to reduce over-suppression (Yao et al., 5 Mar 2026).
The pseudo-label prior is not itself the final denoised event representation. Instead, it supervises the denoising network so that 1 learns a nonlinear mapping from raw events 2 to refined events 3. The denoising problem is formulated as a 3-class classification task over positive event, negative event, and no-event regions (Yao et al., 5 Mar 2026).
4. Bi-level learning formulation
The paper’s main methodological contribution is to recast event denoising as a bi-level optimization problem. The upper-level problem optimizes the denoising network 4, while the lower-level problem optimizes the enhancement network 5 conditioned on the current denoised events (Yao et al., 5 Mar 2026). The formulation is written as
6
where
7
and
8
Although some typesetting in the paper is imperfect, the intended structure is explicit: the denoiser is optimized using both denoising supervision and enhancement performance induced by the lower-level optimum 9 (Yao et al., 5 Mar 2026).
The motivation is the over-denoising versus under-denoising trade-off. A task-agnostic denoiser may remove enhancement-relevant events or preserve too much noise. BiEvLight instead learns event representations specifically beneficial to LLIE. This is the basis for the paper’s description of event refinement as task-aware (Yao et al., 5 Mar 2026).
To avoid exact higher-order differentiation, the method uses a one-step truncated iterative differentiation approximation. The lower-level optimum is approximated by
0
Let
1
The upper-level gradient is then approximated by
2
and the Hessian-vector product is estimated with finite differences: 3 where
4
The main text uses
5
while the supplement writes this more generally as 6 with 7 in experiments (Yao et al., 5 Mar 2026).
A common misconception addressed by the paper is that denoising can be treated as a static front-end before enhancement. BiEvLight explicitly rejects that view. The paper argues that static preprocessing “inevitably incurs a trade-off between over- and under-denoising and cannot adapt to the requirements of a specific enhancement objective,” hence the need for bi-level coupling (Yao et al., 5 Mar 2026).
5. Objectives, training protocol, and empirical performance
The enhancement loss is
8
with 9 and 0. The denoising loss is a 3-class cross-entropy: 1 where 2 denotes positive event, negative event, and no-event region. In the bi-level formulation, the upper-level objective combines denoising and enhancement, while the lower level is driven only by 3 (Yao et al., 5 Mar 2026).
The training setup reported in the paper uses Adam on a single NVIDIA RTX 3090 GPU, with initial learning rate 4, batch size 8, random crop size 5, and random rotations by 6, 7, and 8. The bi-level step size follows cosine annealing with restarts, decaying from 9 to 0 over 150k iterations. For the gradient-guided prior, the supplement sets 1 and window size 2, and uses 3 for the finite-difference scale (Yao et al., 5 Mar 2026).
BiEvLight is evaluated on the SDE and SDSD datasets. SDE contains 91 paired image-event sequences, with 76 for training and 15 for testing; SDSD contains 150 paired sequences, with 125 used for training and 25 for testing. The original image resolution is 4, downsampled following EvLight to 5. The paper states that event streams are noisy and are synthesized with an event simulator (Yao et al., 5 Mar 2026).
On SDE-in, BiEvLight reports PSNR 6, PSNR* 7, and SSIM 8, compared with EvLight’s 9, 0, and 1. On SDE-out, it reports 2, 3, and 4, compared with EvLight’s 5, 6, and 7. The abstract summarizes the average gains on SDE as 8 dB in PSNR, 9 dB in PSNR*, and 00 in SSIM (Yao et al., 5 Mar 2026).
On SDSD-in, BiEvLight reaches PSNR 01, PSNR* 02, and SSIM 03, while EvLight reports 04, 05, and 06. On SDSD-out, BiEvLight reaches 07, 08, and 09, compared with EvLight’s 10, 11, and 12 (Yao et al., 5 Mar 2026).
The supplementary also reports complexity: BiEvLight has 2.471M parameters, 61.59G FLOPs, and 24 FPS on 13 images. Training cost rises from 39 hours for alternating learning to 48 hours for BiEvLight, while the inference cost remains the same as the alternating variant (Yao et al., 5 Mar 2026).
6. Ablations, interpretation, and relation to adjacent low-light methods
The ablation studies are organized around the two defining ideas of the method: gradient-guided event denoising and bi-level optimization (Yao et al., 5 Mar 2026). On SDE-in, a base model without event denoising reports 14 for PSNR/PSNR*/SSIM, and on SDE-out reports 15. Adding denoising guided only by low-light image information (“Base+16”) improves these to 17 and 18. Using higher-quality reflectance guidance (“Base+19”) gives 20 and 21. Full BiEvLight further improves to 22 and 23 (Yao et al., 5 Mar 2026).
The optimization ablation compares direct joint learning, alternating learning, and BiEvLight. Direct joint learning yields 24 on SDE-in and 25 on SDE-out. Alternating learning improves to 26 and 27. BiEvLight gives the best results at 28 and 29. The paper interprets this as evidence that naive joint optimization introduces gradient conflict, while standard alternating learning does not provide sufficient cross-task feedback (Yao et al., 5 Mar 2026).
Relative to closely related event-guided LLIE methods, BiEvLight occupies a distinct position. “Bidirectional Image-Event Guided Low-Light Image Enhancement” introduces BiLIE, whose defining components are an Event Feature Enhancement module and Bidirectional Cross Attention Fusion (Liu et al., 6 Jun 2025). “Event-Illumination Collaborative Low-light Image Enhancement with a High-resolution Real-world Dataset” introduces EIC-LIE, centered on Event-Illumination Collaborative Interaction and an Illumination-aware Event Filter (Xu et al., 21 May 2026). By contrast, BiEvLight’s explicit novelty is that event refinement is not treated as static preprocessing but as an upper-level problem optimized under the lower-level enhancement objective (Yao et al., 5 Mar 2026). This suggests a different axis of design emphasis: task-aware denoising rather than only fusion structure.
A further possible confusion arises with low-light methods whose names resemble “BiEvLight” but are not event-refinement frameworks. “Binarized Low-light Raw Video Enhancement” defines BRVE, a raw-domain binary neural network for low-light raw video enhancement (Zhang et al., 2024), and “Bilevel Generative Learning for Low-Light Vision” defines BGL, a RAW-to-RGB bilevel framework spanning enhancement, detection, and segmentation (Liu et al., 2023). These methods share either the low-light domain or a bilevel formulation, but neither is the BiEvLight event-assisted LLIE framework (Yao et al., 5 Mar 2026).
The paper’s limitations are partly explicit and partly structural. It depends on paired image-event data and meaningful cross-modal alignment; the supplement notes that pseudo-label generation uses ground-truth reflectance gradients during training; and the training procedure is more computationally involved because of truncated inner updates and finite-difference Hessian-vector approximations. The manuscript also does not provide extensive failure-case analysis, and some equations are not cleanly typeset (Yao et al., 5 Mar 2026). A plausible implication is that BiEvLight’s gains are most clearly established in regimes where the reflectance-event correlation is informative and synchronization is reliable. Within those assumptions, the method’s central contribution is to shift event-guided LLIE from fusion-centric design toward task-aware event representation learning, with event denoising optimized explicitly for enhancement quality rather than only for denoising fidelity (Yao et al., 5 Mar 2026).