Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
10
result(s) for
"Navidi, Neda"
Sort by:
A New Perspective on Low-Cost MEMS-Based AHRS Determination
2021
Attitude and heading reference system (AHRS) is the term used to describe a rigid body’s angular orientation in three-dimensional space. This paper describes an AHRS determination and control system developed for navigation systems by integrating gyroscopes, accelerometers, and magnetometers signals from low-cost MEMS-based sensors in a complementary adaptive Kalman filter. AHRS estimation based on the iterative Kalman filtering process is required to be initialized first. A new method for AHRS initialization is proposed to improve the accuracy of the initial attitude estimates. Attitude estimates derived from the initialization and iterative adaptive filtering processes are compared with the orientation obtained from a high-end reference system. The improvement in the accuracy of the initial orientation as significant as 45% is obtained from the proposed method as compared with other selected techniques. Additionally, the computational process is reduced by 96%.
Journal Article
New Approach in Human-AI Interaction by Reinforcement-Imitation Learning
2021
Reinforcement Learning (RL) provides effective results with an agent learning from a stand-alone reward function. However, it presents unique challenges with large amounts of environment states and action spaces, as well as in the determination of rewards. Imitation Learning (IL) offers a promising solution for those challenges using a teacher. In IL, the learning process can take advantage of human-sourced assistance and/or control over the agent and environment. A human teacher and an agent learner are considered in this study. The teacher takes part in the agent’s training towards dealing with the environment, tackling a specific objective, and achieving a predefined goal. This paper proposes a novel approach combining IL with different types of RL methods, namely, state-action-reward-state-action (SARSA) and Asynchronous Advantage Actor–Critic Agents (A3C), to overcome the problems of both stand-alone systems. How to effectively leverage the teacher’s feedback—be it direct binary or indirect detailed—for the agent learner to learn sequential decision-making policies is addressed. The results of this study on various OpenAI-Gym environments show that this algorithmic method can be incorporated with different combinations, and significantly decreases both human endeavors and tedious exploration process.
Journal Article
An Efficient Radio Frequency Interference (RFI) Recognition and Characterization Using End-to-End Transfer Learning
2020
Radio Frequency Interference (RFI) detection and characterization play a critical role in ensuring the security of all wireless communication networks. Advances in Machine Learning (ML) have led to the deployment of many robust techniques dealing with various types of RFI. To sidestep an unavoidable complicated feature extraction step in ML, we propose an efficient Deep Learning (DL)-based methodology using transfer learning to determine both the type of received signals and their modulation type. To this end, the scalogram of the received signals is used as the input of the pretrained convolutional neural networks (CNN), followed by a fully-connected classifier. This study considers a digital video stream as the signal of interest (SoI), transmitted in a real-time satellite-to-ground communication using DVB-S2 standards. To create the RFI dataset, the SoI is combined with three well-known jammers namely, continuous-wave interference (CWI), multi- continuous-wave interference (MCWI), and chirp interference (CI). This study investigated four well-known pretrained CNN architectures, namely, AlexNet, VGG-16, GoogleNet, and ResNet-18, for the feature extraction to recognize the visual RFI patterns directly from pixel images with minimal preprocessing. Moreover, the robustness of the proposed classifiers is evaluated by the data generated at different signal to noise ratios (SNR).
Journal Article
Hierarchical Classification Method for Radio Frequency Interference Recognition and Characterization in Satcom
by
Ujan, Sahar
,
Landry, Rene Jr
,
Navidi, Neda
in
Automatic Modulation Classification
,
Classification
,
Communications networks
2020
The Quality of Service (QoS) and security of Satellite Communication (Satcom) are crucial as Satcom plays a significant role in a wide range of applications, such as direct broadcast satellite, earth observation, navigation, and government/military systems. Therefore, it is necessary to ensure that transmissions are incorruptible, particularly in the presence of challenges such as Radio Frequency Interference (RFI), which is of primary concern for the efficiency of communications. The security of a wireless communication system can be improved using a robust RFI detection method, which could, in turn, lead to an effective mitigation process. This paper presents a new method to recognize received signal characteristics using a hierarchical classification in a multi-layer perceptron (MLP) neural network. The considered characteristics are signal modulation and the type of RFI. In the experiments, a real-time video stream transmitted in the direct broadcast satellite is utilized with four modulation types, namely, QPSK, 8APSK, 16APSK, and 32APSK. Moreover, it is assumed that the communication signal can be combined with one of the three significant types of interference, namely, Continuous Wave Interference (CWI), Multiple CWI (MCWI), and Chirp Interference (CI). In addition, two robust feature selection techniques have been developed to select more informative features, which leads to improving the classification precision. Furthermore, the robustness of the trained techniques is assessed to predict unknown signals at different Signal to Noise Ratios (SNRs).
Journal Article
A New Technique for Integrating MEMS-Based Low-Cost IMU and GPS in Vehicular Navigation
by
Cheng, Jianhua
,
Landry, René Jr
,
Gingras, Denis
in
Errors
,
Global Positioning System
,
Inertial navigation
2016
In providing acceptable navigational solutions, Location-Based Services (LBS) in land navigation rely mostly on integration of Global Positioning System (GPS) and Inertial Navigation System (INS) measurements for accuracy and robustness. The GPS/INS integrated system can provide better land-navigation solutions than the ones any standalone system can provide. Low-cost Inertial Measurement Units (IMUs), based on Microelectromechanical Systems (MEMS) technology, revolutionized the land-navigation system by virtue of their low-cost miniaturization and widespread availability. However, their accuracy is strongly affected by their inherent systematic and stochastic errors, which depend mainly on environmental conditions. The environmental noise and nonlinearities prevent obtaining optimal localization estimates in Land Vehicular Navigation (LVN) while using traditional Kalman Filters (KF). The main goal of this paper is to effectively eliminate stochastic errors of MEMS-based IMUs. The proposed solution is divided into two main components: (1) improving noise cancellation, using advanced stochastic error models in MEMS-based IMUs based on combined Autoregressive Processes (ARP) and first-order Gauss-Markov Process (1GMP), and (2) modeling the low-cost GPS/INS integration, using a hybrid Fuzzy Inference System (FIS) and Second-Order Extended Kalman Filter (SOEKF). The results obtained show that the proposed methods perform better than the traditional techniques do in different stochastic and dynamic situations.
Journal Article
Improving reinforcement learning with human assistance: an argument for human subject studies with HIPPO Gym
by
Wang, Yuan
,
Nissen, Nicholas
,
Taylor, Matthew E.
in
Accessibility
,
Algorithms
,
Artificial Intelligence
2023
Reinforcement learning (RL) is a popular machine learning paradigm for game playing, robotics control, and other sequential decision tasks. However, RL agents often have long learning times with high data requirements because they begin by acting randomly. In order to better learn in complex tasks, we argue that an external teacher can often significantly help the RL agent learn. OpenAI Gym is a common framework for RL research, including a large number of standard environments and agents, making RL research significantly more accessible. This article introduces our new open-source RL framework, the
Human Input Parsing Platform for Openai Gym
(HIPPO Gym), and the design decisions that went into its creation. The goal of this platform is to facilitate human-RL research, making human-in-the-loop RL more accessible, including learning from demonstrations, learning from feedback, or curriculum learning. In addition, all experiments can be conducted over the internet without any additional software needed on the client’s computer, making experiments at scale significantly easier.
Journal Article
Human AI interaction loop training: New approach for interactive reinforcement learning
2020
Reinforcement Learning (RL) in various decision-making tasks of machine learning provides effective results with an agent learning from a stand-alone reward function. However, it presents unique challenges with large amounts of environment states and action spaces, as well as in the determination of rewards. This complexity, coming from high dimensionality and continuousness of the environments considered herein, calls for a large number of learning trials to learn about the environment through Reinforcement Learning. Imitation Learning (IL) offers a promising solution for those challenges using a teacher. In IL, the learning process can take advantage of human-sourced assistance and/or control over the agent and environment. A human teacher and an agent learner are considered in this study. The teacher takes part in the agent training towards dealing with the environment, tackling a specific objective, and achieving a predefined goal. Within that paradigm, however, existing IL approaches have the drawback of expecting extensive demonstration information in long-horizon problems. This paper proposes a novel approach combining IL with different types of RL methods, namely state action reward state action (SARSA) and asynchronous advantage actor-critic (A3C) agents, to overcome the problems of both stand-alone systems. It is addressed how to effectively leverage the teacher feedback, be it direct binary or indirect detailed for the agent learner to learn sequential decision-making policies. The results of this study on various OpenAI Gym environments show that this algorithmic method can be incorporated with different combinations, significantly decreases both human endeavor and tedious exploration process.
A NEW SURVEY ON SELF-TUNING INTEGRATED LOW-COST GPS/INS VEHICLE NAVIGATION SYSTEM IN HARSH ENVIRONMENT
2015
Nowadays, Global Positioning System (GPS) receivers are aided by some complementary radio navigation systems and Inertial Navigation Systems (INS) to obtain more accuracy and robustness in land vehicular navigation. Extended Kalman Filter (EKF) is an acceptable conventional method to estimate the position, the velocity, and the attitude of the navigation system when INS measurements are fused with GPS data. However, the usage of the low-cost Inertial Measurement Units (IMUs) based on the Micro-Electro-Mechanical Systems (MEMS), for the land navigation systems, reduces the precision and stability of the navigation system due to their inherent errors. The main goal of this paper is to provide a new model for fusing low-cost IMU and GPS measurements. The proposed model is based on EKF aided by Fuzzy Inference Systems (FIS) as a promising method to solve the mentioned problems. This model considers the parameters of the measurement noise to adjust the measurement and noise process covariance. The simulation results show the efficiency of the proposed method to reduce the navigation system errors compared with EKF.
Journal Article
Improving Reinforcement Learning with Human Assistance: An Argument for Human Subject Studies with HIPPO Gym
2021
Reinforcement learning (RL) is a popular machine learning paradigm for game playing, robotics control, and other sequential decision tasks. However, RL agents often have long learning times with high data requirements because they begin by acting randomly. In order to better learn in complex tasks, this article argues that an external teacher can often significantly help the RL agent learn. OpenAI Gym is a common framework for RL research, including a large number of standard environments and agents, making RL research significantly more accessible. This article introduces our new open-source RL framework, the Human Input Parsing Platform for Openai Gym (HIPPO Gym), and the design decisions that went into its creation. The goal of this platform is to facilitate human-RL research, again lowering the bar so that more researchers can quickly investigate different ways that human teachers could assist RL agents, including learning from demonstrations, learning from feedback, or curriculum learning.
Human and Multi-Agent collaboration in a human-MARL teaming framework
2021
Reinforcement learning provides effective results with agents learning from their observations, received rewards, and internal interactions between agents. This study proposes a new open-source MARL framework, called COGMENT, to efficiently leverage human and agent interactions as a source of learning. We demonstrate these innovations by using a designed real-time environment with unmanned aerial vehicles driven by RL agents, collaborating with a human. The results of this study show that the proposed collaborative paradigm and the open-source framework leads to significant reductions in both human effort and exploration costs.