paper-with-me

홈 › Papers

MoMA: Momentum Contrastive Learning with Multi-head Attention-based Knowledge Distillation for Histopathology Image Analysis

2023-08-31 · Trinh Thi Le Vuong, Jin Tae Kwak

There is no doubt that advanced artificial intelligence models and high quality data are the keys to success in developing computational pathology tools. Although the overall volume of pathology data keeps increasing, a lack of quality data is a common issue when it comes to a specific task due to several reasons including privacy and ethical issues with patient data. In this work, we propose to exploit knowledge distillation, i.e., utilize the existing model to learn a new, target model, to overcome such issues in computational pathology. Specifically, we employ a student-teacher framework to learn a target model from a pre-trained, teacher model without direct access to source data and distill relevant knowledge via momentum contrastive learning with multi-head attention mechanism, which provides consistent and context-aware feature representations. This enables the target model to assimilate informative representations of the teacher model while seamlessly adapting to the unique nuances of the target data. The proposed method is rigorously evaluated across different scenarios where the teacher model was trained on the same, relevant, and irrelevant classification tasks with the target model. Experimental results demonstrate the accuracy and robustness of our approach in transferring knowledge to different domains and tasks, outperforming other related methods. Moreover, the results provide a guideline on the learning strategy for different types of tasks and scenarios in computational pathology. Code is available at: \url{https://github.com/trinhvg/MoMA}.

📄 PDF Abstract BibTeX arXiv:2308.16561

Code (1)

trinhvg/moma 공식 구현 pytorch

Tasks

Contrastive LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

ReMoMask-2: Latent Retrieval-Augmented Masked Motion Generation

2026-09-08 · Yiran Wang, Zeyu Zhang, Ling Shao, Hao Tang hf

Text-to-motion (T2M) generation maps natural language to human joint movements, aiding gaming, VR, and robotics. Retrieval-Augmented Text-to-Motion (RAG-T2M) improves generation on complex descriptions by conditioning on…

Contrastive Learning

ReMoMask: Retrieval-Augmented Masked Motion Generation

2025-08-04 · Zhengdao Li, Siheng Wang, Zeyu Zhang, Hao Tang arxiv

Text-to-Motion (T2M) generation aims to synthesize realistic and semantically aligned human motion sequences from natural language descriptions. However, current approaches face dual challenges: Generative models (e.g., …

Cross-Modal Retrieval

MOMA:Distill from Self-Supervised Teachers

2023-02-04 · Yuchong Yao, Nandakishor Desai, Marimuthu Palaniswami

Contrastive Learning and Masked Image Modelling have demonstrated exceptional performance on self-supervised representation learning, where Momentum Contrast (i.e., MoCo) and Masked AutoEncoder (i.e., MAE) are the state-…

Contrastive LearningRepresentation LearningSelf-Supervised LearningTransfer Learning

MOMA-AC: A preference-driven actor-critic framework for continuous multi-objective multi-agent reinforcement learning

2025-11-22 · Adam Callaghan, Karl Mason, Patrick Mannion arxiv

This paper addresses a critical gap in Multi-Objective Multi-Agent Reinforcement Learning (MOMARL) by introducing the first dedicated inner-loop actor-critic framework for continuous state and action spaces: Multi-Object…

Multi-agent Reinforcement Learning

Causal Policy Gradient for Whole-Body Mobile Manipulation

2023-05-04 · Jiaheng Hu, Peter Stone, Roberto Martín-Martín

Developing the next generation of household robot helpers requires combining locomotion and interaction capabilities, which is generally referred to as mobile manipulation (MoMa). MoMa tasks are difficult due to the larg…