Papers › 3D Point Cloud Generative Adversarial Network Based on Tree Structured Graph Convolutions

3D Point Cloud Generative Adversarial Network Based on Tree Structured Graph Convolutions

15 May 2019ICCV 2019 10arXiv:1905.06292archive 2025-07-28

Dong Wook Shu, Sung Woo Park, Junseok Kwon

In this paper, we propose a novel generative adversarial network (GAN) for 3D point clouds generation, which is called tree-GAN. To achieve state-of-the-art performance for multi-class 3D point cloud generation, a tree-structured graph convolution network (TreeGCN) is introduced as a generator for tree-GAN. Because TreeGCN performs graph convolutions within a tree, it can use ancestor information to boost the representation power for features. To evaluate GANs for 3D point clouds accurately, we develop a novel evaluation metric called Frechet point cloud distance (FPD). Experimental results demonstrate that the proposed tree-GAN outperforms state-of-the-art GANs in terms of both conventional metrics and FPD, and can generate point clouds for different semantic parts without prior knowledge.

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

Code

Syntology Ran 4 of 25 code samples harvested from 3 repositories linked to this paper; 21 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: community (archive-listed): 25 samples from 3 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

EricDai0/AdvGCGAN mentioned on GitHubpytorchMIT report
jtpils/treegan mentioned on GitHubpytorchnot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
prajwalsingh/TreeGCN-ED mentioned on GitHubtfMIT report
prajwalsingh/TreeGCN-GAN mentioned on GitHubtfMIT 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

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

1ran · fixture could not drive it
3ran
21unverified

Licence: 0 of the 25 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

euler2quat EricDai0/AdvGCGAN/eulerangles.py community (archive-listed) ran MIT (permissive) · 2d9e8ce18f344f58 · report
feature_transform_regularizer EricDai0/AdvGCGAN/models/pointnet.py community (archive-listed) ran fingerprinted MIT (permissive) · e996c64ee89d2b50 · report
knn EricDai0/AdvGCGAN/models/dgcnn.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · cdd0141594039dcb · report
mat2euler EricDai0/AdvGCGAN/eulerangles.py community (archive-listed) ran MIT (permissive) · dd1f3e0945b180f2 · report
SOR EricDai0/AdvGCGAN/defense.py community (archive-listed) unverified MIT (permissive) · 41e39b6bcd645cfb · report
SRS EricDai0/AdvGCGAN/defense.py community (archive-listed) unverified MIT (permissive) · 5cfb3f364d06cb8b · report
aug_pc prajwalsingh/TreeGCN-ED/utils.py community (archive-listed) unverified MIT (permissive) · bf160a07c8a8b8bd · report
chamfer_distance prajwalsingh/TreeGCN-ED/losses.py community (archive-listed) unverified MIT (permissive) · d55242abeb8deaae · report
chamfer_loss prajwalsingh/TreeGCN-ED/losses.py community (archive-listed) unverified MIT (permissive) · 0a1ea77d65404236 · report
critic_loss_gp prajwalsingh/TreeGCN-GAN/losses.py community (archive-listed) unverified MIT (permissive) · 3c2006a89e44a5f3 · report
distChamfer EricDai0/AdvGCGAN/evaluation_metrics.py community (archive-listed) unverified MIT (permissive) · 9a578f2a671a37e4 · report
distChamferCUDA EricDai0/AdvGCGAN/evaluation_metrics.py community (archive-listed) unverified MIT (permissive) · 8f015719220a9779 · report
emd_approx EricDai0/AdvGCGAN/evaluation_metrics.py community (archive-listed) unverified MIT (permissive) · b3f758ce4a2dc4cd · report
euler2mat EricDai0/AdvGCGAN/eulerangles.py community (archive-listed) unverified MIT (permissive) · c895ee22fc847eed · report
fetch_data prajwalsingh/TreeGCN-ED/utils.py community (archive-listed) unverified MIT (permissive) · fa73af0144d9c1c5 · report
fetch_data prajwalsingh/TreeGCN-GAN/utils.py community (archive-listed) unverified MIT (permissive) · 03ad94b765c74aa7 · report
find_triangle_area prajwalsingh/TreeGCN-ED/Preprocessing_Data/meshtopc.py community (archive-listed) unverified MIT (permissive) · b037cba8391e5a6d · report
gen_loss prajwalsingh/TreeGCN-GAN/losses.py community (archive-listed) unverified MIT (permissive) · 5452ec5020495768 · report
get_average_dis EricDai0/AdvGCGAN/evaluate.py community (archive-listed) unverified MIT (permissive) · 2a8d832a5a30956c · report
get_graph_feature EricDai0/AdvGCGAN/models/dgcnn.py community (archive-listed) unverified MIT (permissive) · d4e1cb56cdef48af · report
load_batch prajwalsingh/TreeGCN-ED/utils.py community (archive-listed) unverified MIT (permissive) · 7d586ed5128718bb · report
load_data prajwalsingh/TreeGCN-GAN/utils.py community (archive-listed) unverified MIT (permissive) · 7cd79aa08d856d8c · report
mesh_to_pc prajwalsingh/TreeGCN-ED/Preprocessing_Data/meshtopc.py community (archive-listed) unverified MIT (permissive) · 2331393383bc00db · report
parse_data prajwalsingh/TreeGCN-ED/infer_testresult.py community (archive-listed) unverified MIT (permissive) · fc9e78141623c787 · report
pc_normalize prajwalsingh/TreeGCN-ED/Preprocessing_Data/mesh_to_pointcloud.py community (archive-listed) unverified MIT (permissive) · 870dbef57748b010 · report

Tasks

Point Cloud Generation

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.

Methods

Convolution

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