CVLGMar 13, 2023

DPPMask: Masked Image Modeling with Determinantal Point Processes

arXiv:2303.12736v23 citationsh-index: 112
Originality Incremental advance
AI Analysis

This work addresses a key limitation in MIM for computer vision, offering an incremental improvement in masking strategies to enhance representation learning.

The paper tackles the problem of random masking in Masked Image Modeling (MIM) causing semantic misalignment by introducing DPPMask, a new masking strategy using Determinantal Point Processes, which improves performance over random sampling across various masking ratios and tasks.

Masked Image Modeling (MIM) has achieved impressive representative performance with the aim of reconstructing randomly masked images. Despite the empirical success, most previous works have neglected the important fact that it is unreasonable to force the model to reconstruct something beyond recovery, such as those masked objects. In this work, we show that uniformly random masking widely used in previous works unavoidably loses some key objects and changes original semantic information, resulting in a misalignment problem and hurting the representative learning eventually. To address this issue, we augment MIM with a new masking strategy namely the DPPMask by substituting the random process with Determinantal Point Process (DPPs) to reduce the semantic change of the image after masking. Our method is simple yet effective and requires no extra learnable parameters when implemented within various frameworks. In particular, we evaluate our method on two representative MIM frameworks, MAE and iBOT. We show that DPPMask surpassed random sampling under both lower and higher masking ratios, indicating that DPPMask makes the reconstruction task more reasonable. We further test our method on the background challenge and multi-class classification tasks, showing that our method is more robust at various tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes