Pith. sign in

REVIEW 5 major objections 6 minor 44 references

Neural Inertial Odometry from Lie Events

T0 review · 5 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read The paper claims that Lie events—IMU samples triggered by level crossings of the SE(3) pre-integration signal—canonicalize inertial inputs against speed and sampling-rate changes, and that training neural displacement priors on these…

desk verdict Solid new representation for inertial odometry with a real but fixable gap between its ideal invariance theorem and the actual pre-integration signal. read the letter →

arxiv 2505.09780 v1 pith:L64K2JU2 submitted 2025-05-14 cs.RO

classification cs.RO
keywords Lieeventsinertialodometryneuraldisplacementpriorsevent-basedsamplingSE(3)pre-integrationcanonicalizationlevel-crossing
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

Neural displacement priors correct inertial odometry drift but generalize poorly to different walking speeds and IMU sampling rates. This paper replaces fixed-rate raw IMU windows with “Lie events”: samples triggered whenever the norm of the change in the $\mathrm{SE}(3)$ pre-integration crosses a threshold, each carrying a normalized Lie polarity that records the direction of change. A theorem shows that event timestamps, references, and polarities depend only on the underlying path, not on the speed profile, so the network receives canonicalized inputs. Training TLIO and RoNIN displacement priors on event stacks reduces trajectory error on several datasets by up to about 21 percent, with no change to the downstream filter.

What carries the argument

The load-bearing object is the Lie event, defined by level-crossing sampling on $\mathrm{SE}(3)$. Start from the last reference pose, project the pre-integration onto the tangent space with the Log map, and fire an event when the norm leaves a ball of radius $\theta$; update the reference to the event pose $x_{\mathrm{ref},j}=x_{\mathrm{ref},j-1}\mathrm{Exp}(\theta p(\tau_j))$. Theorem 1 is the identity that carries the argument: because event times are defined through the Log map, a time reparametrization $\varphi$ merely shifts event times by $\varphi^{-1}$ and leaves references and polarities unchanged. Event stacks then pack measurements and polarities into a fixed $B\times 12$ tensor, making the representation directly consumable by off-the-shelf neural displacement priors.

What would settle it

Take one recorded trajectory, resample it into two runs with very different speed profiles, generate Lie events from each, and check whether the polarity vectors agree and whether the event times map onto each other after applying the inverse time warp; if the mismatch is no larger than the injected IMU noise, the canonicalization is confirmed, and if a downstream prior trained on slow motion still fails on fast motion, it is not.

Watch

Extended reading notes

Core claim

The paper’s central claim is that event-based sampling of the IMU pre-integration on the Lie group $\mathrm{SE}(3)$ canonicalizes the input for neural displacement priors. The reference signal $x(t)=(\tilde R(t),\tilde t(t))$ is the on-manifold pre-integration of bias-corrected accelerometer and gyroscope readings, and an event fires at the first time $\tau_j$ when $\lVert \mathrm{Log}(x_{\mathrm{ref},j-1}^{-1}x(\tau_j))\rVert=\theta$; the Lie polarity $p(\tau_j)=\mathrm{Log}(x_{\mathrm{ref},j-1}^{-1}x_{\mathrm{ref},j})/\lVert\mathrm{Log}(x_{\mathrm{ref},j-1}^{-1}x_{\mathrm{ref},j})\rVert\in S^5$ records the normalized change direction. Theorem 1 states that whenever $x(t)=x^*(\varphi(t))$ with $\varphi'>0$, the event times satisfy $\tau_j=\varphi^{-1}(\sigma^*_j)$ and the references satisfy $x_{\mathrm{ref},j}=x^*_{\mathrm{ref},j}$, so the polarities are invariant under time reparametrization. Training TLIO and RoNIN on these events reduces absolute translation error on the TLIO, Aria, RoNIN, RIDI, and OxIOD datasets, and the error degrades gracefully when the IMU rate is subsampled from 1 kHz or 800 Hz down to 20 Hz.

Load-bearing premise

The load-bearing premise is that the IMU pre-integration is exactly a time reparametrization of a fixed path; in practice it is computed from noisy, biased readings with an initial velocity supplied by a filter, so the path-only canonicalization holds only approximately.

Editorial extensions

If this is right

  • When IMU data is subsampled from 200 Hz to 20 Hz, the event-based TLIO variant keeps most of its accuracy while the interpolation and event-splat baselines degrade sharply, so rate augmentation becomes unnecessary.
  • The same preprocessing transfers to velocity-regression priors such as RoNIN, reducing absolute translation error on RIDI and OxIOD even when trained on only half the public training data.
  • Because the representation canonicalizes speed, the largest gains appear on out-of-distribution high-speed motion, exactly where raw-IMU priors fail.
  • The lower event rate (about 74 Hz versus 200 Hz of raw IMU data) means the approach also removes input redundancy without sacrificing accuracy.

Reading between the lines

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

  • The theorem is a recipe for any sensor whose output is a time reparametrization of a fixed path: encoders, tactile skins, or depth streams could be event-sampled on their natural manifold and fed to a neural prior, which is the broader conjecture the paper states but does not test.
  • The residual failure mode is pre-integration drift: since the initial velocity comes from a filter, event timestamps inherit filter uncertainty; replacing the reference signal with a smoother or bias-corrected state estimate would tighten the canonicalization.
  • A testable extension: train exclusively on slow trajectories and evaluate on fast versions of the same paths; the theory predicts near-equal displacement estimates, which would isolate the role of canonicalization from the network’s learned priors.
  • The gains from Lie events should stack with yaw-equivariance or test-time-training objectives, since those address orientation variability while Lie events address speed variability; the paper does not combine them.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

5 major / 6 minor

Summary. The paper proposes replacing raw fixed-rate IMU samples with 'Lie events' as inputs to neural displacement priors (NDPs) for inertial odometry. Events are triggered whenever the norm of the change in the SE(3) IMU pre-integration, measured through the Lie algebra, exceeds a contrast threshold θ. Each event carries the IMU measurements at that time and a 'Lie polarity', a normalized element of the Lie algebra encoding the direction of change. The authors state a theoretical invariance result (Theorem 1): if the reference signal factorizes as x(t)=x*(φ(t)) with φ'(t)>0, then event timestamps transform as φ^{-1} and reference poses are independent of φ. They apply the method to TLIO and RoNIN across multiple datasets, reporting reduced ATE/MSE and improved robustness to IMU sampling rate without rate augmentation, and provide open-source code.

Significance. If the claimed invariance holds in practice, the method is a simple, broadly applicable preprocessing that could improve the generalization of neural inertial odometry to different speeds and sampling rates. The generalization of event-based level-crossing and binary polarities to SE(3) is a novel formalism that may be useful beyond odometry. The experimental breadth is a strength: results are reported for TLIO, Aria, RoNIN, RIDI, and OxIOD, with two different NDP architectures, and rate robustness is demonstrated without rate augmentation. However, the theoretical guarantee is proven only under an exact trajectory factorization that the actual pre-integration pipeline does not satisfy, and the headline error reductions are reported without uncertainty estimates; the paper's central claim therefore currently rests on a gap between the theorem's assumptions and the deployed system.

major comments (5)
  1. [Section III-B and Appendix VI-A] The proof of Theorem 1/Theorem 2 in the appendix is technically incorrect for the 1D case: the event definition in Eq. (15) uses the condition θ ≤ ||log x(t) − log x_ref,j−1||, but the proof in the appendix uses θ ≤ ||x(t) − x_ref,j−1||. These conditions are not equivalent, so the proof as written does not establish the theorem for the definition actually used. The argument can likely be repaired by carrying the logarithm through the reparametrization, but the present proof needs correction.
  2. [Section III-C, Eqs. (18)–(22)] The factorization x(t)=x*(φ(t)) that Theorem 1 requires is not satisfied by the IMU pre-integration used as the reference signal in the actual pipeline. The pre-integration recursion (19)–(20) depends on the initial velocity v0, which at test time is an EKF estimate and at training is a perturbed ground-truth value. An initial-velocity error Δv introduces a term Δv(t−t1) into the pre-integrated position, which cannot be written as a fixed path under a time reparametrization unless φ is affine. Equation (22) asserts the factorization only 'approximately', with no error bound, and Section V concedes that pre-integrations 'suffer from slight drift'. Consequently, event timestamps and Lie polarities are not path-only in the deployed system, so the theoretical canonicalization claim is not established for the real pipeline.
  3. [Section IV-A, Table I and Fig. 6] The toy experiment in Table I does not perturb v0, so it cannot validate the invariance under the actual operating conditions described in Sections IV-B and IV-C. The end-to-end sensitivity study in Fig. 6 shows graceful degradation of ATE* under v0 noise, but it measures only the final trajectory error, not the event timestamps or polarities, so it does not confirm whether the event-generation invariance itself survives. The theoretical claim and the empirical validation therefore address different quantities.
  4. [Tables II and III] The headline reductions (e.g., 'up to 21%' in the abstract) are reported as single median values over the test set, without error bars, confidence intervals, or multiple training runs. Since the central empirical claim is that Lie events reduce downstream odometry error, single-point medians are insufficient to assess statistical significance, and the percentages should be accompanied by a measure of spread (e.g., per-sequence interquartile ranges, or mean±std over several independent training runs).
  5. [Section III-A, Eqs. (12)–(14)] The theoretical invariance applies only to event timestamps and Lie polarities; the network inputs also include a(τ_j) and ω(τ_j), which per Eqs. (12)–(13) still depend on φ̇ and φ̈. The abstract's phrase that events 'are robust to input rate changes and have favorable invariances' therefore overstates the scope of the theoretical result. The empirical rate-robustness experiments are the actual support for the broader claim, and the paper should present the theoretical result as applying to timestamps and polarities only, with the end-to-end rate robustness established empirically.
minor comments (6)
  1. [Appendix VI-A] In the base step of the proof, 'τ_j = φ^{-1}(τ_j) = φ^{-1}(σ*_j)' should read 'τ_1 = φ^{-1}(σ*_1)'.
  2. [Section III-B] The sentence 'Crucially, these event timestamps depend on the trajectory T(t) taken by the IMU and, by construction, will depend on the event timestamps E*...' presents a consequence of Theorem 1 as a definition; rephrase to avoid appearing circular.
  3. [Section III-D, Eq. (26)] Events with index j such that j* > B−1 are silently dropped by the Kronecker delta mapping. The paper should state whether M > B occurs on the test data and what the effect is, given that high-acceleration segments may generate more than 200 events per second window.
  4. [Table III] The first three rows of the table use 100% of the training data, while all other rows use 50%; although the text notes this, the table layout invites direct comparison with the 50% rows. Mark the 100%-data rows more explicitly in the table caption.
  5. [References] References [19] and [20] both cite the same RoNIN paper (Herath et al., ICRA 2020) and appear as if distinct; consolidate them to avoid confusion.
  6. [Table VI / Fig. 4] The '+ splat.' baseline has catastrophic errors at 20 Hz (ATE* ≈ 192 m), which is a large outlier relative to all other entries. Clarify whether this is an expected artifact of the event-stack interpolation at very low rates or an implementation issue.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the Lie-event invariance is a direct consequence of the level-crossing definition, and the empirical claims are validated against external benchmarks.

full rationale

The paper's central theoretical result, Theorem 1, is not circular: it follows immediately from the definition of event generation in Eq. (15). If x(t)=x*(phi(t)) with phi'>0, then the level-crossing condition theta <= ||x(t)-x_ref,j-1|| is equivalent to theta <= ||x*(phi(t))-x*_ref,j-1||, so the event times transform as tau_j = phi^{-1}(sigma*_j) and the references satisfy x_ref,j = x*_ref,j. The proof in Appendix VI-A performs only substitutions using the definition of event timestamps and the monotonicity of phi. This is a self-contained mathematical derivation, not a fitted quantity presented as a prediction. The construction is explicitly labeled as 'by construction' in Section III, and the polarity invariance p(tau_j)=p*(sigma*_j) is a direct consequence of the reference equality. The empirical contributions are tested on standard external datasets (TLIO, Aria, RoNIN, RIDI, OxIOD) against published baselines; no parameter fitted to the target output is renamed as a predicted result. Self-citations such as TLIO [31] and EqNIO [23] are used as baselines or contextual related work, not as load-bearing justification for the Lie-event claim, and TLIO is an externally established method. The conditional assumption x(t)=x*(phi(t)) and the approximate validity of Eq. (22) for real pre-integrations is a robustness/correctness concern — the paper itself concedes in Section V that pre-integrations 'suffer from slight drift and sampling noise' — but it does not make the derivation circular. The choice of theta on the same evaluation set is a methodological concern, not a circularity reduction under the criteria used here.

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

The central derivation rests on standard SE(3) machinery and an approximate preintegration-path identity. The empirical performance rests on three tuned hyperparameters, all reported in sensitivity analyses. No new physical entities are introduced; 'Lie events' and 'Lie polarities' are data representations, not postulated physical objects.

free parameters (4)
  • contrast threshold theta = 0.01 for TLIO, 0.1 for RoNIN
    Selected via sensitivity analysis on the TLIO validation set; controls event density and is a core hyperparameter of the method.
  • initial velocity noise range r_v0 = 0.5 m/s uniform
    Chosen as optimal in the sensitivity study to bridge the gap between training with ground-truth velocity and evaluation with EKF estimates.
  • polarity noise range r_p = 0.5
    Selected via sensitivity study; r_p=0.75 was marginally better on one dataset, but 0.5 was chosen for consistency across datasets.
  • event stack size B = 200
    Fixed to match the input length of TLIO and RoNIN; not tuned in the paper.
assumptions (5)
  • standard math SE(3) is a Lie group with Exp and Log maps, and geodesic interpolation yields a valid continuous reference signal.
    Used in Section III-C to define level-crossing on the manifold and to compute Lie polarities.
  • domain assumption The IMU measurement model in Eqs. (1)-(2) with additive biases and noises is correct, and bias-corrected, gravity-aligned measurements mimic true body rates.
    These equations are inherited from prior inertial odometry work and are needed for pre-integration.
  • domain assumption The pre-integrated pose x(t) approximately equals x*(phi(t)) for some path and time warp, as stated in Eq. (22).
    This is the load-bearing identity behind Theorem 1; pre-integration drift can violate it.
  • domain assumption At test time the EKF provides initial velocity, gravity direction, and bias estimates used to initialize pre-integration.
    Required to generate events; the paper adds noise to these quantities during training to simulate filter uncertainty.
  • ad hoc to paper The displacement d can be recovered from event polarities together with a(E) and omega(E) even though raw event timestamps are discarded.
    The paper argues Eq. (25) shows path recovery from polarities alone, but the fixed event-stack representation is an approximation of the continuous event stream.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Neural Inertial Odometry from Lie Events." pith.science (2026). https://pith.science/paper/L64K2JU2

@misc{pith2026250509780,
  author       = {Pith},
  title        = {Pith review of: Neural Inertial Odometry from Lie Events},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/L64K2JU2}},
  note         = {Machine review of arXiv:2505.09780}
}
read the original abstract

Neural displacement priors (NDP) can reduce the drift in inertial odometry and provide uncertainty estimates that can be readily fused with off-the-shelf filters. However, they fail to generalize to different IMU sampling rates and trajectory profiles, which limits their robustness in diverse settings. To address this challenge, we replace the traditional NDP inputs comprising raw IMU data with Lie events that are robust to input rate changes and have favorable invariances when observed under different trajectory profiles. Unlike raw IMU data sampled at fixed rates, Lie events are sampled whenever the norm of the IMU pre-integration change, mapped to the Lie algebra of the SE(3) group, exceeds a threshold. Inspired by event-based vision, we generalize the notion of level-crossing on 1D signals to level-crossings on the Lie algebra and generalize binary polarities to normalized Lie polarities within this algebra. We show that training NDPs on Lie events incorporating these polarities reduces the trajectory error of off-the-shelf downstream inertial odometry methods by up to 21% with only minimal preprocessing. We conjecture that many more sensors than IMUs or cameras can benefit from an event-based sampling paradigm and that this work makes an important first step in this direction.

Figures

Figures reproduced from arXiv: 2505.09780 by the authors.

Figure 1
Figure 1. Neural Inerial Odometry from Lie Events. We train Neural Displace [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Event timestamps τj generated from reference signal x(t) = x ∗(ϕ(t)) can be computed from the event timestamps σ ∗ j of the path x ∗(s), by applying the inverse mapping ϕ−1 . Moreover, references xref,j = x(τj ) and x ∗ ref,j = x ∗(σ ∗ j ) are equal and independent of a specific ϕ. angular velocity ω(ti) and acceleration a(ti) via ω¯(ti) = ω(ti) + b g (ti) + η g (ti) (1) a¯(ti) = a(ti) − Rwb ⊺ (ti)g + b a (ti) + η a… view at source ↗
Figure 3
Figure 3. Illustration of on-manifold event generation. (A) For a reference signal [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: IMU rate sensitivity analysis. Each method is trained on the TLIO training set. Methods + interp. and + splat. were trained with IMU rate augmentation [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Hyperparameter Sensitivity: (left) the contrast threshold determines the distance to the reference when events are fired, (middle) initial velocity [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 7
Figure 7. Figure 7: Aria dataset MSE vs. speed for models trained on the TLIO dataset. [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: Qualitative results of our method on various sequences. Our method (blue) combines a neural displacement prior (NDP) with Lie events, and reduces [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

44 extracted references · 24 canonical work pages

  1. [1]

    Pdrnet: A deep-learning pedestrian dead reckoning framework

    Omri Asraf, Firas Shama, and Itzik Klein. Pdrnet: A deep-learning pedestrian dead reckoning framework. IEEE Sensors Journal, 22(6):4932–4939, 2022. doi: 10.1109/JSEN.2021.3066840

  2. [2]

    An explicit frame construction for normalizing 3d point clouds

    Justin Baker, Shih-Hsin Wang, Tommaso de Fernex, and Bao Wang. An explicit frame construction for normalizing 3d point clouds. InForty-first International Conference on Machine Learning, 2024

  3. [3]

    Ai- imu dead-reckoning.IEEE Transactions on Intelligent Vehicles, 5(4):585–595, 2020

    Martin Brossard, Axel Barrau, and Silv `ere Bonnabel. Ai- imu dead-reckoning.IEEE Transactions on Intelligent Vehicles, 5(4):585–595, 2020. doi: 10.1109/TIV .2020. 2980758

  4. [4]

    Denoising imu gyroscopes with deep learning for open- loop attitude estimation.IEEE Robotics and Automation Letters, 5(3):4796–4803, 2020

    Martin Brossard, Silv `ere Bonnabel, and Axel Barrau. Denoising imu gyroscopes with deep learning for open- loop attitude estimation.IEEE Robotics and Automation Letters, 5(3):4796–4803, 2020. doi: 10.1109/LRA.2020. 3003256

  5. [5]

    Deep imu bias inference for robust visual-inertial odometry with factor graphs.IEEE Robotics and Automation Letters, 8(1): 41–48, 2023

    Russell Buchanan, Varun Agrawal, Marco Camurri, Frank Dellaert, and Maurice Fallon. Deep imu bias inference for robust visual-inertial odometry with factor graphs.IEEE Robotics and Automation Letters, 8(1): 41–48, 2023. doi: 10.1109/LRA.2022.3222956

  6. [6]

    Rio: Rotation-equivariance supervised learning of robust inertial odometry

    Xiya Cao, Caifa Zhou, Dandan Zeng, and Yongliang Wang. Rio: Rotation-equivariance supervised learning of robust inertial odometry. InIEEE Conf. Comput. Vis. Pattern Recog. (CVPR), pages 6614–6623, 2022

  7. [7]

    Ionet: Learning to cure the curse of drift in inertial odometry

    Changhao Chen, Xiaoxuan Lu, Andrew Markham, and Niki Trigoni. Ionet: Learning to cure the curse of drift in inertial odometry. InProceedings of the AAAI Conference on Artificial Intelligence, volume 32, 2018

  8. [8]

    Oxiod: The dataset for deep inertial odometry

    Changhao Chen, Peijun Zhao, Chris Xiaoxuan Lu, Wei Wang, Andrew Markham, and Niki Trigoni. Oxiod: The dataset for deep inertial odometry. InarXiv, 2018

Show all 44 references
  1. [9]

    Rnin-vio: Robust neural inertial navigation aided visual-inertial odometry in chal- lenging scenes

    Danpeng Chen, Nan Wang, Runsen Xu, Weijian Xie, Hujun Bao, and Guofeng Zhang. Rnin-vio: Robust neural inertial navigation aided visual-inertial odometry in chal- lenging scenes. In2021 IEEE International Symposium on Mixed and Augmented Reality (ISMAR), pages 275–

  2. [10]

    Vec- tor neurons: A general framework for so (3)-equivariant networks

    Congyue Deng, Or Litany, Yueqi Duan, Adrien Poule- nard, Andrea Tagliasacchi, and Leonidas J Guibas. Vec- tor neurons: A general framework for so (3)-equivariant networks. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 12200–12209, 2021

  3. [11]

    Project aria: A new tool for egocentric multi-modal ai research.arXiv preprint arXiv:2308.13561, 2023

    Jakob Engel, Kiran Somasundaram, Michael Goesele, Albert Sun, Alexander Gamino, Andrew Turner, Arjang Talattof, Arnie Yuan, Bilal Souti, Brighid Meredith, et al. Project aria: A new tool for egocentric multi-modal ai research.arXiv preprint arXiv:2308.13561, 2023

  4. [12]

    Event-based agile object catching with a quadrupedal robot

    Benedek Forrai, Takahiro Miki, Daniel Gehrig, Marco Hutter, and Davide Scaramuzza. Event-based agile object catching with a quadrupedal robot. InIEEE International Conference on Robotics and Automation (ICRA), June 2023

  5. [13]

    On-manifold preintegration for real- time visual-inertial odometry.IEEE Trans

    Christian Forster, Luca Carlone, Frank Dellaert, and Davide Scaramuzza. On-manifold preintegration for real- time visual-inertial odometry.IEEE Trans. Robot., 33(1): 1–21, 2017. doi: 10.1109/TRO.2016.2597321

  6. [14]

    Evetac: An event-based optical tactile sensor for robotic manipulation.IEEE Trans

    Niklas Funk, Erik Helmut, Georgia Chalvatzaki, Roberto Calandra, and Jan Peters. Evetac: An event-based optical tactile sensor for robotic manipulation.IEEE Trans. Robot., 40:3812–3832, 2024. doi: 10.1109/TRO.2024. 3428430

  7. [15]

    Event-based vision: A survey.IEEE Trans

    Guillermo Gallego, Tobi Delbruck, Garrick Orchard, Chiara Bartolozzi, Brian Taba, Andrea Censi, Stefan Leutenegger, Andrew Davison, J ¨org Conradt, Kostas Daniilidis, and Davide Scaramuzza. Event-based vision: A survey.IEEE Trans. Pattern Anal. Mach. Intell., 2020. doi: 10.110...

  8. [16]

    Low latency automotive vision with event cameras.Nature, 2024

    Daniel Gehrig and Davide Scaramuzza. Low latency automotive vision with event cameras.Nature, 2024

  9. [17]

    OpenVINS: A research platform for visual-inertial estimation

    Patrick Geneva, Kevin Eckenhoff, Woosik Lee, Yulin Yang, and Guoquan Huang. OpenVINS: A research platform for visual-inertial estimation. InIEEE Int. Conf. Robot. Autom. (ICRA), Paris, France, 2020

  10. [18]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In IEEE Conf. Comput. Vis. Pattern Recog. (CVPR), pages 770–778, 2016. doi: 10.1109/cvpr.2016.90

  11. [19]

    Ronin: Robust neural inertial navigation in the wild: Benchmark, evaluations, and new methods

    Sachini Herath, Hang Yan, and Yasutaka Furukawa. Ronin: Robust neural inertial navigation in the wild: Benchmark, evaluations, and new methods. InIEEE Int. Conf. Robot. Autom. (ICRA), pages 3146–3152. IEEE, 2020

  12. [20]

    Ronin: Robust neural inertial navigation in the wild: Benchmark, evaluations, and new methods

    Sachini Herath, Hang Yan, and Yasutaka Furukawa. Ronin: Robust neural inertial navigation in the wild: Benchmark, evaluations, and new methods. InIEEE International Conference on Robotics and Automation (ICRA), pages 3146–3152. IEEE, 2020

  13. [21]

    Long short- term memory.Neural Computation, 9(8):1735–1780, November 1997

    Sepp Hochreiter and J ¨urgen Schmidhuber. Long short- term memory.Neural Computation, 9(8):1735–1780, November 1997. ISSN 0899-7667. doi: 10.1162/neco. 1997.9.8.1735

  14. [22]

    Spatial transformer networks.Advances in neural information processing systems, 28, 2015

    Max Jaderberg, Karen Simonyan, Andrew Zisserman, et al. Spatial transformer networks.Advances in neural information processing systems, 28, 2015

  15. [23]

    Eqnio: Subequivariant neural inertial odome- try.arXiv preprint arXiv:2408.06321, 2024

    Royina Karegoudra Jayanth, Yinshuang Xu, Ziyun Wang, Evangelos Chatzipantazis, Daniel Gehrig, and Kostas Daniilidis. Eqnio: Subequivariant neural inertial odome- try.arXiv preprint arXiv:2408.06321, 2024

  16. [24]

    Event-triggered attitude consensus with absolute and relative attitude measurements.Automatica, 122:109245, 2020

    Xin Jin, Yang Shi, Yang Tang, and Xiaotai Wu. Event-triggered attitude consensus with absolute and relative attitude measurements.Automatica, 122:109245, 2020. ISSN 0005-1098. doi: https://doi.org/10.1016/j.automatica.2020.109245. URL https://www.sciencedirect.com/science/arti...

  17. [25]

    Equivariance with learned canonicalization functions

    S ´ekou-Oumar Kaba, Arnab Kumar Mondal, Yan Zhang, Yoshua Bengio, and Siamak Ravanbakhsh. Equivariance with learned canonicalization functions. InInternational Conference on Machine Learning, pages 15546–15566. PMLR, 2023

  18. [26]

    Kingma and Jimmy L

    Diederik P. Kingma and Jimmy L. Ba. Adam: A method for stochastic optimization.Int. Conf. Learn. Representations (ICLR), 2015

  19. [27]

    Colin Lea, Ren ´e Vidal, Austin Reiter, and Gregory D. Hager. Temporal convolutional networks: A unified approach to action segmentation. In Gang Hua and Herve Jegou, editors,Eur. Conf. Comput. Vis. (ECCV), pages 47–54. Springer Verlag, 2016

  20. [28]

    A closer look at rotation-invariant deep point cloud analysis

    Feiran Li, Kent Fujiwara, Fumio Okura, and Yasuyuki Matsushita. A closer look at rotation-invariant deep point cloud analysis. InProceedings of the IEEE/CVF Inter- national Conference on Computer Vision, pages 16218– 16227, 2021

  21. [29]

    A 128×128 120 dB 15µs latency asynchronous temporal contrast vision sensor.IEEE J

    Patrick Lichtsteiner, Christoph Posch, and Tobi Delbruck. A 128×128 120 dB 15µs latency asynchronous temporal contrast vision sensor.IEEE J. Solid-State Circuits, 43 (2):566–576, 2008. doi: 10.1109/JSSC.2007.914337

  22. [30]

    Minch, and Tobi Delbruck

    Shih-Chii Liu, Andr ´e van Schaik, Bradley A. Minch, and Tobi Delbruck. Asynchronous binaural spatial audition sensor with 2x64x4 channel output.IEEE Trans. Biomed. Circuits Syst., 8(4):453–464, 2014. doi: 10.1109/TBCAS. 2013.2281834

  23. [31]

    Tlio: Tight learned inertial odometry.IEEE Robotics and Automation Letters, 5(4):5653–5660, 2020

    Wenxin Liu, David Caruso, Eddy Ilg, Jing Dong, Anas- tasios I Mourikis, Kostas Daniilidis, Vijay Kumar, and Jakob Engel. Tlio: Tight learned inertial odometry.IEEE Robotics and Automation Letters, 5(4):5653–5660, 2020

  24. [32]

    Distinctive image features from scale- invariant keypoints.International journal of computer vision, 60:91–110, 2004

    David G Lowe. Distinctive image features from scale- invariant keypoints.International journal of computer vision, 60:91–110, 2004

  25. [33]

    Aria everyday activities dataset.arXiv preprint arXiv:2402.13349, 2024

    Zhaoyang Lv, Nickolas Charron, Pierre Moulon, Alexan- der Gamino, Cheng Peng, Chris Sweeney, Edward Miller, Huixuan Tang, Jeff Meissner, Jing Dong, et al. Aria everyday activities dataset.arXiv preprint arXiv:2402.13349, 2024

  26. [34]

    Equivariant adaptation of large pretrained mod- els.Advances in Neural Information Processing Systems, 36:50293–50309, 2023

    Arnab Kumar Mondal, Siba Smarak Panigrahi, Oumar Kaba, Sai Rajeswar Mudumba, and Siamak Ravan- bakhsh. Equivariant adaptation of large pretrained mod- els.Advances in Neural Information Processing Systems, 36:50293–50309, 2023

  27. [35]

    Mostafavi I., Lin Wang, Yo-Sung Ho, and Kuk- Jin Yoon Yoon

    S.M. Mostafavi I., Lin Wang, Yo-Sung Ho, and Kuk- Jin Yoon Yoon. Event-based high dynamic range image and very high frame rate video generation using condi- tional generative adversarial networks. InIEEE Conf. Comput. Vis. Pattern Recog. (CVPR), 2019

  28. [36]

    Mourikis and Stergios I

    Anastasios I. Mourikis and Stergios I. Roumeliotis. A multi-state constraint Kalman filter for vision-aided iner- tial navigation. InIEEE Int. Conf. Robot. Autom. (ICRA), pages 3565–3572, 2007

  29. [37]

    Event guided depth sensing

    Manasi Muglikar, Diederik Paul Moeys, and Davide Scaramuzza. Event guided depth sensing. In2021 International Conference on 3D Vision (3DV), pages 385–393, 2021. doi: 10.1109/3DV53792.2021.00048

  30. [38]

    An asynchronous time-based image sensor

    Christoph Posch, Daniel Matolin, and Rainer Wohlge- nannt. An asynchronous time-based image sensor. In IEEE Int. Symp. Circuits Syst. (ISCAS), pages 2130– 2133, 2008. doi: 10.1109/ISCAS.2008.4541871

  31. [39]

    Improved state propagation through ai-based pre-processing and down- sampling of high-speed inertial data

    Jan Steinbrener, Christian Brommer, Thomas Jantos, Alessandro Fornasier, and Stephan Weiss. Improved state propagation through ai-based pre-processing and down- sampling of high-speed inertial data. In2022 Interna- tional Conference on Robotics and Automation (ICRA), pages 608...

  32. [40]

    Idol: Inertial deep orientation-estimation and localization

    Scott Sun, Dennis Melamed, and Kris Kitani. Idol: Inertial deep orientation-estimation and localization. In Proceedings of the AAAI Conference on Artificial Intel- ligence, volume 35, pages 6128–6137, 2021

  33. [41]

    Gener- alized event cameras

    Varun Sundar, Matt Dutson, Andrei Ardelean, Claudio Bruschini, Edoardo Charbon, and Mohit Gupta. Gener- alized event cameras. InIEEE Conf. Comput. Vis. Pattern Recog. (CVPR), June 2024

  34. [42]

    S. Umeyama. Least-squares estimation of transformation parameters between two point patterns.IEEE Trans. Pattern Anal. Mach. Intell., 13(4), 1991

  35. [43]

    Ridi: Robust imu double integration

    Hang Yan, Qi Shan, and Yasutaka Furukawa. Ridi: Robust imu double integration. InProceedings of the European Conference on Computer Vision (ECCV), September 2018

  36. [44]

    A rotation, scaling, and translation invariant pattern classification system.Pattern recognition, 26(5):687–710, 1993

    Cem Y ¨uceer and Kemal Oflazer. A rotation, scaling, and translation invariant pattern classification system.Pattern recognition, 26(5):687–710, 1993. Here we provide additional material concerning the proof of Theorem I in the main text (Sec. VI), additional details on TLIO (...

Pith tools

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