paper-with-me

Papers

Chasing Clouds: Differentiable Volumetric Rasterisation of Point Clouds as a Highly Efficient and Accurate Loss for Large-Scale Deformable 3D Registration

2023-01-01 · ICCV 2023 1 · Mattias P. Heinrich, Alexander Bigalke, Christoph Großbröhmer, Lasse Hansen

Learning-based registration for large-scale 3D point clouds has been shown to improve robustness and accuracy compared to classical methods and can be trained without supervision for locally rigid problems. However, for tasks with highly deformable structures, such as alignment of pulmonary vascular trees for medical diagnostics, previous approaches of self-supervision with regularisation and point distance losses have failed to succeed, leading to the need for complex synthetic augmentation strategies to obtain reliably strong supervision. In this work, we introduce a novel Differentiable Volumetric Rasterisation of point Clouds (DiVRoC) that overcomes those limitations and offers a highly efficient and accurate loss for large-scale deformable 3D registration. DiVRoC drastically reduces the computational complexity for measuring point cloud distances for high-resolution data with over 100k 3D points and can also be employed to extrapolate and regularise sparse motion fields, as loss in a self-training setting and as objective function in instance optimisation. DiVRoC can be successfully embedded into geometric registration networks, including PointPWC-Net and other graph CNNs. Our approach yields new state-of-the-art accuracy on the challenging PVT dataset in three different settings without training with manual ground truth: 1) unsupervised metric-based learning 2) self-supervised learning with pseudo labels generated by self-training and 3) optimisation based alignment without learning. https://github.com/mattiaspaul/ChasingClouds

📄 PDF Abstract BibTeX

Code (1)

mattiaspaul/chasingclouds 공식 구현 pytorch

Tasks

Self-Supervised Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Spatial-Reduction Attention Spatial-Reduction Attention, or SRA, is a multi-head attention module used in the [Pyramid Vision…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

PointVoxelFormer -- Reviving point cloud networks for 3D medical imaging

2024-12-23 · Mattias Paul Heinrich

Point clouds are a very efficient way to represent volumetric data in medical imaging. First, they do not occupy resources for empty spaces and therefore can avoid trade-offs between resolution and field-of-view for voxe…

Point Cloud Registration

INPC: Implicit Neural Point Clouds for Radiance Field Rendering

2024-03-25 · Florian Hahlbohm, Linus Franke, Moritz Kappel, Susana Castillo 외

We introduce a new approach for reconstruction and novel view synthesis of unbounded real-world scenes. In contrast to previous methods using either volumetric fields, grid-based models, or discrete point cloud proxies, …

Novel View Synthesis

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

Neural Implicit Surface Reconstruction using Imaging Sonar

2022-09-17 · Mohamad Qadri, Michael Kaess, Ioannis Gkioulekas

We present a technique for dense 3D reconstruction of objects using an imaging sonar, also known as forward-looking sonar (FLS). Compared to previous methods that model the scene geometry as point clouds or volumetric gr…

3D ReconstructionSurface Reconstruction

Blended Convolution and Synthesis for Efficient Discrimination of 3D Shapes

2019-08-24 · Sameera Ramasinghe, Salman Khan, Nick Barnes, Stephen Gould

Existing networks directly learn feature representations on 3D point clouds for shape analysis. We argue that 3D point clouds are highly redundant and hold irregular (permutation-invariant) structure, which makes it diff…

3D Shape RecognitionRetrievalTranslation