CVGRDec 15, 2020

NeuralQAAD: An Efficient Differentiable Framework for High Resolution Point Cloud Compression

arXiv:2012.08143v1
AI Analysis

This work provides a more efficient and scalable method for compressing high-resolution point clouds, which is important for applications dealing with large 3D data.

The paper introduces NeuralQAAD, a differentiable framework for high-resolution point cloud compression that addresses the scalability limitations of previous methods. It achieves this by using a novel neural network architecture with weight sharing and autodecoding, combined with a new training procedure based on a quadratic assignment problem (QAP) to implicitly minimize the Earth Mover's Distance (EMD). NeuralQAAD significantly outperforms the current state-of-the-art visually and in terms of EM-kD on datasets like COMA, D-FAUST, and Skulls.

In this paper, we propose NeuralQAAD, a differentiable point cloud compression framework that is fast, robust to sampling, and applicable to high resolutions. Previous work that is able to handle complex and non-smooth topologies is hardly scaleable to more than just a few thousand points. We tackle the task with a novel neural network architecture characterized by weight sharing and autodecoding. Our architecture uses parameters much more efficiently than previous work, allowing us to be deeper and scalable. Futhermore, we show that the currently only tractable training criterion for point cloud compression, the Chamfer distance, performances poorly for high resolutions. To overcome this issue, we pair our architecture with a new training procedure based upon a quadratic assignment problem (QAP) for which we state two approximation algorithms. We solve the QAP in parallel to gradient descent. This procedure acts as a surrogate loss and allows to implicitly minimize the more expressive Earth Movers Distance (EMD) even for point clouds with way more than $10^6$ points. As evaluating the EMD on high resolution point clouds is intractable, we propose a divide-and-conquer approach based on k-d trees, the EM-kD, as a scaleable and fast but still reliable upper bound for the EMD. NeuralQAAD is demonstrated on COMA, D-FAUST, and Skulls to significantly outperform the current state-of-the-art visually and in terms of the EM-kD. Skulls is a novel dataset of skull CT-scans which we will make publicly available together with our implementation of NeuralQAAD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes