Search papers, labs, and topics across Lattice.
This paper addresses the challenge of defending against heterogeneous generative AI threats by identifying and mitigating destructive interference in pixel-space ensemble strategies. They propose Architecture-Agnostic Targeted Feature Synergy (ATFS), which aligns gradients in a unified feature space using a target guidance image, overcoming the orthogonality of gradients from different generative architectures. Experiments demonstrate that ATFS achieves state-of-the-art protection against heterogeneous generative models (Diffusion+GAN), converges rapidly, and generalizes to unseen architectures like VQ-VAE while remaining robust to image transformations.
Forget brittle, architecture-specific defenses: a unified feature-space alignment strategy can achieve SOTA protection against diverse generative AI threats, even generalizing to unseen architectures.
Generative AI deployment poses unprecedented challenges to content safety and privacy. However, existing defense mechanisms are often tailored to specific architectures (e.g., Diffusion Models or GANs), creating fragile "defense silos" that fail against heterogeneous generative threats. This paper identifies a fundamental optimization barrier in naive pixel-space ensemble strategies: due to divergent objective functions, pixel-level gradients from heterogeneous generators become statistically orthogonal, causing destructive interference. To overcome this, we observe that despite disparate low-level mechanisms, high-level feature representations of generated content exhibit alignment across architectures. Based on this, we propose the Architecture-Agnostic Targeted Feature Synergy (ATFS) framework. By introducing a target guidance image, ATFS reformulates multi-model defense as a unified feature space alignment task, enabling intrinsic gradient alignment without complex rectification. Extensive experiments show ATFS achieves SOTA protection in heterogeneous scenarios (e.g., Diffusion+GAN). It converges rapidly, reaching over 90% performance within 40 iterations, and maintains strong attack potency even under tight perturbation budgets. The framework seamlessly extends to unseen architectures (e.g., VQ-VAE) by switching the feature extractor, and demonstrates robust resistance to JPEG compression and scaling. Being computationally efficient and lightweight, ATFS offers a viable pathway to dismantle defense silos and enable universal generative security. Code and models are open-sourced for reproducibility.