paper-with-me

홈 › Papers

SeMv-3D: Towards Concurrency of Semantic and Multi-view Consistency in General Text-to-3D Generation

2024-10-10 · Xiao Cai, Pengpeng Zeng, Lianli Gao, Sitong Su, Heng Tao Shen, Jingkuan Song

General Text-to-3D (GT23D) generation is crucial for creating diverse 3D content across objects and scenes, yet it faces two key challenges: 1) ensuring semantic consistency between input text and generated 3D models, and 2) maintaining multi-view consistency across different perspectives within 3D. Existing approaches typically address only one of these challenges, often leading to suboptimal results in semantic fidelity and structural coherence. To overcome these limitations, we propose SeMv-3D, a novel framework that jointly enhances semantic alignment and multi-view consistency in GT23D generation. At its core, we introduce Triplane Prior Learning (TPL), which effectively learns triplane priors by capturing spatial correspondences across three orthogonal planes using a dedicated Orthogonal Attention mechanism, thereby ensuring geometric consistency across viewpoints. Additionally, we present Prior-based Semantic Aligning in Triplanes (SAT), which enables consistent any-view synthesis by leveraging attention-based feature alignment to reinforce the correspondence between textual semantics and triplane representations. Extensive experiments demonstrate that our method sets a new state-of-the-art in multi-view consistency, while maintaining competitive performance in semantic consistency compared to methods focused solely on semantic alignment. These results emphasize the remarkable ability of our approach to effectively balance and excel in both dimensions, establishing a new benchmark in the field.

📄 PDF Abstract BibTeX arXiv:2410.07658

Code (0)

등록된 구현이 없습니다.

Tasks

3D GenerationText to 3D

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Focus 설명 없음
Synthesizer 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SemVideo: Reconstructs What You Watch from Brain Activity via Hierarchical Semantic Guidance

2026-02-25 · Minghan Yang, Lan Yang, Ke Li, Honggang Zhang 외 arxiv

Reconstructing dynamic visual experiences from brain activity provides a compelling avenue for exploring the neural mechanisms of human visual perception. While recent progress in fMRI-based image reconstruction has been…

Image ReconstructionVideo Reconstruction

SemViQA: A Semantic Question Answering System for Vietnamese Information Fact-Checking

2025-03-02 · Dien X. Tran, Nam V. Nguyen, Thanh T. Tran, Anh T. Hoang 외

The rise of misinformation, exacerbated by Large Language Models (LLMs) like GPT and Gemini, demands robust fact-checking solutions, especially for low-resource languages like Vietnamese. Existing methods struggle with s…

Fact CheckingFact VerificationInformation RetrievalMisinformation+2

EASEMVC:Efficient Dual Selection Mechanism for Deep Multi-View Clustering

2025-01-01 · CVPR 2025 1 · Baili Xiao, Zhibin Dong, Ke Liang, Suyuan Liu 외

Multi-view clustering represents one of the most established paradigms within the field of unsupervised learning and has witnessed a surge in popularity in recent years. View-pair form contrastive learning allows for…

ClusteringContrastive Learning

Evaluating Semantic Variation in Text-to-Image Synthesis: A Causal Perspective

2024-10-14 · Xiangru Zhu, Penglei Sun, Yaoxian Song, Yanghua Xiao 외

Accurate interpretation and visualization of human instructions are crucial for text-to-image (T2I) synthesis. However, current models struggle to capture semantic variations from word order changes, and existing evaluat…

cross-modal alignmentImage Generation

SemVLP: Vision-Language Pre-training by Aligning Semantics at Multiple Levels

2021-03-14 · Chenliang Li, Ming Yan, Haiyang Xu, Fuli Luo 외

Vision-language pre-training (VLP) on large-scale image-text pairs has recently witnessed rapid progress for learning cross-modal representations. Existing pre-training methods either directly concatenate image represent…