Papers › 3D Implicit Transporter for Temporally Consistent Keypoint Discovery

3D Implicit Transporter for Temporally Consistent Keypoint Discovery

10 Sep 2023ICCV 2023 1arXiv:2309.05098archive 2025-07-28

Chengliang Zhong, Yuhang Zheng, Yupeng Zheng, Hao Zhao, Li Yi, Xiaodong Mu, Ling Wang, Pengfei Li, Guyue Zhou, Chao Yang, Xinliang Zhang, Jian Zhao

Keypoint-based representation has proven advantageous in various visual and robotic tasks. However, the existing 2D and 3D methods for detecting keypoints mainly rely on geometric consistency to achieve spatial alignment, neglecting temporal consistency. To address this issue, the Transporter method was introduced for 2D data, which reconstructs the target frame from the source frame to incorporate both spatial and temporal information. However, the direct application of the Transporter to 3D point clouds is infeasible due to their structural differences from 2D images. Thus, we propose the first 3D version of the Transporter, which leverages hybrid 3D representation, cross attention, and implicit reconstruction. We apply this new learning system on 3D articulated objects and nonrigid animals (humans and rodents) and show that learned keypoints are spatio-temporally consistent. Additionally, we propose a closed-loop control strategy that utilizes the learned keypoints for 3D object manipulation and demonstrate its superior performance. Codes are available at https://github.com/zhongcl-thu/3D-Implicit-Transporter.

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

Code

Syntology Ran 14 of 16 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 14 ran with no contract checked.

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

zhongcl-thu/3d-implicit-transporter officialmentioned in paperpytorchMIT 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

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

14ran
2unverified

Licence: 0 of the 16 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 zhongcl-thu/3D-Implicit-Transporter. “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.

angles2rotation_matrix zhongcl-thu/3D-Implicit-Transporter/core/datasets/augmentation.py official repository ran fingerprinted MIT (permissive) · 60f2f4207ae20ab9 · report
atomic_rotate_pytorch_batch zhongcl-thu/3D-Implicit-Transporter/core/datasets/augmentation.py official repository ran MIT (permissive) · 61969ba9c876c10d · report
chamfer_distance_naive zhongcl-thu/3D-Implicit-Transporter/core/nets/common.py official repository ran fingerprinted MIT (permissive) · 8e6b5059f61d84e6 · report
compute_iou zhongcl-thu/3D-Implicit-Transporter/core/nets/common.py official repository ran MIT (permissive) · 0072de07b144b152 · report
compute_keypoint_location_mean zhongcl-thu/3D-Implicit-Transporter/core/nets/transporter_net.py official repository ran fingerprinted MIT (permissive) · 5f7e1b27b1346b64 · report
cosine zhongcl-thu/3D-Implicit-Transporter/core/losses/pose_loss.py official repository ran MIT (permissive) · 63dac5bcaa4953a7 · report
gaussian_grid zhongcl-thu/3D-Implicit-Transporter/core/nets/transporter_net.py official repository ran MIT (permissive) · 731d9d7620d9a10c · report
get_ray_directions_cam zhongcl-thu/3D-Implicit-Transporter/core/nets/geometry.py official repository ran fingerprinted MIT (permissive) · dcf31906f80d979c · report
make_3d_grid zhongcl-thu/3D-Implicit-Transporter/core/datasets/train_dataset.py official repository ran MIT (permissive) · 9babaac7293b5582 · report
mlp zhongcl-thu/3D-Implicit-Transporter/core/nets/model_utils.py official repository ran MIT (permissive) · f28b37b553b6d834 · report
query_ball_point zhongcl-thu/3D-Implicit-Transporter/core/nets/model_utils.py official repository ran MIT (permissive) · cadd5283381515f2 · report
reflect_vector_on_vector zhongcl-thu/3D-Implicit-Transporter/core/nets/geometry.py official repository ran fingerprinted MIT (permissive) · 54dc24b743feff79 · report
rotate zhongcl-thu/3D-Implicit-Transporter/core/datasets/augmentation.py official repository ran MIT (permissive) · 7d6dcfc5a36f8ceb · report
spatial_softmax zhongcl-thu/3D-Implicit-Transporter/core/nets/transporter_net.py official repository ran fingerprinted MIT (permissive) · 9eefd295be42d857 · report
chamfer_distance zhongcl-thu/3D-Implicit-Transporter/core/nets/common.py official repository unverified MIT (permissive) · f4d8f4c4d0f7da71 · report
square_distance zhongcl-thu/3D-Implicit-Transporter/core/nets/model_utils.py official repository unverified MIT (permissive) · 6ddec81b1d23c787 · report

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