paper_3d__utonia

Implement a PyTorch-based PTv3 encoder for cross-domain 3D point clouds.

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Gonglitian/agent-skills --skill paper-3d-utonia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper_3d__utonia
Source: https://github.com/Gonglitian/agent-skills/tree/main/skills/papers/paper_3d__utonia
Command: npx skills add https://github.com/Gonglitian/agent-skills --skill paper-3d-utonia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable unified learning and deployment of 3D representations across diverse point cloud domains with a single encoder, reducing model fragmentation and maintenance.

Core Features & Use Cases

  • Unified cross-domain encoding with a five-stage PTv3 backbone
  • Domain-aware data normalization and grid sampling for cross-domain alignment
  • Serialization + sparse convolution for efficient 3D representation learning
  • Transferable features for segmentation, robotics manipulation, and multimodal reasoning
  • Example use: apply the encoder to indoor scans, outdoor LiDAR, and CAD models to obtain a shared feature space

Quick Start

Install the Utonia encoder and run a sample inference on indoor data using the standard transform.

Frequently Asked Questions about paper_3d__utonia

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a cross-domain 3D point cloud encoder?

A cross-domain 3D point cloud encoder produces universal representations across diverse domains like indoor scans and outdoor LiDAR. It uses a PTv3 backbone with domain-aware sampling to enable transfer to segmentation, robotics, and multimodal reasoning.

How do I transfer 3D point cloud features for robotics manipulation?

To transfer 3D point cloud features for robotics manipulation, you use a unified encoder to extract transferable features from your point cloud data. The encoder leverages sparse convolutions and serialization to produce a shared feature space for robotic tasks.

Does the PTv3 encoder work with both indoor scans and outdoor LiDAR?

Yes, the PTv3 encoder works with both indoor scans and outdoor LiDAR by applying domain-aware data normalization and grid sampling. This ensures cross-domain alignment across five targeted domains, including CAD models, producing a shared feature space.

How to run inference on indoor point cloud data using a unified encoder?

To run inference on indoor point cloud data, you install the Utonia encoder and apply the standard transform to your input data. This uses the five-stage PTv3 backbone with sparse convolutions to output transferable 3D representations.

Why use sparse convolutions for 3D point cloud pretraining?

Sparse convolutions are used for 3D point cloud pretraining to enable efficient representation learning across diverse domains. Combined with serialization, they process unstructured point cloud data effectively to produce transferable features for segmentation and reasoning.