-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.bib
More file actions
210 lines (197 loc) · 21 KB
/
papers.bib
File metadata and controls
210 lines (197 loc) · 21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
---
---
@string{aps = {American Physical Society,}}
@inproceedings{shaaban2026hyperkklenablingnonautonomousstate,
bibtex_show={true},
title={HyperKKL: Learning KKL Observers for Non-Autonomous Nonlinear Systems via Hypernetwork-Based Input Conditioning},
author={Yahia Salaheldin Shaaban and Abdelrahman Sayed Sayed and M. Umar B. Niazi and Karl Henrik Johansson},
abstract={Kazantzis–Kravaris/Luenberger (KKL) observers are a class of state observers for nonlinear systems that rely on an injective map to transform the nonlinear dynamics into a stable quasi-linear latent space, from where the state estimate is obtained in the original coordinates via a left inverse of the transformation map. Current learning-based methods for these maps are designed exclusively for autonomous systems and do not generalize well to controlled or non-autonomous systems. In this paper, we propose two learning-based designs of neural KKL observers for non-autonomous systems whose dynamics are influenced by exogenous inputs. To this end, a hypernetwork-based framework (HyperKKL) is proposed with two input-conditioning strategies. First, an augmented observer approach ($HyperKKL_{obs}$) adds input-dependent corrections to the latent observer dynamics while retaining static transformation maps. Second, a dynamic observer approach ($HyperKKL_{dyn}$) employs a hypernetwork to generate encoder and decoder weights that are input-dependent, yielding time-varying transformation maps. We derive a theoretical worst-case bound on the state estimation error. Numerical evaluations on four nonlinear benchmark systems show that input conditioning yields consistent improvements in estimation accuracy over static autonomous maps, with an average symmetric mean absolute percentage error (SMAPE) reduction of 29% across all non-zero input regimes.},
booktitle={Underreview in IEEE Conference on Decision and Control (CDC)},
year={2026},
eprint={2603.29744},
archivePrefix={arXiv},
primaryClass={eess.SY},
url={https://arxiv.org/abs/2603.29744},
pdf={https://arxiv.org/abs/2603.29744},
abbr={AI ∩ Control},
preview={CDC26.png},
selected={false}
}
@inproceedings{shaaban2026hyperkklenablingnonautonomousstate,
bibtex_show={true},
title={HyperKKL: Enabling Non-Autonomous State Estimation through Dynamic Weight Conditioning},
author={Yahia Salaheldin Shaaban and Salem Lahlou and Abdelrahman Sayed Sayed},
abstract={This paper proposes HyperKKL, a novel learning approach for designing Kazantzis-Kravaris/Luenberger (KKL) observers for non-autonomous nonlinear systems. While KKL observers offer a rigorous theoretical framework by immersing nonlinear dynamics into a stable linear latent space, its practical realization relies on solving Partial Differential Equations (PDE) that are analytically intractable. Current existing learning-based approximations of the KKL observer are mostly designed for autonomous systems, failing to generalize to driven dynamics without expensive retraining or online gradient updates. HyperKKL addresses this by employing a hypernetwork architecture that encodes the exogenous input signal to instantaneously generate the parameters of the KKL observer, effectively learning a family of immersion maps parameterized by the external drive. We rigorously evaluate this approach against a curriculum learning strategy that attempts to generalize from autonomous regimes via training heuristics alone. The novel approach is illustrated on four numerical simulations in benchmark examples including the Duffing, Van der Pol, Lorenz, and Rössler systems.},
booktitle={ICLR 2026 AI & PDE Workshop},
year={2026},
eprint={2602.22630},
archivePrefix={arXiv},
primaryClass={eess.SY},
url={https://arxiv.org/abs/2602.22630},
pdf={https://arxiv.org/abs/2602.22630},
abbr={AI ∩ Control},
preview={ICLR26.png},
selected={false}
}
@inproceedings{sayed2026formal,
bibtex_show={true},
title={Formal Verification of Neural ODE for Safety Evaluation in Autonomous Vehicles},
author={Abdelrahman Sayed Sayed},
abstract={Higher autonomy is an increasingly common goal in the design of transportation systems for the cities of the future. Recently, part of this autonomy in both rail and maritime transport has come from the field of artificial intelligence and machine learning, particularly for perception tasks (detection and recognition of rail signals, other vessels, or other elements in the vehicle environment) using neural networks. Although AI-based approaches have gained significant popularity in many application fields due to their good performance, their unpredictability and lack of formal guarantees regarding their desired behavior present a major issue for the deployment of such safety-critical systems in urban areas. The goal of my PhD thesis is to design new formal methods to analyze and ensure the safety of such AI-based perception modules in autonomous vehicles. More specifically, my PhD topic aims to formally evaluate the safety of a recently introduced class of continuous AI models which are neural ODE.},
booktitle={AAAI-26 Doctoral Consortium},
year={2026},
url={https://hal.science/hal-05375718/},
pdf={https://hal.science/hal-05375718/},
slides={2026_Abdelrahman_Sayed_AAAI26_DC_slides.pdf},
poster={2026_Abdelrahman_Sayed_AAAI26_DC_poster.pdf},
abbr={AI},
preview={PhD_inter_figure.png},
selected={true}
}
@inproceedings{sayed2025mixedmonotonicityreachabilityanalysis,
bibtex_show={true},
title={Mixed Monotonicity Reachability Analysis of Neural ODE: A Trade-Off Between Tightness and Efficiency},
author={Abdelrahman Sayed Sayed and Pierre-Jean Meyer and Mohamed Ghazel},
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.},
booktitle={NeurIPS 2025 Workshop on Symmetry and Geometry in Neural Representations},
year={2025},
eprint={2510.17859},
archivePrefix={arXiv},
primaryClass={eess.SY},
url={https://arxiv.org/abs/2510.17859},
pdf={https://openreview.net/forum?id=7tQsz4zosO},
code={https://github.com/ab-sayed/Mixed-Monotonicity-Reachability-Analysis-of-neural-ODE},
slides={2025_Abdelrahman_Sayed_NeurReps25_slides.pdf},
poster={2025_Abdelrahman_Sayed_NeurReps25_poster.pdf},
video={https://youtu.be/H906Qvk6E-Y},
abbr={AI},
preview={NeurReps_Framework.png},
selected={true}
}
@inproceedings{sayed2025bridgingneuraloderesnet,
bibtex_show={true},
title={Bridging Neural ODE and ResNet: A Formal Error Bound for Safety Verification},
author={Abdelrahman Sayed Sayed and Pierre-Jean Meyer and Mohamed Ghazel},
abstract={A neural ordinary differential equation (neural ODE) is a machine learning model that is commonly described as a continuousdepth generalization of a residual network (ResNet) with a single residual block, or conversely, the ResNet can be seen as the Euler discretization of the neural ODE. These two models are therefore strongly related in a way that the behaviors of either model are considered to be an approximation of the behaviors of the other. In this work, we establish a more formal relationship between these two models by bounding the approximation error between two such related models. The obtained error bound then allows us to use one of the models as a verification proxy for the other, without running the verification tools twice: if the reachable output set expanded by the error bound satisfies a safety property on one of the models, this safety property is then guaranteed to be also satisfied on the other model. This feature is fully reversible, and the initial safety verification can be run indifferently on either of the two models. This novel approach is illustrated on a numerical example of a fixed-point attractor system modeled as a neural ODE.},
booktitle={International Symposium on AI Verification},
year={2025},
eprint={2506.03227},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2506.03227},
pdf={https://arxiv.org/abs/2506.03227},
code={https://github.com/ab-sayed/Formal-Error-Bound-for-Safety-Verification-of-neural-ODE},
slides={2025_Abdelrahman_Sayed_SAIV25_slides.pdf},
poster={2025_Abdelrahman_Sayed_SAIV25_poster.pdf},
abbr={AI},
preview={SAIV25.gif},
selected={true}
}
@inproceedings{sayed2023risk,
bibtex_show={true},
title={Risk Assessment of an Autonomous Underwater Snake Robot in Confined Operations},
author={Sayed, Abdelrahman Sayed},
abstract={The growing interest in ocean discovery imposes a need for inspection and intervention in confined and demanding environments. Eely’s slender shape, in addition to its ability to change its body configurations, makes articulated underwater robots an adequate option for such environments. However, operation of Eely in such environments imposes demanding requirements on the system, as it must deal with uncertain and unstructured environments, extreme environmental conditions, and reduced navigational capabilities. This paper proposes a Bayesian approach to assess the risks of losing Eely during two mission scenarios. The goal of this work is to improve Eely’s performance and the likelihood of mission success. Sensitivity analysis results are presented in order to demonstrate the causes having the highest impact on losing Eely.},
booktitle={OCEANS 2023-Limerick},
pages={1--9},
year={2023},
organization={IEEE},
url={https://ieeexplore.ieee.org/abstract/document/10244516},
pdf={https://arxiv.org/abs/2510.19415},
abbr={Robotics},
preview={OCEANS23.gif},
selected={false}
}
@inproceedings{sayed2023design,
bibtex_show={true},
title={Design of a Fuzzy Type-2 Controller for 1-DOF Pitch Axis Twin Rotor System},
author={Sayed, Abdelrahman Sayed and Shaker, Walid K and Ammar, Hossam Hassan and Azar, Ahmad Taher and Njima, Chakib Ben},
abstract={This paper presents the design, manufacturing, modeling, and control of a novel 1-DOF pitch axis Twin Rotor system. An IMU sensor is used to precisely access the desired pitch angle of the system. A type-2 fuzzy controller is designed and implemented to achieve fast rise time and low overshoot, which are the desired response specifications for the system. In terms of overshoot and settling time, the performance of the type-2 fuzzy-PID controller is compared to that of the type-l fuzzy-PID controller and the conventional PID controller. The type-2 fuzzy-PID controller's performance is promising when compared to that of the other controllers, proving that it is useful for taming the Twin Rotor system's non-linearities.},
booktitle={2023 International Conference on Control, Automation and Diagnosis (ICCAD)},
pages={1--6},
year={2023},
organization={IEEE},
url={https://ieeexplore.ieee.org/abstract/document/10152432},
pdf={https://hal.science/hal-04721193/},
code={https://github.com/Walid-khaled/PID-Control-for-Self-Balancing-Twin-Rotor-using-Brushless-DC-motors},
abbr={Control},
preview={ICCAD23.gif},
selected={false}
}
@inproceedings{sayed2020centralized,
bibtex_show={true},
title={Centralized multi-agent mobile robots SLAM and navigation for COVID-19 field hospitals},
author={Sayed, Abdelrahman Sayed and Ammar, Hossam Hassan and Shalaby, Rafaat},
abstract={In this paper we focus on the proof of concept prototype of fully autonomous centralized Multi-Robot System (MRS) consisting of a Hexapod walking robot and a six wheeled mobile robot. Recently, there has been an increasing demand for such systems as they can be involved in several tasks such as collaborative search and rescue, surveillance, monitoring, and disinfecting Field hospitals. To name a few, COVID-19 pandemic showed the weak points in the medical sector around the world, including those in the most advanced nations that had to go through hard decisions due to the lack of medical supplies and personal protective equipment. The developed system was rapidly adjusted due to COVID-19 pandemic to perform additional tasks like disinfection and remote body temperature detection. The developed system abide by ISO 13482 safety requirements for personal care robots, meaning it will be used and deployed in Field hospitals. We implemented the proposed approach in a game setting of a field hospital where the Hexapod is used to scan and draw a map of the Field hospital environment and to draw a path then the six wheeled mobile robot acts as a medical cargo delivery that enters based on the predefined map and path.},
booktitle={2020 2nd Novel intelligent and leading emerging sciences conference (NILES)},
pages={444--449},
year={2020},
organization={IEEE},
url={https://ieeexplore.ieee.org/abstract/document/9257919},
pdf={https://ieeexplore.ieee.org/abstract/document/9257919},
video={https://vimeo.com/453659151},
abbr={Robotics},
preview={Niles2020.gif},
selected={true}
}
@inproceedings{sayed2020experimental,
bibtex_show={true},
title={Experimental modeling of hexapod robot using artificial intelligence},
author={Sayed, Abdelrahman Sayed and Mohamed, Amr Ahmed and Aly, Ahmed Magd and Hassan, Youssef Mohamed and Abdulaziz, Abdallah Mahir and Ammar, Hossam Hassan and Shalaby, Rafaat},
abstract={Hexapod Robots gave us the opportunity to study walking robots without facing problems such as stability and expensive custom made hardware. It has a great deal of flexibility in moving over different terrains even if some legs become malfunctioned or facing some difficulties in movement. In this study the kinematic analysis of CH3-R 18DOF Hexapod Robot is discussed where each leg contains three revolute joints in order to mimic the structure of a spider. To develop the overall kinematic model of CH3-R robot, direct and inverse kinematic analyses for each leg have been considered where the Denavit-Hartenberg (D-H) conventions will be used to perform the forward kinematic analysis of the six-legged robot while the inverse kinematics are obtained by simplifying the architecture of the robot into 7 modules, a hexagon trunk and 6 limbs between the trunk and the ground. A neural network (NN) model was employed in order to compare and decide the angles prediction, training time and overall performance with the ones obtained from the analytical solution of the inverse kinematics. The data points used for training the two models and testing their performance was acquired from giving the robot an initial and final position and recording the change in the coordinates and time by using an IMU sensor.},
booktitle={The International Conference on Artificial Intelligence and Computer Vision},
pages={26--36},
year={2020},
organization={Springer},
url={https://link.springer.com/chapter/10.1007/978-3-030-44289-7_3},
pdf={https://link.springer.com/chapter/10.1007/978-3-030-44289-7_3},
abbr={AI ∩ Robotics},
preview={AICV2020_Hexa.gif},
selected={false}
}
@inproceedings{sayed2020deep,
bibtex_show={true},
title={Deep learning based kinematic modeling of 3-RRR parallel manipulator},
author={Sayed, Abdelrahman Sayed and Azar, Ahmad Taher and Ibrahim, Zahra Fathy and Ibrahim, Habiba A and Mohamed, Nada Ali and Ammar, Hossam Hassan},
abstract={This paper presents a novel low cost design for a 3-RRR Planar Parallel Manipulator (PPM). These manipulators proved their superiority over serial manipulators due to their speed, precision and smaller work space where the work space area is accounted for in the design to ensure that the robot is performing its task in a smooth and simple way without getting into any singularity points. The challenge with PPM is to obtain the kinematic constraint equations of the manipulator due to their complex non-linear behavior. Screw theory is a new approach that is used to compute the direct and inverse kinematics based on the relation between each link and its’ predecessor. The design is then inserted into ADAMS to study its dynamical behavior and to obtain a data set that would be used in analyzing the system in MATLAB. A Neuro-Fuzzy Inference System (NFIS) model was constructed in order to predict the end-effector position inside the work space and it is tuned with Particle swarm optimization (PSO) and Genetic algorithm (GA).},
booktitle={The International Conference on Artificial Intelligence and Computer Vision},
pages={308--321},
year={2020},
organization={Springer},
url={https://link.springer.com/chapter/10.1007/978-3-030-44289-7_29},
pdf={https://link.springer.com/chapter/10.1007/978-3-030-44289-7_29},
abbr={AI ∩ Robotics},
preview={AICV2020_3RRR.gif},
selected={false}
}
@inproceedings{azar2019neuro,
bibtex_show={true},
title={Neuro-fuzzy system for 3-DOF parallel robot manipulator},
author={Azar, Ahmad Taher and Aly, Ahmed Magd and Sayed, Abdelrahman Sayed and Radwan, Mahmoud ElBakry and Ammar, Hossam Hassan},
abstract={Planar Parallel manipulators (PPMs) are widely used these days, as they have many advantages compared to their serial counterparts. However, their inverse and direct kinematics are hard to obtain, due to the complexity of the manipulators’ behavior. Therefore, this paper provides a comparative analysis for two methods that were used to obtain the inverse kinematics of a 3-RRR manipulator. Instead of the conventional algebraic and graphical methods used for attaining the mathematical models for such manipulators, an adaptive neuro-fuzzy inference structure (AFNIS) model was alternatively employed. It is then compared with a traditional neural network (NN) model for the same manipulator in order to ascertain which model is better in angles prediction, training time and overall performance. The data points used for both training the models and testing their performance are acquired from motion studies in SolidWorks.},
booktitle={2019 Novel Intelligent and Leading Emerging Sciences Conference (NILES)},
volume={1},
pages={1--5},
year={2019},
organization={IEEE},
url={https://ieeexplore.ieee.org/abstract/document/8909333},
pdf={https://ieeexplore.ieee.org/abstract/document/8909333},
abbr={AI ∩ Robotics},
preview={Niles2019.gif},
selected={false}
}
@inproceedings{azar2019pid,
bibtex_show={true},
title={PID controller for 2-DOFs twin rotor MIMO system tuned with particle swarm optimization},
author={Azar, Ahmad Taher and Sayed, Abdelrahman Sayed and Shahin, Abdalla Saber and Elkholy, Hassan Ashraf and Ammar, Hossam Hassan},
abstract={This paper presents the modelling and control of a 2-DOFs Twin rotor multi input multi output (MIMO) system which is a laboratory setup resembling the dynamics of a helicopter. In this paper, the system modelling process is done using the common conventional mathematical model based on Euler-Lagrange method. The transfer functions of the model are used in the different tuning methods to reach the optimal PID gain values. The study uses conventional Proportional-Integral (PI) and Proportional-Integral-Derivative (PID) controllers to obtain a robust controller for the system. Particle Swarm optimization (PSO) technique was used to tune the controller parameters. A state space model is obtained considering some design assumptions and simplifications. Statistical measurement and convergence analysis is evaluated for the optimization of gain parameters of the PID controller for 2-DOF Twin rotor system using PSO by iteratively minimizing integral of squared error (ISE) and integral of time multiplied by the squared error (ITSE). The results are verified through simulations and experiments.},
booktitle={international conference on advanced intelligent systems and informatics},
pages={229--242},
year={2019},
organization={Springer},
url={https://link.springer.com/chapter/10.1007/978-3-030-31129-2_22},
pdf={https://link.springer.com/chapter/10.1007/978-3-030-31129-2_22},
abbr={Control ∩ Robotics},
preview={AISI2019.gif},
selected={false}
}