菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-06
📄 Abstract - MemPose: Category-level Object Pose Estimation with Memory

In the pursuit of robust and generalizable category-level object pose estimation, most existing methods adopt parametric formulations that learn effective representations from data, yet they primarily encode category-level patterns into fixed shape priors or static parameter weights, which limits their scalability to highly diverse instances. In this paper, we rethink category-level pose estimation from a memory-centric perspective and present MemPose, a memory-augmented framework that explicitly incorporates category-level geometric memory into the pose estimation pipeline. We introduce an external memory buffer that stores and dynamically updates structural representations from previously observed instances, enabling the model to leverage accumulated experience to support current perception. Extensive experiments on four challenging benchmarks (REAL275, CAMERA25, Housecat6D and Wild6D) demonstrate the superiority of our proposed method over previous state-of-the-art approaches.

顶级标签: computer vision object completion machine learning
详细标签: category-level pose estimation memory-augmented external memory benchmark 或 搜索:

MemPose:基于记忆的类别级物体姿态估计 / MemPose: Category-level Object Pose Estimation with Memory


1️⃣ 一句话总结

本文提出了一种名为MemPose的新方法,通过引入一个能动态存储和更新以往见过的同类物体结构信息的外部记忆库,让模型像人类一样利用累积的经验来更准确、更鲁棒地估计各种同类物体的空间位置和朝向,在多个标准测试中超越了现有技术。

源自 arXiv: 2607.04930