Skip to content

Latest commit

Β 

History

History
74 lines (59 loc) Β· 3.55 KB

File metadata and controls

74 lines (59 loc) Β· 3.55 KB

πŸ§ͺ Research Portfolio – Emma Green

Welcome to my research portfolio!
I am a Postdoctoral Researcher specializing in data-driven modelling and control systems.
My work bridges academic research and industrial applications, with experience in:

  • Data-driven Modelling and Control
  • Secure Cloud-native Control Algorithms
  • Signal Processing in Energy Harvesting Wireless Sensor Networks
  • Model Predictive Control (MPC), Linear–quadratic regulator (LQR), and Kalman Filtering (KF) Applications
  • Regularized System Identification with Kernel Methods

Contents

  • πŸ”§ [Data-driven Modelling + Control]: In this project, we focus on an alternating minimization-based hyperparameter tuning method for SURE estimation.

  • 🌐 [Cloud-native Secure Controller]: This project focuses on the investigation of a sequential detection policy for combating the effect of the replay attack on a cloud-native controller. The impact of such an attack is mitigated by adding random signals to the optimal control signal before the actuation process, a technique known as watermarking policy. We study the effectiveness of this joint scheme of sequential detection with watermarking in a cloud-native controller with varying levels of delay introduced in the communication network between the cloud server and the physical plant.

  • πŸ“ˆ [Signal processing with Stochastic Control]:

    Subtopics:

    1. ⚑ Dynamic Programming-based Energy Allocation:
      Developed optimal energy allocation strategies using dynamic programming to maximize throughput and prolong network lifetime under stochastic energy arrivals.

    2. ⏱️ Quickest Change Detection-based Delay Minimization:
      Designed detection policies leveraging the quickest change detection to minimize delay in event reporting while adhering to energy constraints.

    3. πŸ“Š Asymptotic Analysis of Local Change Detection:
      Conducted asymptotic performance analysis of local change detection algorithms for distributed sensor networks under limited energy budgets.

πŸ”— Related Research Repositories

  • Related Research Project: Interpretation Error in Dynamical Systems
    Focuses on defining and describing a specific type of modeling error, termed the interpretation error, that may arise from the wrongful interpretation of the physical interactions within a dynamical system.

Each project includes code, results, and documentation to support reproducibility and industrial relevance.


πŸ“‚ Repository Structure

πŸ“ research-portfolio/
β”‚
β”œβ”€β”€ cloud-native-contoller/
β”‚   β”œβ”€β”€ controller.py
β”‚   β”œβ”€β”€ cloud_lqr.py
β”‚   β”œβ”€β”€ plant.py
β”‚   β”œβ”€β”€ k8s_delay.yml
β”‚   β”œβ”€β”€ sigma_gamma_tilde.py
β”‚
β”œβ”€β”€ data-driven-modeling-control/
β”‚   β”œβ”€β”€ calibrationUtilities.py
β”‚   β”œβ”€β”€ gradientHypUtilities_v4.py
β”‚   β”œβ”€β”€ hyperparam_tuning_v4.ipynb
β”‚   β”œβ”€β”€ utilities.py
β”‚
β”‚
β”œβ”€β”€ distributed-detection/
|   β”œβ”€β”€ dynamic-programming/
β”‚   β”‚   β”œβ”€β”€ cau_non_adap_heu_main.m
β”‚   β”‚   β”œβ”€β”€ fin_hrz_non_cau_dp.m
β”‚   |── quickest_change_detection/
β”‚   β”‚   β”œβ”€β”€ fc_cusum.py
β”‚   β”‚   β”œβ”€β”€ non_causal_opt.m
β”‚   β”‚   β”œβ”€β”€ opt_thr_obs_pol.m
β”‚   β”‚   β”œβ”€β”€ thr_fun.m
β”‚   β”œβ”€β”€ asymptotic-analysis-local-detection/
β”‚   β”‚   β”œβ”€β”€ norm_mult_usr_seq_harv_t_min.m
β”‚   β”‚   β”œβ”€β”€ norm_mult_usr_seq_harv_t_max.m
β”‚   β”‚   β”œβ”€β”€ norm_Seq_maj_log.m
β”‚   β”‚   β”œβ”€β”€ Lauricella_A.m
β”‚

└── README.md