SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2205.03536 · IJCAI · 2022

BiCo-Net: Regress Globally, Match Locally for Robust 6D Pose Estimation

Kui Jia, Ke Chen, Yichen Zhang, Zelin Xu

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 6 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
Gorilla-Lab-SCUT/BiCo-Net — 3 of 6
FunctionStatusWhere it lives
ModelFeat Ran Gorilla-Lab-SCUT/BiCo-Net/lib/network.py
code served (permissive licence) · get_code("3ad4ab53a1b8782a")
PSPUpsample Ran Gorilla-Lab-SCUT/BiCo-Net/lib/network.py
code served (permissive licence) · get_code("4a0d2ca73b4899e3")
PoseNetFeat Ran Gorilla-Lab-SCUT/BiCo-Net/lib/network.py
code served (permissive licence) · get_code("42f60bc89525e9c4")
ModifiedResnet Not yet run Gorilla-Lab-SCUT/BiCo-Net/lib/network.py
code served (permissive licence) · get_code("5bf80623f1e42c1e")
PSPNet Not yet run Gorilla-Lab-SCUT/BiCo-Net/lib/network.py
code served (permissive licence) · get_code("159f9b67ef24ff39")
PoseNet Not yet run Gorilla-Lab-SCUT/BiCo-Net/lib/network.py
code served (permissive licence) · get_code("09617a511bb9bc4f")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

The challenges of learning a robust 6D pose function lie in 1) severe occlusion and 2) systematic noises in depth images. Inspired by the success of point-pair features, the goal of this paper is to recover the 6D pose of an object instance segmented from RGB-D images by locally matching pairs of oriented points between the model and camera space. To this end, we propose a novel Bi-directional Correspondence Mapping Network (BiCo-Net) to first generate point clouds guided by a typical pose regression, which can thus incorporate pose-sensitive information to optimize generation of local coordinates and their normal vectors. As pose predictions via geometric computation only rely on one single pair of local oriented points, our BiCo-Net can achieve robustness against sparse and occluded point clouds. An ensemble of redundant pose predictions from locally matching and direct pose regression further refines final pose output against noisy observations. Experimental results on three popularly benchmarking datasets can verify that our method can achieve state-of-the-art performance, especially for the more challenging severe occluded scenes. Source codes are available at https://github.com/Gorilla-Lab-SCUT/BiCo-Net.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2205.03536")
get_code_for_paper("2205.03536")
have("2205.03536")

Connect an agent — have() is free.