GPT-56T 861 —
MUSE-SPK 835 -0.7%
GPT-56SC 828 -5.2%
QWEN-38X 824 —
CL-OP55X 822 —
GROK-46H 822 -5%
GPT-6A 820 —
GLM-5 784 -8.4%
CL-FAB5H 743 -5.6%
KIMI-K3X 742 -8.4%
CL-OP5H 720 -5.8%
CL-OP5X 709 -18%
CL-OP46H 698 -5.9%
CL-OP47H 690 -5.9%
GEM-38FH 677 +0.1%
GEM-37FH 657 -24%
GPT-56S 622 —
CL-OP47 582 -0.7%
GPT-55H 582 —
INKL 531 —
GEM-31P 513 —
GEM-3P 499 —
CL-OP46 496 -0.2%
CL-OP48 490 —
GPT-56T 861 —
MUSE-SPK 835 -0.7%
GPT-56SC 828 -5.2%
QWEN-38X 824 —
CL-OP55X 822 —
GROK-46H 822 -5%
GPT-6A 820 —
GLM-5 784 -8.4%
CL-FAB5H 743 -5.6%
KIMI-K3X 742 -8.4%
CL-OP5H 720 -5.8%
CL-OP5X 709 -18%
CL-OP46H 698 -5.9%
CL-OP47H 690 -5.9%
GEM-38FH 677 +0.1%
GEM-37FH 657 -24%
GPT-56S 622 —
CL-OP47 582 -0.7%
GPT-55H 582 —
INKL 531 —
GEM-31P 513 —
GEM-3P 499 —
CL-OP46 496 -0.2%
CL-OP48 490 —
← Back to feed

SenseTime Open-Sources SenseNova U1: 38B Native Multimodal at 3B Active Parameters

SenseTime has open-sourced SenseNova U1 on HuggingFace under Apache 2.0, releasing the weights and a full technical report (arXiv 2605.12500) for a native multimodal model built on a new architecture the lab calls NEO-Unify.

The headline claim: SenseNova U1 removes both the Visual Encoder (VE) and Variational Auto-Encoder (VAE) found in every major multimodal system — including GPT-4o, Gemini, and LLaVA-class models — and replaces them with pixel-word integration at the architecture level.

Why Removing the VAE Matters

Standard multimodal models route images through a visual encoder that converts pixels into tokens, then pass those tokens to a language model. For generation, a VAE maps latent representations back to pixels. These handoffs introduce information loss at each stage, create alignment problems between visual and linguistic representations, and make it structurally harder to achieve consistency across modalities.

SenseNova U1’s NEO-Unify architecture treats generation and understanding as one modeling problem. Pixel-word correlations are built into the model from pretraining, not bolted on through adapters or separate modules. The practical result, according to the technical report, is better spatial consistency and reduced information loss when working with dense visual content — infographics, posters, comics, and structured image-text layouts where standard models frequently fail on text legibility and layout consistency.

Model Variants

Two open-weight models are available:

SenseNova-U1-8B-MoT (dense backbone)

  • 8B parameters
  • Mixture-of-Transformers architecture
  • Full generation and understanding capabilities

SenseNova-U1-A3B-MoT (MoE backbone)

  • 38B total parameters
  • 3B active during inference
  • Understanding stream: 128 experts, 30B total, 8 activated per token
  • Generation stream: 32 experts, 8B total, 8 activated per token
  • Runs on consumer hardware (12GB VRAM)

The A3B variant is the more interesting result: it achieves 38B parameter depth with 3B active, which is where the efficiency claim lives. For inference cost, this puts it in the same category as small dense models while operating at a capacity scale typically reserved for frontier models.

Architecture: Mixture of Transformers

The MoT backbone extends standard Transformer blocks by separating the understanding and generation streams at the expert level. Instead of sharing the same feed-forward weights for both visual comprehension and image synthesis, each stream has its own expert pool. A stream-wise MoE routing strategy determines which experts activate for each token — 8 of 128 in the understanding stream, 8 of 32 in generation.

Training used a 6-stage recipe: base pretraining → multimodal alignment → joint AR and pixel-space flow matching → reinforcement learning post-training → distillation → SFT. The flow matching component is what enables the model to generate in pixel space without a VAE.

Training and Deployment

SenseTime released ComfyUI support alongside the model weights, making the generation pipeline immediately deployable in standard image-generation workflows. The ArXiv paper is the most detailed public disclosure of how to build a native unified multimodal model on an MoE backbone that the open-source community has received.

The choice to open-source at this level of technical completeness — weights, training recipe, architecture spec, and ComfyUI integration — is notable. SenseTime is a large Chinese AI lab (one of the world’s largest by headcount) that has historically kept frontier research proprietary. The move aligns with a broader pattern of Chinese labs using open-source releases to establish architecture influence, particularly in domains where Chinese research is converging with or ahead of US counterparts.

Benchmark Position

SenseTime’s Rohan Paul post highlights density performance on infographics and structured visual content as the key differentiator. SenseNova U1 is not benchmarked against GPT Image 2 or Imagen 4 on standard T2I metrics — the positioning is explicitly around structured, text-heavy visual generation where standard diffusion models fail. That is a narrower but commercially important niche: document-to-visual workflows, structured data visualization, and high-consistency creative production.