paper-with-me

홈 › Papers

Near, far: Patch-ordering enhances vision foundation models' scene understanding

2024-08-20 · Valentinos Pariza, Mohammadreza Salehi, Gertjan Burghouts, Francesco Locatello, Yuki M. Asano

We introduce NeCo: Patch Neighbor Consistency, a novel self-supervised training loss that enforces patch-level nearest neighbor consistency across a student and teacher model. Compared to contrastive approaches that only yield binary learning signals, i.e., 'attract' and 'repel', this approach benefits from the more fine-grained learning signal of sorting spatially dense features relative to reference patches. Our method leverages differentiable sorting applied on top of pretrained representations, such as DINOv2-registers to bootstrap the learning signal and further improve upon them. This dense post-pretraining leads to superior performance across various models and datasets, despite requiring only 19 hours on a single GPU. This method generates high-quality dense feature encoders and establishes several new state-of-the-art results such as +5.5% and +6% for non-parametric in-context semantic segmentation on ADE20k and Pascal VOC, +7.2% and +5.7% for linear segmentation evaluations on COCO-Things and -Stuff and improvements in the 3D understanding of multi-view consistency on SPair-71k, by more than 1.5%.

📄 PDF Abstract BibTeX arXiv:2408.11054

Code (0)

등록된 구현이 없습니다.

Tasks

GPUScene UnderstandingSelf-Supervised LearningSemantic Segmentation

Similar Papers 제목 키워드 기반

REOrdering Patches Improves Vision Models

2025-05-29 · Declan Kutscher, David M. Chan, Yutong Bai, Trevor Darrell 외

Sequence models such as transformers require inputs to be represented as one-dimensional sequences. In vision, this typically involves flattening images using a fixed row-major (raster-scan) order. While full self-attent…

PathVQ: Reforming Computational Pathology Foundation Model for Whole Slide Image Analysis via Vector Quantization

2025-03-09 · Honglin Li, Zhongyi Shui, Yunlong Zhang, Chenglu Zhu 외

Computational pathology and whole-slide image (WSI) analysis are pivotal in cancer diagnosis and prognosis. However, the ultra-high resolution of WSIs presents significant modeling challenges. Recent advancements in path…

PrognosisQuantizationSelf-Supervised Learning

Building Vision-Language Models on Solid Foundations with Masked Distillation

2024-01-01 · CVPR 2024 1 · Sepehr Sameni, Kushal Kafle, Hao Tan, Simon Jenni

Recent advancements in Vision-Language Models (VLMs) have marked a significant leap in bridging the gap between computer vision and natural language processing. However traditional VLMs trained through contrastive le…

Contrastive LearningKnowledge DistillationRetrievalSemantic Segmentation+4

A Faster Patch Ordering Method for Image Denoising

2017-04-26 · Badre Munir

Among the patch-based image denoising processing methods, smooth ordering of local patches (patch ordering) has been shown to give state-of-art results. For image denoising the patch ordering method forms two large TSPs …

DenoisingImage DenoisingTraveling Salesman Problem

Equi-ViT: Rotational Equivariant Vision Transformer for Robust Histopathology Analysis

2026-01-14 · Fuyao Chen, Yuexi Du, Elèonore V. Lieffrig, Nicha C. Dvornek 외 arxiv

Vision Transformers (ViTs) have gained rapid adoption in computational pathology for their ability to model long-range dependencies through self-attention, addressing the limitations of convolutional neural networks that…