paper-with-me

Papers

Self-Supervised Image-to-Point Distillation via Semantically Tolerant Contrastive Loss

2023-01-12 · CVPR 2023 1 · Anas Mahmoud, Jordan S. K. Hu, Tianshu Kuai, Ali Harakeh, Liam Paull, Steven L. Waslander

An effective framework for learning 3D representations for perception tasks is distilling rich self-supervised image features via contrastive learning. However, image-to point representation learning for autonomous driving datasets faces two main challenges: 1) the abundance of self-similarity, which results in the contrastive losses pushing away semantically similar point and image regions and thus disturbing the local semantic structure of the learned representations, and 2) severe class imbalance as pretraining gets dominated by over-represented classes. We propose to alleviate the self-similarity problem through a novel semantically tolerant image-to-point contrastive loss that takes into consideration the semantic distance between positive and negative image regions to minimize contrasting semantically similar point and image regions. Additionally, we address class imbalance by designing a class-agnostic balanced loss that approximates the degree of class imbalance through an aggregate sample-to-samples semantic similarity measure. We demonstrate that our semantically-tolerant contrastive loss with class balancing improves state-of-the art 2D-to-3D representation learning in all evaluation settings on 3D semantic segmentation. Our method consistently outperforms state-of-the-art 2D-to-3D representation learning frameworks across a wide range of 2D self-supervised pretrained models.

📄 PDF Abstract BibTeX arXiv:2301.05709

Code (1)

TRAILab/ST-SLidR 공식 구현 pytorch

Tasks

3D Semantic SegmentationAutonomous DrivingContrastive LearningRepresentation LearningSemantic SegmentationSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning

2025-06-26 · Remco F. Leijenaar, Hamidreza Kasaei

Learning semantically meaningful representations from unstructured 3D point clouds remains a central challenge in computer vision, especially in the absence of large-scale labeled datasets. While masked point modeling (M…

3D Point Cloud ClassificationRepresentation Learning

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

Image BERT Pre-training with Online Tokenizer

2021-09-29 · ICLR 2022 4 · Jinghao Zhou, Chen Wei, Huiyu Wang, Wei Shen 외

The success of language Transformers is primarily attributed to the pretext task of masked language modeling (MLM), where texts are first tokenized into semantically meaningful pieces. In this work, we study masked image…

image-classificationImage ClassificationInstance SegmentationLanguage Modeling+5

iBOT: Image BERT Pre-Training with Online Tokenizer

2021-11-15 · Jinghao Zhou, Chen Wei, Huiyu Wang, Wei Shen 외

The success of language Transformers is primarily attributed to the pretext task of masked language modeling (MLM), where texts are first tokenized into semantically meaningful pieces. In this work, we study masked image…

image-classificationImage ClassificationInstance SegmentationLanguage Modeling+7

Self-Supervised Keypoint Detection with Distilled Depth Keypoint Representation

2024-10-04 · Aman Anand, Elyas Rashno, Amir Eskandari, Farhana Zulkernine

Existing unsupervised keypoint detection methods apply artificial deformations to images such as masking a significant portion of images and using reconstruction of original image as a learning objective to detect keypoi…

Keypoint DetectionKnowledge Distillation