paper-with-me

홈 › Papers

Canonical Surface Mapping via Geometric Cycle Consistency

2019-07-23 · ICCV 2019 10 · Nilesh Kulkarni, Abhinav Gupta, Shubham Tulsiani

We explore the task of Canonical Surface Mapping (CSM). Specifically, given an image, we learn to map pixels on the object to their corresponding locations on an abstract 3D model of the category. But how do we learn such a mapping? A supervised approach would require extensive manual labeling which is not scalable beyond a few hand-picked categories. Our key insight is that the CSM task (pixel to 3D), when combined with 3D projection (3D to pixel), completes a cycle. Hence, we can exploit a geometric cycle consistency loss, thereby allowing us to forgo the dense manual supervision. Our approach allows us to train a CSM model for a diverse set of classes, without sparse or dense keypoint annotation, by leveraging only foreground mask labels for training. We show that our predictions also allow us to infer dense correspondence between two images, and compare the performance of our approach against several methods that predict correspondence by leveraging varying amount of supervision.

📄 PDF Abstract BibTeX arXiv:1907.10043

Code (1)

nileshkulkarni/csm pytorch

Similar Papers 제목 키워드 기반

Articulation-aware Canonical Surface Mapping

2020-04-01 · CVPR 2020 6 · Nilesh Kulkarni, Abhinav Gupta, David F. Fouhey, Shubham Tulsiani

We tackle the tasks of: 1) predicting a Canonical Surface Mapping (CSM) that indicates the mapping from 2D pixels to corresponding points on a canonical template shape, and 2) inferring the articulation and pose of the t…

Self-Supervised Geometric Correspondence for Category-Level 6D Object Pose Estimation in the Wild

2022-10-13 · Kaifeng Zhang, Yang Fu, Shubhankar Borse, Hong Cai 외

While 6D object pose estimation has wide applications across computer vision and robotics, it remains far from being solved due to the lack of annotations. The problem becomes even more challenging when moving to categor…

6D Pose Estimation6D Pose Estimation using RGBObjectPose Estimation+1

MyGO-Splat: Multi-Objective Closed-Loop Geometric Feedback for RGB-Only Gaussian SLAM

2026-06-29 · Fan Zhu, Ziyu Chen, Zhenjun Zhao, Zhisong Xu 외 arxiv

Real-time monocular Simultaneous Localization and Mapping (SLAM) fundamentally suffers from scale ambiguity and a lack of geometric self-correction. While 3D Gaussian Splatting (3DGS) enables high-fidelity rendering, exi…

Geometry-Consistent Generative Adversarial Networks for One-Sided Unsupervised Domain Mapping

2018-09-16 · CVPR 2019 6 · Huan Fu, Mingming Gong, Chaohui Wang, Kayhan Batmanghelich 외

Unsupervised domain mapping aims to learn a function to translate domain X to Y by a function GXY in the absence of paired examples. Finding the optimal GXY without paired data is an ill-posed problem, so appropriate con…

Generative Adversarial Network

CaDeX: Learning Canonical Deformation Coordinate Space for Dynamic Surface Representation via Neural Homeomorphism

2022-03-30 · CVPR 2022 1 · Jiahui Lei, Kostas Daniilidis

While neural representations for static 3D shapes are widely studied, representations for deformable surfaces are limited to be template-dependent or lack efficiency. We introduce Canonical Deformation Coordinate Space (…