菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-08
📄 Abstract - Energy-Regularized Spatial Masking: A Novel Approach to Enhancing Robustness and Interpretability in Vision Models

Deep convolutional neural networks achieve remarkable performance by exhaustively processing dense spatial feature maps, yet this brute-force strategy introduces significant computational redundancy and encourages reliance on spurious background correlations. As a result, modern vision models remain brittle and difficult to interpret. We propose Energy-Regularized Spatial Masking (ERSM), a novel framework that reformulates feature selection as a differentiable energy minimization problem. By embedding a lightweight Energy-Mask Layer inside standard convolutional backbones, each visual token is assigned a scalar energy composed of two competing forces: an intrinsic Unary importance cost and a Pairwise spatial coherence penalty. Unlike prior pruning methods that enforce rigid sparsity budgets or rely on heuristic importance scores, ERSM allows the network to autonomously discover an optimal information-density equilibrium tailored to each input. We validate ERSM on convolutional architectures and demonstrate that it produces emergent sparsity, improved robustness to structured occlusion, and highly interpretable spatial masks, while preserving classification accuracy. Furthermore, we show that the learned energy ranking significantly outperforms magnitude-based pruning in deletion-based robustness tests, revealing ERSM as an intrinsic denoising mechanism that isolates semantic object regions without pixel-level supervision.

顶级标签: computer vision model training model evaluation
详细标签: spatial masking energy regularization model robustness interpretability feature selection 或 搜索:

能量正则化空间掩码:一种增强视觉模型鲁棒性和可解释性的新方法 / Energy-Regularized Spatial Masking: A Novel Approach to Enhancing Robustness and Interpretability in Vision Models


1️⃣ 一句话总结

这篇论文提出了一种名为ERSM的新方法,让视觉模型能够根据每张输入图片自动学习并聚焦于最重要的图像区域,从而在保持准确性的同时,减少计算冗余、提升抗干扰能力,并让模型的决策过程变得更透明易懂。

源自 arXiv: 2604.06893