paper-with-me

Papers

GRASP-Net: Geometric Residual Analysis and Synthesis for Point Cloud Compression

2022-09-09 · Jiahao Pang, Muhammad Asad Lodhi, Dong Tian

Point cloud compression (PCC) is a key enabler for various 3-D applications, owing to the universality of the point cloud format. Ideally, 3D point clouds endeavor to depict object/scene surfaces that are continuous. Practically, as a set of discrete samples, point clouds are locally disconnected and sparsely distributed. This sparse nature is hindering the discovery of local correlation among points for compression. Motivated by an analysis with fractal dimension, we propose a heterogeneous approach with deep learning for lossy point cloud geometry compression. On top of a base layer compressing a coarse representation of the input, an enhancement layer is designed to cope with the challenging geometric residual/details. Specifically, a point-based network is applied to convert the erratic local details to latent features residing on the coarse point cloud. Then a sparse convolutional neural network operating on the coarse point cloud is launched. It utilizes the continuity/smoothness of the coarse geometry to compress the latent features as an enhancement bit-stream that greatly benefits the reconstruction quality. When this bit-stream is unavailable, e.g., due to packet loss, we support a skip mode with the same architecture which generates geometric details from the coarse point cloud directly. Experimentation on both dense and sparse point clouds demonstrate the state-of-the-art compression performance achieved by our proposal. Our code is available at https://github.com/InterDigitalInc/GRASP-Net.

📄 PDF Abstract BibTeX arXiv:2209.04401

Code (1)

interdigitalinc/grasp-net 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Variational Shape Inference for Grasp Diffusion on SE(3)

2025-08-24 · S. Talha Bukhari, Kaivalya Agrawal, Zachary Kingston, Aniket Bera arxiv

Grasp synthesis is a fundamental task in robotic manipulation which usually has multiple feasible solutions. Multimodal grasp synthesis seeks to generate diverse sets of stable grasps conditioned on object geometry, maki…

A Hybrid Optimization Framework for Grasp Synthesis under Partial Observations

2026-06-16 · Wenzheng Zhang, Fahira Afzal Maken, Tin Lai, Fabio Ramos arxiv

We propose a hybrid grasp synthesis framework that combines a learning-based Energy-Based Model (EBM) with an analytical Iterative Closest Point (ICP) method to generate robust grasps from partially observed point clouds…

Point Clouds

Learning Continuous 3D Reconstructions for Geometrically Aware Grasping

2019-10-02 · Mark Van der Merwe, Qingkai Lu, Balakumar Sundaralingam, Martin Matak 외

Deep learning has enabled remarkable improvements in grasp synthesis for previously unseen objects from partial object views. However, existing approaches lack the ability to explicitly reason about the full 3D geometry …

3D geometry3D ReconstructionCommon Sense ReasoningObject

RobotFingerPrint: Unified Gripper Coordinate Space for Multi-Gripper Grasp Synthesis and Transfer

2024-09-22 · Ninad Khargonkar, Luis Felipe Casas, Balakrishnan Prabhakaran, Yu Xiang

We introduce a novel grasp representation named the Unified Gripper Coordinate Space (UGCS) for grasp synthesis and grasp transfer. Our representation leverages spherical coordinates to create a shared coordinate space a…

Diversity

Lightning Grasp: High Performance Procedural Grasp Synthesis with Contact Fields

2025-11-10 · Zhao-Heng Yin, Pieter Abbeel arxiv

Despite years of research, real-time diverse grasp synthesis for dexterous hands remains an unsolved core challenge in robotics and computer graphics. We present Lightning Grasp, a novel high-performance procedural grasp…