paper-with-me

Papers

Neural Face Identification in a 2D Wireframe Projection of a Manifold Object

2022-03-08 · CVPR 2022 1 · Kehan Wang, Jia Zheng, Zihan Zhou

In computer-aided design (CAD) systems, 2D line drawings are commonly used to illustrate 3D object designs. To reconstruct the 3D models depicted by a single 2D line drawing, an important key is finding the edge loops in the line drawing which correspond to the actual faces of the 3D object. In this paper, we approach the classical problem of face identification from a novel data-driven point of view. We cast it as a sequence generation problem: starting from an arbitrary edge, we adopt a variant of the popular Transformer model to predict the edges associated with the same face in a natural order. This allows us to avoid searching the space of all possible edge loops with various hand-crafted rules and heuristics as most existing methods do, deal with challenging cases such as curved surfaces and nested edge loops, and leverage additional cues such as face types. We further discuss how possibly imperfect predictions can be used for 3D object reconstruction.

📄 PDF Abstract BibTeX arXiv:2203.04229

Code (1)

manycore-research/faceformer 공식 구현 pytorch

Tasks

3D Object ReconstructionObjectObject Reconstruction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Neural Wireframe Renderer: Learning Wireframe to Image Translations

2019-12-09 · ECCV 2020 8 · Yuan Xue, Zihan Zhou, Xiaolei Huang

In architecture and computer-aided design, wireframes (i.e., line-based models) are widely used as basic 3D models for design evaluation and fast design iterations. However, unlike a full design file, a wireframe model l…

Image GenerationTranslation

Improvising the Learning of Neural Networks on Hyperspherical Manifold

2021-09-29 · Lalith Bharadwaj Baru, Sai Vardhan Kanumolu, Akshay Patel Shilhora, Madhu G

The impact of convolution neural networks (CNNs) in the supervised settings provided tremendous increment in performance. The representations learned from CNN's operated on hyperspherical manifold led to insightful outco…

Face IdentificationFace Recognitionimage-classificationImage Classification

PC2WF: 3D Wireframe Reconstruction from Raw Point Clouds

2021-03-04 · ICLR 2021 1 · Yujia Liu, Stefano D'Aronco, Konrad Schindler, Jan Dirk Wegner

We introduce PC2WF, the first end-to-end trainable deep network architecture to convert a 3D point cloud into a wireframe model. The network takes as input an unordered set of 3D points sampled from the surface of some o…

3D Wireframe Reconstruction

HoW-3D: Holistic 3D Wireframe Perception from a Single Image

2022-08-15 · Wenchao Ma, Bin Tan, Nan Xue, Tianfu Wu 외

This paper studies the problem of holistic 3D wireframe perception (HoW-3D), a new task of perceiving both the visible 3D wireframes and the invisible ones from single-view 2D images. As the non-front surfaces of an obje…

Random Projections on Manifolds of Symmetric Positive Definite Matrices for Image Classification

2014-03-04 · Azadeh Alavi, Arnold Wiliem, Kun Zhao, Brian C. Lovell 외

Recent advances suggest that encoding images through Symmetric Positive Definite (SPD) matrices and then interpreting such matrices as points on Riemannian manifolds can lead to increased classification performance. Taki…

Face RecognitionGeneral Classificationimage-classificationImage Classification+2