TL;DR
Privacy concerns in face recognition systems necessitate new solutions. DecoyFace introduces a method for identity misdirection that is both controllable and imperceptible.
✦ Why It Matters
Implement DecoyFace in your face recognition systems to enhance user privacy without sacrificing performance.
Key Takeaways
How It Works
DecoyFace operates by splitting the facial feature representation into two subspaces: a reconstruction-sensitive subspace and a complementary subspace. The client injects decoy identity cues into the reconstruction-sensitive subspace, which misleads unauthorized attempts to reconstruct the true identity.
Meanwhile, the complementary subspace retains essential features necessary for accurate recognition. On the server side, an authorized canonicalization module filters out the decoy components, ensuring that only the relevant recognition data is preserved.
Related