Paper: 2602.19323 Authors: Yiran Qiao, Yiren Lu, Yunlai Zhou, Rui Yang, Linlin Hou, Yu Yin, Jing Ma Categories: cs.CV
Abstract
3D Gaussian Splatting (3DGS) has revolutionized real-time 3D reconstruction with its high-fidelity rendering capabilities. However, this paper reveals a critical vulnerability: adversarial perturbations in input images can severely degrade rendering quality, increase computational costs, and even cause denial-of-service attacks. DefenseSplat addresses this security gap through a frequency-aware filtering approach that leverages wavelet transforms to analyze and mitigate adversarial noise. By selectively filtering high-frequency components while preserving low-frequency content, the method maintains scene authenticity while substantially improving robustness against attacks, all without requiring clean ground-truth supervision.
Key Contributions
- Frequency-domain vulnerability analysis: First systematic study of how adversarial perturbations manifest differently in low- and high-frequency components of 3DGS training images using wavelet decomposition
- DefenseSplat defense mechanism: A simple yet effective frequency-aware filtering strategy that reconstructs training views by suppressing high-frequency adversarial noise while preserving essential low-frequency scene information
- Robustness without clean supervision: Achieves substantial defense improvements without access to clean ground-truth data, making it practical for real-world deployment
- Balanced performance trade-off: Maintains competitive performance on clean data while significantly enhancing robustness against adversarial attacks across multiple benchmarks
Methodology and Technical Approach
The core insight of DefenseSplat lies in the observation that adversarial perturbations primarily concentrate in the high-frequency components of input images. The authors employ wavelet transforms to decompose training views into multiple frequency bands, revealing that adversarial noise exhibits distinct patterns across these bands.
The defense pipeline operates as follows:
- Wavelet decomposition: Input images are decomposed using discrete wavelet transform (DWT) into approximation coefficients (low-frequency) and detail coefficients (high-frequency)
- Frequency-aware filtering: High-frequency components are selectively filtered to remove adversarial artifacts while low-frequency components, which contain essential scene structure, are preserved
- Reconstruction: The filtered coefficients are recombined through inverse wavelet transform to produce cleaned training views
- 3DGS training: The reconstructed views are used for standard 3DGS optimization
This approach is computationally efficient as it operates as a preprocessing step without modifying the core 3DGS architecture. The filtering threshold can be adaptively adjusted based on the estimated attack intensity, providing flexibility across different threat models.
Experimental Results and Analysis
The authors conduct extensive experiments across multiple datasets including synthetic scenes and real-world captures. Key findings include:
Attack scenarios tested: The method is evaluated against various adversarial attack strategies with different perturbation budgets ( ranging from 2/255 to 16/255 in norm). These attacks are designed to maximize rendering degradation while remaining imperceptible to human observers.
Performance metrics: DefenseSplat demonstrates substantial improvements in:
- PSNR recovery: Recovers 5-8 dB in peak signal-to-noise ratio compared to undefended 3DGS under strong attacks
- Training efficiency: Reduces training time by 30-40% compared to adversarially corrupted inputs by preventing Gaussian proliferation
- Memory footprint: Decreases memory usage by limiting the number of spurious Gaussians created during training
- Visual quality: Maintains perceptual quality close to clean-data training while dramatically improving robustness
Ablation studies: The paper includes thorough ablations examining different wavelet families (Haar, Daubechies, Symlets), decomposition levels, and filtering strategies. Results show that the method is relatively robust to these hyperparameter choices, with Daubechies wavelets at 2-3 decomposition levels providing optimal balance.
Comparison with baselines: DefenseSplat outperforms naive defense strategies such as Gaussian blurring, median filtering, and adversarial training approaches, while maintaining significantly lower computational overhead.
Implications and Future Directions
This work highlights a critical but previously overlooked security concern in 3D reconstruction systems. As 3DGS gains adoption in production environments—from autonomous vehicles to AR/VR applications—adversarial robustness becomes essential for reliable deployment.
The frequency-aware defense paradigm opens several promising research directions:
Adaptive filtering: Future work could explore learned filtering strategies that automatically adjust to different attack types and intensities without manual threshold tuning.
Multi-modal defense: Combining frequency-domain filtering with other defense mechanisms (e.g., input validation, ensemble methods) could provide defense-in-depth against sophisticated attacks.
Certified robustness: Extending the approach to provide provable robustness guarantees would strengthen confidence in safety-critical applications.
Generalization to other representations: The frequency-aware principle could potentially transfer to other neural 3D representations like NeRF, neural volumes, or mesh-based methods.
The paper also raises important questions about the security-performance trade-off in neural rendering systems and the need for standardized adversarial robustness benchmarks in the 3D vision community.
Takeaways
- 3D Gaussian Splatting is vulnerable to adversarial attacks that can degrade rendering quality, increase computational costs, and potentially cause denial-of-service
- Adversarial perturbations manifest primarily in high-frequency components of input images, enabling targeted frequency-domain defenses
- DefenseSplat achieves robust defense through wavelet-based filtering without requiring clean ground-truth supervision or architectural modifications
- The method maintains a favorable trade-off between robustness and clean-data performance, making it practical for real-world deployment
- This work establishes the importance of adversarial robustness considerations in 3D reconstruction systems and provides a foundation for future security research in neural rendering
论文: 2602.19323 作者: Yiran Qiao, Yiren Lu, Yunlai Zhou, Rui Yang, Linlin Hou, Yu Yin, Jing Ma 分类: cs.CV
摘要
3D高斯溅射(3DGS)以其高保真渲染能力彻底改变了实时3D重建领域。然而,本文揭示了一个关键漏洞:输入图像中的对抗扰动会严重降低渲染质量、增加计算成本,甚至导致拒绝服务攻击。DefenseSplat通过频率感知滤波方法解决了这一安全缺口,利用小波变换分析和缓解对抗噪声。该方法选择性地过滤高频分量同时保留低频内容,在保持场景真实性的同时大幅提高了对抗攻击的鲁棒性,且无需干净的真值监督。
主要贡献
- 频域脆弱性分析: 首次系统性研究对抗扰动如何在3DGS训练图像的低频和高频分量中表现出不同特征,使用小波分解进行分析
- DefenseSplat防御机制: 一种简单而有效的频率感知滤波策略,通过抑制高频对抗噪声同时保留关键低频场景信息来重建训练视图
- 无需干净监督的鲁棒性: 在无需访问干净真值数据的情况下实现显著的防御改进,使其适用于实际部署
- 平衡的性能权衡: 在干净数据上保持竞争力的同时,在多个基准测试中显著增强对抗攻击的鲁棒性
方法论与技术路径
DefenseSplat的核心洞察在于观察到对抗扰动主要集中在输入图像的高频分量中。作者采用小波变换将训练视图分解为多个频带,揭示对抗噪声在这些频带中表现出不同的模式。
防御流程如下:
- 小波分解: 使用离散小波变换(DWT)将输入图像分解为近似系数(低频)和细节系数(高频)
- 频率感知滤波: 选择性地过滤高频分量以去除对抗伪影,同时保留包含关键场景结构的低频分量
- 重建: 通过逆小波变换重组过滤后的系数,生成清洁的训练视图
- 3DGS训练: 使用重建的视图进行标准3DGS优化
该方法作为预处理步骤运行,计算效率高,无需修改核心3DGS架构。滤波阈值可根据估计的攻击强度自适应调整,在不同威胁模型下提供灵活性。
实验结果与分析
作者在多个数据集上进行了广泛实验,包括合成场景和真实世界捕获。主要发现包括:
测试的攻击场景: 该方法针对不同扰动预算(范数下从2/255到16/255)的各种对抗攻击策略进行评估。这些攻击旨在最大化渲染退化,同时对人类观察者保持不可察觉。
性能指标: DefenseSplat在以下方面展现出显著改进:
- PSNR恢复: 在强攻击下,相比未防御的3DGS恢复5-8 dB的峰值信噪比
- 训练效率: 通过防止高斯增殖,相比对抗损坏的输入减少30-40%的训练时间
- 内存占用: 通过限制训练期间创建的虚假高斯数量来降低内存使用
- 视觉质量: 保持接近干净数据训练的感知质量,同时显著提高鲁棒性
消融研究: 论文包含详尽的消融实验,检验不同小波族(Haar、Daubechies、Symlets)、分解层级和滤波策略。结果表明该方法对这些超参数选择相对鲁棒,2-3层分解的Daubechies小波提供最优平衡。
与基线的比较: DefenseSplat优于朴素防御策略,如高斯模糊、中值滤波和对抗训练方法,同时保持显著更低的计算开销。
影响与未来方向
这项工作突出了3D重建系统中一个关键但此前被忽视的安全问题。随着3DGS在生产环境中的应用日益增加——从自动驾驶车辆到AR/VR应用——对抗鲁棒性对于可靠部署变得至关重要。
频率感知防御范式开启了几个有前景的研究方向:
自适应滤波: 未来工作可以探索学习型滤波策略,无需手动阈值调整即可自动适应不同攻击类型和强度。
多模态防御: 将频域滤波与其他防御机制(如输入验证、集成方法)结合,可以提供针对复杂攻击的纵深防御。
可证明鲁棒性: 扩展该方法以提供可证明的鲁棒性保证,将增强在安全关键应用中的信心。
泛化到其他表示: 频率感知原理可能迁移到其他神经3D表示,如NeRF、神经体积或基于网格的方法。
论文还提出了关于神经渲染系统中安全性-性能权衡的重要问题,以及3D视觉社区需要标准化对抗鲁棒性基准的需求。
要点总结
- 3D高斯溅射容易受到对抗攻击,这些攻击会降低渲染质量、增加计算成本,并可能导致拒绝服务
- 对抗扰动主要表现在输入图像的高频分量中,使得针对性的频域防御成为可能
- DefenseSplat通过基于小波的滤波实现鲁棒防御,无需干净真值监督或架构修改
- 该方法在鲁棒性和干净数据性能之间保持良好权衡,使其适用于实际部署
- 这项工作确立了3D重建系统中对抗鲁棒性考虑的重要性,为神经渲染领域的未来安全研究奠定了基础