Paper previewProject page available now; code and checkpoints are coming soon.

UNIFIED VISUAL REPRESENTATION

One space.
Three visual abilities.

UniSpace learns a representation that preserves semantics for understanding and fine detail for reconstruction, then uses the same visual space for generation.

U
Understand Edit Generate

THE METHOD

Patch reparameterization keeps meaning and pixels in view.

01

Two input spaces

Semantic and reconstructive patch embeddings view the same image through complementary projections.

02

One shared backbone

A frozen pretrained vision transformer preserves its semantic prior while the lightweight reconstructive path learns detail.

03

One unified model

Qwen3 with Mixture-of-Transformers consumes the visual representation for understanding, editing, and generation.

PAPER RESULTS

Selected release checkpoints.

Numbers shown here are the paper results. A full 2,212-image GenEval rerun matches every breakdown; a complete 737-image ImgEdit rerun scores 4.25 overall versus 4.28 in the paper.

0.14PR-DINOv2 reconstruction rFID ↓
29.64SigLIP2 PSNR ↑
2.10PR-DINOv2 unguided generation FID ↓
0.84UniSpace GenEval ↑
86.49UniSpace DPG-Bench ↑
7.40UniSpace GEdit overall ↑

Clean-cluster status — GenEval: 0.98 / 0.92 / 0.69 / 0.88 / 0.83 / 0.73, overall 0.84, exact paper match. ImgEdit: 737/737 judge responses, overall 4.25 versus 4.28. Public artifact hashes and the remaining reproduction logs will accompany the stable release.

ENCODER RESULTS

Patch-reparameterized visual encoders

ImageNet-1K reconstruction at 256 × 256

EncoderTraining dataDownsamplePSNR ↑SSIM ↑rFID ↓
PR-SigLIP2ImageNet-1K1629.640.870.18
PR-DINOv2ImageNet-1K1430.840.900.14
PR-Qwen-ViTWeb data1630.160.880.17

ImageNet class-conditional generation with DiTDH-XL

EncoderCFGgFID ↓sFID ↓IS ↑Precision ↑Recall ↑
PR-SigLIP2No4.426.66190.40.720.65
PR-SigLIP2Yes2.806.05248.20.780.61
PR-DINOv2No2.105.39217.20.780.64
PR-DINOv2Yes1.874.89274.30.820.60

Multimodal understanding

EncoderPOPEGQATextVQAMM-VetMMBenchMME-SMME-PAvg. ↑
PR-SigLIP284.8061.1054.6025.5065.201741.11447.264.37
PR-Qwen-ViT86.5763.1363.6830.2869.071874.51522.768.94

UNISPACE RESULTS

Unified generation and editing

Text-to-image generation

BenchmarkBreakdownScoresOverall ↑
GenEvalSingle / Two / Count / Color / Position / Attribute0.98 / 0.92 / 0.69 / 0.88 / 0.83 / 0.730.84
OneIG ENAlign / Text / Reason / Style / Diversity0.860 / 0.937 / 0.311 / 0.467 / 0.2330.561
OneIG ZHAlign / Text / Reason / Style / Diversity0.807 / 0.881 / 0.276 / 0.455 / 0.2440.533
DPG-BenchGlobal / Entity / Attribute / Relation / Other84.80 / 92.26 / 90.00 / 94.97 / 88.8086.49

Image editing

BenchmarkBreakdownScoresOverall ↑
ImgEditAdd / Adjust / Extract / Replace / Remove / Background / Style / Hybrid / Action4.53 / 4.38 / 3.61 / 4.67 / 4.42 / 4.23 / 4.55 / 2.70 / 4.474.28
GEdit ENSemantic consistency / Perceptual quality8.287 / 7.0557.407
GEdit ZHSemantic consistency / Perceptual quality8.270 / 6.9987.382
GEdit paper aggregateSemantic consistency / Perceptual quality8.253 / 7.0327.399

MODEL FAMILY

Three reproducible release lines.

TOKENIZER + DiT

PR-SigLIP2

Shared SigLIP2 backbone, semantic and reconstruction-aware patch embeddings, unified checkpoint, and ImageNet DiT.

Release status →

TOKENIZER + DiT

PR-DINOv2

The complete DINOv2 reconstruction and generation line, released alongside PR-SigLIP2.

Release status →

UNDERSTAND + EDIT + GENERATE

UniSpace MoT

Qwen3-8B, Qwen3Unified visual tokenizer, and task-specialized MLP experts with shared attention.

Release status →

RELEASE STATUS

Paper now. Code and reproducibility artifacts next.

Available

Project overview, paper metrics, selected qualitative results, and release status.

Coming soon

Training and inference code, public model weights, hashes, benchmark commands, and clean-cluster reproduction logs.

The preview repository deliberately distinguishes original paper measurements from results reproduced using public download paths.