paper-with-me

홈 › Papers

Pointsoup: High-Performance and Extremely Low-Decoding-Latency Learned Geometry Codec for Large-Scale Point Cloud Scenes

2024-04-21 · Kang You, Kai Liu, Li Yu, Pan Gao, Dandan Ding

Despite considerable progress being achieved in point cloud geometry compression, there still remains a challenge in effectively compressing large-scale scenes with sparse surfaces. Another key challenge lies in reducing decoding latency, a crucial requirement in real-world application. In this paper, we propose Pointsoup, an efficient learning-based geometry codec that attains high-performance and extremely low-decoding-latency simultaneously. Inspired by conventional Trisoup codec, a point model-based strategy is devised to characterize local surfaces. Specifically, skin features are embedded from local windows via an attention-based encoder, and dilated windows are introduced as cross-scale priors to infer the distribution of quantized features in parallel. During decoding, features undergo fast refinement, followed by a folding-based point generator that reconstructs point coordinates with fairly fast speed. Experiments show that Pointsoup achieves state-of-the-art performance on multiple benchmarks with significantly lower decoding complexity, i.e., up to 90$\sim$160$\times$ faster than the G-PCCv23 Trisoup decoder on a comparatively low-end platform (e.g., one RTX 2080Ti). Furthermore, it offers variable-rate control with a single neural model (2.9MB), which is attractive for industrial practitioners.

📄 PDF Abstract BibTeX arXiv:2404.13550

Code (1)

i2-multimedia-lab/pointsoup 공식 구현 pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

Joint Transmit Power and Placement Optimization for URLLC-enabled UAV Relay Systems

2020-07-20 · Hong Ren, Cunhua Pan, Kezhi Wang, Wei Xu 외

This letter considers an unmanned aerial vehicle (UAV)-enabled relay communication system for delivering latency-critical messages with ultra-high reliability, where the relay is operating under amplifier-and-forward (AF…

Vectorizing the Trie: Efficient Constrained Decoding for LLM-based Generative Retrieval on Accelerators

2026-02-26 · Zhengyang Su, Isay Katsman, Yueqi Wang, Ruining He 외 arxiv

Generative retrieval has emerged as a powerful paradigm for LLM-based recommendation. However, industrial recommender systems often benefit from restricting the output space to a constrained subset of items based on busi…

DiffO: Single-step Diffusion for Image Compression at Ultra-Low Bitrates

2025-06-19 · Chanung Park, Joo Chan Lee, Jong Hwan Ko

Although image compression is fundamental to visual data processing and has inspired numerous standard and learned codecs, these methods still suffer severe quality degradation at extremely low bits per pixel. While rece…

DenoisingImage Compression

Fast-ARDiff: An Entropy-informed Acceleration Framework for Continuous Space Autoregressive Generation

2025-12-09 · Zhen Zou, Xiaoxiao Ma, Jie Huang, Zichao Yu 외 arxiv

Autoregressive(AR)-diffusion hybrid paradigms combine AR's structured modeling with diffusion's photorealistic synthesis, yet suffer from high latency due to sequential AR generation and iterative denoising. In this work…

BASS: Batched Attention-optimized Speculative Sampling

2024-04-24 · Haifeng Qian, Sujan Kumar Gonugondla, Sungsoo Ha, Mingyue Shang 외

Speculative decoding has emerged as a powerful method to improve latency and throughput in hosting large language models. However, most existing implementations focus on generating a single sequence. Real-world generativ…

GPUHumanEval