paper-with-me

Papers

Pixel-Wise Contrastive Distillation

2022-11-01 · ICCV 2023 1 · Junqiang Huang, Zichao Guo

We present a simple but effective pixel-level self-supervised distillation framework friendly to dense prediction tasks. Our method, called Pixel-Wise Contrastive Distillation (PCD), distills knowledge by attracting the corresponding pixels from student's and teacher's output feature maps. PCD includes a novel design called SpatialAdaptor which ``reshapes'' a part of the teacher network while preserving the distribution of its output features. Our ablation experiments suggest that this reshaping behavior enables more informative pixel-to-pixel distillation. Moreover, we utilize a plug-in multi-head self-attention module that explicitly relates the pixels of student's feature maps to enhance the effective receptive field, leading to a more competitive student. PCD \textbf{outperforms} previous self-supervised distillation methods on various dense prediction tasks. A backbone of \mbox{ResNet-18-FPN} distilled by PCD achieves $37.4$ AP$^\text{bbox}$ and $34.0$ AP$^\text{mask}$ on COCO dataset using the detector of \mbox{Mask R-CNN}. We hope our study will inspire future research on how to pre-train a small model friendly to dense prediction tasks in a self-supervised fashion.

📄 PDF Abstract BibTeX arXiv:2211.00218

Code (1)

allo-rene/pcd 공식 구현 pytorch

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

CAST: Contrastive Adaptation and Distillation for Semi-Supervised Instance Segmentation

2025-05-28 · Pardis Taghavi, Tian Liu, Renjie Li, Reza Langari 외

Instance segmentation demands costly per-pixel annotations and large models. We introduce CAST, a semi-supervised knowledge distillation (SSKD) framework that compresses pretrained vision foundation models (VFM) into com…

Domain AdaptationInstance SegmentationKnowledge DistillationPseudo Label+2

MobileVOS: Real-Time Video Object Segmentation Contrastive Learning meets Knowledge Distillation

2023-03-14 · CVPR 2023 1 · Roy Miles, Mehmet Kerim Yucel, Bruno Manganelli, Albert Saa-Garriga

This paper tackles the problem of semi-supervised video object segmentation on resource-constrained devices, such as mobile phones. We formulate this problem as a distillation task, whereby we demonstrate that small spac…

Contrastive LearningKnowledge DistillationRepresentation LearningSemantic Segmentation+3

Training a Student Expert via Semi-Supervised Foundation Model Distillation

2026-04-04 · Pardis Taghavi, Tian Liu, Renjie Li, Reza Langari 외 arxiv

Foundation models deliver strong perception but are often too computationally heavy to deploy, and adapting them typically requires costly annotations. We introduce a semi-supervised knowledge distillation (SSKD) framewo…

Knowledge DistillationInstance SegmentationDomain Adaptation

Dual Relation Knowledge Distillation for Object Detection

2023-02-11 · ZhenLiang Ni, Fukui Yang, Shengzhao Wen, Gang Zhang

Knowledge distillation is an effective method for model compression. However, it is still a challenging topic to apply knowledge distillation to detection tasks. There are two key points resulting in poor distillation pe…

Knowledge DistillationModel CompressionObjectobject-detection+2

Information-guided pixel augmentation for pixel-wise contrastive learning

2022-11-14 · Quan Quan, Qingsong Yao, Jun Li, S. Kevin Zhou

Contrastive learning (CL) is a form of self-supervised learning and has been widely used for various tasks. Different from widely studied instance-level contrastive learning, pixel-wise contrastive learning mainly helps …

Contrastive LearningSelf-Supervised Learning