Patch-Level Kernel Alignment for Dense Self-Supervised Learning
Juan Yeo, Ijun Jang, Taesup Kim
TL;DR
The paper addresses the challenge of learning high-quality dense representations in vision models without parametric distribution assumptions. It introduces Patch-level Kernel Alignment (PaKA), a non-parametric post-(pre)training method that uses Centered Kernel Alignment to align the patch-level relational structure between teacher and student representations, avoiding clustering or memory banks. PaKA is complemented by two augmentation refinements—Global–Local Intersection Maximization and an augmentation-free teacher—to preserve spatial information and stabilize targets. Empirically, PaKA achieves state-of-the-art performance on multiple dense-vision benchmarks (VOC2012, ADE20K, COCO-derived tasks) with only about 14 hours of single-GPU training, and it generalizes across ViT backbones, offering substantial efficiency and accuracy gains over prior methods.
Abstract
Dense self-supervised learning (SSL) methods showed its effectiveness in enhancing the fine-grained semantic understandings of vision models. However, existing approaches often rely on parametric assumptions or complex post-processing (e.g., clustering, sorting), limiting their flexibility and stability. To overcome these limitations, we introduce Patch-level Kernel Alignment (PaKA), a non-parametric, kernel-based approach that improves the dense representations of pretrained vision encoders with a post-(pre)training. Our method propose a robust and effective alignment objective that captures statistical dependencies which matches the intrinsic structure of high-dimensional dense feature distributions. In addition, we revisit the augmentation strategies inherited from image-level SSL and propose a refined augmentation strategy for dense SSL. Our framework improves dense representations by conducting a lightweight post-training stage on top of a pretrained model. With only 14 hours of additional training on a single GPU, our method achieves state-of-the-art performance across a range of dense vision benchmarks, demonstrating both efficiency and effectiveness.
