본문 바로가기

Deep Learning26

Occupancy Networks: Learning 3D Reconstruction in Function Space, CVPR’19 논문 링크 : https://openaccess.thecvf.com/content_CVPR_2019/papers/Mescheder_Occupancy_Networks_Learning_3D_Reconstruction_in_Function_Space_CVPR_2019_paper.pdf1. IntroductionIn this paper, we propose a novel approach to 3D reconstruction based on directly learning the continuous 3D occupancy function (Fig. 1d). Instead of predicting a voxelized representation at a fixed resolution, we predict the c.. 2023. 3. 26.
Deep Marching Cubes: Learning Explicit Surface Representations, CVPR’18 논문 링크 : https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8578406AbstractIn this paper, we investigate the problem of end-to-end 3D surface prediction. We first demonstrate that the marching cubes algorithm is not differentiable and propose an alternative differentiable formulation which we insert as a final layer into a 3D convolutional neural network. We further propose a set of loss fu.. 2023. 3. 26.
Generative Adversarial Networks, NIPS’14 논문 링크 : https://papers.nips.cc/paper/5423-generative-adversarial-netsAbstractWe simultaneously train two models: a generative model G that captures the data distribution, and a discriminative model D that estimates the probability that a sample came from the training data rather than G. The training procedure for G is to maximize the probability of D making a mistake. IntroductionIn the proposed.. 2023. 3. 26.
DCGAN, ICLR’16 논문 링크 : https://arxiv.org/abs/1511.064341. IntroductionIn this paper, we make the following contributionsWe propose and evaluate a set of constraints on the architectural topology of Convolutional GANs that make them stable to train in most settings. We name this class of architectures Deep Convolutional GANs (DCGAN)We use the trained discriminators for image classification tasks, showing compet.. 2023. 3. 26.