paper-with-me

홈 › Papers

SE-MD: A Single-encoder multiple-decoder deep network for point cloud generation from 2D images

2021-06-17 · Abdul Mueed Hafiz, Rouf Ul Alam Bhat, Shabir Ahmad Parah, M. Hassaballah

3D model generation from single 2D RGB images is a challenging and actively researched computer vision task. Various techniques using conventional network architectures have been proposed for the same. However, the body of research work is limited and there are various issues like using inefficient 3D representation formats, weak 3D model generation backbones, inability to generate dense point clouds, dependence of post-processing for generation of dense point clouds, and dependence on silhouettes in RGB images. In this paper, a novel 2D RGB image to point cloud conversion technique is proposed, which improves the state of art in the field due to its efficient, robust and simple model by using the concept of parallelization in network architecture. It not only uses the efficient and rich 3D representation of point clouds, but also uses a novel and robust point cloud generation backbone in order to address the prevalent issues. This involves using a single-encoder multiple-decoder deep network architecture wherein each decoder generates certain fixed viewpoints. This is followed by fusing all the viewpoints to generate a dense point cloud. Various experiments are conducted on the technique and its performance is compared with those of other state of the art techniques and impressive gains in performance are demonstrated. Code is available at https://github.com/mueedhafiz1982/

📄 PDF Abstract BibTeX arXiv:2106.15325

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderPoint Cloud Generation

Similar Papers 제목 키워드 기반

Glissando-Net: Deep sinGLe vIew category level poSe eStimation ANd 3D recOnstruction

2025-01-24 · Bo Sun, Hao Kang, Li Guan, Haoxiang Li 외

We present a deep learning model, dubbed Glissando-Net, to simultaneously estimate the pose and reconstruct the 3D shape of objects at the category level from a single RGB image. Previous works predominantly focused on e…

3D ReconstructionDecoderPose Estimation

MVPNet: Multi-View Point Regression Networks for 3D Object Reconstruction from A Single Image

2018-11-23 · Jinglu Wang, Bo Sun, Yan Lu

In this paper, we address the problem of reconstructing an object's surface from a single image using generative networks. First, we represent a 3D surface with an aggregation of dense point clouds from multiple views. E…

3D Object Reconstruction3D Object Reconstruction From A Single ImageDecoderObject Reconstruction+1

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

A Point-Based Approach to Efficient LiDAR Multi-Task Perception

2024-04-19 · Christopher Lang, Alexander Braun, Lars Schillingmann, Abhinav Valada

Multi-task networks can potentially improve performance and computational efficiency compared to single-task networks, facilitating online deployment. However, current multi-task architectures in point cloud perception c…

3D Object DetectionAutonomous DrivingComputational EfficiencyDecoder+5

SEDD-PCC: A Single Encoder-Dual Decoder Framework For End-To-End Learned Point Cloud Compression

2025-05-22 · Kai Hsiang Hsieh, Monyneath Yim, Jui Chiu Chiang

To encode point clouds containing both geometry and attributes, most learning-based compression schemes treat geometry and attribute coding separately, employing distinct encoders and decoders. This not only increases co…

AttributeDecoderKnowledge DistillationRepresentation Learning