paper-with-me

Papers

SketchSampler: Sketch-based 3D Reconstruction via View-dependent Depth Sampling

2022-08-14 · Chenjian Gao, Qian Yu, Lu Sheng, Yi-Zhe Song, Dong Xu

Reconstructing a 3D shape based on a single sketch image is challenging due to the large domain gap between a sparse, irregular sketch and a regular, dense 3D shape. Existing works try to employ the global feature extracted from sketch to directly predict the 3D coordinates, but they usually suffer from losing fine details that are not faithful to the input sketch. Through analyzing the 3D-to-2D projection process, we notice that the density map that characterizes the distribution of 2D point clouds (i.e., the probability of points projected at each location of the projection plane) can be used as a proxy to facilitate the reconstruction process. To this end, we first translate a sketch via an image translation network to a more informative 2D representation that can be used to generate a density map. Next, a 3D point cloud is reconstructed via a two-stage probabilistic sampling process: first recovering the 2D points (i.e., the x and y coordinates) by sampling the density map; and then predicting the depth (i.e., the z coordinate) by sampling the depth values at the ray determined by each 2D point. Extensive experiments are conducted, and both quantitative and qualitative results show that our proposed approach significantly outperforms other baseline methods.

📄 PDF Abstract BibTeX arXiv:2208.06880

Code (1)

cjeen/sketchsampler 공식 구현 pytorch

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

3D Shape Reconstruction from Sketches via Multi-view Convolutional Networks

2017-07-20 · Zhaoliang Lun, Matheus Gadelha, Evangelos Kalogerakis, Subhransu Maji 외

We propose a method for reconstructing 3D shapes from 2D sketches in the form of line drawings. Our method takes as input a single sketch, or multiple sketches, and outputs a dense point cloud representing a 3D reconstru…

3D Reconstruction3D Shape ReconstructionDecoder

3D Reconstruction from Sketches

2025-05-20 · Abhimanyu Talwar, Julien Laasri

We consider the problem of reconstructing a 3D scene from multiple sketches. We propose a pipeline which involves (1) stitching together multiple sketches through use of correspondence points, (2) converting the stitched…

3D Reconstruction

Reconstruction of a 3D wireframe from a single line drawing via generative depth estimation

2026-04-15 · Elton Cao, Hod Lipson arxiv

The conversion of 2D freehand sketches into 3D models remains a pivotal challenge in computer vision, bridging the gap between fluent sketching and CAD. Traditional monocular depth reconstruction techniques are not suita…

Depth Estimation

GaussianCAD: Robust Self-Supervised CAD Reconstruction from Three Orthographic Views Using 3D Gaussian Splatting

2025-03-07 · Zheng Zhou, Zhe Li, Bo Yu, Lina Hu 외

The automatic reconstruction of 3D computer-aided design (CAD) models from CAD sketches has recently gained significant attention in the computer vision community. Most existing methods, however, rely on vector CAD sketc…

3D ReconstructionCAD ReconstructionCamera Pose EstimationPose Estimation

Spline Sketches: An Efficient Approach for Photon Counting Lidar

2022-10-13 · Michael Patrick Sheehan, Julian Tachella, Mike E. Davies

Photon counting lidar has become an invaluable tool for 3D depth imaging due to the fine-precision it can achieve over long ranges. However, high frame rate, high resolution lidar devices produce an enormous amount of ti…