Hallo4D: Multi-Modal Hallucination Mitigation for Consistent Spatio-Temporal Generation
Summary
Hallo4D is a model-agnostic framework that leverages large multimodal language models to detect and correct spatial and temporal hallucinations in 3D and 4D generation, improving consistency across viewpoints and time without requiring retraining.
View Cached Full Text
Cached at: 07/16/26, 05:41 AM
Paper page - Hallo4D: Multi-Modal Hallucination Mitigation for Consistent Spatio-Temporal Generation
Source: https://huggingface.co/papers/2607.12752
Abstract
Whilerecentadvancesin3Dgenerationhaveenabledimpressivevisualsynthesis,existingmethodsoftenrelyon2Ddiffusionsupervisionwithoutexplicitmechanismsforgeometricconsistency,leadingtospatialhallucinationssuchasduplicatedstructuresandmisalignedgeometry.Theseissuesbecomemoreseverein4Dgeneration,wheremaintainingconsistencyacrossviewpointsandtemporalevolutionintroducesadditionalchallenges,includingjitter,identityflicker,andstructuraldrift.WepresentHallo4D,aunifiedandmodel-agnosticframeworkformitigatingspatiotemporalhallucinationsin3Dand4Dcontentgeneration.Hallo4Dintroducesageneration-detection-correctionparadigmthatleverageslargemultimodallanguagemodels(LMMs)toidentifyandsummarizespatialandtemporalinconsistenciesfrommulti-viewandmulti-framerenderings.Theseinsightsguideaconsensus-drivenimage-spaceconsistencyoptimization,whereanLMM-basedselectorevaluatescandidatecorrectionsthroughmulti-modelvoting,withoutrequiringretrainingorarchitecturalmodifications.Tofurtherimprovetemporalconsistencyandoptimizationefficiency,Hallo4Dincorporatesmotion-awarekeyframesampling,LMM-guidedinitialization,andappearancealignment.Weadditionallyintroduceexposure-awareoptimizationandvisibilitypruningtoenhancerobustnessunderchallengingviewpoints.ExtensiveexperimentsdemonstratethatHallo4Dconsistentlyoutperformsstrongbaselinesacrossdiverse3Dand4Dgenerationsettings,providingascalableandgeneralizablesolutionforconsistency-awarecontentgeneration.
View arXiv pageView PDFProject pageGitHub13Add to collection
Get this paper in your agent:
hf papers read 2607\.12752
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.12752 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.12752 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.12752 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
OpenHalDet: A Unified Benchmark for Hallucination Detection across Diverse Generation Scenarios
OpenHalDet is a unified benchmark for hallucination detection in LLMs, standardizing evaluation across diverse generation scenarios and supporting black-box, gray-box, and white-box detection methods.
HalluSAE: Detecting Hallucinations in Large Language Models via Sparse Auto-Encoders
Researchers from Beihang University and other institutions propose HalluSAE, a framework using sparse autoencoders and phase transition theory to detect hallucinations in LLMs by modeling generation as trajectories through a potential energy landscape and identifying critical transition zones where factual errors occur.
HalluWorld: A Controlled Benchmark for Hallucination via Reference World Models
HalluWorld is a controlled benchmark framework for evaluating hallucination in large language models using explicit reference world models across synthetic environments like gridworlds, chess, and realistic terminal tasks. It enables fine-grained analysis of failure modes such as perceptual hallucination, multi-step state tracking, and causal simulation, revealing that frontier models still struggle with complex reasoning not solved by extended thinking.
From Architecture to Output: Structural Origins of Hallucination in Large Language Models and the Amplifying Role of Data
This paper analyzes hallucination in large language models as a structural consequence of three architectural decisions: self-attention's co-occurrence learning, maximum likelihood estimation training objective, and autoregressive decoding's left-to-right commitment. It maps each mechanism to specific hallucination types and argues that dataset pathologies amplify but do not cause these vulnerabilities.
ClinHallu: A Benchmark for Diagnosing Stage-Wise Hallucinations in Medical MLLM Reasoning
ClinHallu is a benchmark for diagnosing and mitigating hallucinations in medical multimodal large language models by decomposing reasoning into visual recognition, knowledge recall, and reasoning integration stages, using trace-supervised fine-tuning to reduce errors.