Papers › CheckerPose: Progressive Dense Keypoint Localization for Object Pose Estimation with...

CheckerPose: Progressive Dense Keypoint Localization for Object Pose Estimation with Graph Neural Network

29 Mar 2023ICCV 2023 1arXiv:2303.16874archive 2025-07-28

Ruyi Lian, Haibin Ling

Estimating the 6-DoF pose of a rigid object from a single RGB image is a crucial yet challenging task. Recent studies have shown the great potential of dense correspondence-based solutions, yet improvements are still needed to reach practical deployment. In this paper, we propose a novel pose estimation algorithm named CheckerPose, which improves on three main aspects. Firstly, CheckerPose densely samples 3D keypoints from the surface of the 3D object and finds their 2D correspondences progressively in the 2D image. Compared to previous solutions that conduct dense sampling in the image space, our strategy enables the correspondence searching in a 2D grid (i.e., pixel coordinate). Secondly, for our 3D-to-2D correspondence, we design a compact binary code representation for 2D image locations. This representation not only allows for progressive correspondence refinement but also converts the correspondence regression to a more efficient classification problem. Thirdly, we adopt a graph neural network to explicitly model the interactions among the sampled 3D keypoints, further boosting the reliability and accuracy of the correspondences. Together, these novel components make CheckerPose a strong pose estimation algorithm. When evaluated on the popular Linemod, Linemod-O, and YCB-V object pose estimation benchmarks, CheckerPose clearly boosts the accuracy of correspondence-based methods and achieves state-of-the-art performances. Code is available at https://github.com/RuyiLian/CheckerPose.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.16874")

Code

Syntology Ran 9 of 12 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran · our draft was wrong; 2 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ruyilian/checkerpose officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 9 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
3ran · our draft was wrong
2ran · fixture could not drive it
3ran
3unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from RuyiLian/CheckerPose. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Index2Feat_module RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · eb7d2796646a1b58 · report
MLP_QueryNet RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 867a5d1fd85cb80c · report
StaticGraph_module RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 3a4e6e03e31dc6a0 · report
from_bit_prob_to_id RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · e117f45960a9a457 · report
from_code_prob_to_id RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 97585cf5dbeb1837 · report
from_mask_prob_to_mask RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository ran · violated contract no licence file found · pointer only · 3f179262db33b7f1 · report
get_MLP_leakyReLU_layers RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository ran · our draft was wrong no licence file found · pointer only · d869bfc65c47e517 · report
get_gdrn_upsample_module RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository ran · our draft was wrong no licence file found · pointer only · 3d836ca3230417ae · report
get_graph_feature RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository ran · our draft was wrong no licence file found · pointer only · a774849fdc6cb021 · report
PoseNet_GNNskip RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository unverified no licence file found · pointer only · d979eab4f9fcbafe · report
Refine_moduleGNN RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository unverified no licence file found · pointer only · 40cab79e9b830452 · report
from_code_to_id RuyiLian/CheckerPose/checkerpose/model/pipeline.py official repository unverified no licence file found · pointer only · 5935c64a872da27c · report

Tasks

Graph Neural NetworkPose Estimation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Graph Neural Network

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections