paper-with-me

Papers

Contrastive masked auto-encoders based self-supervised hashing for 2D image and 3D point cloud cross-modal retrieval

2024-08-11 · Rukai Wei, Heng Cui, Yu Liu, Yufeng Hou, Yanzhao Xie, Ke Zhou

Implementing cross-modal hashing between 2D images and 3D point-cloud data is a growing concern in real-world retrieval systems. Simply applying existing cross-modal approaches to this new task fails to adequately capture latent multi-modal semantics and effectively bridge the modality gap between 2D and 3D. To address these issues without relying on hand-crafted labels, we propose contrastive masked autoencoders based self-supervised hashing (CMAH) for retrieval between images and point-cloud data. We start by contrasting 2D-3D pairs and explicitly constraining them into a joint Hamming space. This contrastive learning process ensures robust discriminability for the generated hash codes and effectively reduces the modality gap. Moreover, we utilize multi-modal auto-encoders to enhance the model's understanding of multi-modal semantics. By completing the masked image/point-cloud data modeling task, the model is encouraged to capture more localized clues. In addition, the proposed multi-modal fusion block facilitates fine-grained interactions among different modalities. Extensive experiments on three public datasets demonstrate that the proposed CMAH significantly outperforms all baseline methods.

📄 PDF Abstract BibTeX arXiv:2408.05711

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningCross-Modal RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

A Survey on Masked Autoencoder for Self-supervised Learning in Vision and Beyond

2022-07-30 · Chaoning Zhang, Chenshuang Zhang, Junha Song, John Seon Keun Yi 외

Masked autoencoders are scalable vision learners, as the title of MAE \cite{he2022masked}, which suggests that self-supervised learning (SSL) in vision might undertake a similar trajectory as in NLP. Specifically, genera…

Contrastive LearningDenoisingSelf-Supervised Learning

Fus-MAE: A cross-attention-based data fusion approach for Masked Autoencoders in remote sensing

2024-01-05 · Hugo Chan-To-Hing, Bharadwaj Veeravalli

Self-supervised frameworks for representation learning have recently stirred up interest among the remote sensing community, given their potential to mitigate the high labeling costs associated with curating large satell…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

What's Behind the Mask: Understanding Masked Graph Modeling for Graph Autoencoders

2022-05-20 · Jintang Li, Ruofan Wu, Wangbin Sun, Liang Chen 외

The last years have witnessed the emergence of a promising self-supervised learning strategy, referred to as masked autoencoding. However, there is a lack of theoretical understanding of how masking matters on graph auto…

Contrastive LearningLink PredictionNode ClassificationSelf-Supervised Learning

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

GraphMAE: Self-Supervised Masked Graph Autoencoders

2022-05-22 · Zhenyu Hou, Xiao Liu, Yukuo Cen, Yuxiao Dong 외

Self-supervised learning (SSL) has been extensively explored in recent years. Particularly, generative SSL has seen emerging success in natural language processing and other AI fields, such as the wide adoption of BERT a…

Contrastive LearningGraph ClassificationGraph LearningNode Classification+2