paper-with-me

Papers

Contrastive Predictive Autoencoders for Dynamic Point Cloud Self-Supervised Learning

2023-05-22 · Xiaoxiao Sheng, Zhiqiang Shen, Gang Xiao

We present a new self-supervised paradigm on point cloud sequence understanding. Inspired by the discriminative and generative self-supervised methods, we design two tasks, namely point cloud sequence based Contrastive Prediction and Reconstruction (CPR), to collaboratively learn more comprehensive spatiotemporal representations. Specifically, dense point cloud segments are first input into an encoder to extract embeddings. All but the last ones are then aggregated by a context-aware autoregressor to make predictions for the last target segment. Towards the goal of modeling multi-granularity structures, local and global contrastive learning are performed between predictions and targets. To further improve the generalization of representations, the predictions are also utilized to reconstruct raw point cloud sequences by a decoder, where point cloud colorization is employed to discriminate against different frames. By combining classic contrast and reconstruction paradigms, it makes the learned representations with both global discrimination and local perception. We conduct experiments on four point cloud sequence benchmarks, and report the results on action recognition and gesture recognition under multiple experimental settings. The performances are comparable with supervised methods and show powerful transferability.

📄 PDF Abstract BibTeX arXiv:2305.12959

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionColorizationContrastive LearningDecoderGesture RecognitionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Colorization Colorization is a self-supervision approach that relies on colorization as the pretext task in order to learn image representations.
Contrastive Learning 설명 없음

Similar 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 외

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 captur…

Contrastive LearningCross-Modal RetrievalRetrieval

Bringing Masked Autoencoders Explicit Contrastive Properties for Point Cloud Self-Supervised Learning

2024-07-08 · Bin Ren, Guofeng Mei, Danda Pani Paudel, Weijie Wang 외

Contrastive learning (CL) for Vision Transformers (ViTs) in image domains has achieved performance comparable to CL for traditional convolutional backbones. However, in 3D point cloud pretraining with ViTs, masked autoen…

Contrastive LearningData AugmentationFew-Shot LearningPoint Cloud Pre-training+1

CLR-GAM: Contrastive Point Cloud Learning with Guided Augmentation and Feature Mapping

2023-02-28 · Srikanth Malla, Yi-Ting Chen

Point cloud data plays an essential role in robotics and self-driving applications. Yet, annotating point cloud data is time-consuming and nontrivial while they enable learning discriminative 3D representations that empo…

3D Point Cloud ClassificationContrastive LearningFew-Shot LearningPoint Cloud Classification+1

Cluster-Based Autoencoders for Volumetric Point Clouds

2022-11-02 · Stephan Antholzer, Martin Berger, Tobias Hell

Autoencoders allow to reconstruct a given input from a small set of parameters. However, the input size is often limited due to computational costs. We therefore propose a clustering and reassembling method for volumetri…

Clustering

PointCAT: Contrastive Adversarial Training for Robust Point Cloud Recognition

2022-09-16 · Qidong Huang, Xiaoyi Dong, Dongdong Chen, Hang Zhou 외

Notwithstanding the prominent performance achieved in various applications, point cloud recognition models have often suffered from natural corruptions and adversarial perturbations. In this paper, we delve into boosting…