Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

DynaMark: A Reinforcement Learning Framework for Dynamic Watermarking in Industrial Machine Tool Controllers

Created by
  • Haebom

Author

Navid Aftabi, Abhishek Hanchate, Satish Bukkapatnam, Dan Li

Outline

This paper presents DynaMark, a reinforcement learning-based dynamic watermarking technique to address the replay attack vulnerability of networked machine tool controllers (MTCs) in Industry 4.0 environments. Unlike existing dynamic watermarking techniques that assume linear-Gaussian dynamics and constant watermark statistics, DynaMark learns an adaptive policy online that dynamically adjusts the covariance of a Gaussian watermark using system measurements and detector feedback without system knowledge. We maximize a unique reward function that dynamically balances control performance, energy consumption, and detection reliability, and develop a Bayesian belief update mechanism for real-time detection reliability for linear systems. Using a Siemens Sinumerik 828D controller digital twin and a real stepper motor testbed, we demonstrate that DynaMark reduces watermark energy by 70% compared to existing methods while maintaining the nominal trajectory and maintaining an average detection delay of one sampling interval.

Takeaways, Limitations

Takeaways:
We demonstrate that DynaMark, a dynamic watermarking technique based on reinforcement learning, can effectively defend against MTC replay attacks.
Maintains high detection performance while reducing watermark energy consumption by 70% compared to existing methods.
Demonstrates the ability to adaptively perform watermarking without system knowledge.
Confirmation of applicability to real systems through experimental verification using an actual stepper motor test bench.
Limitations:
Currently, we use a Bayesian belief updating mechanism for linear systems, but extensions to nonlinear systems are needed.
The experiments are limited to a specific MTC (Siemens Sinumerik 828D) and stepper motor system, and generalizability to a wider range of systems is required.
DynaMark's performance needs to be evaluated for robustness against various attack types.
👍