Papers › 3DCoMPaT⁺⁺: An improved Large-scale 3D Vision Dataset for Compositional Recognition

3DCoMPaT⁺⁺: An improved Large-scale 3D Vision Dataset for Compositional Recognition

27 Oct 2023arXiv:2310.18511archive 2025-07-28

Habib Slim, Xiang Li, Yuchen Li, Mahmoud Ahmed, Mohamed Ayman, Ujjwal Upadhyay, Ahmed Abdelreheem, Arpit Prajapati, Suhail Pothigara, Peter Wonka, Mohamed Elhoseiny

In this work, we present 3DCoMPaT⁺⁺, a multimodal 2D/3D dataset with 160 million rendered views of more than 10 million stylized 3D shapes carefully annotated at the part-instance level, alongside matching RGB point clouds, 3D textured meshes, depth maps, and segmentation masks. 3DCoMPaT⁺⁺ covers 41 shape categories, 275 fine-grained part categories, and 293 fine-grained material classes that can be compositionally applied to parts of 3D objects. We render a subset of one million stylized shapes from four equally spaced views as well as four randomized views, leading to a total of 160 million renderings. Parts are segmented at the instance level, with coarse-grained and fine-grained semantic levels. We introduce a new task, called Grounded CoMPaT Recognition (GCR), to collectively recognize and ground compositions of materials on parts of 3D objects. Additionally, we report the outcomes of a data challenge organized at CVPR2023, showcasing the winning method's utilization of a modified PointNet⁺⁺ model trained on 6D inputs, and exploring alternative techniques for GCR enhancement. We hope our work will help ease future research on compositional 3D Vision.

PaperPDFCodeCode 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="2310.18511")

Code

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

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

cattalyya/3dcompat-challenge officialmentioned in paperpytorchBSD-3-Clause 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; 11 ran; 0 honoured the contract we drafted; 5 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.

11ran
5unverified

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 cattalyya/3dcompat-challenge. “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.

compute_overall_iou cattalyya/3dcompat-challenge/models/3D/compat_utils.py official repository ran BSD-3-Clause (permissive) · fc6a08422f9b2ca9 · report
load_json cattalyya/3dcompat-challenge/download/download.py official repository ran BSD-3-Clause (permissive) · 7c9da204a931f831 · report
normalize_data cattalyya/3dcompat-challenge/models/3D/provider.py official repository ran fingerprinted BSD-3-Clause (permissive) · 4c642057e222b0f1 · report
open_hdf5 cattalyya/3dcompat-challenge/models/2D_3D/feature_utils.py official repository ran BSD-3-Clause (permissive) · f7588b28bd5e7304 · report
parse_args cattalyya/3dcompat-challenge/download/download.py official repository ran BSD-3-Clause (permissive) · 45e7c840ae8c6364 · report
pc_normalize cattalyya/3dcompat-challenge/models/3D/compat_loader.py official repository ran fingerprinted BSD-3-Clause (permissive) · 7389309cb737203e · report
read_npz cattalyya/3dcompat-challenge/models/2D_3D/infer_submit.py official repository ran BSD-3-Clause (permissive) · a6c19b923b5aa25b · report
shuffle_data cattalyya/3dcompat-challenge/models/3D/provider.py official repository ran BSD-3-Clause (permissive) · 4794ca8cee394259 · report
shuffle_points cattalyya/3dcompat-challenge/models/3D/provider.py official repository ran fingerprinted BSD-3-Clause (permissive) · 00961a87304a9bf0 · report
to_categorical cattalyya/3dcompat-challenge/models/3D/compat_utils.py official repository ran fingerprinted BSD-3-Clause (permissive) · 66a55d4a270861e8 · report
valid_pixel cattalyya/3dcompat-challenge/models/2D_3D/helper_2d3d.py official repository ran BSD-3-Clause (permissive) · 10d3bd8837459db9 · report
get_logits_from2d cattalyya/3dcompat-challenge/models/2D_3D/helper_2d3d.py official repository unverified BSD-3-Clause (permissive) · 0a94dc3d865b13d7 · report
inference cattalyya/3dcompat-challenge/models/3D/infer_cls.py official repository unverified BSD-3-Clause (permissive) · 365a5cbef894fb42 · report
inference cattalyya/3dcompat-challenge/models/3D/infer_cls_submit.py official repository unverified BSD-3-Clause (permissive) · c3f4456346b94b58 · report
load_data cattalyya/3dcompat-challenge/models/3D/compat_loader.py official repository unverified BSD-3-Clause (permissive) · 711ea0b934da6b22 · report
project_to_2D cattalyya/3dcompat-challenge/models/2D_3D/helper_2d3d.py official repository unverified BSD-3-Clause (permissive) · 389349a926169aff · 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