Papers › ConDor: Self-Supervised Canonicalization of 3D Pose for Partial Shapes

ConDor: Self-Supervised Canonicalization of 3D Pose for Partial Shapes

19 Jan 2022CVPR 2022 1arXiv:2201.07788archive 2025-07-28

Rahul Sajnani, Adrien Poulenard, Jivitesh Jain, Radhika Dua, Leonidas J. Guibas, Srinath Sridhar

Progress in 3D object understanding has relied on manually canonicalized shape datasets that contain instances with consistent position and orientation (3D pose). This has made it hard to generalize these methods to in-the-wild shapes, eg., from internet model collections or depth sensors. ConDor is a self-supervised method that learns to Canonicalize the 3D orientation and position for full and partial 3D point clouds. We build on top of Tensor Field Networks (TFNs), a class of permutation- and rotation-equivariant, and translation-invariant 3D networks. During inference, our method takes an unseen full or partial 3D point cloud at an arbitrary pose and outputs an equivariant canonical pose. During training, this network uses self-supervision losses to learn the canonical pose from an un-canonicalized collection of full and partial 3D point clouds. ConDor can also learn to consistently co-segment object parts without any supervision. Extensive quantitative results on four new metrics show that our approach outperforms existing methods while enabling new applications such as operation on depth images and annotation transfer.

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="2201.07788")

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

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

brown-ivl/ConDor officialtfMIT 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

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

19unverified

Licence: 0 of the 19 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 brown-ivl/ConDor. “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.

apply_mlp brown-ivl/ConDor/ConDor/auto_encoder/tfn_atlasnet.py official repository unverified MIT (permissive) · a43929f6265ac2c2 · report
compute_patches_grid brown-ivl/ConDor/ConDor/network_utils/group_points.py official repository unverified MIT (permissive) · 83e06b900f5f086d · report
eqvar_heads_fuzion brown-ivl/ConDor/ConDor/network_utils/convolution.py official repository unverified MIT (permissive) · 95ec15b1571be826 · report
grid_sampler brown-ivl/ConDor/ConDor/network_utils/pooling.py official repository unverified MIT (permissive) · 183d074ff7b98277 · report
grid_sampler_ brown-ivl/ConDor/ConDor/network_utils/pooling.py official repository unverified MIT (permissive) · 87f376a5a795f16c · report
mask brown-ivl/ConDor/ConDor/network_utils/convolution.py official repository unverified MIT (permissive) · 8b561ee6fdb8f3fd · report
norml2 brown-ivl/ConDor/ConDor/network_utils/activations.py official repository unverified MIT (permissive) · 83c97d74407b4755 · report
patches_radius brown-ivl/ConDor/ConDor/network_utils/group_points.py official repository unverified MIT (permissive) · c01f0222f247ed28 · report
set_mlp brown-ivl/ConDor/ConDor/auto_encoder/tfn_atlasnet.py official repository unverified MIT (permissive) · f1475b36486b7bbe · report
set_sphere_weights brown-ivl/ConDor/ConDor/auto_encoder/tfn_atlasnet.py official repository unverified MIT (permissive) · 34d3cd3a8304196e · report
sq_dist_mat brown-ivl/ConDor/ConDor/evaluators/train_pointnet_cls2.py official repository unverified MIT (permissive) · bc0a1952c0374318 · report
squash brown-ivl/ConDor/ConDor/network_utils/activations.py official repository unverified MIT (permissive) · 6ee731af0229a9ba · report
std brown-ivl/ConDor/ConDor/evaluators/train_pointnet_cls2.py official repository unverified MIT (permissive) · 95a1e02c41de556a · report
tf_heaviside brown-ivl/ConDor/ConDor/network_utils/sh_conv.py official repository unverified MIT (permissive) · 492443ff0f1a5a31 · report
tf_segment_indicator_ brown-ivl/ConDor/ConDor/network_utils/sh_conv.py official repository unverified MIT (permissive) · b7f5b304241048ea · report
tf_segment_indictor brown-ivl/ConDor/ConDor/network_utils/sh_conv.py official repository unverified MIT (permissive) · 645fc9c3ed7714e6 · report
tf_unique_with_inverse brown-ivl/ConDor/ConDor/network_utils/group_points.py official repository unverified MIT (permissive) · cb175242ae058123 · report
tf_unique_with_inverse brown-ivl/ConDor/ConDor/network_utils/pooling.py official repository unverified MIT (permissive) · 30fc09c6037ff867 · report
var brown-ivl/ConDor/ConDor/evaluators/train_pointnet_cls2.py official repository unverified MIT (permissive) · 9fb46aab78071109 · report

Tasks

3D Canonicalization3D Geometry Perception3D Part Segmentation3D Pose Estimation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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