paper-with-me

Papers

Hybrid Distillation: Connecting Masked Autoencoders with Contrastive Learners

2023-06-28 · Bowen Shi, Xiaopeng Zhang, Yaoming Wang, Jin Li, Wenrui Dai, Junni Zou, Hongkai Xiong, Qi Tian

Representation learning has been evolving from traditional supervised training to Contrastive Learning (CL) and Masked Image Modeling (MIM). Previous works have demonstrated their pros and cons in specific scenarios, i.e., CL and supervised pre-training excel at capturing longer-range global patterns and enabling better feature discrimination, while MIM can introduce more local and diverse attention across all transformer layers. In this paper, we explore how to obtain a model that combines their strengths. We start by examining previous feature distillation and mask feature reconstruction methods and identify their limitations. We find that their increasing diversity mainly derives from the asymmetric designs, but these designs may in turn compromise the discrimination ability. In order to better obtain both discrimination and diversity, we propose a simple but effective Hybrid Distillation strategy, which utilizes both the supervised/CL teacher and the MIM teacher to jointly guide the student model. Hybrid Distill imitates the token relations of the MIM teacher to alleviate attention collapse, as well as distills the feature maps of the supervised/CL teacher to enable discrimination. Furthermore, a progressive redundant token masking strategy is also utilized to reduce the distilling costs and avoid falling into local optima. Experiment results prove that Hybrid Distill can achieve superior performance on different benchmarks.

📄 PDF Abstract BibTeX arXiv:2306.15876

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDiversityRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
MIM 설명 없음

Similar Papers 제목 키워드 기반

CMAE-V: Contrastive Masked Autoencoders for Video Action Recognition

2023-01-15 · Cheng-Ze Lu, Xiaojie Jin, Zhicheng Huang, Qibin Hou 외

Contrastive Masked Autoencoder (CMAE), as a new self-supervised framework, has shown its potential of learning expressive feature representations in visual image recognition. This work shows that CMAE also trivially gene…

Action RecognitionTemporal Action Localization

Self-distillation Augmented Masked Autoencoders for Histopathological Image Classification

2022-03-31 · Yang Luo, Zhineng Chen, Shengtian Zhou, Xieping Gao

Self-supervised learning (SSL) has drawn increasing attention in histopathological image analysis in recent years. Compared to contrastive learning which is troubled with the false negative problem, i.e., semantically si…

Cell SegmentationClassificationContrastive LearningHistopathological Image Classification+5

Pre-Training Graph Contrastive Masked Autoencoders are Strong Distillers for EEG

2024-11-28 · Xinxu Wei, Kanhao Zhao, Yong Jiao, Nancy B. Carlisle 외

Effectively utilizing extensive unlabeled high-density EEG data to improve performance in scenarios with limited labeled low-density EEG data presents a significant challenge. In this paper, we address this by framing it…

EEGKnowledge DistillationTransfer Learning

Tissue-Contrastive Semi-Masked Autoencoders for Segmentation Pretraining on Chest CT

2024-07-12 · Jie Zheng, Ru Wen, Haiqin Hu, Lina Wei 외

Existing Masked Image Modeling (MIM) depends on a spatial patch-based masking-reconstruction strategy to perceive objects'features from unlabeled images, which may face two limitations when applied to chest CT: 1) ineffi…

Contrastive LearningSelf-Supervised LearningTransfer Learning

A Two-Stage Progressive Pre-training using Multi-Modal Contrastive Masked Autoencoders

2024-08-05 · Muhammad Abdullah Jamal, Omid Mohareri

In this paper, we propose a new progressive pre-training method for image understanding tasks which leverages RGB-D datasets. The method utilizes Multi-Modal Contrastive Masked Autoencoder and Denoising techniques. Our p…

Contrastive LearningDenoisingSemantic Segmentation