REVIEW 4 major objections 4 minor 52 references
Event-Based De-Snowing for Autonomous Driving
T0 review · 4 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Combining event-camera data with a single snowy frame removes occlusions by exploiting space-time snow streaks, outperforming image- and video-only de-snowers by 3 dB PSNR.
desk verdict The paper's own Table II contradicts the headline 3 dB claim on real data, but the DSEC-Snow dataset idea is worth a serious look. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the snowflake streak in the spatio-temporal event volume: because event cameras report contrast changes with sub-millisecond latency, each occluding snowflake appears as a continuous line in x-y-t rather than a blur whose appearance depends on exposure time. The method's components are an EventNet (ConvLSTM plus U-Net) that extracts streak features and outputs a soft occlusion mask, a transformer backbone that fuses image and event features, and an adaptive pixel-wise fusion that keeps the original image where the mask says no occlusion. Together these components learn a data-driven version of the geometric relation $I_b = I_r - \sum p C$, where the sum of event polarities along the streak, scaled by the contrast threshold, recovers the occluded background intensity.
What would settle it
Run the trained model on a controlled real-snow rig with a known static background, an event camera, and a synchronized RGB camera, and compare against a clean ground-truth frame: if flakes whose motion includes ego-motion-induced depth parallax produce misaligned occlusion masks, PSNR will drop toward the image-only baseline, contradicting the claimed 3 dB advantage.
Extended reading notes
Core claim
The paper claims de-snowing can be turned from a spatial hallucination problem into a temporal measurement problem. Because an event camera reports brightness changes asynchronously with no exposure time, a falling snowflake always leaves a continuous streak in the x-y-t event volume, and the polarity of events tells whether the flake is brighter or darker than its background. Given the flake intensity and the sensor contrast threshold, the background intensity can in principle be recovered by integrating event polarity along the streak, with a warp when the camera is moving; the network learns this operation implicitly. On their benchmark, fusing event features with one image through a learned mask raises reconstruction quality above frame-based and video-based state of the art by about 3 dB PSNR, and the cleaned images improve downstream optical-flow and depth estimation.
Load-bearing premise
The dataset's realism rests on the assumption that snow captured in front of a black screen can be linearly overlaid on driving events, with flakes pruned only by a fixed contrast rule and warped by a homography; if real snow under camera ego-motion, depth, and changing illumination produces event patterns that do not match this composite, the learned streak-to-mask mapping, and the 3 dB gain, will not transfer to real driving.
Editorial extensions
If this is right
- One snowy image plus ten milliseconds of events suffices for high-quality de-snowing, so performance no longer depends on high RGB frame rates.
- DSEC-Snow provides the first synchronized image-event-snow dataset with clean ground truth, making event-based de-snowing trainable and reproducible.
- Because the model learns from the streak signature rather than from snow appearance, it also reduces rain, lens-flare, and other transient occlusions in qualitative tests.
- Desnowed outputs plug into off-the-shelf optical-flow and depth algorithms, improving their accuracy relative to the outputs of image-only de-snowers.
Reading between the lines
- Because streak contrast depends on the sensor's contrast threshold rather than exposure time, newer event sensors with lower thresholds should make fainter snow streaks visible; the paper does not test this scaling, but the geometric model predicts it directly.
- The synthetic-data recipe should generalize to other fast transient occluders, such as pedestrians, vehicles, or debris, by recording foreground event streams in front of a black screen and overlaying them on arbitrary backgrounds.
- A sharper test of the method's real-world premise would be to train on physically simulated snow with depth-dependent, ego-motion-corrected particle trajectories and compare against the homography-warped composite used here; that comparison would quantify how much of the reported 3 dB gain depends on the dataset simplification.
- The claimed 20% optical-flow improvement is measured with one flow network on one dataset, so replicating the result across weather conditions and flow estimators would tell how broadly the downstream benefit holds.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an event-based de-snowing method for autonomous driving. It introduces a synthetic dataset (DSEC-Snow) built by chroma-key compositing of separately recorded foreground snow events onto background frames and events from DSEC, plus a controlled real dataset (Slider-Snow) and qualitative real driving sequences. The method uses an EventNet (ConvLSTM plus U-Net) to extract spatio-temporal snow-streak features and a learned mask, a Snowformer-style transformer to fuse image and event features, and an adaptive fusion step to output the de-snowed image. The authors claim a 3 dB PSNR improvement over state-of-the-art frame-based and event-based methods on both synthetic and real datasets, and a 20% improvement in downstream optical flow.
Significance. The paper addresses a relevant real-world problem, and the idea of exploiting the distinctive streak signature of snow in event data is plausible and potentially valuable. The controlled Slider-Snow setup is a reasonable attempt to obtain real ground truth, and the ablation of naive fusion provides some evidence that events help in the synthetic setting. However, the central claims are not supported by the paper's own reported experiments. The headline 3 dB improvement is contradicted by Table II on the real Slider-Snow benchmark, the synthetic evaluation is partly circular because the same foreground event stream is used both to synthesize the snowy image and to construct the input events, and the baseline comparison protocol is not described with enough detail to rule out domain-shift artifacts. No code or dataset is released, so the results cannot be independently checked. As presented, the paper's significance is therefore not established.
major comments (4)
- [Abstract; Section X (Conclusion); Table II (Section VIII-A)] The abstract and conclusion claim a 3 dB PSNR improvement over state-of-the-art methods 'on both synthetic and real datasets.' Table II contradicts this on the real Slider-Snow dataset: Restormer and S2VD report 25.16 dB PSNR while the proposed method reports 21.55 dB, i.e., 3.61 dB lower, and the SSIM is also lower (0.6832 vs. 0.8939 and 0.8706). Section VIII-A's statement that the proposed method 'achieves the highest PSNR and SSIM across both datasets' is therefore inconsistent with the paper's own table. This is an internal falsification of the central claim, not a domain-gap speculation.
- [Section VII-A, Eq. (9), Algorithm 2, Section IX, Section XI] The DSEC-Snow evaluation is partially circular. In Eq. (9), the snowy image Z(x) is generated by overlaying the foreground snow events Esnow(x) onto a hazy background, and in Algorithm 2 the synthetic event stream E(x) is built from the same Esnow(x), pruned by a contrast rule that depends on the background intensity. Consequently, the event cue is perfectly aligned with the snow occlusions in the image by construction. A network can learn to exploit this artificial alignment, so the large DSEC-Snow margin (28.08 dB vs. 21.48 dB for SnowFormer) does not by itself demonstrate real-world transfer. The paper's own limitations weaken the transfer argument further: Section IX acknowledges that independent event streams are linearly combined without modeling lighting interactions or occlusion ordering, and Section XI states that snow-particle motion is not modeled according to ego-motion, only a homography is applied to foreground events.
- [Section VI (Baselines); Section VIII-B] The baseline comparison protocol is not described with enough detail to make the synthetic results meaningful. The paper does not state whether Restormer, SnowFormer, RLP, S2VD, and E2VID are retrained or fine-tuned on the DSEC-Snow training split; Section VIII-B says only that the proposed model is trained on synthetic DSEC-Snow and applied directly. If the baselines use their originally released weights, the comparison measures domain shift rather than the benefit of the event modality. This is a load-bearing issue because the claimed 3 dB improvement rests on the DSEC-Snow numbers.
- [Table III; Section VIII-A] Table III is internally inconsistent. The proposed method has the lowest EPE (22.64) but lower accuracy values than several baselines under the same metric family: AE<3 is 0.130 for Ours versus 0.284 for Restormer and 0.273 for RLP, and AE<5 is 0.270 versus 0.412 and 0.421. A method with lower EPE should generally have higher accuracy at fixed thresholds, so either the metric definitions or the reported numbers are erroneous. The abstract's claim of a 20% improvement in downstream tasks is also not clearly supported: relative EPE improvement over the best baseline (RLP, 27.33) is about 17.2%, and no definition of the 20% figure is provided.
minor comments (4)
- [Section XI (Dataset Statistics)] The dataset statistics are inconsistent: Section XI states the dataset 'consists of around 200 training and 50 test sequences,' then later says 'The dataset consists of 1000 training and 470 test pairs of images and events.' The dataset name is also used inconsistently across the paper (DSEC-Snow, Slider-Snow, SnowDriving in Table I).
- [Figures and cross-references] Several figure cross-references are incorrect. For example, Section VII-A says 'Some examples from these sequences are shown in Fig. 6,' but Fig. 6 is captioned as Slider-Snow, while Fig. 5 shows DSEC-Snow. Figure 8 is referenced in Section VII-C before Fig. 5 and Fig. 6 are introduced, and the figure numbering appears out of order.
- [Throughout] There are numerous typos and formatting errors, including 'evalutaing,' 'DSEC-Snowdataset,' 'V olume' in reference [9], duplicate references [36] and [37] for the same Time Lens++ paper, and the S2VD citation in Table III is given as '[2]' instead of '[35]'. The pseudocode in Algorithm 1 also uses potentially confusing notation, such as 'τX pC' without clear indexing.
- [Section IV-B, Eq. (7)] The loss function uses two terms with weights λ1 and λ2, but the text says λ1 and λ2 are 'empirically set to 1 and 0.2'; this is fine, but the paper does not report sensitivity to these weights or whether the perceptual loss is essential, despite the ablation study being limited to architecture changes.
Circularity Check
DSEC-Snow benchmark is circular by construction: the same foreground snow event stream Esnow generates both the snowy image (Eq. 9) and the input event stream (Algorithm 2), so the reported 3 dB synthetic gain is not independent evidence.
-
self definitional
[Section VII-A, Eq. (9) and Algorithm 2]
"Z(x) = Ihaze(x) + α · Aug(Esnow(x)) ... For each event esnow ∈ Esnow(x): Given event location (x, y) and timestamp t If |Ihaze(x, y) − Isnow(x, y)| > C, add esnow to E(x)"
The synthetic snowy image Z(x) and the synthetic input event stream E(x) are both constructed from the same recorded snow event stream Esnow(x). Therefore, on DSEC-Snow, the event input is, by construction, a perfect label of where the snow occlusions were overlaid. The network can learn to read snow positions directly from events, and the large margin over image-only baselines (28.08 vs 21.48 dB for SnowFormer) measures this built-in alignment rather than a validated real-world ability to detect snow. This makes the DSEC-Snow half of the headline '3 dB on both synthetic and real datasets' self-referential rather than an independent test.
full rationale
The synthetic DSEC-Snow evaluation is partially circular: Eq. (9) builds the snowy image from Esnow, and Algorithm 2 builds the event input from the same Esnow, so the event cue perfectly coincides with the artifact by construction. This is a concrete same-variable reduction, not a speculation about intent. The real Slider-Snow results are not circular, but they independently contradict the headline claim: Table II lists Restormer and S2VD at 25.16 dB PSNR while the proposed method is 21.55 dB, so the 'both synthetic and real datasets' claim is internally falsified; I treat that as a correctness problem rather than a circularity step. Self-citations (DSEC [16], [51]) are not load-bearing: DSEC is an external driving dataset and [51] supports only an SNR remark. Sections IX and XI disclose additional synthetic-to-real limitations (linear compositing, no snow ego-motion), which further weaken transfer but are limitations, not circular reasoning. Because one of the two quantitative pillars of the central claim reduces to a construction, the score is 6 rather than lower; the architecture itself still has independent content, so 8-10 would overstate the circularity.
Assumptions & free parameters
free parameters (5)
- contrast threshold C =
not specified (paper says typically around 15%)
- snowflake intensity Ir =
not specified
- atmospheric light A =
not specified
- alpha (ambient illumination blend) =
not specified
- snow speed and density augmentation scales =
not specified
assumptions (5)
- domain assumption Snowflakes are brighter than the background and always in the foreground
- ad hoc to paper Background and foreground event streams can be linearly combined without physical interaction
- ad hoc to paper Event generation is governed by a fixed contrast threshold with known snow intensity
- domain assumption Static scene depth during fusion; snow motion does not include ego-motion
- standard math Standard atmospheric scattering model [44] for haze
Cite this review
Pith. "Pith review of Event-Based De-Snowing for Autonomous Driving." pith.science (2026). https://pith.science/paper/533ZQ6JO
@misc{pith2026250720901,
author = {Pith},
title = {Pith review of: Event-Based De-Snowing for Autonomous Driving},
year = {2026},
howpublished = {\url{https://pith.science/paper/533ZQ6JO}},
note = {Machine review of arXiv:2507.20901}
}
abstract
Adverse weather conditions, particularly heavy snowfall, pose significant challenges to both human drivers and autonomous vehicles. Traditional image-based de-snowing methods often introduce hallucination artifacts as they rely solely on spatial information, while video-based approaches require high frame rates and suffer from alignment artifacts at lower frame rates. Camera parameters, such as exposure time, also influence the appearance of snowflakes, making the problem difficult to solve and heavily dependent on network generalization. In this paper, we propose to address the challenge of desnowing by using event cameras, which offer compressed visual information with submillisecond latency, making them ideal for de-snowing images, even in the presence of ego-motion. Our method leverages the fact that snowflake occlusions appear with a very distinctive streak signature in the spatio-temporal representation of event data. We design an attention-based module that focuses on events along these streaks to determine when a background point was occluded and use this information to recover its original intensity. We benchmark our method on DSEC-Snow, a new dataset created using a green-screen technique that overlays pre-recorded snowfall data onto the existing DSEC driving dataset, resulting in precise ground truth and synchronized image and event streams. Our approach outperforms state-of-the-art de-snowing methods by 3 dB in PSNR for image reconstruction. Moreover, we show that off-the-shelf computer vision algorithms can be applied to our reconstructions for tasks such as depth estimation and optical flow, achieving a $20\%$ performance improvement over other de-snowing methods. Our work represents a crucial step towards enhancing the reliability and safety of vision systems in challenging winter conditions, paving the way for more robust, all-weather-capable applications.
Figures
Figures from the paper (14 more)
Reference graph
Works this paper leans on
-
[1]
Restormer: Efficient transformer for high-resolution image restoration,
S. W. Zamir, A. Arora, S. Khan, M. Hayat, F. S. Khan, and M.-H. Yang, “Restormer: Efficient transformer for high-resolution image restoration,” in CVPR, 2022
work page 2022
-
[2]
Snowformer: Scale- aware transformer via context interaction for single image desnowing,
S. Chen, T. Ye, Y . Liu, E. Chen, J. Shi, and J. Zhou, “Snowformer: Scale- aware transformer via context interaction for single image desnowing,” arXiv preprint arXiv:2208.09703 , 2022
arXiv 2022
-
[3]
Seeing through fog without seeing fog: Deep multimodal sensor fusion in unseen adverse weather,
M. Bijelic, T. Gruber, F. Mannan, F. Kraus, W. Ritter, K. Dietmayer, and F. Heide, “Seeing through fog without seeing fog: Deep multimodal sensor fusion in unseen adverse weather,” in The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , June 2020
work page 2020
-
[4]
Desnownet: Context-aware deep network for snow removal,
Y .-F. Liu, D.-W. Jaw, S.-C. Huang, and J.-N. Hwang, “Desnownet: Context-aware deep network for snow removal,” IEEE Transactions on Image Processing, vol. 27, no. 6, pp. 3064–3073, 2018
work page 2018
-
[5]
Deep dense multi-scale network for snow removal using semantic and geometric priors,
K. Zhang, R. Li, Y . Yu, W. Luo, and C. Li, “Deep dense multi-scale network for snow removal using semantic and geometric priors,” IEEE Transactions on Image Processing , 2021
work page 2021
-
[6]
W.-T. Chen, H.-Y . Fang, J.-J. Ding, C.-C. Tsai, and S.-Y . Kuo, “Jstasr: Joint size and transparency-aware snow removal algorithm based on modified partial convolution and veiling effect removal,” in European Conference on Computer Vision , 2020. 15 (a) Input (b) Events (c) Model-based (d) Restormer [1] (e) RLP [20] (f) SnowFormer [2] (g) S2VD [35] (h) E...
work page 2020
-
[7]
W.-T. Chen, H.-Y . Fang, C.-L. Hsieh, C.-C. Tsai, I. Chen, J.-J. Ding, S.-Y . Kuo et al. , “All snow removed: Single image desnowing algo- rithm using hierarchical dual-tree complex wavelet representation and contradict channel loss,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2021, pp. 4196–4205
work page 2021
-
[8]
Snow removal in video: A new dataset and a novel method,
H. Chen, J. Ren, J. Gu, H. Wu, X. Lu, H. Cai, and L. Zhu, “Snow removal in video: A new dataset and a novel method,” in Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , October 2023, pp. 13 211–13 222
work page 2023
Show all 52 references
-
[9]
When does a camera see rain?
K. Garg and S. Nayar, “When does a camera see rain?” in Tenth IEEE International Conference on Computer Vision (ICCV’05) V olume 1, vol. 2, 2005, pp. 1067–1074 V ol. 2
2005
-
[10]
Video snow removal based on self-adaptation snow detection and patch-based gaussian mixture model,
B. Yang, Z. Jia, J. Yang, and N. K. Kasabov, “Video snow removal based on self-adaptation snow detection and patch-based gaussian mixture model,” IEEE Access , vol. 8, pp. 160 188–160 201, 2020
2020
-
[11]
Video desnowing and deraining based on matrix decomposition,
W. Ren, J. Tian, Z. Han, A. Chan, and Y . Tang, “Video desnowing and deraining based on matrix decomposition,” in 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , 2017, pp. 2838– 2847
2017
-
[12]
Online rain/snow removal from surveillance videos,
M. Li, X. Cao, Q. Zhao, L. Zhang, and D. Meng, “Online rain/snow removal from surveillance videos,” IEEE Transactions on Image Pro- cessing, vol. 30, pp. 2029–2044, 2021
2021
-
[13]
Video rain/snow removal by transformed online multiscale convolutional sparse coding,
M. Li, X. Cao, Q. Zhao, L. Zhang, C. Gao, and D. Meng, “Video rain/snow removal by transformed online multiscale convolutional sparse coding,” ArXiv, vol. abs/1909.06148, 2019. [Online]. Available: https://api.semanticscholar.org/CorpusID:202572625
1909 arXiv
-
[14]
Video deraining and desnowing using temporal correlation and low-rank matrix completion,
J.-H. Kim, J.-Y . Sim, and C.-S. Kim, “Video deraining and desnowing using temporal correlation and low-rank matrix completion,” IEEE Transactions on Image Processing , vol. 24, no. 9, pp. 2658–2670, 2015
2015
-
[15]
Event-based vision: A survey,
G. Gallego, T. Delbruck, G. Orchard, C. Bartolozzi, B. Taba, A. Censi, S. Leutenegger, A. Davison, J. Conradt, K. Daniilidis, and D. Scara- muzza, “Event-based vision: A survey,”IEEE Trans. Pattern Anal. Mach. Intell., 2020
2020
-
[16]
Dsec: A stereo event camera dataset for driving scenarios,
M. Gehrig, W. Aarents, D. Gehrig, and D. Scaramuzza, “Dsec: A stereo event camera dataset for driving scenarios,” IEEE Robot. Autom. Lett. , 2021
2021
-
[17]
Detection and removal of rain from videos,
K. Garg and S. Nayar, “Detection and removal of rain from videos,” in Proceedings of the 2004 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2004. CVPR 2004. , vol. 1, 2004, pp. I–I
2004
-
[18]
Automatic single-image-based rain streaks removal via image decomposition,
L.-W. Kang, C.-W. Lin, and Y .-H. Fu, “Automatic single-image-based rain streaks removal via image decomposition,” IEEE Transactions on Image Processing, vol. 21, no. 4, pp. 1742–1755, 2012
2012
-
[19]
Single image deraining: From model-based to data-driven and beyond,
W. Yang, R. T. Tan, S. Wang, Y . Fang, and J. Liu, “Single image deraining: From model-based to data-driven and beyond,” vol. 43, no. 11, 2021, pp. 4059–4077
2021
-
[20]
Learning rain location prior for nighttime deraining,
F. Zhang, S. You, Y . Li, and Y . Fu, “Learning rain location prior for nighttime deraining,” in Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , October 2023, pp. 13 148– 13 157
2023
-
[21]
Pixel based temporal analysis using chromatic property for removing rain from videos
P. Liu, J. Xu, J. Liu, and X. Tang, “Pixel based temporal analysis using chromatic property for removing rain from videos.” Computer and Information Science , vol. 2, no. 1, pp. 53–60, 2009
2009
-
[22]
Rain removal in video by combining temporal and chromatic properties,
X. Zhang, H. Li, Y . Qi, W. K. Leow, and T. K. Ng, “Rain removal in video by combining temporal and chromatic properties,” in Proceedings of the IEEE International Conference on Multimedia and Expo (ICME) , 2006, pp. 461–464
2006
-
[23]
P. C. Barnum, S. Narasimhan, and T. Kanade, “Analysis of rain and 16 (a) Input Image (b) Ours - Image (c) Input-Depth (d) Ours - Depth Fig. 18: Qualitative results of our method on downstream task - depth estimation. We show the input image and depth map from the DSEC-Snow dat...
2010
-
[24]
Rain or snow detection in image sequences through use of a histogram of orientation of streaks,
J. Bossu, N. Hauti `ere, and J.-P. Tarel, “Rain or snow detection in image sequences through use of a histogram of orientation of streaks,” International Journal of Computer Vision , vol. 93, no. 3, pp. 348–367, 2011
2011
-
[25]
Utilizing local phase information to remove rain from video,
V . Santhaseelan and V . K. Asari, “Utilizing local phase information to remove rain from video,” International Journal of Computer Vision , vol. 112, no. 1, pp. 71–89, 2015
2015
-
[26]
A generalized low-rank appearance model for spatio-temporally correlated rain streaks,
Y .-L. Chen and C.-T. Hsu, “A generalized low-rank appearance model for spatio-temporally correlated rain streaks,” in Proceedings of the IEEE International Conference on Computer Vision (ICCV) , 2013, pp. 1968– 1975
2013
-
[27]
A novel tensor-based video rain streaks removal approach via utilizing discriminatively intrinsic priors,
T.-X. Jiang, T.-Z. Huang, X.-L. Zhao, L.-J. Deng, and Y . Wang, “A novel tensor-based video rain streaks removal approach via utilizing discriminatively intrinsic priors,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , 2017, pp. 2818– 2827
2017
-
[28]
Video desnowing and deraining based on matrix decomposition,
W. Ren, J. Tian, Z. Han, A. Chan, and Y . Tang, “Video desnowing and deraining based on matrix decomposition,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , 2017, pp. 4210–4219
2017
-
[29]
Video rain streak removal by multiscale convolutional sparse coding,
M. Li, Q. Xie, Q. Zhao, W. Wei, S. Gu, J. Tao, and D. Meng, “Video rain streak removal by multiscale convolutional sparse coding,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , 2018, pp. 6644–6653
2018
-
[30]
Robust video content alignment and compensation for rain removal in a cnn framework,
J. Chen, C.-H. Tan, J. Hou, L.-P. Chau, and H. Li, “Robust video content alignment and compensation for rain removal in a cnn framework,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , 2018, pp. 6286–6295
2018
-
[31]
Erase or fill? deep joint recurrent rain removal and reconstruction in videos,
J. Liu, W. Yang, S. Yang, and Z. Guo, “Erase or fill? deep joint recurrent rain removal and reconstruction in videos,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , 2018, pp. 3233–3242
2018
-
[32]
D3r-net: Dynamic routing residue recurrent network for video rain removal,
——, “D3r-net: Dynamic routing residue recurrent network for video rain removal,” IEEE Transactions on Image Processing , vol. 28, no. 2, pp. 699–712, 2018
2018
-
[33]
Frame-consistent recurrent video de- raining with dual-level flow,
W. Yang, J. Liu, and J. Feng, “Frame-consistent recurrent video de- raining with dual-level flow,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , 2019, pp. 1661– 1670
2019
-
[34]
A semi-direct approach to structure from motion,
H. Jin, P. Favaro, and S. Soatto, “A semi-direct approach to structure from motion,” The Visual Computer , vol. 19, no. 6, pp. 377–394, 2003
2003
-
[35]
Semi-supervised video derain- ing with dynamical rain generator,
Z. Yue, J. Xie, Q. Zhao, and D. Meng, “Semi-supervised video derain- ing with dynamical rain generator,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2021
2021
-
[36]
Time lens++: Event-based frame interpolation with parametric non-linear flow and multi-scale fusion,
S. Tulyakov, A. Bochicchio, D. Gehrig, S. Georgoulis, Y . Li, and D. Scaramuzza, “Time lens++: Event-based frame interpolation with parametric non-linear flow and multi-scale fusion,” IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , 2022
2022
-
[37]
Time lens++: Event-based frame interpolation with parametric non-linear flow and multi-scale fusion,
——, “Time lens++: Event-based frame interpolation with parametric non-linear flow and multi-scale fusion,” IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , 2022
2022
-
[38]
Seeing behind dynamic occlusions with event cameras,
R. Zou, M. Muglikar, N. Messikommer, and D. Scaramuzza, “Seeing behind dynamic occlusions with event cameras,” 2023
2023
-
[39]
Unsupervised video deraining with an event camera,
J. Wang, W. Weng, Y . Zhang, and Z. Xiong, “Unsupervised video deraining with an event camera,” in Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , October 2023, pp. 10 831–10 840
2023
-
[40]
Photoshop, https://www.adobe.com/products/photoshop.html
A. Photoshop, https://www.adobe.com/products/photoshop.html
-
[41]
Pytorch: An imperative style, high-performance deep learning library,
A. Paszke, S. Gross, F. Massa, A. Lerer, J. Bradbury, G. Chanan, T. Killeen, Z. Lin, N. Gimelshein, L. Antiga, A. Desmaison, A. Kopf, E. Yang, Z. DeVito, M. Raison, A. Tejani, S. Chilamkurthy, B. Steiner, L. Fang, J. Bai, and S. Chintala, “Pytorch: An imperative style, high-pe...
-
[42]
Adam: A method for stochastic optimization,
D. P. Kingma and J. Ba, “Adam: A method for stochastic optimization,” CoRR, vol. abs/1412.6980, 2014. [Online]. Available: https://api.semanticscholar.org/CorpusID:6628106
2014 arXiv
-
[43]
High speed and high dynamic range video with an event camera,
H. Rebecq, R. Ranftl, V . Koltun, and D. Scaramuzza, “High speed and high dynamic range video with an event camera,” IEEE Trans. Pattern Anal. Mach. Intell. , 2019
2019
-
[44]
Benchmarking single-image dehazing and beyond,
B. Li, W. Ren, D. Fu, D. Tao, D. Feng, W. Zeng, and Z. Wang, “Benchmarking single-image dehazing and beyond,” IEEE Transactions on Image Processing , vol. 28, no. 1, pp. 492–505, 2018
2018
-
[45]
Vision transformers for dense prediction,
R. Ranftl, A. Bochkovskiy, and V . Koltun, “Vision transformers for dense prediction,” ArXiv preprint, 2021
2021
-
[46]
Benchmarking single-image dehazing and beyond,
B. Li, W. Ren, D. Fu, D. Tao, D. Feng, W. Zeng, and Z. Wang, “Benchmarking single-image dehazing and beyond,” Trans. Img. Proc., vol. 28, no. 1, p. 492–505, Jan. 2019. [Online]. Available: https://doi.org/10.1109/TIP.2018.2867951
2019
-
[47]
V2E: From video frames to realistic DVS event camera streams,
T. Delbruck, Y . Hu, and Z. He, “V2E: From video frames to realistic DVS event camera streams,” arXiv e-prints , 2020
2020
-
[48]
Finateu, A
T. Finateu, A. Niwa, D. Matolin, K. Tsuchimoto, A. Mascheroni, E. Reynaud, P. Mostafalu, F. Brady, L. Chotard, F. LeGoff, H. Takahashi, H. Wakabayashi, Y . Oike, and C. Posch, “A 1280x720 back-illuminated stacked temporal contrast event-based vision sensor with 4.86 µm pixels,...
2020
-
[49]
RAft: Recurrent All-Pairs Field Transforms for Optical Flow,
Z. Teed and J. Deng, “RAft: Recurrent All-Pairs Field Transforms for Optical Flow,” in Eur . Conf. Comput. Vis. (ECCV) , 2020
2020
-
[50]
Muses: The multi-sensor seman- tic perception dataset for driving under uncertainty,
T. Br ¨odermann, D. Bruggemann, C. Sakaridis, K. Ta, O. Liagouris, J. Corkill, and L. Van Gool, “Muses: The multi-sensor seman- tic perception dataset for driving under uncertainty,” arXiv preprint arXiv:2401.12761, 2024
2024 arXiv
-
[51]
Event cameras meet spads for high-speed, low- bandwidth imaging,
M. Muglikar, S. Somasundaram, A. Dave, E. Charbon, R. Raskar, and D. Scaramuzza, “Event cameras meet spads for high-speed, low- bandwidth imaging,” 2025, pp. 1–12
2025
-
[2019]
Available: https://proceedings.neurips.cc/paper files/ paper/2019/file/bdbca288fee7f92f2bfa9f7012727740-Paper.pdf
[Online]. Available: https://proceedings.neurips.cc/paper files/ paper/2019/file/bdbca288fee7f92f2bfa9f7012727740-Paper.pdf
2019
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.