Papers › P2P: Tuning Pre-trained Image Models for Point Cloud Analysis with Point-to-Pixel Prompting

P2P: Tuning Pre-trained Image Models for Point Cloud Analysis with Point-to-Pixel Prompting

4 Aug 2022arXiv:2208.02812archive 2025-07-28

Ziyi Wang, Xumin Yu, Yongming Rao, Jie zhou, Jiwen Lu

Nowadays, pre-training big models on large-scale datasets has become a crucial topic in deep learning. The pre-trained models with high representation ability and transferability achieve a great success and dominate many downstream tasks in natural language processing and 2D vision. However, it is non-trivial to promote such a pretraining-tuning paradigm to the 3D vision, given the limited training data that are relatively inconvenient to collect. In this paper, we provide a new perspective of leveraging pre-trained 2D knowledge in 3D domain to tackle this problem, tuning pre-trained image models with the novel Point-to-Pixel prompting for point cloud analysis at a minor parameter cost. Following the principle of prompting engineering, we transform point clouds into colorful images with geometry-preserved projection and geometry-aware coloring to adapt to pre-trained image models, whose weights are kept frozen during the end-to-end optimization of point cloud analysis tasks. We conduct extensive experiments to demonstrate that cooperating with our proposed Point-to-Pixel Prompting, better pre-trained image model will lead to consistently better performance in 3D vision. Enjoying prosperous development from image pre-training field, our method attains 89.3% accuracy on the hardest setting of ScanObjectNN, surpassing conventional point cloud models with much fewer trainable parameters. Our framework also exhibits very competitive performance on ModelNet classification and ShapeNet Part Segmentation. Code is available at https://github.com/wangzy22/P2P.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 6 of 10 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 5 ran with no contract checked.

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

wangzy22/P2P officialmentioned in papermentioned on GitHubpytorchMIT 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

10 samples harvested; 6 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
5ran
4unverified

Licence: 0 of the 10 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 wangzy22/P2P. “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.

count_prompt_parameters wangzy22/P2P/util/util.py official repository ran MIT (permissive) · 1dbcb6014bf92fa8 · report
farthest_point_sample wangzy22/P2P/dataset/modelnet.py official repository ran fingerprinted MIT (permissive) · f80066a00e7156a2 · report
pc_normalize wangzy22/P2P/dataset/modelnet.py official repository ran · honoured contract fingerprinted MIT (permissive) · 4783fbece52f500e · report
rotate_angle_vector wangzy22/P2P/util/rotate.py official repository ran fingerprinted MIT (permissive) · 793af30778c76a15 · report
rotate_point_clouds wangzy22/P2P/util/rotate.py official repository ran MIT (permissive) · 8c0d82102f3d42ed · report
rotate_theta_phi wangzy22/P2P/util/rotate.py official repository ran fingerprinted MIT (permissive) · 2a02dd910c9eca87 · report
knn_point wangzy22/P2P/models/layers/utils.py official repository unverified MIT (permissive) · 55397203c1d5dac1 · report
load_cfg_from_cfg_file wangzy22/P2P/util/config.py official repository unverified MIT (permissive) · 277a13798d6d6981 · report
merge_cfg_from_list wangzy22/P2P/util/config.py official repository unverified MIT (permissive) · 4efe685c6fb1ec11 · report
square_distance wangzy22/P2P/models/layers/utils.py official repository unverified MIT (permissive) · 6ddec81b1d23c787 · report

Tasks

3D Part Segmentation3D Point Cloud Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Part Segmentation ShapeNet-Part P2P Instance Average IoU 86.5 #24 of 67 Archive leaderboard report
3D Point Cloud Classification ModelNet40 P2P Mean Accuracy 91.6 #27 of 111 Archive leaderboard report
3D Point Cloud Classification ModelNet40 P2P Overall Accuracy 94.0 #27 of 111 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN P2P Number of params 195.8M #28 of 77 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN P2P Overall Accuracy 89.3 #28 of 77 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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