paper-with-me

Papers

Diffusion-Driven Self-Supervised Learning for Shape Reconstruction and Pose Estimation

2024-03-19 · Jingtao Sun, Yaonan Wang, Mingtao Feng, Chao Ding, Mike Zheng Shou, Ajmal Saeed Mian

Fully-supervised category-level pose estimation aims to determine the 6-DoF poses of unseen instances from known categories, requiring expensive mannual labeling costs. Recently, various self-supervised category-level pose estimation methods have been proposed to reduce the requirement of the annotated datasets. However, most methods rely on synthetic data or 3D CAD model for self-supervised training, and they are typically limited to addressing single-object pose problems without considering multi-objective tasks or shape reconstruction. To overcome these challenges and limitations, we introduce a diffusion-driven self-supervised network for multi-object shape reconstruction and categorical pose estimation, only leveraging the shape priors. Specifically, to capture the SE(3)-equivariant pose features and 3D scale-invariant shape information, we present a Prior-Aware Pyramid 3D Point Transformer in our network. This module adopts a point convolutional layer with radial-kernels for pose-aware learning and a 3D scale-invariant graph convolution layer for object-level shape representation, respectively. Furthermore, we introduce a pretrain-to-refine self-supervised training paradigm to train our network. It enables proposed network to capture the associations between shape priors and observations, addressing the challenge of intra-class shape variations by utilising the diffusion mechanism. Extensive experiments conducted on four public datasets and a self-built dataset demonstrate that our method significantly outperforms state-of-the-art self-supervised category-level baselines and even surpasses some fully-supervised instance-level and category-level methods.

📄 PDF Abstract BibTeX arXiv:2403.12728

Code (1)

s-jingtao/self-srpe 공식 구현 pytorch

Tasks

Pose EstimationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Bayesian Diffusion Models for 3D Shape Reconstruction

2024-03-11 · CVPR 2024 1 · Haiyang Xu, Yu Lei, Zeyuan Chen, Xiang Zhang 외

We present Bayesian Diffusion Models (BDM), a prediction algorithm that performs effective Bayesian inference by tightly coupling the top-down (prior) information with the bottom-up (data-driven) procedure via joint diff…

3D Reconstruction3D Shape ReconstructionBayesian Inference

Self-Supervised MRI Reconstruction with Unrolled Diffusion Models

2023-06-29 · Yilmaz Korkmaz, Tolga Cukur, Vishal M. Patel

Magnetic Resonance Imaging (MRI) produces excellent soft tissue contrast, albeit it is an inherently slow imaging modality. Promising deep learning methods have recently been proposed to reconstruct accelerated MRI scans…

MRI Reconstruction

Dynamic Entity-Masked Graph Diffusion Model for histopathological image Representation Learning

2024-12-13 · Zhenfeng Zhuang, Min Cen, Yanfeng Li, Fangyu Zhou 외

Significant disparities between the features of natural images and those inherent to histopathological images make it challenging to directly apply and transfer pre-trained models from natural images to histopathology ta…

Representation LearningSelf-Supervised LearningSurvival Analysis

Dual-domain Multi-path Self-supervised Diffusion Model for Accelerated MRI Reconstruction

2025-03-24 · Yuxuan Zhang, Jinkui Hao, Bo Zhou

Magnetic resonance imaging (MRI) is a vital diagnostic tool, but its inherently long acquisition times reduce clinical efficiency and patient comfort. Recent advancements in deep learning, particularly diffusion models, …

DiagnosticMRI Reconstruction

SD-DiT: Unleashing the Power of Self-supervised Discrimination in Diffusion Transformer

2024-03-25 · CVPR 2024 1 · Rui Zhu, Yingwei Pan, Yehao Li, Ting Yao 외

Diffusion Transformer (DiT) has emerged as the new trend of generative diffusion models on image generation. In view of extremely slow convergence in typical DiT, recent breakthroughs have been driven by mask strategy th…

DecoderImage Generation