Papers › IST-Net: Prior-free Category-level Pose Estimation with Implicit Space Transformation

IST-Net: Prior-free Category-level Pose Estimation with Implicit Space Transformation

23 Mar 2023ICCV 2023 1arXiv:2303.13479archive 2025-07-28

Jianhui Liu, Yukang Chen, Xiaoqing Ye, Xiaojuan Qi

Category-level 6D pose estimation aims to predict the poses and sizes of unseen objects from a specific category. Thanks to prior deformation, which explicitly adapts a category-specific 3D prior (i.e., a 3D template) to a given object instance, prior-based methods attained great success and have become a major research stream. However, obtaining category-specific priors requires collecting a large amount of 3D models, which is labor-consuming and often not accessible in practice. This motivates us to investigate whether priors are necessary to make prior-based methods effective. Our empirical study shows that the 3D prior itself is not the credit to the high performance. The keypoint actually is the explicit deformation process, which aligns camera and world coordinates supervised by world-space 3D models (also called canonical space). Inspired by these observations, we introduce a simple prior-free implicit space transformation network, namely IST-Net, to transform camera-space features to world-space counterparts and build correspondence between them in an implicit manner without relying on 3D priors. Besides, we design camera- and world-space enhancers to enrich the features with pose-sensitive information and geometrical constraints, respectively. Albeit simple, IST-Net achieves state-of-the-art performance based-on prior-free design, with top inference speed on the REAL275 benchmark. Our code and models are available at https://github.com/CVMI-Lab/IST-Net.

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.13479")

Code

Syntology Ran 10 of 17 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 7 ran with no contract checked.

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

cvmi-lab/ist-net 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

17 samples harvested; 10 ran; 0 honoured the contract we drafted; 7 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.

3ran · our draft was wrong
7ran
7unverified

Licence: 0 of the 17 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 cvmi-lab/ist-net. “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.

FeatureDeformer cvmi-lab/ist-net/model/ist_net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 818784846051f432 · report
HeavyEstimator cvmi-lab/ist-net/model/ist_net.py official repository ran fingerprinted MIT (permissive) · 3bd973fd8cb0caea · report
ImplicitTransformation cvmi-lab/ist-net/model/ist_net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 1d559539b5fd17e2 · report
LightEstimator cvmi-lab/ist-net/model/ist_net.py official repository ran MIT (permissive) · aa0312fa44827865 · report
Ortho6d2Mat cvmi-lab/ist-net/model/ist_net.py official repository ran · our draft was wrong MIT (permissive) · 1daaf09e602222b1 · report
PSPModule cvmi-lab/ist-net/model/ist_net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · cb91f44199de6c8a · report
PSPUpsample cvmi-lab/ist-net/model/ist_net.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 140d1a79031a84e8 · report
PointnetFPModule cvmi-lab/ist-net/model/ist_net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 29b15b0b306bea32 · report
cross_product cvmi-lab/ist-net/model/ist_net.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · b3e34851c4bae3c3 · report
normalize_vector cvmi-lab/ist-net/model/ist_net.py official repository ran · our draft was wrong MIT (permissive) · 6fb9de09c860abe9 · report
IST_Net cvmi-lab/ist-net/model/ist_net.py official repository unverified MIT (permissive) · 17385d6868dc70e1 · report
ModifiedResnet cvmi-lab/ist-net/model/ist_net.py official repository unverified MIT (permissive) · be642c1b9268c6d7 · report
Modified_PSPNet cvmi-lab/ist-net/model/ist_net.py official repository unverified MIT (permissive) · 9d39a71cb84d79f1 · report
PointNet2MSG cvmi-lab/ist-net/model/ist_net.py official repository unverified MIT (permissive) · 5586282a82daf188 · report
PointnetSAModuleMSG cvmi-lab/ist-net/model/ist_net.py official repository unverified MIT (permissive) · e2b1301d9768573d · report
WorldSpaceEnhancer cvmi-lab/ist-net/model/ist_net.py official repository unverified MIT (permissive) · 6236f9a78c48ef46 · report
_PointnetSAModuleBase cvmi-lab/ist-net/model/ist_net.py official repository unverified MIT (permissive) · 1b50e7cbedb8823e · report

Tasks

6D Pose EstimationPose Estimation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

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