AI & ML Papers
33K subscribers
7.11K photos
533 videos
24 files
7.78K links
Advancing research in Machine Learning – practical insights, tools, and techniques for researchers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
PixARMesh: Autoregressive Mesh-Native Single-View Scene Reconstruction

📝 Summary:
PixARMesh reconstructs complete 3D indoor scene meshes from a single image. It uses a unified model with cross-attention and autoregressive generation to directly predict layout and geometry, producing high-quality, lightweight meshes.

🔹 Publication Date: Published on Mar 6

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2603.05888
• PDF: https://arxiv.org/pdf/2603.05888
• Project Page: https://mlpc-ucsd.github.io/PixARMesh/
• Github: https://github.com/mlpc-ucsd/PixARMesh

🔹 Models citing this paper:
https://huggingface.co/zx1239856/PixARMesh-EdgeRunner
https://huggingface.co/zx1239856/PixARMesh-BPT

Datasets citing this paper:
https://huggingface.co/datasets/zx1239856/3d-front-ar-packed
https://huggingface.co/datasets/zx1239856/PixARMesh-eval-data

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#3DReconstruction #ComputerVision #DeepLearning #SingleView3D #MeshGeneration
AI & ML Papers
Photo
🔥 MeshFlow: Mesh Generation with Equivariant Flow Matching

💡 MeshFlow is a method for generating triangle meshes directly using equivariant optimal-transport flow matching models. The problem of generating meshes is challenging due to the symmetries present in the representation, including permutation invariance of faces and vertices. Traditional autoregressive methods serialize meshes into long sequences, which can be slow and inefficient.

MeshFlow addresses this problem by learning to generate triangle meshes as triangle soups, which are unordered collections of triangles. The method uses equivariant optimal-transport flow matching models that respect the symmetries of triangle soups, including arbitrary permutations of faces and permutations of vertices within each face.

To achieve this, the authors propose a modification to the Diffusion Transformer architecture, resulting in a scalable network that can model a velocity field while maintaining the desired equivariance. The authors also introduce an optimal-transport-based training objective that improves convergence by eliminating supervision signals that violate these symmetries.

The results show that MeshFlow achieves mesh quality comparable to state-of-the-art autoregressive mesh generators, but provides a significant speedup of about 18 times during inference. This makes MeshFlow a more efficient and effective method for generating high-quality triangle meshes. Overall, the contributions of MeshFlow include a novel method for generating triangle meshes, a scalable and equivariant network architecture, and an optimal-transport-based training objective that improves convergence and mesh quality.


📅 Published on Jun 22

🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2606.23489
• PDF: https://arxiv.org/pdf/2606.23489
• Project Page: https://qiisun.github.io/MeshFlow/

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#EquivariantFlowMatching #MeshGeneration #OptimalTransportModels #TriangleMeshes #GeometricDeepLearning