Search papers, labs, and topics across Lattice.
This paper presents EeveeDark, a novel low-light video enhancement framework that synergizes sensor-level RAW data with event streams to improve restoration quality while maintaining computational efficiency. Utilizing a Binary Neural Network (BNN) architecture, the framework quantizes weights and activations, enabling effective processing of both spatial and temporal information through modality-specific encoders and a lightweight fusion block. Experimental results demonstrate that EeveeDark surpasses existing BNN methods and achieves a superior performance-efficiency balance compared to traditional full-precision models.
EeveeDark achieves unprecedented low-light video enhancement by fusing RAW data with event streams, outperforming prior methods while slashing computational costs.
Enhancing videos under extreme low-light conditions remains challenging due to the difficulty of balancing restoration quality and computational efficiency in resource-constrained settings. This paper introduces EeveeDark, a low-light video enhancement framework that combines the spatial richness of sensor-level RAW data with the temporal precision of event streams. Central to our model is a Binary Neural Network (BNN) architecture that reduces computational overhead by quantizing weights and activations while preserving detail. EeveeDark incorporates (i) modality-specific binary encoders for processing RAW frames and event data, (ii) a lightweight fusion block for integrating spatial and temporal cues, and (iii) an event-guided skip gating mechanism for dynamic spatiotemporal refinement. Experiments on synthetic and real-world datasets show that EeveeDark outperforms prior BNN-based methods and offers a favorable performance-efficiency trade-off compared to full-precision models. The project page is available at https://cyberiada.github.io/EeveeDark.