paper-with-me

Papers

Learned Point Cloud Compression for Classification

2023-08-11 · Mateen Ulhaq, Ivan V. Bajić

Deep learning is increasingly being used to perform machine vision tasks such as classification, object detection, and segmentation on 3D point cloud data. However, deep learning inference is computationally expensive. The limited computational capabilities of end devices thus necessitate a codec for transmitting point cloud data over the network for server-side processing. Such a codec must be lightweight and capable of achieving high compression ratios without sacrificing accuracy. Motivated by this, we present a novel point cloud codec that is highly specialized for the machine task of classification. Our codec, based on PointNet, achieves a significantly better rate-accuracy trade-off in comparison to alternative methods. In particular, it achieves a 94% reduction in BD-bitrate over non-specialized codecs on the ModelNet40 dataset. For low-resource end devices, we also propose two lightweight configurations of our encoder that achieve similar BD-bitrate reductions of 93% and 92% with 3% and 5% drops in top-1 accuracy, while consuming only 0.470 and 0.048 encoder-side kMACs/point, respectively. Our codec demonstrates the potential of specialized codecs for machine analysis of point clouds, and provides a basis for extension to more complex tasks and datasets in the future.

📄 PDF Abstract BibTeX arXiv:2308.05959

Code (1)

multimedialabsfu/learned-point-cloud-compression-for-classification 공식 구현 pytorch

Tasks

Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

SCP: Spherical-Coordinate-based Learned Point Cloud Compression

2023-08-24 · Ao Luo, Linxin Song, Keisuke Nonaka, Kyohei Unno 외

In recent years, the task of learned point cloud compression has gained prominence. An important type of point cloud, the spinning LiDAR point cloud, is generated by spinning LiDAR on vehicles. This process results in nu…

Sparse Point Clouds Assisted Learned Image Compression

2024-12-20 · Yiheng Jiang, Haotian Zhang, Li Li, Dong Liu 외

In the field of autonomous driving, a variety of sensor data types exist, each representing different modalities of the same scene. Therefore, it is feasible to utilize data from other sensors to facilitate image compres…

Autonomous DrivingImage Compression

Learned Compression for Images and Point Clouds

2024-09-12 · Mateen Ulhaq

Over the last decade, deep learning has shown great success at performing computer vision tasks, including classification, super-resolution, and style transfer. Now, we apply it to data compression to help build the next…

Data CompressionStyle TransferSuper-Resolution

Learning Convolutional Transforms for Lossy Point Cloud Geometry Compression

2019-03-20 · Maurice Quach, Giuseppe Valenzise, Frederic Dufaux

Efficient point cloud compression is fundamental to enable the deployment of virtual and mixed reality applications, since the number of points to code can range in the order of millions. In this paper, we present a nove…

Binary ClassificationMixed RealityQuantization

End-to-end learned Lossy Dynamic Point Cloud Attribute Compression

2024-08-20 · Dat Thanh Nguyen, Daniel Zieger, Marc Stamminger, Andre Kaup

Recent advancements in point cloud compression have primarily emphasized geometry compression while comparatively fewer efforts have been dedicated to attribute compression. This study introduces an end-to-end learned dy…

Attribute