paper-with-me

Papers

CoMAE: Single Model Hybrid Pre-training on Small-Scale RGB-D Datasets

2023-02-13 · Jiange Yang, Sheng Guo, Gangshan Wu, LiMin Wang

Current RGB-D scene recognition approaches often train two standalone backbones for RGB and depth modalities with the same Places or ImageNet pre-training. However, the pre-trained depth network is still biased by RGB-based models which may result in a suboptimal solution. In this paper, we present a single-model self-supervised hybrid pre-training framework for RGB and depth modalities, termed as CoMAE. Our CoMAE presents a curriculum learning strategy to unify the two popular self-supervised representation learning algorithms: contrastive learning and masked image modeling. Specifically, we first build a patch-level alignment task to pre-train a single encoder shared by two modalities via cross-modal contrastive learning. Then, the pre-trained contrastive encoder is passed to a multi-modal masked autoencoder to capture the finer context features from a generative perspective. In addition, our single-model design without requirement of fusion module is very flexible and robust to generalize to unimodal scenario in both training and testing phases. Extensive experiments on SUN RGB-D and NYUDv2 datasets demonstrate the effectiveness of our CoMAE for RGB and depth representation learning. In addition, our experiment results reveal that CoMAE is a data-efficient representation learner. Although we only use the small-scale and unlabeled training set for pre-training, our CoMAE pre-trained models are still competitive to the state-of-the-art methods with extra large-scale and supervised RGB dataset pre-training. Code will be released at https://github.com/MCG-NJU/CoMAE.

📄 PDF Abstract BibTeX arXiv:2302.06148

Code (1)

mcg-nju/comae 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation LearningScene Recognition

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

COMAE: COMprehensive Attribute Exploration for Zero-shot Hashing

2024-02-26 · Yuqi Li, Qingqing Long, Yihang Zhou, Ran Zhang 외

Zero-shot hashing (ZSH) has shown excellent success owing to its efficiency and generalization in large-scale retrieval scenarios. While considerable success has been achieved, there still exist urgent limitations. Exist…

AttributeContrastive LearningRetrieval

CoMAE: A Multi-factor Hierarchical Framework for Empathetic Response Generation

2021-05-18 · Findings (ACL) 2021 8 · Chujie Zheng, Yong liu, Wei Chen, Yongcai Leng 외

The capacity of empathy is crucial to the success of open-domain dialog systems. Due to its nature of multi-dimensionality, there are various factors that relate to empathy expression, such as communication mechanism, di…

Empathetic Response GenerationOpen-Domain DialogResponse Generation

Single Image Brightening via Multi-Scale Exposure Fusion with Hybrid Learning

2020-07-04 · Chaobing Zheng, Zhengguo Li, Yi Yang, Shiqian Wu

A small ISO and a small exposure time are usually used to capture an image in the back or low light conditions which results in an image with negligible motion blur and small noise but look dark. In this paper, a single …

SSIM

HVNet: Hybrid Voxel Network for LiDAR Based 3D Object Detection

2020-02-29 · CVPR 2020 6 · Maosheng Ye, Shuangjie Xu, Tongyi Cao

We present Hybrid Voxel Network (HVNet), a novel one-stage unified network for point cloud based 3D object detection for autonomous driving. Recent studies show that 2D voxelization with per voxel PointNet style feature …

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

M$^2$RNN: Non-Linear RNNs with Matrix-Valued States for Scalable Language Modeling

2026-03-15 · Mayank Mishra, Shawn Tan, Ion Stoica, Joseph Gonzalez 외 arxiv

Transformers are highly parallel but are limited to computations in the TC$^0$ complexity class, excluding tasks such as entity tracking and code execution that provably require greater expressive power. Motivated by thi…