Skip to content

Commit 8c141c8

Browse files
committed
Added NeurReps25 Paper info
1 parent 6e2f0cd commit 8c141c8

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

_bibliography/papers.bib

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44
@string{aps = {American Physical Society,}}
55
66
7+
@inproceedings{sayed2025mixedmonotonicityreachabilityanalysis,
8+
bibtex_show={true},
9+
title={Mixed Monotonicity Reachability Analysis of Neural ODE: A Trade-Off Between Tightness and Efficiency},
10+
author={Abdelrahman Sayed Sayed and Pierre-Jean Meyer and Mohamed Ghazel},
11+
abstract={Neural ordinary differential equations (neural ODE) are powerful continuous-time machine learning models for depicting the behavior of complex dynamical systems, but their verification remains challenging due to limited reachability analysis tools adapted to them. We propose a novel interval-based reachability method that leverages continuous-time mixed monotonicity techniques for dynamical systems to compute an over-approximation for the neural ODE reachable sets. By exploiting the geometric structure of full initial sets and their boundaries via the homeomorphism property, our approach ensures efficient bound propagation. By embedding neural ODE dynamics into a mixed monotone system, our interval-based reachability approach, implemented in TIRA with single-step, incremental, and boundary-based approaches, provides sound and computationally efficient over-approximations compared with CORA's zonotopes and NNV2.0 star set representations, while trading tightness for efficiency. This trade-off makes our method particularly suited for high-dimensional, real-time, and safety-critical applications. Applying mixed monotonicity to neural ODE reachability analysis paves the way for lightweight formal analysis by leveraging the symmetric structure of monotone embeddings and the geometric simplicity of interval boxes, opening new avenues for scalable verification aligned with the symmetry and geometry of neural representations. This novel approach is illustrated on two numerical examples of a spiral system and a fixed-point attractor system modeled as a neural ODE.},
12+
booktitle={NeurIPS Workshop on Symmetry and Geometry in Neural Representations},
13+
year={2025},
14+
eprint={2510.17859},
15+
archivePrefix={arXiv},
16+
primaryClass={eess.SY},
17+
url={hhttps://openreview.net/forum?id=7tQsz4zosO&referrer=%5Bthe%20profile%20of%20Abdelrahman%20Sayed%20Sayed%5D(%2Fprofile%3Fid%3D~Abdelrahman_Sayed_Sayed1)},
18+
pdf={https://arxiv.org/abs/2510.17859},
19+
code={https://github.com/ab-sayed/Mixed-Monotonicity-Reachability-Analysis-of-neural-ODE},
20+
abbr={AI},
21+
preview={NeurReps_Framework.png},
22+
selected={true}
23+
}
24+
725
@inproceedings{sayed2025bridgingneuraloderesnet,
826
bibtex_show={true},
927
title={Bridging Neural ODE and ResNet: A Formal Error Bound for Safety Verification},
@@ -14,10 +32,11 @@ @inproceedings{sayed2025bridgingneuraloderesnet
1432
eprint={2506.03227},
1533
archivePrefix={arXiv},
1634
primaryClass={cs.LG},
17-
url={https://openreview.net/forum?id=8r0dHcrZ2j},
18-
pdf={https://openreview.net/forum?id=8r0dHcrZ2j},
35+
url={https://arxiv.org/abs/2506.03227},
36+
pdf={https://arxiv.org/abs/2506.03227},
1937
code={https://github.com/ab-sayed/Formal-Error-Bound-for-Safety-Verification-of-neural-ODE},
2038
slides={2025_Abdelrahman_Sayed_SAIV25_slides.pdf},
39+
poster={2025_Abdelrahman_Sayed_SAIV25_poster.pdf},
2140
abbr={AI},
2241
preview={SAIV25.gif},
2342
selected={true}
@@ -33,7 +52,7 @@ @inproceedings{sayed2023risk
3352
year={2023},
3453
organization={IEEE},
3554
url={https://ieeexplore.ieee.org/abstract/document/10244516},
36-
pdf={https://hal.science/hal-04721094/},
55+
pdf={https://arxiv.org/abs/2510.19415},
3756
abbr={Robotics},
3857
preview={OCEANS23.gif},
3958
selected={false}

_news/announcement_SAIV25.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ related_posts: false
77

88
<!-- A simple inline announcement. -->
99

10-
Our paper "[Bridging Neural ODE and ResNet: A Formal Error Bound for Safety Verification](https://openreview.net/forum?id=8r0dHcrZ2j)" was accepted in [SAIV 2025](https://www.aiverification.org/2025/) co-located with [CAV 2025](https://conferences.i-cav.org/2025/)
10+
Our paper "[Bridging Neural ODE and ResNet: A Formal Error Bound for Safety Verification](https://arxiv.org/abs/2506.03227)" was accepted in [SAIV 2025](https://www.aiverification.org/2025/) co-located with [CAV 2025](https://conferences.i-cav.org/2025/)
1111

52.4 KB
Loading
332 KB
Binary file not shown.

0 commit comments

Comments
 (0)