Invisible Shortcuts: Why Vision Encoders Know Your Camera
Summary
This paper identifies invisible metadata traces at the pixel level as shortcuts that vision encoders exploit, leading to performance degradation under metadata distribution shifts. Mitigation strategies during and after pretraining reduce sensitivity to both targeted and unseen metadata without sacrificing downstream performance.
View Cached Full Text
Cached at: 08/07/26, 05:55 AM
Paper page - Invisible Shortcuts: Why Vision Encoders Know Your Camera
Source: https://huggingface.co/papers/2608.05424
Abstract
Deepvisionmodelsexploitshortcuts,relyingoncuesthatcorrelatewithsupervisionsignals.Priorworkhasfocusedonvisiblebiases,suchasobject-backgroundortexturecorrelations.Weidentifyadifferentsourceofshortcutlearning:invisiblemetadatatracesembeddedatthepixellevel,formetadatasuchasimageprocessingandphotoacquisition.Wehypothesizethatlarge-scalesemanticsupervision,whetherthroughcategoricallabels(ImageNet)orbillion-scalecaptions(LAION),naturallyinducesmetadata-semanticscorrelationsduringpretraining,leadingmodelstoconvertlow-levelsignalsintopredictivefeatures.Byintroducingcontrolledmetadata-semanticscorrelations,weshowthatstrongeronesproducesystematicallyhighersensitivitytometadatatracesandlargerperformancedegradationundermetadatadistributionshifts.Wefurtherexploremitigationstrategiesappliedduringandafterpretrainingthatreducesensitivitynotonlytotargetedmetadatabutalsotounseenones,withoutsacrificingperformanceondownstreamtasks.Metadatasensitivityalsohasapositiveside:itpartlyexplainsthestronggenerated-imagedetectionabilityofsomeencoders,whileitsmitigationcanimproveout-of-distributiongeneralization.Code:https://github.com/ryan-caesar-ramos/visual-encoder-traces
View arXiv pageView PDFAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.05424 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.05424 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.05424 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Agents that act on what a camera sees: the spatial output is the weak link
A developer at VideoDB highlights the problem of precise spatial output from vision models when used by agents, sharing that small grounding errors can lead to wrong actions, and announces an open-sourced evaluation harness for checking spatial accuracy on custom footage.
LiteFrame: Efficient Vision Encoders Unlock Frame Scaling in Video LLMs
LiteFrame proposes a lightweight video encoder with Compressed Token Distillation training that reduces latency and enables processing 8x more frames for long-form video understanding in Video LLMs, improving accuracy while reducing compute.
MoE-ViE: Mixture of Experts Vision Encoder for Efficient Image and Video Understanding
This paper presents MoE-ViE, a mixture-of-experts vision encoder that efficiently scales for image and video understanding, outperforming larger dense models with lower inference latency.
Breaking the Vision-Action Shortcut: Latent Interface Training for Generalizable Robotics Foundation Models
The paper proposes Latent Interface Training (LIT), a two-stage strategy to enhance generalization in robotics foundation models by mitigating vision-action shortcuts through pose-supervised latent interfaces.
@andimarafioti: Can a VLM see without a vision encoder? We trained one for $100, inspired by Gemma 4 12B. Latency on an M3 Pro MacBook:…
Researchers trained a vision-language model without a vision encoder for only $100, inspired by Gemma 4 12B, achieving a 30% reduction in end-to-end latency on an M3 Pro MacBook.