隐形捷径:视觉编码器为何能识别你的相机

HuggingFace Daily Papers(社区热门论文)·2026-08-05 08:00·20天前
AI 导读

深度视觉模型会利用像素级嵌入的隐形元数据痕迹(如图像处理和拍摄信息)作为捷径进行预测。研究发现,大规模语义监督(如ImageNet标签或LAION图文对)会自然诱导元数据与语义的相关性,且相关性越强,模型对元数据痕迹越敏感,在元数据分布偏移下性能下降越大。训练中和训练后缓解策略可降低对已知和未知元数据的敏感性,且不牺牲下游任务性能;这种敏感性还部分解释了某些编码器强大的生成图像检测能力。

HuggingFace Daily Papers(社区热门论文)
49AI 编辑部评分,满分 100

隐形捷径:视觉编码器为何能识别你的相机

2026-08-05 08:00· 20天前
AI 导读

深度视觉模型会利用像素级嵌入的隐形元数据痕迹(如图像处理和拍摄信息)作为捷径进行预测。研究发现,大规模语义监督(如ImageNet标签或LAION图文对)会自然诱导元数据与语义的相关性,且相关性越强,模型对元数据痕迹越敏感,在元数据分布偏移下性能下降越大。训练中和训练后缓解策略可降低对已知和未知元数据的敏感性,且不牺牲下游任务性能;这种敏感性还部分解释了某些编码器强大的生成图像检测能力。

Deep vision models exploit shortcuts, relying on cues that correlate with supervision signals. Prior work has focused on visible biases, such as object-background or texture correlations. We identify a different source of shortcut learning: invisible metadata traces embedded at the pixel level, for metadata such as image processing and photo acquisition. We hypothesize that large-scale semantic supervision, whether through categorical labels (ImageNet) or billion-scale captions (LAION), naturally induces metadata-semantics correlations during pretraining, leading models to convert low-level signals into predictive features. By introducing controlled metadata-semantics correlations, we show that stronger ones produce systematically higher sensitivity to metadata traces and larger performance degradation under metadata distribution shifts. We further explore mitigation strategies applied during and after pretraining that reduce sensitivity not only to targeted metadata but also to unseen ones, without sacrificing performance on downstream tasks. Metadata sensitivity also has a positive side: it partly explains the strong generated-image detection ability of some encoders, while its mitigation can improve out-of-distribution generalization. Code: https://github.com/ryan-caesar-ramos/visual-encoder-traces

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org