paper-with-me

Papers

SimC3D: A Simple Contrastive 3D Pretraining Framework Using RGB Images

2024-12-06 · Jiahua Dong, Tong Wu, Rui Qian, Jiaqi Wang

The 3D contrastive learning paradigm has demonstrated remarkable performance in downstream tasks through pretraining on point cloud data. Recent advances involve additional 2D image priors associated with 3D point clouds for further improvement. Nonetheless, these existing frameworks are constrained by the restricted range of available point cloud datasets, primarily due to the high costs of obtaining point cloud data. To this end, we propose SimC3D, a simple but effective 3D contrastive learning framework, for the first time, pretraining 3D backbones from pure RGB image data. SimC3D performs contrastive 3D pretraining with three appealing properties. (1) Pure image data: SimC3D simplifies the dependency of costly 3D point clouds and pretrains 3D backbones using solely RBG images. By employing depth estimation and suitable data processing, the monocular synthesized point cloud shows great potential for 3D pretraining. (2) Simple framework: Traditional multi-modal frameworks facilitate 3D pretraining with 2D priors by utilizing an additional 2D backbone, thereby increasing computational expense. In this paper, we empirically demonstrate that the primary benefit of the 2D modality stems from the incorporation of locality information. Inspired by this insightful observation, SimC3D directly employs 2D positional embeddings as a stronger contrastive objective, eliminating the necessity for 2D backbones and leading to considerable performance improvements. (3) Strong performance: SimC3D outperforms previous approaches that leverage ground-truth point cloud data for pretraining in various downstream tasks. Furthermore, the performance of SimC3D can be further enhanced by combining multiple image datasets, showcasing its significant potential for scalability. The code will be available at https://github.com/Dongjiahua/SimC3D.

📄 PDF Abstract BibTeX arXiv:2412.05274

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDepth Estimation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Self-Supervised YOLO: Leveraging Contrastive Learning for Label-Efficient Object Detection

2025-08-04 · Manikanta Kotthapalli, Reshma Bhatia, Nainsi Jain arxiv

One-stage object detectors such as the YOLO family achieve state-of-the-art performance in real-time vision applications but remain heavily reliant on large-scale labeled datasets for training. In this work, we present a…

Self-Supervised LearningContrastive LearningObject Detection

Contrastive Learning for Character Detection in Ancient Greek Papyri

2024-09-16 · Vedasri Nakka, Andreas Fischer, Rolf Ingold, Lars Vogtlin

This thesis investigates the effectiveness of SimCLR, a contrastive learning technique, in Greek letter recognition, focusing on the impact of various augmentation techniques. We pretrain the SimCLR backbone using the Al…

Contrastive LearningData AugmentationTriplet

Towards Fine-grained Visual Representations by Combining Contrastive Learning with Image Reconstruction and Attention-weighted Pooling

2021-04-09 · Jonas Dippel, Steffen Vogler, Johannes Höhne

This paper presents Contrastive Reconstruction, ConRec - a self-supervised learning algorithm that obtains image representations by jointly optimizing a contrastive and a self-reconstruction loss. We showcase that state-…

Contrastive LearningDecoderImage ReconstructionSelf-Supervised Learning

ModAn-MulSupCon: Modality-and Anatomy-Aware Multi-Label Supervised Contrastive Pretraining for Medical Imaging

2025-08-26 · Eichi Takaya, Ryusei Inamori arxiv

Background and objective: Expert annotations limit large-scale supervised pretraining in medical imaging, while ubiquitous metadata (modality, anatomical region) remain underused. We introduce ModAn-MulSupCon, a modality…

Binary Classification

CMLM-CSE: Based on Conditional MLM Contrastive Learning for Sentence Embeddings

2023-06-16 · Wei zhang, Xu Chen

Traditional comparative learning sentence embedding directly uses the encoder to extract sentence features, and then passes in the comparative loss function for learning. However, this method pays too much attention to t…

Contrastive LearningLanguage ModelingLanguage ModellingSentence+3