Pith. sign in

REVIEW 3 major objections 4 minor 70 references

ERF-GS: Reconstructing Fast Motion from Disjoint Event-RGB Viewpoints

T0 review · 3 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read Fusing event-camera data into Gaussian splatting lifts dynamic view synthesis by about 1 dB on moving pixels.

desk verdict Solid incremental work on event-RGB dynamic Gaussian splatting with a useful new benchmark protocol, but the headline gain rests on simulated events derived from the same RGB supervision. read the letter →

arxiv 2608.08531 v1 pith:UOCDJZCV submitted 2026-08-09 cs.CV

classification cs.CV
keywords dynamicscenereconstructioneventcamera3DGaussiansplattingmultimodalfusionnovelviewsynthesismotionblursimulationdensification
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper claims that the missing ingredient for reconstructing fast-moving scenes is not a better RGB model but a second, faster modality: the asynchronous event stream from an event camera. It proposes ERF-GS, which attaches two event-driven components to an existing dynamic Gaussian splatting pipeline, in which a dynamic scene is stored as thousands of moving 3D Gaussian blobs. The first component, EARL, supervises the representation between RGB frames with a confidence-weighted event loss plus trajectory and color regularizers, using no ground-truth RGB frames. The second, EDS, places new Gaussians exactly where event data indicates motion, after cross-validating candidates across multiple event viewpoints. On temporally subsampled, motion-blurred natural videos with disjoint RGB and event viewpoints, the paper reports that ERF-GS improves dynamic PSNR over the RGB-only baseline by 0.91–1.44 dB; the point is to make event-assisted reconstruction work without aligned RGB-event viewpoints or clean RGB frames.

What carries the argument

The load-bearing machinery is two attached components rather than a new representation. EARL (event-assisted regularized loss) treats an event frame as the difference in log-luma between two rendered images, weights each pixel by the inverse of its event count so that noisy spikes are downweighted, and adds linear-trajectory and color-stability regularizers to stop Gaussians from zigzagging or shifting hue while fitting sparse events. EDS (event-guided densification) unprojects nonzero event pixels into depth-sampled 3D candidates, re-projects them into several other event viewpoints for cross-validation, and filters the survivors by depth uniqueness, spatial coherence with existing Gaussians, and deformation consistency before adding them. Together these components give the Gaussian cloud the high-temporal-resolution motion evidence that RGB-only training lacks.

What would settle it

Run the same Neu3D- and Nvidia-style scenes with physical event cameras in a disjoint-view capture rig; if the dynamic-PSNR gain over the RGB-only baseline drops to within noise, or color-shift artifacts grow as they do on simulated reflective and dark regions, the central transfer claim fails.

Watch

Extended reading notes

Core claim

ERF-GS establishes that event information can be injected into both optimization and densification of a dynamic 3D Gaussian representation without requiring ground-truth RGB frames, color-channel alignment, or shared viewpoints between event and RGB cameras. Using the v2e simulator to turn natural multiview videos into event streams, then degrading RGB by temporal subsampling and motion blur and holding out event-only viewpoints, the method reports that the 4DGS backbone gains 0.91 dB in dynamic PSNR on Neu3D-dv and 1.44 dB on Nvidia-dv, with average PSNR gains of 0.17 dB and 0.57 dB. The central discovery is that sparse monochrome events, interpreted as relative log-intensity changes between two rendered predictions, can both supervise Gaussian motion and guide where new Gaussians are placed, recovering fast-moving content that blurred RGB frames alone do not resolve.

Load-bearing premise

The load-bearing premise is that event streams synthesized by the v2e simulator from RGB video are a faithful stand-in for real event-camera recordings, so the measured gains would transfer to actual hardware.

Editorial extensions

If this is right

  • If the result holds, an existing dynamic Gaussian splatting method can be upgraded with event fusion without redesigning its Gaussian representation or deformation network.
  • The method removes the usual requirement that event and RGB cameras share a viewpoint, so a capture rig can combine a sparse RGB camera set with event-only cameras at different positions.
  • The reported improvements concentrate on moving pixels, rising by 0.91–1.44 dB in dynamic PSNR while overall PSNR rises by 0.17–0.57 dB, indicating the event stream's value is specific to fast scene dynamics.
  • Training-set metrics at RGB-supervised timesteps also improve slightly, implying the event-driven losses regularize the representation even where ordinary RGB supervision exists.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural next experiment is to run the same pipeline on real event streams from a multiview rig; if the 1 dB margin persists, the simulation-to-real gap the paper acknowledges would be largely bridged.
  • The robustness of EDS to the number of disjoint event viewpoints, tested with two to four, suggests a practical capture design with only two or three event cameras supplementing a larger RGB rig.
  • The failure cases around reflective surfaces and dark regions indicate that future event-assisted methods will need to distinguish motion-triggered events from lighting- and specularity-triggered events before deployment in uncontrolled scenes.
  • A testable extension would combine EARL and EDS with simultaneous camera-pose optimization for moving event cameras, since the paper's static-camera assumption is an acknowledged simplification.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper proposes ERF-GS, a dynamic 3D Gaussian splatting framework that fuses event streams into both the optimization and densification stages of a 4DGS backbone. The two proposed components are EARL, an event-assisted regularized loss that supervises rendered images against simulated event frames from possibly disjoint viewpoints, and EDS, an event-guided densification strategy that lifts event pixels to 3D candidates and cross-validates them across views. Experiments are conducted on temporally subsampled and motion-blurred variants of the Neu3D and Nvidia datasets, with v2e-generated events, and the paper reports average DPSNR improvements of 0.91 dB over 4DGS on Neu3D-dv and 1.44 dB on Nvidia-dv, plus a comparison with the E-D3DGS baseline. The paper also releases code and processed datasets.

Significance. If the reported gains transfer to real event-camera captures, the paper would be a useful contribution to event-assisted dynamic scene reconstruction: it addresses realistic constraints such as disjoint event-RGB viewpoints, does not require ground-truth RGB at intermediate times, and is designed as a plug-in for existing dynamic Gaussian splatting methods. The ablations in Table 5 support the usefulness of both EARL and EDS, and the release of code and processed datasets is a concrete strength. However, the significance is conditional on external validity: every experiment uses simulated events generated from the same RGB videos that supply both training supervision and evaluation ground truth, and the paper itself concedes the simulated-to-real domain gap. The central claim of a >0.9 dB improvement is therefore not yet validated for real hardware, which is the main risk in assessing this work.

major comments (3)
  1. [Sec. 4.1, Sec. 5.3, Eq. (6)] The evaluation's only event modality is v2e events generated from the same high-frame-rate RGB videos that define the evaluation ground truth and the blurred training inputs. An event frame is essentially a log-intensity difference between original frames, so at intermediate timesteps it encodes exactly the motion that subsampled RGB hides. Because EARL in Eq. (6) and EDS in Sec. 3.3 are optimized against these same-data-derived events, the reported 0.91 dB and 1.44 dB DPSNR gains are internally consistent but do not establish that the method improves reconstruction from real event sensors. The paper's own statement in Sec. 5.3 that 'the domain gap between simulated and real-captured events is unavoidable' makes this a load-bearing validity gap, not a cosmetic caveat. The authors should either validate on real multiview event-RGB data or provide a simulation protocol in which events are not derived from the exact frames used for supervision and evaluation.
  2. [Sec. 4.5, Table 8] The comparison with E-D3DGS is not on equal footing. The paper states that E-D3DGS had to be run with 2x2 downsampled inputs 'essentially reducing the reconstruction difficulty,' while ERF-GS runs at full resolution. The 10.30 dB DPSNR gap on Neu3D-dv (16.35 vs. 26.65) could be largely attributable to resolution rather than method quality. Please retrain E-D3DGS at full resolution under comparable memory settings, or clearly label it as a lower-resolution baseline and do not use the margin to support the claim of superiority.
  3. [Sec. 4.1, Tables 2 and 3] The headline average improvements are not supported by error bars or multiple runs. Per-scene results include meaningful regressions, for example 'cut roasted beef' drops from 27.17 to 26.09 DPSNR in Table 1 and 'Dynamicface' is worse in all metrics in Table 2, while 'Balloon2' is excluded post hoc in Sec. 4.1. Since the central claim is an average gain of more than 0.9 dB, the authors should report standard deviations over several seeds, state the per-scene success rate, and either include Balloon2 or justify its exclusion with a pre-specified criterion rather than a post hoc observation of poor quality.
minor comments (4)
  1. [Sec. 3.2.1] The section title says 'confidence-weighed event loss' but 'weighed' should be 'weighted'.
  2. [Abstract and Sec. 3.2] The abstract's phrase 'event-based learning detached from RGB inputs' is overstated: Eq. (5) still uses rendered RGB-to-luma images, and Eqs. (7) and (8) anchor intermediate states to RGB-supervised Gaussian positions and colors. Suggest rewording to 'detached from ground-truth RGB frames at intermediate timesteps.'
  3. [Fig. 9 and Fig. 12] The event-frame visualizations are small and hard to read; please annotate the timestamps, viewpoints, and failure regions explicitly so the qualitative claims can be verified.
  4. [Sec. 4.3, Table 3] The '-mb' variants are created by averaging each subsampled frame with its two original neighbors, and the paper itself notes this can leak information from adjacent frames; this makes the -mb results difficult to interpret as a test of robustness to genuine motion blur.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular derivation: ERF-GS's reported gains are empirical comparisons against an external baseline, with event losses forming an additional constraint rather than a renamed fit.

full rationale

The paper's central claim is an empirical improvement over the external 4DGS baseline on Neu3D and Nvidia variants, and the reported DPSNR/PSNR numbers are produced by training and evaluating both methods under the same protocol. No fitted parameter is relabeled as a prediction: the method adds event-based losses (EARL) and event-guided densification (EDS) on top of an unmodified 4DGS backbone, and the ablation study independently attributes gains to each component. Equation (6), the confidence-weighted event loss, supervises the log-luma difference between two rendered images against a v2e-simulated event frame; this is not identical to the RGB photometric loss seen by the baseline, because the baseline only observes subsampled and motion-blurred RGB frames while the event data encodes temporal differences at intermediate timesteps. The event signal is therefore an additional source of information, even though it is ultimately derived from the same original RGB videos. The use of v2e-simulated events rather than real sensor data is a real limitation on external validity, and the paper explicitly concedes that 'the domain gap between simulated and real-captured events is unavoidable'; however, this is a benchmark-fidelity and generalization concern, not a circularity in the sense of a derivation reducing to its own inputs. The claimed improvements are not forced by construction: the model must still reconstruct full appearance, color, and geometry, and the event data alone does not determine the rendered RGB frames. Self-citations to the authors' prior work appear only in peripheral contexts such as related work and a remark about reflective surfaces, and they are not load-bearing. The derivation chain is therefore self-contained as an empirical study, and no circular step can be exhibited from the paper's equations or experimental protocol.

Assumptions & free parameters 6 free parameters · 4 assumptions · 0 invented entities

The method introduces no new physical entities. Its support rests on three classes of assumptions: the v2e event simulator is a realistic proxy for real sensors; static multi-camera geometry and known depth ranges are available; and the DPSNR metric uses SAM2 segmentation to isolate moving pixels. The free parameters are training weights and EDS hyperparameters, plus unstated event contrast threshold details.

free parameters (6)
  • Event loss weight = 0.1
    Sec. 4.2.2 sets the weight for L_event to 0.1; the central result depends on this hand-set choice.
  • Trajectory regularization weight lambda_p = 0.01
    Sec. 4.2.2 sets lambda_p to 0.01 for the L_preg term in EARL.
  • Color regularization weight lambda_c = 0.01
    Sec. 4.2.2 sets lambda_c to 0.01 for the L_creg term in EARL.
  • Contrast threshold c and variance sigma_c = not reported
    Eq. 6 uses the event contrast threshold c and its variance sigma_c, but values are not given in the paper, which is needed to reproduce the event loss.
  • EDS hyperparameters M, epsilon, kappa, N = 100, 10, 3, 500
    Sec. 4.2.3 sets M=100, epsilon=10, kappa=3, N=500 for densification; these choices affect EDS behavior and final quality.
  • Temporal subsampling factor f = 16 for Neu3D; 4, 6, or 8 per Nvidia scene
    Sec. 4.1 sets the subsampling rate per dataset scene, directly controlling the difficulty of the fast-motion benchmark.
assumptions (4)
  • domain assumption v2e event simulation from RGB video is a realistic proxy for real event sensor outputs.
    All experiments use v2e to generate events from existing RGB videos; Sec. 5.3 acknowledges the domain gap between simulated and real-captured events.
  • domain assumption Static camera poses throughout each scene, so event activations correspond to object motion.
    Sec. 3.3 states EDS assumes static camera poses, and Sec. 4.1 notes experiments use datasets with static cameras.
  • domain assumption SAM 2-generated dynamic masks correctly identify moving pixels for DPSNR evaluation.
    Sec. 4.3 uses SAM 2 masks to segment dynamic regions and compute DPSNR; the metric is valid only if these masks accurately isolate moving content.
  • domain assumption A relatively large number of static cameras (more than 10) is available.
    Sec. 5.2 limitations state that deployment assumes over 10 synchronized static cameras, which is not typical for real-world capture.

how reviews work

0 comments
Cite this review

Pith. "Pith review of ERF-GS: Reconstructing Fast Motion from Disjoint Event-RGB Viewpoints." pith.science (2026). https://pith.science/paper/UOCDJZCV

@misc{pith2026260808531,
  author       = {Pith},
  title        = {Pith review of: ERF-GS: Reconstructing Fast Motion from Disjoint Event-RGB Viewpoints},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/UOCDJZCV}},
  note         = {Machine review of arXiv:2608.08531}
}
read the original abstract

Deep learning-driven representations such as neural radiance fields (NeRFs) and 3D Gaussian splatting (3DGS) have revolutionized the field of dynamic 3D scene reconstruction with improved visual precision and scalability. However, the reconstruction of fast-moving objects remains a challenge; existing methods based on conventional frame-based videos often struggle in scenarios such as sports events and animal videography. We propose an event-RGB fusion Gaussian splatting (ERF-GS) framework that integrates event information into both optimization and densification stages of the Gaussian splatting pipeline, taking advantage of novel event sensors with high frame-rate. Unlike many other event-assisted scene reconstruction methods, ERF-GS was developed using realistic simulation settings and realizes event-based learning detached from RGB inputs. This design enables its application beyond straightforward synthetic data into the realm of natural video with complex layout, low frame rates and severe motion blur. Our experiments show that ERF-GS outperforms both the 4DGS baseline and the concurrent E-D3DGS on different variants of the Neu3D and Nvidia datasets which include blurry RGB frames and disjoint RGB-event viewpoints. Our code is available at https://github.com/andrewbxy/ERF-GS.

Figures

Figures reproduced from arXiv: 2608.08531 by the authors.

Figure 1
Figure 1. Top left: real-world applications such as sports events and animal videography challenge existing dynamic scene reconstruction [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Overview of our ERF-GS framework. Event data is incorporated into the dynamic Gaussian splatting pipeline using two [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Left: training with monochrome event data can result [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: Left: we locate Gaussian candidates by sampling along rays cast from an event frame, and cross-validate them by comparison [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Sample RGB frames before (above) and after (below) [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Two examples of SAM v2-generated dynamic masks: [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: Qualitative comparison on Neu3D-dv, showing three scenes: ‘cook [PITH_FULL_IMAGE:figures/full_fig_p010_7.png]
Figure 8
Figure 8. Figure 8: Qualitative comparison on Nvidia-dv, showing four scenes: ‘Balloon1’, ‘Jumping’, ‘Playground’, and ‘Truck’, are visualized. [PITH_FULL_IMAGE:figures/full_fig_p011_8.png]
Figure 9
Figure 9. Figure 9: Qualitative comparison on event frames. Above: simu [PITH_FULL_IMAGE:figures/full_fig_p012_9.png]
Figure 10
Figure 10. Figure 10: Ablation study using ‘Truck’ from Nvidia-dv. Left to [PITH_FULL_IMAGE:figures/full_fig_p013_10.png]
Figure 11
Figure 11. Figure 11: Comparison of ERF-GS and E-D3DGS: the latter ex￾hibits artifacts such as color shift (left) and missing objects (right) due to inaccurate segmentation and unconstrained event-based su￾pervision. tion. With EARL and EDS as its primary components, ERF-GS achieves event-…
Figure 12
Figure 12. Figure 12: Failures using Neu3D-dv and Nvidia-dv. Left: ground truth event frame (above) and estimated event frame using two rendered images (below) on ‘cut roasted beef’. Center: sample frames from baseline (above) and ERF-GS (below) on ‘cut roasted beef’. Right: sample frames …

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

70 extracted references · 47 canonical work pages

  1. [1]

    Ev-segnet: Semantic segmentation for event-based cameras

    Inigo Alonso and Ana C Murillo. Ev-segnet: Semantic segmentation for event-based cameras. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, pages 0–0, 2019

  2. [2]

    Event-based near-eye gaze tracking beyond 10,000 hz.IEEE Transactions on Visualization and Computer Graphics, 27(5):2577–2586, 2021

    Anastasios N Angelopoulos, Julien NP Martel, Amit P Kohli, J ¨org Conradt, and Gordon Wetzstein. Event-based near-eye gaze tracking beyond 10,000 hz.IEEE Transactions on Visualization and Computer Graphics, 27(5):2577–2586, 2021

  3. [3]

    Deepdeform: Learning non-rigid rgb-d reconstruction with semi-supervised data

    Aljaz Bozic, Michael Zollhofer, Christian Theobalt, and Matthias Nießner. Deepdeform: Learning non-rigid rgb-d reconstruction with semi-supervised data. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 7002–7012, 2020

  4. [4]

    Hexplane: A fast representa- tion for dynamic scenes

    Ang Cao and Justin Johnson. Hexplane: A fast representa- tion for dynamic scenes. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 130–141, 2023

  5. [5]

    E2GS: Event enhanced gaussian splatting

    Hiroyuki Deguchi, Mana Masuda, Takuya Nakabayashi, and Hideo Saito. E2GS: Event enhanced gaussian splatting. In IEEE International Conference on Image Processing (ICIP), pages 1676–1682, 2024

  6. [6]

    Activity-driven, event-based vision sensors

    Tobi Delbr ¨uck, Bernabe Linares-Barranco, Eugenio Culur- ciello, and Christoph Posch. Activity-driven, event-based vision sensors. InProceedings of IEEE international sym- posium on circuits and systems, pages 2426–2429, 2010

  7. [7]

    A voxel graph cnn for object classification with event cameras

    Yongjian Deng, Hao Chen, Hai Liu, and Youfu Li. A voxel graph cnn for object classification with event cameras. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition, pages 1172–1181, 2022

  8. [8]

    Neural radiance flow for 4d view 15 synthesis and video processing

    Yilun Du, Yinan Zhang, Hong-Xing Yu, Joshua B Tenen- baum, and Jiajun Wu. Neural radiance flow for 4d view 15 synthesis and video processing. InIEEE/CVF International Conference on Computer Vision (ICCV), pages 14304– 14314, 2021

Show all 70 references
  1. [9]

    Eventaid: Bench- marking event-aided image/video enhancement algorithms with real-captured hybrid dataset.IEEE Transactions on Pat- tern Analysis and Machine Intelligence, 2025

    Peiqi Duan, Boyu Li, Yixin Yang, Hanyue Lou, Minggui Teng, Xinyu Zhou, Yi Ma, and Boxin Shi. Eventaid: Bench- marking event-aided image/video enhancement algorithms with real-captured hybrid dataset.IEEE Transactions on Pat- tern Analysis and Machine Intelligence, 2025

  2. [10]

    Hypere2vid: Improving event-based video reconstruction via hypernetworks.IEEE Transactions on Im- age Processing, 2024

    Burak Ercan, Onur Eker, Canberk Saglam, Aykut Erdem, and Erkut Erdem. Hypere2vid: Improving event-based video reconstruction via hypernetworks.IEEE Transactions on Im- age Processing, 2024

  3. [11]

    Event-based vision: A survey.IEEE transactions on pattern analysis and machine intelligence, 44(1):154–180, 2020

    Guillermo Gallego, Tobi Delbr ¨uck, Garrick Orchard, Chiara Bartolozzi, Brian Taba, Andrea Censi, Stefan Leutenegger, Andrew J Davison, J ¨org Conradt, Kostas Daniilidis, et al. Event-based vision: A survey.IEEE transactions on pattern analysis and machine intelligence, 44(1):...

  4. [12]

    Dynamic view synthesis from dynamic monocular video

    Chen Gao, Ayush Saraf, Johannes Kopf, and Jia-Bin Huang. Dynamic view synthesis from dynamic monocular video. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 5712–5721, 2021

  5. [13]

    Gaussianflow: Splatting gaussian dynamics for 4d content creation.arXiv preprint arXiv:2403.12365, 2024

    Quankai Gao, Qiangeng Xu, Zhe Cao, Ben Mildenhall, Wen- chao Ma, Le Chen, Danhang Tang, and Ulrich Neumann. Gaussianflow: Splatting gaussian dynamics for 4d content creation.arXiv preprint arXiv:2403.12365, 2024

  6. [14]

    Recurrent vision transformers for object detection with event cameras

    Mathias Gehrig and Davide Scaramuzza. Recurrent vision transformers for object detection with event cameras. InPro- ceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 13884–13893, 2023

  7. [15]

    E-raft: Dense optical flow from event cam- eras

    Mathias Gehrig, Mario Millh ¨ausler, Daniel Gehrig, and Da- vide Scaramuzza. E-raft: Dense optical flow from event cam- eras. InIEEE International Conference on 3D Vision (3DV), pages 197–206, 2021

  8. [16]

    Event-3dgs: Event-based 3d reconstruction using 3d gaus- sian splatting.Advances in Neural Information Processing Systems, 37, 2024

    Haiqian Han, Jianing Li, Henglu Wei, and Xiangyang Ji. Event-3dgs: Event-based 3d reconstruction using 3d gaus- sian splatting.Advances in Neural Information Processing Systems, 37, 2024

  9. [17]

    A causal convolutional neural network for multi-subject mo- tion modeling and generation.Computational Visual Media, 10(1):45–59, 2024

    Shuaiying Hou, Congyi Wang, Wenlin Zhuang, Yu Chen, Yangang Wang, Hujun Bao, Jinxiang Chai, and Weiwei Xu. A causal convolutional neural network for multi-subject mo- tion modeling and generation.Computational Visual Media, 10(1):45–59, 2024

  10. [18]

    v2e: From video frames to realistic dvs events

    Yuhuang Hu, Shih-Chii Liu, and Tobi Delbruck. v2e: From video frames to realistic dvs events. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 1312–1321, 2021

  11. [19]

    Ev3DGS: Event enhanced 3D gaussian splatting from blurry images

    Junwu Huang, Zhexiong Wan, Zhicheng Lu, Juanjuan Zhu, Mingyi He, and Yuchao Dai. Ev3DGS: Event enhanced 3D gaussian splatting from blurry images. InIEEE Asia Pacific Signal and Information Processing Association Annual Sum- mit and Conference (APSIPA ASC), pages 1–6, 2024

  12. [20]

    Sc-gs: Sparse-controlled gaussian splatting for editable dynamic scenes

    Yi-Hua Huang, Yang-Tian Sun, Ziyi Yang, Xiaoyang Lyu, Yan-Pei Cao, and Xiaojuan Qi. Sc-gs: Sparse-controlled gaussian splatting for editable dynamic scenes. InProceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4220–4230, 2024

  13. [21]

    Event- based 3d motion flow estimation using 4d spatio temporal subspaces properties.Frontiers in Neuroscience, 10:596, 2017

    Sio-Hoi Ieng, Jo ˜ao Carneiro, and Ryad B Benosman. Event- based 3d motion flow estimation using 4d spatio temporal subspaces properties.Frontiers in Neuroscience, 10:596, 2017

  14. [22]

    Real-time 3d reconstruction tech- niques applied in dynamic scenes: A systematic literature review.Computer Science Review, 39:100338, 2021

    Anupama K Ingale et al. Real-time 3d reconstruction tech- niques applied in dynamic scenes: A systematic literature review.Computer Science Review, 39:100338, 2021

  15. [23]

    3D gaussian splatting for real-time radiance field rendering.ACM Trans

    Bernhard Kerbl, Georgios Kopanas, Thomas Leimk ¨uhler, and George Drettakis. 3D gaussian splatting for real-time radiance field rendering.ACM Trans. Graph., 42(4):139–1, 2023

  16. [24]

    Neural 3d video synthesis from multi-view video

    Tianye Li, Mira Slavcheva, Michael Zollhoefer, Simon Green, Christoph Lassner, Changil Kim, Tanner Schmidt, Steven Lovegrove, Michael Goesele, Richard Newcombe, et al. Neural 3d video synthesis from multi-view video. In Proceedings of the IEEE/CVF Conference on Computer Vi- si...

  17. [25]

    Dynibar: Neural dynamic image-based rendering

    Zhengqi Li, Qianqian Wang, Forrester Cole, Richard Tucker, and Noah Snavely. Dynibar: Neural dynamic image-based rendering. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4273– 4284, 2023

  18. [26]

    Spacetime gaus- sian feature splatting for real-time dynamic view synthesis

    Zhan Li, Zhang Chen, Zhong Li, and Yi Xu. Spacetime gaus- sian feature splatting for real-time dynamic view synthesis. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8508–8520, 2024

  19. [27]

    EF- 3DGS: Event-aided free-trajectory 3d gaussian splatting

    Bohao Liao, Wei Zhai, Zengyu Wan, Zhixin Cheng, Wenfei Yang, Yang Cao, Tianzhu Zhang, and Zheng-Jun Zha. EF- 3DGS: Event-aided free-trajectory 3d gaussian splatting. In The Thirty-ninth Annual Conference on Neural Information Processing Systems, 2025

  20. [28]

    A 128 times 128 120 db 15 us latency asynchronous temporal contrast vision sensor.IEEE journal of solid-state circuits, 43(2):566–576, 2008

    Patrick Lichtsteiner, Christoph Posch, and Tobi Delbruck. A 128 times 128 120 db 15 us latency asynchronous temporal contrast vision sensor.IEEE journal of solid-state circuits, 43(2):566–576, 2008

  21. [29]

    Embodied neuromorphic synergy for lighting-robust machine vision to see in extreme bright.Nature Communications, 15(1):10781, 2024

    Shijie Lin, Guangze Zheng, Ziwei Wang, Ruihua Han, Wanli Xing, Zeqing Zhang, Yifan Peng, and Jia Pan. Embodied neuromorphic synergy for lighting-robust machine vision to see in extreme bright.Nature Communications, 15(1):10781, 2024

  22. [30]

    All- in-Focus Imaging from Event Focal Stack

    Hanyue Lou, Minggui Teng, Yixin Yang, and Boxin Shi. All- in-Focus Imaging from Event Focal Stack. InIEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 17366–17375, 2023

  23. [31]

    Dynamic 3d gaussians: Tracking by persistent dynamic view synthesis.arXiv preprint arXiv:2308.09713, 2023

    Jonathon Luiten, Georgios Kopanas, Bastian Leibe, and Deva Ramanan. Dynamic 3d gaussians: Tracking by persistent dynamic view synthesis.arXiv preprint arXiv:2308.09713, 2023

  24. [32]

    Deformable neural radiance fields using rgb and event cameras

    Qi Ma, Danda Pani Paudel, Ajad Chhatkuli, and Luc Van Gool. Deformable neural radiance fields using rgb and event cameras. InProceedings of the IEEE/CVF Interna- tional Conference on Computer Vision, pages 3590–3600, 2023

  25. [33]

    Multi-bracket high dynamic range imaging with event cameras

    Nico Messikommer, Stamatios Georgoulis, Daniel Gehrig, Stepan Tulyakov, Julius Erbach, Alfredo Bochicchio, Yuanyou Li, and Davide Scaramuzza. Multi-bracket high dynamic range imaging with event cameras. InProceedings of the IEEE/CVF conference on computer vision and pattern re...

  26. [34]

    Data-driven feature tracking for event cameras

    Nico Messikommer, Carter Fang, Mathias Gehrig, and Da- vide Scaramuzza. Data-driven feature tracking for event cameras. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5642– 5651, 2023

  27. [35]

    NeRF: Representing scenes as neural radiance fields for view syn- thesis.Communications of the ACM, 65(1):99–106, 2021

    Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. NeRF: Representing scenes as neural radiance fields for view syn- thesis.Communications of the ACM, 65(1):99–106, 2021

  28. [36]

    Exploiting event cameras for spatio- temporal prediction of fast-changing trajectories

    Marco Monforte, Ander Arriandiaga, Arren Glover, and Chiara Bartolozzi. Exploiting event cameras for spatio- temporal prediction of fast-changing trajectories. In2nd IEEE International Conference on Artificial Intelligence Cir- cuits and Systems (AICAS), pages 108–112, 2020

  29. [37]

    Visual event-based egocentric human action recognition

    Francisco J Moreno-Rodr ´ıguez, V Javier Traver, Francisco Barranco, Mariella Dimiccoli, and Filiberto Pla. Visual event-based egocentric human action recognition. InIberian Conference on Pattern Recognition and Image Analysis, pages 402–414, 2022

  30. [38]

    The event-camera dataset and simulator: Event-based data for pose estimation, visual odometry, and slam.The International Journal of Robotics Research, 36(2):142–149, 2017

    Elias Mueggler, Henri Rebecq, Guillermo Gallego, Tobi Del- bruck, and Davide Scaramuzza. The event-camera dataset and simulator: Event-based data for pose estimation, visual odometry, and slam.The International Journal of Robotics Research, 36(2):142–149, 2017

  31. [39]

    Dynamicfusion: Reconstruction and tracking of non-rigid scenes in real-time

    Richard A Newcombe, Dieter Fox, and Steven M Seitz. Dynamicfusion: Reconstruction and tracking of non-rigid scenes in real-time. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 343–352, 2015

  32. [40]

    Nerfies: Deformable neural radiance fields

    Keunhong Park, Utkarsh Sinha, Jonathan T Barron, Sofien Bouaziz, Dan B Goldman, Steven M Seitz, and Ricardo Martin-Brualla. Nerfies: Deformable neural radiance fields. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 5865–5874, 2021

  33. [41]

    Hypernerf: A higher- dimensional representation for topologically varying neural radiance fields.arXiv preprint arXiv:2106.13228, 2021

    Keunhong Park, Utkarsh Sinha, Peter Hedman, Jonathan T Barron, Sofien Bouaziz, Dan B Goldman, Ricardo Martin- Brualla, and Steven M Seitz. Hypernerf: A higher- dimensional representation for topologically varying neural radiance fields.arXiv preprint arXiv:2106.13228, 2021

  34. [42]

    Gaussian-plus-sdf slam: High-fidelity 3d reconstruction at 150+ fps.Computa- tional Visual Media, 2025

    Zhexi Peng, Kun Zhou, and Tianjia Shao. Gaussian-plus-sdf slam: High-fidelity 3d reconstruction at 150+ fps.Computa- tional Visual Media, 2025

  35. [43]

    D-nerf: Neural radiance fields for dynamic scenes

    Albert Pumarola, Enric Corona, Gerard Pons-Moll, and Francesc Moreno-Noguer. D-nerf: Neural radiance fields for dynamic scenes. InProceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 10318–10327, 2021

  36. [44]

    SAM 2: Segment anything in images and videos

    Nikhila Ravi, Valentin Gabeur, Yuan-Ting Hu, Ronghang Hu, Chaitanya Ryali, Tengyu Ma, Haitham Khedr, Roman R¨adle, Chloe Rolland, Laura Gustafson, Eric Mintun, Junt- ing Pan, Kalyan Vasudev Alwala, Nicolas Carion, Chao- Yuan Wu, Ross Girshick, Piotr Doll´ar, and Christoph Feic...

  37. [45]

    Esim: an open event camera simulator

    Henri Rebecq, Daniel Gehrig, and Davide Scaramuzza. Esim: an open event camera simulator. InConference on Robot Learning, pages 969–982, 2018

  38. [46]

    High speed and high dynamic range video with an event camera.IEEE transactions on pattern analysis and machine intelligence, 43(6):1964–1980, 2019

    Henri Rebecq, Ren ´e Ranftl, Vladlen Koltun, and Davide Scaramuzza. High speed and high dynamic range video with an event camera.IEEE transactions on pattern analysis and machine intelligence, 43(6):1964–1980, 2019

  39. [47]

    Octree-gs: Towards consistent real-time rendering with lod-structured 3d gaussians.arXiv preprint arXiv:2403.17898, 2024

    Kerui Ren, Lihan Jiang, Tao Lu, Mulin Yu, Linning Xu, Zhangkai Ni, and Bo Dai. Octree-gs: Towards consistent real-time rendering with lod-structured 3d gaussians.arXiv preprint arXiv:2403.17898, 2024

  40. [48]

    Dynamic eventnerf: Re- constructing general dynamic scenes from multi-view event cameras.arXiv preprint arXiv:2412.06770, 2024

    Viktor Rudnev, Gereon Fox, Mohamed Elgharib, Christian Theobalt, and Vladislav Golyanik. Dynamic eventnerf: Re- constructing general dynamic scenes from multi-view event cameras.arXiv preprint arXiv:2412.06770, 2024

  41. [49]

    Fast im- age reconstruction with an event camera

    Cedric Scheerlinck, Henri Rebecq, Daniel Gehrig, Nick Barnes, Robert Mahony, and Davide Scaramuzza. Fast im- age reconstruction with an event camera. InProceedings of the IEEE/CVF Winter Conference on Applications of Com- puter Vision, pages 156–163, 2020

  42. [50]

    Structure-from-motion revisited

    Johannes Lutz Sch ¨onberger and Jan-Michael Frahm. Structure-from-motion revisited. InConference on Com- puter Vision and Pattern Recognition (CVPR), pages 4104– 4113, 2016

  43. [51]

    Learning dense and continuous optical flow from an event camera.IEEE Transactions on Image Processing, 31:7237–7251, 2022

    Zhexiong Wan, Yuchao Dai, and Yuxin Mao. Learning dense and continuous optical flow from an event camera.IEEE Transactions on Image Processing, 31:7237–7251, 2022

  44. [52]

    Instance-level moving object segmentation from a sin- gle image with events.International Journal of Computer Vision, pages 1–22, 2025

    Zhexiong Wan, Bin Fan, Le Hui, Yuchao Dai, and Gim Hee Lee. Instance-level moving object segmentation from a sin- gle image with events.International Journal of Computer Vision, pages 1–22, 2025

  45. [53]

    NeRF in robotics: A survey.arXiv preprint arXiv:2405.01333, 2024

    Guangming Wang, Lei Pan, Songyou Peng, Shaohui Liu, Chenfeng Xu, Yanzi Miao, Wei Zhan, Masayoshi Tomizuka, Marc Pollefeys, and Hesheng Wang. NeRF in robotics: A survey.arXiv preprint arXiv:2405.01333, 2024

  46. [54]

    Evggs: A collaborative learning framework for event-based generalizable gaussian splatting

    Jiaxu Wang, Junhao He, Ziyi Zhang, Mingyuan Sun, Jingkai Sun, and Renjing Xu. Evggs: A collaborative learning framework for event-based generalizable gaussian splatting. arXiv preprint arXiv:2405.14959, 2024

  47. [55]

    Echo-reconstruction: Audio-augmented 3d scene re- construction.arXiv preprint arXiv:2110.02405, 2021

    Justin Wilson, Nicholas Rewkowski, Ming C Lin, and Henry Fuchs. Echo-reconstruction: Audio-augmented 3d scene re- construction.arXiv preprint arXiv:2110.02405, 2021

  48. [56]

    4d gaussian splatting for real-time dynamic scene rendering

    Guanjun Wu, Taoran Yi, Jiemin Fang, Lingxi Xie, Xiaopeng Zhang, Wei Wei, Wenyu Liu, Qi Tian, and Xinggang Wang. 4d gaussian splatting for real-time dynamic scene rendering. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 20310–20320, 2024

  49. [57]

    Ev-gs: Event-based gaussian splatting for efficient and accurate radiance field rendering

    Jingqian Wu, Shuo Zhu, Chutian Wang, and Edmund Y Lam. Ev-gs: Event-based gaussian splatting for efficient and accurate radiance field rendering. InIEEE 34th Interna- tional Workshop on Machine Learning for Signal Processing (MLSP), pages 1–6, 2024

  50. [58]

    Sweepevgs: Event-based 3d gaussian splatting for macro and micro radiance field rendering from a single sweep.arXiv preprint arXiv:2412.11579, 2024

    Jingqian Wu, Shuo Zhu, Chutian Wang, Boxin Shi, and Ed- mund Y Lam. Sweepevgs: Event-based 3d gaussian splatting for macro and micro radiance field rendering from a single sweep.arXiv preprint arXiv:2412.11579, 2024

  51. [59]

    Recent advances in 3d gaussian splatting.Computational Visual Media, 10(4):613– 642, 2024

    Tong Wu, Yu-Jie Yuan, Ling-Xiao Zhang, Jie Yang, Yan- Pei Cao, Ling-Qi Yan, and Lin Gao. Recent advances in 3d gaussian splatting.Computational Visual Media, 10(4):613– 642, 2024. 17

  52. [60]

    Local gaus- sian density mixtures for unstructured lumigraph rendering

    Xiuchao Wu, Jiamin Xu, Chi Wang, Yifan Peng, Qixing Huang, James Tompkin, and Weiwei Xu. Local gaus- sian density mixtures for unstructured lumigraph rendering. InSIGGRAPH Asia 2024 Conference Papers, pages 1–11, 2024

  53. [61]

    Space-time neural irradiance fields for free-viewpoint video

    Wenqi Xian, Jia-Bin Huang, Johannes Kopf, and Changil Kim. Space-time neural irradiance fields for free-viewpoint video. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 9421–9431, 2021

  54. [62]

    Event3DGS: Event-based 3D gaussian splatting for fast ego- motion.arXiv preprint arXiv:2406.02972, 2024

    Tianyi Xiong, Jiayi Wu, Botao He, Cornelia Fermuller, Yian- nis Aloimonos, Heng Huang, and Christopher A Metzler. Event3DGS: Event-based 3D gaussian splatting for fast ego- motion.arXiv preprint arXiv:2406.02972, 2024

  55. [63]

    Event-boosted deformable 3d gaussians for dynamic scene reconstruction

    Wenhao Xu, Wenming Weng, Yueyi Zhang, Ruikang Xu, and Zhiwei Xiong. Event-boosted deformable 3d gaussians for dynamic scene reconstruction. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 28334–28343, 2025

  56. [64]

    Dmit: Deformable mipmapped tri-plane representation for dynamic scenes

    Jing-Wen Yang, Jia-Mu Sun, Yong-Liang Yang, Jie Yang, Ying Shan, Yan-Pei Cao, and Lin Gao. Dmit: Deformable mipmapped tri-plane representation for dynamic scenes. In European Conference on Computer Vision, pages 436–453, 2024

  57. [65]

    Deformable 3d gaussians for high- fidelity monocular dynamic scene reconstruction

    Ziyi Yang, Xinyu Gao, Wen Zhou, Shaohui Jiao, Yuqing Zhang, and Xiaogang Jin. Deformable 3d gaussians for high- fidelity monocular dynamic scene reconstruction. InPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 20331–20341, 2024

  58. [66]

    Novel view synthesis of dynamic scenes with globally coherent depths from a monocular camera

    Jae Shin Yoon, Kihwan Kim, Orazio Gallo, Hyun Soo Park, and Jan Kautz. Novel view synthesis of dynamic scenes with globally coherent depths from a monocular camera. InPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5336–5345, 2020

  59. [67]

    Mip-splatting: Alias-free 3d gaussian splat- ting

    Zehao Yu, Anpei Chen, Binbin Huang, Torsten Sattler, and Andreas Geiger. Mip-splatting: Alias-free 3d gaussian splat- ting. InProceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, pages 19447–19456, 2024

  60. [68]

    Object tracking by jointly exploiting frame and event domain

    Jiqing Zhang, Xin Yang, Yingkai Fu, Xiaopeng Wei, Bao- cai Yin, and Bo Dong. Object tracking by jointly exploiting frame and event domain. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 13043– 13052, 2021

  61. [69]

    Drivinggaussian: Composite gaussian splatting for surrounding dynamic au- tonomous driving scenes

    Xiaoyu Zhou, Zhiwei Lin, Xiaojun Shan, Yongtao Wang, Deqing Sun, and Ming-Hsuan Yang. Drivinggaussian: Composite gaussian splatting for surrounding dynamic au- tonomous driving scenes. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 2...

  62. [70]

    The multi- vehicle stereo event camera dataset: An event camera dataset for 3d perception.IEEE Robotics and Automation Letters, 3 (3):2032–2039, 2018

    Alex Zihao Zhu, Dinesh Thakur, Tolga ¨Ozaslan, Bernd Pfrommer, Vijay Kumar, and Kostas Daniilidis. The multi- vehicle stereo event camera dataset: An event camera dataset for 3d perception.IEEE Robotics and Automation Letters, 3 (3):2032–2039, 2018. 18

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.