Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Reinforcement01:23

Reinforcement

597
Positive and negative reinforcement are key concepts in operant conditioning, a learning process where the consequences of a behavior affect the likelihood of that behavior being repeated.
Positive reinforcement occurs when a behavior is followed by the presentation of a rewarding stimulus, increasing the frequency of that behavior. For example:
597
Uncertainty: Overview00:59

Uncertainty: Overview

1.3K
In analytical chemistry, we often perform repetitive measurements to detect and minimize inaccuracies caused by both determinate and indeterminate errors. Despite the cares we take, the presence of random errors means that repeated measurements almost never have exactly the same magnitude. The collective difference between these measurements - observed values - and the estimated or expected value is called uncertainty. Uncertainty is conventionally written after the estimated or expected value.
1.3K
Propagation of Uncertainty from Random Error00:59

Propagation of Uncertainty from Random Error

1.4K
An experiment often consists of more than a single step. In this case, measurements at each step give rise to uncertainty. Because the measurements occur in successive steps, the uncertainty in one step necessarily contributes to that in the subsequent step. As we perform statistical analysis on these types of experiments, we must learn to account for the propagation of uncertainty from one step to the next. The propagation of uncertainty depends on the type of arithmetic operation performed on...
1.4K
Propagation of Uncertainty from Systematic Error01:10

Propagation of Uncertainty from Systematic Error

1.1K
The atomic mass of an element varies due to the relative ratio of its isotopes. A sample's relative proportion of oxygen isotopes influences its average atomic mass. For instance, if we were to measure the atomic mass of oxygen from a sample, the mass would be a weighted average of the isotopic masses of oxygen in that sample. Since a single sample is not likely to perfectly reflect the true atomic mass of oxygen for all the molecules of oxygen on Earth, the mass we obtain from this...
1.1K
Avoidance Learning and Learned Helplessness01:14

Avoidance Learning and Learned Helplessness

2.3K
Avoidance learning and learned helplessness are critical concepts in understanding behavioral responses to negative stimuli.
Avoidance learning occurs when an organism learns that a specific behavior can prevent an unpleasant outcome. For example, a student who receives a bad grade may start studying harder to avoid future poor grades. This behavior persists even when the negative outcome is no longer present. Avoidance learning is powerful because it maintains behavior in the absence of the...
2.3K
State Space Representation01:27

State Space Representation

367
The frequency-domain technique, commonly used in analyzing and designing feedback control systems, is effective for linear, time-invariant systems. However, it falls short when dealing with nonlinear, time-varying, and multiple-input multiple-output systems. The time-domain or state-space approach addresses these limitations by utilizing state variables to construct simultaneous, first-order differential equations, known as state equations, for an nth-order system.
Consider an RLC circuit, a...
367

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Temporal point process modeling of aggressive behavior onset in psychiatric inpatient youths with autism.

Scientific reports·2026
Same author

Aerobatic maneuvers in insect-scale flapping-wing aerial robots via deep-learned robust tube model predictive control.

Science advances·2025
Same author

COVID-19 Burden in Adult Correctional or Detention Facilities and the Surrounding Communities, January 1, 2020-July 20, 2021.

Journal of correctional health care : the official journal of the National Commission on Correctional Health Care·2023
Same author

Distributed Certifiably Correct Pose-Graph Optimization.

IEEE transactions on robotics : a publication of the IEEE Robotics and Automation Society·2022
Same author

Assessing the Mortality Impact of the COVID-19 Pandemic in Florida State Prisons.

medRxiv : the preprint server for health sciences·2021
Same author

Vision-Based Multirotor Following Using Synthetic Learning Techniques.

Sensors (Basel, Switzerland)·2019
Same journal

Hidden Data Recovery and Forecasting via Next-Generation Reservoir Computing With Multiscale Delay Selection.

IEEE transactions on neural networks and learning systems·2026
Same journal

CAFF-CIL: Causality-Aware Freedom Forgetting Approach for Class-Incremental Learning.

IEEE transactions on neural networks and learning systems·2026
Same journal

Harmonic Autoencoding Framework for Multiple Tasks in Magnetic Particle Imaging Reconstruction.

IEEE transactions on neural networks and learning systems·2026
Same journal

A Survey on Human-Centric Voice-Face Multimodal Learning.

IEEE transactions on neural networks and learning systems·2026
Same journal

Vision-Assisted Foundation Model for Solving Multitask Vehicle Routing Problems.

IEEE transactions on neural networks and learning systems·2026
Same journal

FP3O: Enabling Proximal Policy Optimization in Multiagent Cooperation With Parameter-Sharing Versatility.

IEEE transactions on neural networks and learning systems·2026
See all related articles

Related Experiment Video

Updated: Nov 17, 2025

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

895

Certifiable Robustness to Adversarial State Uncertainty in Deep Reinforcement Learning.

Michael Everett, Bjorn Lutjens, Jonathan P How

    IEEE Transactions on Neural Networks and Learning Systems
    |February 15, 2021
    PubMed
    Summary
    This summary is machine-generated.

    This study introduces a defense for deep reinforcement learning (DRL) to ensure safety in robotics. The new method provides formal guarantees against adversarial attacks and noise, enhancing decision-making robustness.

    Related Experiment Videos

    Last Updated: Nov 17, 2025

    Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
    05:47

    Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

    Published on: June 13, 2025

    895

    Area of Science:

    • Robotics
    • Artificial Intelligence
    • Control Theory

    Background:

    • Deep neural networks (DNNs) excel in robotics but lack robustness guarantees for safety-critical applications.
    • Adversarial attacks and sensor noise can cause DNNs to make dangerous decisions, as seen in autonomous vehicles.
    • Existing defenses offer limited formal guarantees against such perturbations.

    Purpose of the Study:

    • To develop an online defense mechanism for deep reinforcement learning (DRL) algorithms that provides certified adversarial robustness.
    • To ensure reliable decision-making in safety-critical robotic systems despite potential input perturbations.
    • To offer a certificate of solution quality for the learned policy, even under uncertainty.

    Main Methods:

    • Leveraging research on certified adversarial robustness to create an online defense for DRL.
    • Computing guaranteed lower bounds on state-action values during execution to select robust actions.
    • Implementing and evaluating the defense on a deep Q-network (DQN) policy.

    Main Results:

    • The proposed defense significantly increases robustness against noise and adversarial examples in pedestrian collision avoidance, classic control tasks, and Atari Pong.
    • The approach provides a certificate of solution quality for the DRL policy.
    • Extended prior work with new performance guarantees, algorithmic extensions, and adversarial behavior scenarios.

    Conclusions:

    • The developed online certifiably robust defense enhances the safety and reliability of DRL systems in critical applications.
    • This method offers a practical way to achieve formal robustness guarantees for DNNs in robotics.
    • The findings pave the way for safer autonomous systems by addressing vulnerabilities to adversarial inputs.