paper-with-me

Papers

Keypoint Aware Masked Image Modelling

2024-07-18 · Madhava Krishna, A V Subramanyam

SimMIM is a widely used method for pretraining vision transformers using masked image modeling. However, despite its success in fine-tuning performance, it has been shown to perform sub-optimally when used for linear probing. We propose an efficient patch-wise weighting derived from keypoint features which captures the local information and provides better context during SimMIM's reconstruction phase. Our method, KAMIM, improves the top-1 linear probing accuracy from 16.12% to 33.97%, and finetuning accuracy from 76.78% to 77.3% when tested on the ImageNet-1K dataset with a ViT-B when trained for the same number of epochs. We conduct extensive testing on different datasets, keypoint extractors, and model architectures and observe that patch-wise weighting augments linear probing performance for larger pretraining datasets. We also analyze the learned representations of a ViT-B trained using KAMIM and observe that they behave similar to contrastive learning with regard to its behavior, with longer attention distances and homogenous self-attention across layers. Our code is publicly available at https://github.com/madhava20217/KAMIM.

📄 PDF Abstract BibTeX arXiv:2407.13873

Code (1)

madhava20217/kamim 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Learning Nuclei Representations with Masked Image Modelling

2023-06-29 · Piotr Wójcik, Hussein Naji, Adrian Simon, Reinhard Büttner 외

Masked image modelling (MIM) is a powerful self-supervised representation learning paradigm, whose potential has not been widely demonstrated in medical image analysis. In this work, we show the capacity of MIM to captur…

Instance SegmentationMedical Image AnalysisRepresentation LearningSemantic Segmentation+1

Human 3D keypoints via spatial uncertainty modeling

2020-12-18 · Francis Williams, Or Litany, Avneesh Sud, Kevin Swersky 외

We introduce a technique for 3D human keypoint estimation that directly models the notion of spatial uncertainty of a keypoint. Our technique employs a principled approach to modelling spatial uncertainty inspired from t…

Keypoint Estimation

AutoLink: Self-supervised Learning of Human Skeletons and Object Outlines by Linking Keypoints

2022-05-21 · Xingzhe He, Bastian Wandt, Helge Rhodin

Structured representations such as keypoints are widely used in pose transfer, conditional image generation, animation, and 3D reconstruction. However, their supervised learning requires expensive annotation for each tar…

Pose EstimationSelf-Supervised LearningUnsupervised Facial Landmark DetectionUnsupervised Facial Landmark Detection on MAFL+4

Masked Capsule Autoencoders

2024-03-07 · Miles Everett, Mingjun Zhong, Georgios Leontidis

We propose Masked Capsule Autoencoders (MCAE), the first Capsule Network that utilises pretraining in a modern self-supervised paradigm, specifically the masked image modelling framework. Capsule Networks have emerged as…

Decoder

Masked Contrastive Representation Learning

2022-11-11 · Yuchong Yao, Nandakishor Desai, Marimuthu Palaniswami

Masked image modelling (e.g., Masked AutoEncoder) and contrastive learning (e.g., Momentum Contrast) have shown impressive performance on unsupervised visual representation learning. This work presents Masked Contrastive…

Contrastive LearningData AugmentationDecoderRepresentation Learning