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.

RL-MoE: An Image-Based Privacy Preserving Approach In Intelligent Transportation System

Created by
  • Haebom

Author

Abdolazim Rezaei, Mehdi Sookhak, Mahboobeh Haghparast

Outline

This paper proposes the RL-MoE framework to address the serious conflict between the need for rich visual data and privacy rights arising from the proliferation of AI-powered cameras in Intelligent Transportation Systems (ITS). RL-MoE is a novel framework that converts sensitive visual data into privacy-preserving text descriptions, eliminating the need for direct image transmission. It performs detailed multifaceted scene decomposition using a Mixed-Experts (MoE) architecture and optimizes the generated text for both semantic accuracy and privacy using a reinforcement learning (RL) agent. Experimental results demonstrate that RL-MoE offers superior privacy-preserving performance, reducing the replay attack success rate to 9.4% on the CFP-FP dataset, and generates richer text content than existing methods. This research provides a practical and scalable solution for building trustworthy AI systems in privacy-critical areas, paving the way for safer smart cities and autonomous vehicle networks.

Takeaways, Limitations

Takeaways:
Presenting a practical and scalable solution to the privacy concerns of AI-based cameras.
Achieving superior privacy and data utility over existing methods through the RL-MoE framework.
Contributing to strengthening the security of smart city and autonomous vehicle networks.
A novel approach to balancing semantic accuracy and privacy is presented.
Limitations:
Experiments were conducted using only one CFP-FP dataset, and further research is needed on generalizability.
It is necessary to verify whether the performance of RL-MoE is consistently maintained across various environments and datasets.
Consideration needs to be given to the complexity and computational cost of the RL learning process.
Further research is needed on the interpretability and reliability of text descriptions.
👍