REVIEW 3 major objections 4 minor 78 references
E2Pano reconstructs full 360-degree panoramas from rotational event scans using a geometry-guided learned pipeline, reporting large quality gains over optimization-based baselines.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
E2Pano couples spherical event alignment with a learned Transformer-based photometric stage to reconstruct panoramas from event streams under rotational scanning, outperforming optimization baselines on a new synthetic benchmark.
T0 review reviewed 2026-08-05 challenge →
load-bearing objection The pipeline design and dataset are genuinely useful, but the headline 13 dB win in Table 1 may be an artifact of unregistered baseline outputs and needs verification before it can be believed. the 3 major comments →
E2Pano: Learning Event-to-Panorama Image Reconstruction
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
E2Pano's central claim is that a full 360°×180° luma panorama can be recovered from a rotational event stream by decoupling geometry from photometry: use spherical ICP to place every event on the unit sphere, then feed the accumulated sphere into an end-to-end learned reconstruction network rather than running photometric bundle adjustment over the raw events. The network consists of a roughly 15K-parameter residual enhancement module that turns sparse event accumulations into smoother, feature-rich inputs, trained with a frequency-domain loss that matches magnitude and phase spectra, and a spherical Transformer decoder whose positional embeddings come from the preserved 3D unit vectors, not
What carries the argument
The load-bearing object is the spherical geometry channel V(u,v): the exact 3D unit vector carried from the ES-ICP alignment stage into every later network layer. It is used as the positional embedding in the spherical Transformer, so the decoder always reasons about true viewing directions instead of distorted equirectangular coordinates. The other two components are the residual event enhancement module (with learnable weight α and frequency-domain supervision) and a frozen self-supervised visual encoder (DINOv2) that provides semantic features; together they bridge the 'event-image domain gap'—sparse, stepwise event accumulations versus continuous natural luminance.
Load-bearing premise
The whole method assumes the rotation-estimation step (spherical ICP) gives accurate camera rotations during scanning; if that alignment is wrong, the photometric reconstruction inherits the error and fails, as the paper acknowledges.
What would settle it
On a motorized turntable with ground-truth rotation angles, sweep angular velocity from 5 to 60 deg/s across scenes with varying texture density; if E2Pano's PSNR falls below EPBA's within the 10–30 deg/s range the paper claims, or if quality collapses at speeds where the geometric front-end still has overlapping observations, the central quality claim is falsified. A complementary check is a fully end-to-end timing run in which all baselines execute both alignment and photometric reconstruction on identical event streams; if E2Pano's speed advantage disappears, the efficiency claim is falsifi
If this is right
- Rotational event scans can be turned into panoramas without iterative photometric optimization over the raw event stream, reducing the reconstruction bottleneck to a feed-forward pass over a spherical event map.
- Training purely on synthetic events transfers to real captures from a different rig under the same camera-center-fixed rotational protocol, suggesting synthetic data can substitute for expensive real paired data.
- The frequency-domain loss plus enhancement module recovers high-frequency detail and smooth gradients that raw event accumulations lack, which is the main source of the reported quality gain.
- The pipeline's failure modes are inherited from the geometric front-end: high-speed rotation, repetitive or textureless regions, and multi-row scans that break the pure-rotation assumption degrade or break reconstruction.
- PanoScan provides 4,370 synthetic and 30 real rotational event-panorama pairs as a benchmark for future event-to-panorama methods.
Where Pith is reading between the lines
- Because the learned photometric stage is agnostic to the source of the rotation estimate, the same back-end could be reused with a more robust 6-DoF geometric front-end; the paper's limitation to pure rotation is a property of the front-end, not the reconstruction network.
- The reported speed comparison likely understates the advantage in realistic use, since the baseline timings cover only event alignment while E2Pano's 0.2 s includes the full pipeline; a fully standardized end-to-end benchmark on identical hardware would clarify the margin.
- A natural extension is to condition the enhancement module on event rate or rotation speed, since the paper's failure cases concentrate where event support is sparse or overlap is low; this could be tested without changing the spherical architecture.
- If the synthetic-to-real transfer holds across more diverse rigs and trajectories, event-based panorama capture could become a low-cost alternative to bracket HDR stitching for VR and telepresence content.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes E2Pano, a two-stage pipeline for reconstructing 360x180-degree luma panoramas from event streams acquired under rotational scanning. The geometric front-end uses the existing ES-ICP method to estimate SO(3) poses and accumulate events on a sphere; the photometric back-end is a learnable module that enhances the accumulated event map and reconstructs the panorama with a spherical Transformer using 3D positional embeddings, trained with L1, edge, and frequency-domain losses. The authors introduce the PanoScan dataset (4,370 synthetic scenes from OmniCity and 30 real captures) and report a large quantitative margin over optimization-based and stitching-based baselines on the synthetic test set (about 13 dB PSNR, 0.55 SSIM, 0.018 LPIPS), plus qualitative results on real captures.
Significance. If the reported gains are real, E2Pano would be a significant step toward practical event-based panoramic imaging, replacing expensive per-scene optimization with a learned reconstruction stage while retaining geometric awareness. The dataset and code release plans are also valuable to the community. The paper is honest about its operating boundary (pure rotation, dependence on ES-ICP) and includes machine-checked experiments, ablations, and failure cases. However, the central quantitative claim depends on a fair evaluation protocol, and the current manuscript does not make that protocol sufficiently explicit.
major comments (3)
- [Sec. 4.1 / Sec. 4.2, Table 1] The manuscript does not state that baseline outputs are registered to the ground-truth equirectangular coordinate frame before computing PSNR/SSIM/LPIPS. Each baseline estimates its own trajectory; for rotational SLAM, the global yaw offset is arbitrary, and a yaw shift of even a few degrees would collapse PSNR/SSIM in a 360-degree panorama. The near-zero SSIM for E2VID+Stitch (0.007) is consistent with a large offset rather than pure photometric failure. Please specify the alignment procedure (e.g., optimal yaw/pitch search, use of ground-truth poses for baselines, or cropping invalid border regions) and re-report the metrics. Without this, the 13 dB margin cannot be attributed to reconstruction quality.
- [Sec. 4.1, Baselines paragraph] The sentence 'We use ES-ICP for geometric initialization and evaluate the performance of the complete pipeline in all comparisons' is ambiguous. If ES-ICP is used to initialize the baselines, that would give the proposed pipeline an unfair advantage because ES-ICP is a prior method from the same group. If it is used only for E2Pano, the sentence should say so. Please clarify which methods receive ES-ICP initialization and whether the baselines run in their default configuration.
- [Sec. 4.6, Table 3] The timing comparison is not end-to-end: for CMax-SLAM and EPBA, only the event-alignment stage is timed, while for E2Pano the full pipeline (mapping + enhancement + reconstruction) is timed. The speedup numbers in Table 3 and the abstract's claim of 'lower photometric reconstruction cost' are therefore not directly supported. The paper acknowledges this, but the table's title and the '28.0x' speedup column are misleading. Please present photometric-stage-only timings separately, or report full end-to-end timings for all methods, and temper the speedup claim accordingly.
minor comments (4)
- [Sec. 3.2, Eq. (3)] The magnitude term of the frequency loss is written over the full spectrum, while the phase term is restricted to the frequency mask Omega. Please state explicitly that the magnitude loss also uses the same mask or define otherwise, to avoid inconsistency.
- [Sec. 4.1 and Fig. 7] The paper interchangeably uses 'E2VID' and 'E2VID++' and mentions a 'retrained threshold-robust E2VID setting'. Please clarify which exact model variant is used, whether it is retrained by the authors or the original checkpoint, and what 'threshold-robust' means for reproducibility.
- [Sec. 4.3 / Fig. 7, Fig. 9] The qualitative comparisons on ECRot and EROAM are presented without a clear statement of how the panoramas are co-registered (if at all). Since these datasets do not have pixel-aligned GT, please at least describe the reference frame used for visualization so that the reader can judge whether the comparison is fair.
- [Sec. 4.5, Table 2] The ablation results are reported on a validation set (10% of PanoScan), while the main results in Table 1 are on 50 test scenes. Please state the overlap (if any) between the validation set and the test set, and consider reporting ablations on the same test split for consistency.
Circularity Check
No significant circularity: photometric reconstruction is trained end-to-end against ground truth; the only self-citation (ES-ICP) is a non-load-bearing geometric front-end.
full rationale
The derivation chain is: raw events -> spherical projection with ES-ICP rotations (Eq. 1) -> enhancement (Eq. 2) -> frequency and spatial losses (Eqs. 3 and 7) -> spherical Transformer decoder (Eqs. 5-6) -> predicted luma panorama. Training is supervised by ground-truth panoramas with L1, edge, and frequency losses on held-out synthetic scenes; test PSNR/SSIM/LPIPS are external to the training objective. No equation defines a predicted quantity in terms of a fitted parameter or vice versa; the network weights are optimized and then evaluated on unseen data. The only self-citation is ES-ICP (Xing et al., 2026), prior work by overlapping authors used as the geometric front-end. It is not load-bearing for the paper's novel photometric claim: the paper explicitly states 'if geometric alignment fails, the subsequent photometric reconstruction inherits the error and may fail accordingly' (Sec. 3.1), acknowledging ES-ICP as an external dependency rather than deriving its success from it. No uniqueness theorem or ansatz is imported from the authors' prior work. The evaluation-protocol concern about whether baseline outputs were registered to the ground-truth frame before computing Table 1 is a validity/fairness risk, not definitional circularity: the text does not define the reported 13 dB gain in terms of the method's own outputs. Score 2 reflects the single non-load-bearing self-citation; no circular step is present.
Axiom & Free-Parameter Ledger
free parameters (4)
- loss weights =
lambda_L1=1.0, lambda_edge=0.5, lambda_freq=0.3
- frequency mask threshold tau =
0.1
- enhancement scale alpha =
initialized 0.1, converges to 0.3-0.5
- optimizer hyperparameters =
batch 8, peak lr 5e-5, weight decay 1e-2
axioms (6)
- domain assumption Camera motion is pure rotation around a fixed optical center during capture (Sec 3.1).
- domain assumption ES-ICP (Xing et al. 2026) yields accurate SO(3) rotation estimates for the event streams.
- domain assumption v2e-simulated events on OmniCity panoramas are representative of real event streams for sim-to-real transfer.
- domain assumption Frozen DINOv2 features encode semantics useful for photometric inference from sparse event accumulations.
- domain assumption Accumulating events on a unit sphere and converting to an equirectangular grid preserves the photometric information needed for reconstruction.
- standard math Standard FFT properties and the L1 norm behave as usual for the frequency-domain loss (Eq. 3).
Cite this review
Pith. "Pith review of E2Pano: Learning Event-to-Panorama Image Reconstruction." pith.science (2026). https://pith.science/paper/WJUG7LUI
@misc{pith2026260800694,
author = {Pith},
title = {Pith review of: E2Pano: Learning Event-to-Panorama Image Reconstruction},
year = {2026},
howpublished = {\url{https://pith.science/paper/WJUG7LUI}},
note = {Machine review of arXiv:2608.00694}
}
read the original abstract
Event cameras offer microsecond-level temporal resolution and high dynamic range, potentially facilitating motion-blur-free panoramic imaging from fast rotational scanning. Nonetheless, existing optimization-based methods remain computationally demanding, while prior learning-based reconstruction methods are largely designed for perspective imagery and lack geometry-aware support for panoramic outputs. We present E2Pano, a geometry-guided event-to-panorama pipeline with an end-to-end learnable photometric reconstruction stage. Our framework preserves real spherical coordinates from geometric mapping throughout the pipeline, employs a lightweight enhancement module with frequency-domain supervision to bridge the event-image domain gap, and leverages a spherical Transformer with 3D positional embeddings for photometric reconstruction. Experiments on synthetic data and captured rotational scans show improved reconstruction quality and lower photometric reconstruction cost than optimization-based baselines, together with encouraging transfer to real captures under our acquisition protocol despite training purely on synthetic data. Additionally, we construct PanoScan, a dataset with 4,370 synthetic and 30 real-world panoramic scenes paired with event streams. Our dataset and code will be released.
Figures
Reference graph
Works this paper leans on
-
[1]
IEEE Journal of Solid-State Circuits , volume=
A 128 128 120 dB 15 s Latency Asynchronous Temporal Contrast Vision Sensor , author=. IEEE Journal of Solid-State Circuits , volume=. 2008 , doi=
work page 2008
-
[2]
IEEE Journal of Solid-State Circuits , volume=
A 240 180 130 dB 3 s Latency Global Shutter Spatiotemporal Vision Sensor , author=. IEEE Journal of Solid-State Circuits , volume=. 2014 , doi=
work page 2014
-
[3]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Event-Based Vision: A Survey , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2022 , doi=
work page 2022
-
[4]
IEEE Robotics and Automation Letters , volume=
EVO: A Geometric Approach to Event-Based 6-DOF Parallel Tracking and Mapping in Real Time , author=. IEEE Robotics and Automation Letters , volume=. 2017 , doi=
work page 2017
-
[5]
IEEE Robotics and Automation Letters , volume=
Ultimate SLAM? Combining Events, Images, and IMU for Robust Visual SLAM in HDR and High-Speed Scenarios , author=. IEEE Robotics and Automation Letters , volume=. 2018 , doi=
work page 2018
-
[6]
IEEE Transactions on Robotics , year=
EKLT-VIO: Leveraging events and keypoint-level sparsity for robust visual-inertial odometry , author=. IEEE Transactions on Robotics , year=
-
[7]
IEEE Transactions on Robotics , volume=
EROAM: Event-Based Camera Rotational Odometry and Mapping in Real Time , author=. IEEE Transactions on Robotics , volume=. 2026 , doi=
work page 2026
-
[8]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Events-To-Video: Bringing Modern Computer Vision to Event Cameras , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2019 , doi=
work page 2019
-
[9]
Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) , pages=
Fast Image Reconstruction with an Event Camera , author=. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) , pages=. 2020 , doi=
work page 2020
-
[10]
International Journal of Robotics Research , volume=
The event-camera dataset and simulator: Event-based data for pose estimation, visual odometry, and SLAM , author=. International Journal of Robotics Research , volume=
-
[11]
IEEE Robotics and Automation Letters , volume=
DSEC: A stereo event camera dataset for driving scenarios , author=. IEEE Robotics and Automation Letters , volume=
-
[12]
IEEE Robotics and Automation Letters , volume=
The multivehicle stereo event camera dataset: An event camera dataset for 3D perception , author=. IEEE Robotics and Automation Letters , volume=. 2018 , publisher=
2018
-
[13]
Foundations and Trends in Computer Graphics and Vision , volume=
Image alignment and stitching: A tutorial , author=. Foundations and Trends in Computer Graphics and Vision , volume=
-
[14]
International Journal of Computer Vision , volume=
Automatic Panoramic Image Stitching using Invariant Features , author=. International Journal of Computer Vision , volume=. 2007 , doi=
work page 2007
-
[15]
Omnidepth: Dense depth estimation for indoors spherical panoramas , author=. ECCV , pages=
-
[16]
360MonoDepth: High-resolution 360 ^ monocular depth estimation , author=. CVPR , pages=
-
[17]
BiFuse: Monocular 360 ^ depth estimation via bi-projection fusion , author=. CVPR , pages=
-
[18]
arXiv preprint arXiv:2509.26618 , year=
DA ^2 : Depth Anything in Any Direction , author=. arXiv preprint arXiv:2509.26618 , year=
-
[19]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
OmniCity: Omnipotent City Understanding With Multi-Level and Multi-View Images , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2023 , doi=
work page 2023
-
[20]
Recovering high dynamic range radiance maps from photographs , author=. SIGGRAPH , pages=
-
[21]
ACM Transactions on Graphics , volume=
Jump: Virtual Reality Video , author=. ACM Transactions on Graphics , volume=. 2016 , doi=
work page 2016
-
[22]
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Semantic Visual Localization , author=. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2018 , doi=
work page 2018
-
[23]
IEEE Robotics and Automation , year=
Telepresence systems with 360 ^ panoramic imaging , author=. IEEE Robotics and Automation , year=
-
[24]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Event-based vision: A survey , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[25]
IEEE Transactions on Neural Networks and Learning Systems , volume=
Event-based visual flow , author=. IEEE Transactions on Neural Networks and Learning Systems , volume=
-
[26]
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
A Unifying Contrast Maximization Framework for Event Cameras, with Applications to Motion, Depth, and Optical Flow Estimation , author=. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2018 , doi=
work page 2018
-
[27]
Fast event-based Harris corner detection exploiting the advantages of event-driven cameras , author=. IROS , pages=
-
[28]
HATS: Histograms of averaged time surfaces for robust event-based object classification , author=. CVPR , pages=
-
[29]
Frontiers in Neuroscience , volume=
Converting static image datasets to spiking neuromorphic datasets using saccades , author=. Frontiers in Neuroscience , volume=
-
[30]
EV-SegNet: Semantic segmentation for event-based cameras , author=. CVPR Workshops , pages=
-
[31]
ESS: Learning event-based semantic segmentation from still images , author=. ECCV , pages=
-
[32]
International Journal of Computer Vision , volume=
EMVS: Event-based multi-view stereo---3D reconstruction with an event camera in real-time , author=. International Journal of Computer Vision , volume=
-
[33]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Simultaneous 3D reconstruction and panorama generation using a rotating DVS camera , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[34]
IEEE Transactions on Robotics , volume=
Event-Based Stereo Visual Odometry , author=. IEEE Transactions on Robotics , volume=. 2021 , doi=
work page 2021
-
[35]
British Machine Vision Conference , year=
Simultaneous mosaicing and tracking with an event camera , author=. British Machine Vision Conference , year=
-
[36]
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Simultaneous Optical Flow and Intensity Estimation from an Event Camera , author=. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2016 , doi=
work page 2016
-
[37]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Event-Based High Dynamic Range Image and Very High Frame Rate Video Generation Using Conditional Generative Adversarial Networks , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2019 , doi=
work page 2019
-
[38]
Proceedings of the European Conference on Computer Vision (ECCV) , pages=
Reducing the Sim-to-Real Gap for Event Cameras , author=. Proceedings of the European Conference on Computer Vision (ECCV) , pages=. 2020 , doi=
work page 2020
-
[39]
Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , pages=
Event-Based Video Reconstruction Using Transformer , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , pages=. 2021 , doi=
work page 2021
-
[40]
Proceedings of the 31st ACM International Conference on Multimedia , pages=
Event-Diffusion: Event-Based Image Reconstruction and Restoration with Diffusion Models , author=. Proceedings of the 31st ACM International Conference on Multimedia , pages=. 2023 , doi=
work page 2023
-
[41]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
EventNeRF: Neural Radiance Fields From a Single Colour Event Camera , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2023 , doi=
work page 2023
-
[42]
International Journal of Computer Vision , volume=
Systems and Experiment Paper: Construction of Panoramic Image Mosaics with Global and Local Alignment , author=. International Journal of Computer Vision , volume=. 2000 , doi=
work page 2000
-
[43]
Seamless Image Stitching of Scenes with Large Motions and Exposure Differences , author=. Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR) , volume=. 2006 , doi=
work page 2006
-
[44]
Eliminating Ghosting and Exposure Artifacts in Image Mosaics , author=. Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR) , volume=. 2001 , doi=
work page 2001
-
[45]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Deep Rectangling for Image Stitching: A Learning Baseline , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2022 , doi=
work page 2022
-
[46]
ACM Transactions on Graphics , volume=
Content-aware rotation , author=. ACM Transactions on Graphics , volume=
-
[47]
ECCV , pages=
Acquisition of localization confidence for accurate object detection , author=. ECCV , pages=
-
[48]
International Journal of Computer Vision , volume=
A theory of single-viewpoint catadioptric image formation , author=. International Journal of Computer Vision , volume=
-
[49]
OmniFusion: 360 monocular depth estimation via geometry-aware fusion , author=. CVPR , pages=
-
[50]
BiFuseV2: 360 ^ depth and normal estimation from a single RGB image , author=. ECCV , year=
-
[51]
DDD17: End-to-end DAVIS driving dataset , author=. ICML Workshops , year=
-
[52]
Frontiers in Neuroscience , volume=
DVS benchmark datasets for object tracking, action recognition, and object recognition , author=. Frontiers in Neuroscience , volume=
-
[53]
N-EPIC: A large-scale event-based dataset for egocentric perception , author=. CVPR Workshops , year=
-
[54]
Event-based high dynamic range image and very high frame rate video generation using conditional generative adversarial networks , author=. Pattern Recognition , volume=
-
[55]
arXiv preprint arXiv:2205.03467 , year=
EVIMO2: An event camera dataset for motion segmentation, optical flow, structure from motion, and visual inertial odometry in indoor scenes with monocular or stereo algorithms , author=. arXiv preprint arXiv:2205.03467 , year=
-
[56]
Transactions on Machine Learning Research , year=
DINOv2: Learning Robust Visual Features without Supervision , author=. Transactions on Machine Learning Research , year=
-
[57]
v2e: From Video Frames to Realistic DVS Events , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW) , pages=. 2021 , doi=
work page 2021
-
[58]
High Speed and High Dynamic Range Video with an Event Camera , journal =
Henri Rebecq and Ren. High Speed and High Dynamic Range Video with an Event Camera , journal =
-
[59]
IEEE Transactions on Robotics , volume=
CMax-SLAM: Event-Based Rotational-Motion Bundle Adjustment and SLAM System Using Contrast Maximization , author=. IEEE Transactions on Robotics , volume=. 2024 , doi=
work page 2024
-
[60]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Event-Based Photometric Bundle Adjustment , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2025 , doi=
work page 2025
-
[61]
IEEE Robotics and Automation Letters , volume=
Accurate Angular Velocity Estimation With an Event Camera , author=. IEEE Robotics and Automation Letters , volume=. 2017 , doi=
work page 2017
-
[62]
IEEE Transactions on Robotics , volume=
CMax-SLAM: Event-based Rotational-Motion Bundle Adjustment and SLAM System using Contrast Maximization , author=. IEEE Transactions on Robotics , volume=. 2024 , publisher=
work page 2024
-
[63]
Proceedings of the British Machine Vision Conference (BMVC) , pages=
Simultaneous Mosaicing and Tracking with an Event Camera , author=. Proceedings of the British Machine Vision Conference (BMVC) , pages=. 2014 , doi=
work page 2014
-
[64]
IEEE International Conference on Computational Photography (ICCP) , pages=
Real-Time Panoramic Tracking for Event Cameras , author=. IEEE International Conference on Computational Photography (ICCP) , pages=. 2017 , doi=
work page 2017
-
[65]
IEEE Robotics and Automation Letters , volume=
Real-Time Rotational Motion Estimation With Contrast Maximization Over Globally Aligned Events , author=. IEEE Robotics and Automation Letters , volume=. 2021 , doi=
work page 2021
-
[66]
Event Collapse in Contrast Maximization Frameworks , author=. Sensors , volume=. 2022 , doi=
work page 2022
-
[67]
IEEE Transactions on Image Processing , volume=
Unsupervised Deep Image Stitching: Reconstructing Stitched Features to Images , author=. IEEE Transactions on Image Processing , volume=. 2021 , doi=
work page 2021
-
[68]
Image Rectangling Network Based on Reparameterized Transformer and Assisted Learning , author=. Scientific Reports , volume=. 2024 , doi=
work page 2024
-
[69]
arXiv preprint arXiv:2501.xxxxx , year=
PIS3R: Very large parallax image stitching via deep 3D reconstruction , author=. arXiv preprint arXiv:2501.xxxxx , year=
-
[70]
arXiv preprint arXiv:2311.xxxxx , year=
SandFall: A deep learning-based image stitching method for unstructured camera arrays , author=. arXiv preprint arXiv:2311.xxxxx , year=
-
[71]
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
The Unreasonable Effectiveness of Deep Features as a Perceptual Metric , author=. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2018 , doi=
work page 2018
-
[72]
International Conference on Learning Representations (ICLR) , year=
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale , author=. International Conference on Learning Representations (ICLR) , year=
-
[73]
International Conference on Learning Representations (ICLR) , year=
SGDR: Stochastic Gradient Descent with Warm Restarts , author=. International Conference on Learning Representations (ICLR) , year=
-
[74]
Automatic stitching of fragmented construction plans of hydraulic structures , author=. BAUTECHNIK , volume=. 2022 , publisher=
work page 2022
-
[75]
IEEE Transactions on Image Processing , volume=
No-Reference Image Quality Assessment in the Spatial Domain , author=. IEEE Transactions on Image Processing , volume=. 2012 , doi=
work page 2012
-
[76]
International Conference on Learning Representations (ICLR) , year=
Decoupled Weight Decay Regularization , author=. International Conference on Learning Representations (ICLR) , year=
-
[77]
CED: Color Event Camera Dataset , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW) , pages=. 2019 , doi=
work page 2019
-
[78]
IEEE Transactions on Information Theory , volume=
Divergence Measures Based on the Shannon Entropy , author=. IEEE Transactions on Information Theory , volume=. 1991 , doi=
work page 1991
This paper was first reviewed by deepseek-v4-flash on August 5, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.