ICASSP 2025accepted0 citations

Keypoint Aware Masked Image Modelling

Madhava Krishna, A. V. Subramanyam

Abstract

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 ImageNet-1K dataset with a ViT-B trained for the same number of epochs while taking the same wall-clock-time. 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 longer attention distances. Our code is available at https://github.com/madhava20217/KAMIM.

BibTeX
@inproceedings{icassp2025_keypointawaremas,
  title = {Keypoint Aware Masked Image Modelling},
  author = {Madhava Krishna and A. V. Subramanyam},
  booktitle = {ICASSP 2025},
  year = {2025}
}