Knowledge Base — 32 Papers, 6 Research Focus Areas, 1 Cross-Cutting Bottleneck Thread
Primary thread: the timeline remains grouped by research focus area. Secondary thread: each category card is also tagged by the main bottleneck it attacks on the path from raw points to editable structure.
Directly relevant to the "point cloud to wire frame" problem. These papers tackle vertex detection, edge/topology reconstruction, B-Rep generation from point clouds, and end-to-end wireframe parsing — the core pipeline from raw 3D data to structured geometric output. In the second thread, this is the point where the literature stops treating shape as only continuous geometry and starts confronting discrete topology and validity explicitly.
Learning compact vector representations and features from raw point clouds. This line of work spans autoencoders (FoldingNet, TearingNet), Transformers (Point Transformer, PCT, Point-BERT), and self-supervised masked autoencoders (Point-MAE, Point-M2AE). In the second thread, this block attacks the upstream bottleneck: how much local geometric signal can be extracted from unordered points before any structured prediction is attempted.
Reconstructing continuous 3D surfaces from point clouds or 2D observations via occupancy fields, signed distance functions, and neural fields. From global implicit functions (IM-NET, Occupancy Networks, DeepSDF) to local/convolutional variants (LDIF, ConvONets, LIG) and point-convolution approaches (POCO, 3DShape2VecSet). In the second thread, this is the representation-locality line: geometry becomes easier once the latent is attached to regions, grids, or points instead of being compressed into one global code.
Directly operating on or generating CAD boundary representations. These methods tackle the challenge of learning from the native data structures of engineering CAD — UV-grid parameterized faces/edges (UV-Net) and topological message passing on face/edge/coedge graphs (BRepNet). In the second thread, these papers expose the target semantics any reverse pipeline must eventually satisfy: coedges, UV domains, adjacency, and CAD-valid boundary structure.
Generative models for 3D shapes using various representations — set-structured VAEs (SetVAE), textured mesh GANs (GET3D), latent point diffusion (LION), unified structured latents (SLAT), and VAE benchmarking with sharp-edge sampling (Dora-VAE). In the second thread, this block supplies the generative priors and evaluation pressure that make structured completion and sampling realistic instead of purely reconstructive.
Foundational techniques that underpin the broader research landscape: unsupervised graph learning (VGAE), interaction graph inference from dynamics (NRI), Transformer-based set prediction (DETR), and hierarchical vector graphics generation (DeepSVG). In the second thread, these are the transport mechanisms that migrate across categories: set prediction, latent graph inference, and hierarchical vector decoding.