vault backup: 2024-09-26 12:00:55

This commit is contained in:
Dane Sabo 2024-09-26 12:00:55 -04:00
parent 77263f9563
commit 641362b91f

View File

@ -25,9 +25,9 @@ The goal of this research is to use a generative diffusion model to create unstr
# Version 1
## Attempt
The goal of this research is to use a generative diffusion model to create unstructured perturbations of a nominal plant. In the real world, there is always a perturbation between the dynamics of the physical process and the mathematical model. Stability and performance of the controller suffer when this difference is large, but knowning that it is never zero, understanding how much performance is affected by the perturbation is important to know. Robust control answers this problem for mathematical models of plants. We can know precisely how much a model of a controller will be affected by a perturbation, and we can define a set of allowable perturbations that fit within our engineering specifications.
The goal of this research is to use a generative diffusion model to create unstructured perturbations of a nominal plant. In the real world, there is always a perturbation between the dynamics of the physical process and the mathematical model. Stability and performance of the controller suffer when this difference is large, but knowing that it is never zero, understanding how much performance is affected by the perturbation is important to know. Robust control answers this problem for mathematical models of plants. We can know precisely how much a model of a controller will be affected by a perturbation, and we can define a set of allowable perturbations that fit within our engineering specifications.
A problem arises when we try
A problem arises when we try to verify the robustness on an actual modern controller. In the actual implementation of control laws, there are several intermediate layers between the hardware, firmware, and software that can introduce mistakes. Unlike the model controller, we cannot easily verify that this controller has the same performance over the set of perturbed plants. The modern controller can only be tested with single elements from the set of plants. Because of this, we suggest using a diffusion generative model to generate elements from this set to validate implementations of controllers to be robust.
If this research is successful, this diffusion model will accomplish three main tasks:
1. It will approximate a set of controllable plants by generating a large number of perturbed examples