Privacy-Preserving Semantic Segmentation without Key Management

πŸ“… 2026-04-16
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

155K/year
πŸ€– AI Summary
This work addresses the challenge of image privacy in semantic segmentation by proposing an end-to-end encrypted training and inference framework that eliminates the need for centralized key management. The method enables model creators and clients to encrypt input images using locally generated keys that are independent across users and images, and integrates the encryption strategy directly into the training process to mitigate performance degradation. Built upon the SETR architecture, this approach achieves, for the first time, privacy-preserving semantic segmentation with per-client, per-image unique keysβ€”without requiring key distribution or sharing. Experimental results on the Cityscapes dataset demonstrate that the proposed method maintains high segmentation accuracy while rigorously preserving image privacy.

Technology Category

Application Category

πŸ“ Abstract
This paper proposes a novel privacy-preserving semantic segmentation method that can use independent keys for each client and image. In the proposed method, the model creator and each client encrypt images using locally generated keys, and model training and inference are conducted on the encrypted images. To mitigate performance degradation, an image encryption method is applied to model training in addition to the generation of test images. In experiments, the effectiveness of the proposed method is confirmed on the Cityscapes dataset under the use of a vision transformer-based model, called SETR.
Problem

Research questions and friction points this paper is trying to address.

privacy-preserving
semantic segmentation
key management
image encryption
federated learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

privacy-preserving
semantic segmentation
keyless encryption
vision transformer
encrypted domain learning
πŸ”Ž Similar Papers