菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-23
📄 Abstract - Cross-Instance Gaussian Splatting Registration via Geometry-Aware Feature-Guided Alignment

We present Gaussian Splatting Alignment (GSA), a novel method for aligning two independent 3D Gaussian Splatting (3DGS) models via a similarity transformation (rotation, translation, and scale), even when they are of different objects in the same category (e.g., different cars). In contrast, existing methods can only align 3DGS models of the same object (e.g., the same car) and often must be given true scale as input, while we estimate it successfully. GSA leverages viewpoint-guided spherical map features to obtain robust correspondences and introduces a two-step optimization framework that aligns 3DGS models while keeping them fixed. First, we apply an iterative feature-guided absolute orientation solver as our coarse registration, which is robust to poor initialization (e.g., 180 degrees misalignment or a 10x scale gap). Next, we use a fine registration step that enforces multi-view feature consistency, inspired by inverse radiance-field formulations. The first step already achieves state-of-the-art performance, and the second further improves results. In the same-object case, GSA outperforms prior works, often by a large margin, even when the other methods are given the true scale. In the harder case of different objects in the same category, GSA vastly surpasses them, providing the first effective solution for category-level 3DGS registration and unlocking new applications. Project webpage: this https URL

顶级标签: computer vision systems model training
详细标签: 3d reconstruction gaussian splatting point cloud registration multi-view alignment category-level registration 或 搜索:

通过几何感知特征引导对齐实现跨实例高斯泼溅配准 / Cross-Instance Gaussian Splatting Registration via Geometry-Aware Feature-Guided Alignment


1️⃣ 一句话总结

这篇论文提出了一种名为GSA的新方法,能够将两个不同的3D物体模型(比如两辆不同的汽车)进行精准对齐,解决了现有方法只能对齐同一物体且依赖已知尺寸的难题。

源自 arXiv: 2603.21936