SenseNova U1.5 is SenseTime’s 8B parameter Mixture of Transformers model for understanding, reasoning about, generating, and editing images without an external vision encoder or VAE. It represents images with 32×32 pixel visual tokens, then uses spatial reconstruction to reduce the patch seams that could appear in U...
Published byEdited with GPT-6 SolImages generated with GPT Image 2
Research answer

Create a landscape editorial hero image for this Studio Global article: What is SenseTime’s SenseNova U1.5, and how does its 8B-parameter Mixture-of-Transformers architecture unify visual understanding, reasoning. Article summary: SenseNova U1.5 is SenseTime’s 8B-parameter Mixture-of-Transformers (MoT) model for visual understanding, reasoning, image generation, and editing. Its central design is to learn from image patches and generate in pixel s. Topic tags: general, academic, general web, user generated. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks, char
SenseNova U1.5 brings image understanding, visual reasoning, generation, and editing into an 8B-parameter Mixture-of-Transformers (MoT) model. Rather than handing images to an external vision encoder and decoding generated images through a VAE, it uses a shared visual interface and reconstructs output in RGB pixel space. SenseTime’s technical report presents that design as a way to retain visual understanding while improving image creation at resolutions up to 4K. 1
3
U1.5 represents image regions as 32×32-pixel visual tokens. Those tokens give the model a compact sequence for visual tasks without a separate vision encoder. On the generation side, its decoder turns the model’s visual states into RGB pixels rather than relying on a VAE to decode an image latent. That shared interface is the basis for combining perception, reasoning, and creation in one architecture. 1
21
The consequential change from U1 is how those pixels are reconstructed. U1 used a patch-wise multilayer perceptron (MLP) head that predicted each image patch independently, which could expose boundaries as seams or grid artifacts at high resolution. U1.5 places the visual states back into a two-dimensional grid and uses a lightweight spatial decoder with progressive Pixel Shuffle and 3×3 convolutions. Neighboring regions can therefore influence reconstruction instead of being rendered in isolation. 1
3
22
For generation up to 4096×4096, SenseTime also describes resolution-aware noise conditioning: a resolution-dependent noise-scale embedding is combined with the generation timestep so the model can account for changes in noise behavior as output size changes. The spatial decoder addresses continuity across patches; the noise conditioning addresses the change in scale. Together, they are intended to make native 4K generation more stable, not to guarantee artifact-free results. 1
3
29
SenseTime’s post-training approach is to specialize, then unify. It optimizes experts for visual aesthetics, Chinese and English text rendering, infographics, and image editing, then consolidates their capabilities through multi-expert on-policy distillation. The separate experts are part of the training process; the reported outcome is a unified model, not a requirement to run four specialist models for every request. 1
29
Compared with U1, SenseTime reports stronger high-resolution detail and spatial continuity, along with improvements in text rendering, layouts, and editing, while retaining the encoder-free, VAE-free understanding-and-generation design. Reported U1.5 scores include 0.92 on GenEval, 0.948 on CVTG-2K, and 4.59 on ImgEdit. These are the reported evaluation results, not independent proof of an improvement on every visual task. 1
3
28
The U1.5 technical report is public, and an official Hugging Face page identifies a SenseNova-U1.5-8B-MoT checkpoint. That full-model listing is distinct from the U1.5-8B-MoT-Preview page and SenseTime’s separately announced U1.5-Lite-Preview release; the preview assets should not be treated as the full checkpoint. 1
31
22
13
SenseTime says it will open-source training code for supervised fine-tuning, reinforcement learning, and on-policy distillation. The report and model listings do not, by themselves, establish that the complete promised training-code release is already available. 1
3
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
SenseNova U1.5 is SenseTime’s 8B parameter Mixture of Transformers model for understanding, reasoning about, generating, and editing images without an external vision encoder or VAE.
SenseNova U1.5 is SenseTime’s 8B parameter Mixture of Transformers model for understanding, reasoning about, generating, and editing images without an external vision encoder or VAE. It represents images with 32×32 pixel visual tokens, then uses spatial reconstruction to reduce the patch seams that could appear in U1’s output.
A full U1.5 checkpoint has its own listing, distinct from Preview and Lite Preview; SenseTime says it will open source training code, but that promise does not establish that the code is available.