CoViT: Instance-Correspondence Contrastive Learning for Vision Transformer

📅 2026-09-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文针对ViT在实例级任务中的不足,提出CoViT框架,通过几何引导的对比学习增强ViT的实例感知能力,无需额外解码器或标签。
📝 Abstract
Vision Transformers (ViT) excel in semantic understanding but fail to discriminate between object instances (e.g., identical embeddings for two dogs), limiting their use in instance-level tasks such as object detection and instance segmentation. We propose Contrastive Vision Transformer (CoViT), a self-supervised learning framework that injects instance-awareness into ViT through geometry-guided contrastive learning. CoViT uniquely coordinates ViT's attention maps and embeddings by constructing triplets: (1) Attention-guided masking: Refine multi-head attention via adaptive thresholding and morphological operations to generate instance masks, identifying foreground anchors; (2) Hardest contrastive mining: For each anchor, computing pairwise embedding similarities to select the intra-instance hardest positive (least similar patch within its mask) and inter-instance hardest negative (most similar patch from other instances), with intra-instance regions masked during negative search. These triplets drive a contrastive loss that simultaneously compresses intra-instance variance and expands inter-instance margins, forcing ViT to discern subtle geometric and appearance differences between instances. CoViT consistently achieves stable performance gains of over 2 AP points across multiple instance-level perception tasks by using ViT as backbone architecture. Notably, CoViT requires no extra decoders or labels, demonstrating that a pure ViT can learn instance-aware representations via inherent attention priors and targeted contrastive constraints. Code and models will be released.
Problem

Research questions and friction points this paper is trying to address.

Vision Transformers
instance discrimination
object instances
Innovation

Methods, ideas, or system contributions that make the work stand out.

Contrastive Learning
Instance-awareness
Geometry-guided
Attention-guided Masking
Hardest Contrastive Mining
🔎 Similar Papers
No similar papers found.
💼 Related Jobs
No related jobs found.