paper-with-me

홈 › Papers

Pixel2Mesh++: 3D Mesh Generation and Refinement from Multi-View Images

2022-04-21 · Chao Wen, yinda zhang, Chenjie Cao, Zhuwen Li, xiangyang xue, Yanwei Fu

We study the problem of shape generation in 3D mesh representation from a small number of color images with or without camera poses. While many previous works learn to hallucinate the shape directly from priors, we adopt to further improve the shape quality by leveraging cross-view information with a graph convolution network. Instead of building a direct mapping function from images to 3D shape, our model learns to predict series of deformations to improve a coarse shape iteratively. Inspired by traditional multiple view geometry methods, our network samples nearby area around the initial mesh's vertex locations and reasons an optimal deformation using perceptual feature statistics built from multiple input images. Extensive experiments show that our model produces accurate 3D shapes that are not only visually plausible from the input perspectives, but also well aligned to arbitrary viewpoints. With the help of physically driven architecture, our model also exhibits generalization capability across different semantic categories, and the number of input images. Model analysis experiments show that our model is robust to the quality of the initial mesh and the error of camera pose, and can be combined with a differentiable renderer for test-time optimization.

📄 PDF Abstract BibTeX arXiv:2204.09866

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

3D Pose Transfer with Correspondence Learning and Mesh Refinement

2021-09-30 · NeurIPS 2021 12 · Chaoyue Song, Jiacheng Wei, Ruibo Li, Fayao Liu 외

3D pose transfer is one of the most challenging 3D generation tasks. It aims to transfer the pose of a source mesh to a target mesh and keep the identity (e.g., body shape) of the target mesh. Some previous works require…

3D GenerationPose Transfer

MeshFIM: Local Low-Poly Mesh Editing via Fill-in-the-Middle Autoregressive Generation

2026-05-09 · Dingdong Yang, Jian Liu, Biwen Lei, Haohan Weng 외 arxiv

Autoregressive (AR) models can generate high-quality low-poly meshes from point clouds, but they still operate in an all-or-nothing manner: when a local region is unsatisfactory, the entire mesh must be regenerated, wast…

Point Clouds

An Adaptive Screen-Space Meshing Approach for Normal Integration

2024-09-25 · Moritz Heep, Eduard Zell

Reconstructing surfaces from normals is a key component of photometric stereo. This work introduces an adaptive surface triangulation in the image domain and afterwards performs the normal integration on a triangle mesh.…

MEAT: Multiview Diffusion Model for Human Generation on Megapixels with Mesh Attention

2025-03-11 · CVPR 2025 1 · YuHan Wang, Fangzhou Hong, Shuai Yang, Liming Jiang 외

Multiview diffusion models have shown considerable success in image-to-3D generation for general objects. However, when applied to human data, existing methods have yet to deliver promising results, largely due to the ch…

3D GenerationImage to 3D

Text-guided Controllable Mesh Refinement for Interactive 3D Modeling

2024-06-03 · Yun-Chun Chen, Selena Ling, Zhiqin Chen, Vladimir G. Kim 외

We propose a novel technique for adding geometric details to an input coarse 3D mesh guided by a text prompt. Our method is composed of three stages. First, we generate a single-view RGB image conditioned on the input co…

Image Generation