Masking Improves Contrastive Self-Supervised Learning for ConvNets, and Saliency Tells You Where
Zhi-Yi Chin, Chieh-Ming Jiang, Ching-Chun Huang, Pin-Yu Chen, Wei-Chen, Chiu

TL;DR
This paper enhances contrastive self-supervised learning for convolutional neural networks by incorporating saliency-aware masking, leading to more effective data augmentation and improved downstream task performance.
Contribution
It introduces a saliency-constrained masking method for contrastive learning in ConvNets, addressing issues of biased masking and adding hard negatives for better representation learning.
Findings
Saliency-aware masking improves contrastive learning performance.
Evenly distributed masking reduces misleading contrastiveness.
Hard negatives with larger salient masks enhance downstream accuracy.
Abstract
While image data starts to enjoy the simple-but-effective self-supervised learning scheme built upon masking and self-reconstruction objective thanks to the introduction of tokenization procedure and vision transformer backbone, convolutional neural networks as another important and widely-adopted architecture for image data, though having contrastive-learning techniques to drive the self-supervised learning, still face the difficulty of leveraging such straightforward and general masking operation to benefit their learning process significantly. In this work, we aim to alleviate the burden of including masking operation into the contrastive-learning framework for convolutional neural networks as an extra augmentation method. In addition to the additive but unwanted edges (between masked and unmasked regions) as well as other adverse effects caused by the masking operations for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Masking Improves Contrastive Self-Supervised Learning for ConvNets, and Saliency Tells You Where· youtube
Taxonomy
TopicsVisual Attention and Saliency Detection · Image Enhancement Techniques · Advanced Image Fusion Techniques
MethodsAttention Is All You Need · Linear Layer · Softmax · Multi-Head Attention · Residual Connection · Layer Normalization · Dense Connections · Vision Transformer · Contrastive Learning
