model releaseMicrosoft

Microsoft Releases Lens: 3.8B-Parameter Text-to-Image Model Trained on 800M Image Dataset

TL;DR

Microsoft released Lens, a 3.8-parameter foundational text-to-image model trained on Lens-800M, an 800 million image-text corpus with GPT-4.1 captions. The model uses a 48-block MMDiT denoiser with FLUX.2 latents and supports generation up to 1440×1440 resolution across aspect ratios from 1:2 to 2:1.

2 min read
0

Microsoft Releases Lens: 3.8B-Parameter Text-to-Image Model Trained on 800M Image Dataset

Microsoft released Lens, a 3.8-parameter foundational text-to-image model trained on Lens-800M, an 800 million image-text corpus with GPT-4.1 captions. The model uses a 48-block MMDiT denoiser architecture with FLUX.2 latents and supports generation up to 1440×1440 resolution.

Architecture and Training

Lens combines several technical approaches to achieve what Microsoft claims is competitive quality with "substantially less training compute than larger T2I models." The architecture uses:

  • 48-block MMDiT (Multimodal Diffusion Transformer) denoiser
  • FLUX.2 semantic VAE for latent representations
  • Concatenated multi-layer GPT-OSS text features for prompt encoding
  • Mixed-resolution training enabling flexible aspect ratios

The training dataset, Lens-800M, consists of 800 million image-text pairs with dense captions generated by GPT-4.1, which Microsoft describes as "maximizing information density per training batch."

Technical Capabilities

The model supports:

  • Resolution range: up to 1440×1440 pixels
  • Aspect ratios: 1:2 to 2:1
  • Multilingual prompt following via GPT-OSS features
  • Mixed-resolution inference across different aspect ratios

Microsoft also released post-trained variants including an RL-tuned version for improved visual quality and artifact suppression, and Lens-Turbo, a distilled variant supporting 4-step generation.

Release Details

The model is available on Hugging Face with minimal inference code for generating images from Lens DiT checkpoints. Training cutoff date was not disclosed. Pricing information, parameter count breakdown, and benchmark comparisons against established models like DALL-E 3, Midjourney, or Stable Diffusion were not provided in the release.

The sample gallery demonstrates capabilities across multiple styles including photorealistic scenes (landscapes, wildlife, architecture), artistic styles (oil painting, watercolor), text rendering (signs, typography), and multilingual prompts (French, Chinese references).

Project Team

The project is led by Dong Chen, Fangyun Wei, and Ziyu Wan, with core contributors including Jiawei Zhang, Jinjing Zhao, Sirui Zhang, Yang Yue, and Zhiyang Liang. The full team includes 24 researchers from Microsoft.

What This Means

Lens represents Microsoft's entry into the competitive foundational text-to-image model space, positioning efficiency as a key differentiator at 3.8B parameters versus competitors like Stability AI's SDXL (2.6B UNet parameters) or larger proprietary models. The use of GPT-4.1 for caption generation and FLUX.2's VAE suggests Microsoft is leveraging existing infrastructure for training data preparation. The lack of disclosed benchmarks, pricing, or training compute figures makes direct comparison difficult, though the 4-step Turbo variant suggests Microsoft is targeting real-time generation use cases. This release puts Microsoft in direct competition with Stability AI, Midjourney, and its Azure OpenAI partner in the text-to-image foundation model market.

Related Articles

model release

DeepSeek Releases Experimental V4-Flash-Vision-Exp, Claims Near-Parity With Opus 4.8 on Agent Benchmarks

DeepSeek has released V4-Flash-Vision-Exp, an experimental multimodal extension of V4-Flash that adds image understanding while preserving text reasoning capabilities. The company claims the model approaches or beats Anthropic's Opus 4.8 on its internal multimodal agent benchmarks.

model release

DeepSeek Releases V4 Flash Vision Exp, an Experimental Multimodal MoE Model with 1M Context

DeepSeek has released V4 Flash Vision Exp, an experimental vision-enabled variant of DeepSeek V4 Flash 0731 that adds image understanding while matching the base model's text performance. The sparse mixture-of-experts model uses 13B active parameters out of 284B total and supports a 1M token context window.

product update

Microsoft to Kill Excel's COPILOT() Function on September 14, 2026

Microsoft will shut down Excel's COPILOT() worksheet function on September 14, 2026, roughly a year after its preview launch. The company says the Copilot side pane already covers the same capabilities, so a planned 2027 general availability release has been scrapped.

model release

Qwen Launches Qwen3.8 27B, an Open-Weight Vision-Language Model with 262K Context

Qwen has released Qwen3.8 27B, a 27-billion-parameter dense vision-language model with a 262K token context window, available now via OpenRouter at $0.45 per million input tokens and $3.20 per million output tokens.

Comments

Loading...