Papers
Topics
Authors
Recent
Search
2000 character limit reached

Utonia: Toward One Encoder for All Point Clouds

Published 3 Mar 2026 in cs.CV | (2603.03283v1)

Abstract: We dream of a future where point clouds from all domains can come together to shape a single model that benefits them all. Toward this goal, we present Utonia, a first step toward training a single self-supervised point transformer encoder across diverse domains, spanning remote sensing, outdoor LiDAR, indoor RGB-D sequences, object-centric CAD models, and point clouds lifted from RGB-only videos. Despite their distinct sensing geometries, densities, and priors, Utonia learns a consistent representation space that transfers across domains. This unification improves perception capability while revealing intriguing emergent behaviors that arise only when domains are trained jointly. Beyond perception, we observe that Utonia representations can also benefit embodied and multimodal reasoning: conditioning vision-language-action policies on Utonia features improves robotic manipulation, and integrating them into vision-LLMs yields gains on spatial reasoning. We hope Utonia can serve as a step toward foundation models for sparse 3D data, and support downstream applications in AR/VR, robotics, and autonomous driving.

Summary

  • The paper presents Utonia, a unified encoder that processes diverse point cloud data by aligning semantic similarity across indoor, outdoor, and object-centric domains.
  • The paper employs a RoPE-enhanced Point Transformer V3 and SE(3) augmentations to eliminate gravity priors and improve cross-domain transferability.
  • The paper demonstrates robust performance in semantic segmentation and object manipulation tasks, even when key modalities like color and normals are absent.

Utonia: Toward One Encoder for All Point Clouds

Introduction

The paper "Utonia: Toward One Encoder for All Point Clouds" (2603.03283) explores the development of a unified point cloud encoder, Utonia, capable of processing diverse point clouds from various domains, such as outdoor LiDAR, indoor RGB-D sequences, object-centric CAD models, and point clouds derived from RGB videos. The primary objective is to create a single self-supervised learning model that maintains consistent representation across these distinct sensing geometries and densities, thus aiding in applications beyond standard perception tasks to include spatial reasoning and robotic manipulation.

Methodology

Cross-Domain Semantic Similarity

Utonia leverages semantic similarity across domains by retaining a fixed angular resolution that aligns with human perception. This approach enables a consistent granularity across domains, aiding in semantic matching (Figure 1). Figure 1

Figure 1: Cross-domain semantic similarity. Utonia representations exhibit high similarity between toy cars in CAD data and real cars in outdoor scenes, outperforming previous methods, such as Concerto.

Gravity Priors Influence

Traditional scene-level data embed a strong z-axis up prior that can hinder cross-domain applications. Utonia circumvents this by incorporating rotation-invariant objects and applying SE(3) augmentations to its pretraining datasets, effectively removing such biases (Figure 2). Figure 2

Figure 2: Gravity priors influence. Utonia eliminates assumptions by applying strong augmentations, promoting rotation invariance.

Utonia Architecture

The Utonia architecture introduces several improvements to conventional point cloud SSL pipelines. It integrates cross-domain data to facilitate joint training across object-centric, indoor, and outdoor point clouds. Furthermore, it employs RoPE-Enhanced Point Transformer V3, augmenting spatial encoding and enhancing cross-domain transferability (Figure 3). Figure 3

Figure 3: Overview of Utonia. Critical improvements include RoPE-enhanced spatial encoding and domain-prior erasure, supporting broader evaluations across various applications.

Features in Manipulation Scenes

Utonia has exhibited robust capabilities in cluttered manipulation scenes, such as separating objects from surfaces under occlusions, which are valuable in grasping and planning applications (Figure 4). Figure 4

Figure 4

Figure 4: Utonia features in cluttered manipulation scenes enable effective separation of objects, enhancing planning and manipulation robustness.

Experimental Results

Semantic Segmentation and Classification

Utonia performs strongly across multiple semantic segmentation benchmarks, notably outperforming Concerto in indoor environments such as ScanNet and S3DIS. Outdoor segmentation results reveal Utonia's proficiency in handling varying real-world tasks with superior mIoU scores. For object-centric tasks, Utonia showcases competitive results in part segmentation and classification on datasets like ModelNet40 and ScanObjectNN.

Modality Robustness

The robustness of Utonia is apparent when evaluated under scenarios where auxiliary information (such as color and normals) is absent. Utonia retains high performance despite missing modalities, suggesting effective generalization capabilities emanating from its causal modality blinding strategies.

Future Directions

Enhancements in Task Interfaces

Expanding Utonia’s abilities could involve designing query-based task decoders to better handle various downstream tasks, such as part segmentation. Incorporating global registers may optimize its use in classification tasks.

Scalable 4D Cognition

Utonia’s potential in dynamic environments points towards increased applications in 4D spatial cognition, necessitating the development of temporally consistent pretraining objectives that mirror real-world settings more closely.

Next-Gen Backbone Development

Further research could explore enhancing memory and efficiency scalability of Utonia’s backbone to accommodate the complexities of large-scale, cross-domain applications.

Conclusion

Utonia represents a step forward in developing a unified encoder for diverse point clouds, offering significant improvements in cross-domain representation. Its domain-agnostic designs and ability to distill robust geometry-aware embeddings hold promise for advanced applications in AR/VR, robotics, and autonomous systems. While promising, ongoing research will be pivotal in overcoming current bottlenecks and advancing its deployment in real-world settings.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Explain it Like I'm 14

What this paper is about (overview)

The paper introduces Utonia, a single “encoder” (a smart program) that can understand many kinds of 3D point clouds. A point cloud is like a dot‑to‑dot picture of the real world in 3D, collected by sensors such as laser scanners (LiDAR), depth cameras, or created from 3D models. Today, different kinds of point clouds (from cars, buildings, rooms, or objects) usually need different models. Utonia aims to be one model that works well for all of them.

What the researchers wanted to find out (key questions)

They asked simple but important questions:

  • Can one model learn from very different 3D point clouds without getting confused?
  • How can we stop the model from depending on extra info (like color or surface direction) that some scans have and others don’t?
  • How can we make the model “see” at a similar zoom level across tiny objects and huge outdoor scenes?
  • Can this shared model perform well on many tasks (like labeling scenes or recognizing objects), and even help robots and vision‑language systems?

How they approached it (methods explained simply)

First, a few quick ideas:

  • Point cloud: lots of 3D dots showing what’s around you.
  • Encoder: a tool that turns those dots into meaningful features (numbers) that capture shapes and parts.
  • Self‑supervised learning: learning without labels, like solving puzzles to understand patterns on your own.
  • Domains: different sources of point clouds (indoor rooms, outdoor streets, object models, satellite/airborne scans, and 3D points lifted from videos).

They found three big reasons why one model usually fails across domains and built three simple fixes:

The three problems

  1. Different extra inputs (modalities): Some scans have color or surface normals (the direction a surface faces), others don’t. The model might get “spoiled” by using color when it’s available and then fail when color is missing.
  2. Different scales and densities (granularity): A small chair and a whole city block are very different sizes. If the model’s “neighborhood size” is fixed, it can act like using a ruler that measures centimeters in one dataset and meters in another, which breaks its understanding.
  3. Different coordinate habits (like gravity): Many scene datasets assume the z‑axis is “up,” but objects can be rotated any way. If the model memorizes “up,” it can struggle on rotated objects.

The three fixes

  • Causal Modality Blinding: During training, they sometimes “blindfold” the model by randomly removing optional info (like color or normals), both for whole samples and at random points. It’s like practicing walking with and without glasses so you don’t rely only on them.
  • Perceptual Granularity Rescale: They rescale every point cloud so the model sees them at a similar “zoom level.” This makes neighborhood sizes comparable across tiny objects and huge scenes. For scenes they keep a sensible “up” direction; for objects they train with stronger rotations so the model becomes orientation‑invariant.
  • RoPE positional hints: They add a lightweight, math‑based way (called RoPE) to tell the model how points relate to each other in space. Think of it as giving the model a sense of direction and distance that works smoothly even when point density changes. This helps the model focus on shape geometry instead of memorizing specific coordinates.

They build Utonia on a strong backbone called Point Transformer V3 and train it with a teacher‑student setup (two copies of the model see differently augmented views; the student learns to match the teacher). They jointly train on a very large, mixed collection: around 250,000 cross‑domain point clouds plus 1 million object CAD models.

What they found (main results and why they matter)

Here are the most important takeaways from many tests:

  • One encoder can work across many domains:
    • Utonia reaches strong or state‑of‑the‑art results on indoor and outdoor scene labeling (semantic segmentation).
    • It also performs well on object tasks like recognition (classification) and splitting objects into parts (part segmentation). Fine‑tuning helps most for detailed part tasks.
  • It’s robust when extra info is missing:
    • When color or normals are removed, Utonia drops much less in performance than previous methods. That’s because it practiced with “blindfolds” during training.
  • It learns shared, meaningful features across very different data:
    • The model can recognize matching parts across domains. For example, the front of a toy car model aligns with the front of a real car scanned by a street LiDAR.
    • It doesn’t get fooled by scanning patterns (like ring‑like LiDAR lines) and stays focused on the geometry (the actual shapes).
  • It balances gravity and rotation smartly:
    • For full scenes, it keeps a useful sense of “up.”
    • For standalone objects, it becomes rotation‑invariant, so it still recognizes them if they’re turned.
  • It helps beyond pure 3D perception:
    • When its features are fed into vision‑language‑action (VLA) policies, robots do better at manipulation tasks in simulation.
    • When combined with vision‑LLMs, it improves spatial reasoning.
  • Careful design choices truly matter:
    • Using one “global” neighborhood size and rescaling inputs stabilizes training.
    • RoPE boosts performance, especially for outdoor LiDAR where point density changes a lot.
    • Stronger data augmentations for objects (bigger scales and full 3‑axis rotations) improve robustness on tough tests.

Why this matters (implications and impact)

Utonia is a step toward a “foundation model” for 3D point clouds—one encoder that can understand many kinds of 3D data. That means:

  • Fewer separate models for different sensors and settings.
  • More robust performance when information is missing or noisy.
  • Better transfer across tasks and domains, which can speed up progress in AR/VR, robotics, autonomous driving, and 3D scene understanding.
  • Stronger 3D features that can plug into multimodal systems (like vision‑language‑action), improving how machines reason about space and interact with the world.

In short, Utonia shows that with the right training tricks—practice with and without extra info, a shared “zoom level,” and smarter position cues—one 3D model can understand many kinds of point clouds and help a wide range of applications.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 10 tweets with 82 likes about this paper.