paper-with-me

Papers

Siamese Image Modeling for Self-Supervised Vision Representation Learning

2022-06-02 · CVPR 2023 1 · Chenxin Tao, Xizhou Zhu, Weijie Su, Gao Huang, Bin Li, Jie zhou, Yu Qiao, Xiaogang Wang, Jifeng Dai

Self-supervised learning (SSL) has delivered superior performance on a variety of downstream vision tasks. Two main-stream SSL frameworks have been proposed, i.e., Instance Discrimination (ID) and Masked Image Modeling (MIM). ID pulls together representations from different views of the same image, while avoiding feature collapse. It lacks spatial sensitivity, which requires modeling the local structure within each image. On the other hand, MIM reconstructs the original content given a masked image. It instead does not have good semantic alignment, which requires projecting semantically similar views into nearby representations. To address this dilemma, we observe that (1) semantic alignment can be achieved by matching different image views with strong augmentations; (2) spatial sensitivity can benefit from predicting dense representations with masked images. Driven by these analysis, we propose Siamese Image Modeling (SiameseIM), which predicts the dense representations of an augmented view, based on another masked view from the same image but with different augmentations. SiameseIM uses a Siamese network with two branches. The online branch encodes the first view, and predicts the second view's representation according to the relative positions between these two views. The target branch produces the target by encoding the second view. SiameseIM can surpass both ID and MIM on a wide range of downstream tasks, including ImageNet finetuning and linear probing, COCO and LVIS detection, and ADE20k semantic segmentation. The improvement is more significant in few-shot, long-tail and robustness-concerned scenarios. Code shall be released at https://github.com/fundamentalvision/Siamese-Image-Modeling.

📄 PDF Abstract BibTeX arXiv:2206.01204

Code (2)

fundamentalvision/siamese-image-modeling 공식 구현
fundamentalvision/unigrad pytorch

Tasks

Representation LearningSelf-Supervised LearningSemantic SegmentationSensitivity

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음
MIM 설명 없음

Similar Papers 제목 키워드 기반

Exploring Siamese Networks in Self-Supervised Fast MRI Reconstruction

2025-01-18 · Liyan Sun, Shaocong Yu, Chi Zhang, Xinghao Ding

Reconstructing MR images using deep neural networks from undersampled k-space data without using fully sampled training references offers significant value in practice, which is a self-supervised regression problem calli…

MRI ReconstructionSelf-Supervised Learning

Understanding Masked Image Modeling via Learning Occlusion Invariant Feature

2022-08-08 · CVPR 2023 1 · Xiangwen Kong, Xiangyu Zhang

Recently, Masked Image Modeling (MIM) achieves great success in self-supervised visual recognition. However, as a reconstruction-based framework, it is still an open question to understand how MIM works, since MIM appear…

Contrastive LearningOpen-Ended Question Answering

Masked Siamese ConvNets

2022-06-15 · Li Jing, Jiachen Zhu, Yann Lecun

Self-supervised learning has shown superior performances over supervised methods on various vision benchmarks. The siamese network, which encourages embeddings to be invariant to distortions, is one of the most successfu…

image-classificationImage ClassificationInductive Biasobject-detection+3

Ladder Siamese Network: a Method and Insights for Multi-level Self-Supervised Learning

2022-11-25 · Ryota Yoshihashi, Shuhei Nishimura, Dai Yonebayashi, Yuya Otsuka 외

Siamese-network-based self-supervised learning (SSL) suffers from slow convergence and instability in training. To alleviate this, we propose a framework to exploit intermediate self-supervisions in each stage of deep ne…

Self-Supervised Learning

Masked Siamese Networks for Label-Efficient Learning

2022-04-14 · Mahmoud Assran, Mathilde Caron, Ishan Misra, Piotr Bojanowski 외

We propose Masked Siamese Networks (MSN), a self-supervised learning framework for learning image representations. Our approach matches the representation of an image view containing randomly masked patches to the repres…

image-classificationImage ClassificationSelf-Supervised Image ClassificationSelf-Supervised Learning+1