paper-with-me

Papers

Cross-Level Multi-Instance Distillation for Self-Supervised Fine-Grained Visual Categorization

2024-01-16 · Qi Bi, Wei Ji, Jingjun Yi, Haolan Zhan, Gui-Song Xia

High-quality annotation of fine-grained visual categories demands great expert knowledge, which is taxing and time consuming. Alternatively, learning fine-grained visual representation from enormous unlabeled images (e.g., species, brands) by self-supervised learning becomes a feasible solution. However, recent researches find that existing self-supervised learning methods are less qualified to represent fine-grained categories. The bottleneck lies in that the pre-text representation is built from every patch-wise embedding, while fine-grained categories are only determined by several key patches of an image. In this paper, we propose a Cross-level Multi-instance Distillation (CMD) framework to tackle the challenge. Our key idea is to consider the importance of each image patch in determining the fine-grained pre-text representation by multiple instance learning. To comprehensively learn the relation between informative patches and fine-grained semantics, the multi-instance knowledge distillation is implemented on both the region/image crop pairs from the teacher and student net, and the region-image crops inside the teacher / student net, which we term as intra-level multi-instance distillation and inter-level multi-instance distillation. Extensive experiments on CUB-200-2011, Stanford Cars and FGVC Aircraft show that the proposed method outperforms the contemporary method by upto 10.14% and existing state-of-the-art self-supervised learning approaches by upto 19.78% on both top-1 accuracy and Rank-1 retrieval metric.

📄 PDF Abstract BibTeX arXiv:2401.08860

Code (0)

등록된 구현이 없습니다.

Tasks

Fine-Grained Visual CategorizationKnowledge DistillationMultiple Instance LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

LadderMIL: Multiple Instance Learning with Coarse-to-Fine Self-Distillation

2025-02-04 · Shuyang Wu, Yifu Qiu, Ines P. Nearchou, Sandrine Prost 외

Multiple Instance Learning (MIL) for whole slide image (WSI) analysis in computational pathology often neglects instance-level learning as supervision is typically provided only at the bag level. In this work, we present…

BenchmarkingClassificationMultiple Instance LearningPrognosis+1

I-SDPO: Instance-Level Adaptive Self-Distillation Policy Optimization

2026-08-13 · Yubo Zhang, Xinhong Ma, Zezhong Tan, Ziqiang Dong arxiv

Group Relative Policy Optimization (GRPO) learns from reward differences within a rollout group, but receives no useful relative signal when every sampled response is incorrect. Privileged self-distillation can fill this…

Comprehensive Attention Self-Distillation for Weakly-Supervised Object Detection

2020-10-22 · NeurIPS 2020 12 · Zeyi Huang, Yang Zou, Vijayakumar Bhagavatula, Dong Huang

Weakly Supervised Object Detection (WSOD) has emerged as an effective tool to train object detectors using only the image-level category labels. However, without object-level labels, WSOD detectors are prone to detect bo…

Objectobject-detectionObject DetectionWeakly Supervised Object Detection

Intra-class Patch Swap for Self-Distillation

2025-05-20 · Hongjun Choi, Eun Som Jeon, Ankita Shukla, Pavan Turaga

Knowledge distillation (KD) is a valuable technique for compressing large deep learning models into smaller, edge-suitable networks. However, conventional KD frameworks rely on pre-trained high-capacity teacher networks,…

image-classificationImage ClassificationKnowledge DistillationSemantic Segmentation

COIN: Confidence Score-Guided Distillation for Annotation-Free Cell Segmentation

2025-03-14 · Sanghyun Jo, Seo Jin Lee, Seungwoo Lee, Seohyung Hong 외

Cell instance segmentation (CIS) is crucial for identifying individual cell morphologies in histopathological images, providing valuable insights for biological and medical research. While unsupervised CIS (UCIS) models …

Cell SegmentationInstance SegmentationSemantic SegmentationUnsupervised Semantic Segmentation