AIAny
Icon for item

SenseNova-U1.5: Towards Native Unified Visual Intelligence

An 8B native unified multimodal model that understands, reasons about, and generates high-fidelity visual content without a separate visual encoder or VAE—focused on spatially coherent patch reconstruction, native 4K generation, multi-expert distillation, and improved text rendering and image editing.

Introduction

Most multimodal pipelines rely on separate vision encoders and VAEs; this work explores an alternative: a single encoder-free, VAE-free model that directly couples pixel- and language-level signals. The core idea is that native unification frees the model to transfer multimodal understanding into planning and high-fidelity visual creation, including robust text rendering and multi-reference editing at native 4K.

Key Findings
  • Native unified modelling: Modeling language and pixel information end-to-end (NEO-unify) reduces modality translation gaps, which enables the same model to both interpret complex visual instructions and generate coherent, high-resolution images.
  • Spatially coherent patch reconstruction: Training objectives that preserve local spatial coherence improve fine detail, subject identity, and geometry retention—so edits better preserve unmodified regions and subjects.
  • Multi-expert post-training and on-policy distillation: Specialized experts for aesthetics, bilingual text rendering, infographics, and editing are distilled together, producing stronger text legibility, structured layouts, and multi-reference editing performance than prior unified checkpoints.
  • Practical capabilities: Demonstrated improvements in text-dense designs, multi-constraint instruction following (counts, layouts, styles), and more stable native 4K outputs—making the model suitable for poster/infographic generation and complex image editing workflows.
Who it's for and tradeoffs

Great fit if you need a single model to both understand detailed visual-language instructions and produce/edit high-resolution images (e.g., designers, ML researchers exploring unified pipelines, teams building image editing/generation features). Look elsewhere if you require strong, validated guarantees on safety, bias mitigation, or if you depend on tooling ecosystems tied to traditional VAE/encoder workflows—the approach prioritizes end-to-end visual-language unification over modular interpretability and may need extra engineering for deployment and safety auditing.

Where it fits

This paper positions native unified modelling between encoder-decoder VLMs and diffusion/VAE-based generative stacks: it trades explicit visual encoding for tighter modality integration and shows that this can yield competitive fidelity and instruction following when combined with curated training data and multi-expert distillation.

Information

  • Websitearxiv.org
  • OrganizationsOpenSenseNova
  • AuthorsHaiwen Diao, Jiahao Wang, Chenjing Ding, Hanming Deng, Jiangnan Chen, Ruixi Zhang, Ruohui Wang, Wenwen Tong, Xiangyu Fan, Yubo Wang
  • Published date2026/09/10

More Items

Trains LVLMs to improve 3D spatial reasoning using a synthetic block-stacking dataset of 15,000 problems that cover 3D→2D projection, viewpoint transforms, and structural combination; includes color-anchored cues and provides code and data.

Hugging Face
AI Model2026

Integrates a pretrained vision–language model with a BEV perception head and a Planning Expert to provide 3D perception, driving VQA and motion planning for autonomous driving while keeping the base VLM architecture unchanged.

Translates natural-language instructions into executable programs that maintain an explicit, persistent global world state and compiles state-augmented 3D oriented bounding boxes into pixel-aligned conditioning signals for pretrained video generators. The approach decouples state evolution from rendering, enabling programmable entity control, off-screen state, and long-horizon interactive scenarios.