paper-with-me

홈 › Papers

TreeSketchNet: From Sketch To 3D Tree Parameters Generation

2022-07-25 · Gilda Manfredi, Nicola Capece, Ugo Erra, Monica Gruosso

3D modeling of non-linear objects from stylized sketches is a challenge even for experts in Computer Graphics (CG). The extrapolation of objects parameters from a stylized sketch is a very complex and cumbersome task. In the present study, we propose a broker system that mediates between the modeler and the 3D modelling software and can transform a stylized sketch of a tree into a complete 3D model. The input sketches do not need to be accurate or detailed, and only need to represent a rudimentary outline of the tree that the modeler wishes to 3D-model. Our approach is based on a well-defined Deep Neural Network (DNN) architecture, we called TreeSketchNet (TSN), based on convolutions and able to generate Weber and Penn parameters that can be interpreted by the modelling software to generate a 3D model of a tree starting from a simple sketch. The training dataset consists of Synthetically-Generated \revision{(SG)} sketches that are associated with Weber-Penn parameters generated by a dedicated Blender modelling software add-on. The accuracy of the proposed method is demonstrated by testing the TSN with both synthetic and hand-made sketches. Finally, we provide a qualitative analysis of our results, by evaluating the coherence of the predicted parameters with several distinguishing features.

📄 PDF Abstract BibTeX arXiv:2207.12297

Code (1)

unibas3d/treesketchnet 공식 구현 tf

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIPool 설명 없음
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…

Similar Papers 제목 키워드 기반

Sketching Merge Trees for Scientific Data Visualization

2021-01-08 · Mingzhe Li, Sourabh Palande, Lin Yan, Bei Wang

Merge trees are a type of topological descriptors that record the connectivity among the sublevel sets of scalar fields. They are among the most widely used topological tools in visualization. In this paper, we are inter…

Data Visualization

SketchDNN: Joint Continuous-Discrete Diffusion for CAD Sketch Generation

2025-07-15 · Sathvik Chereddy, John Femiani arxiv

We present SketchDNN, a generative model for synthesizing CAD sketches that jointly models both continuous parameters and discrete class labels through a unified continuous-discrete diffusion process. Our core innovation…

DTS: Enhancing Large Reasoning Models via Decoding Tree Sketching

2025-11-01 · Zicheng Xu, Xiuyi Lou, Guanchu Wang, Yu-Neng Chuang 외 arxiv

Large Reasoning Models (LRMs) achieve remarkable inference-time improvements through parallel thinking. However, existing methods rely on redundant sampling of reasoning trajectories, failing to effectively explore the r…

Relational Boosted Regression Trees

2021-07-25 · Sonia Cromp, Alireza Samadian, Kirk Pruhs

Many tasks use data housed in relational databases to train boosted regression tree models. In this paper, we give a relational adaptation of the greedy algorithm for training boosted regression trees. For the subproblem…

regression

SketchGen: Generating Constrained CAD Sketches

2021-06-04 · NeurIPS 2021 12 · Wamiq Reyaz Para, Shariq Farooq Bhat, Paul Guerrero, Tom Kelly 외

Computer-aided design (CAD) is the most widely used modeling approach for technical design. The typical starting point in these designs is 2D sketches which can later be extruded and combined to obtain complex three-dime…