LaViDa

Summary

LaViDa is a family of masked discrete diffusion vision-language models introduced by LaViDa. It combines a vision encoder with LLaDA-8B or Dream-7B diffusion language backbones and generates text through iterative masked-token refinement.

Family Lineage

flowchart LR
  L[LaViDa<br/>visual understanding and infilling]
  O[LaViDa-O<br/>understanding + generation + editing]
  S[Sparse-LaViDa<br/>cached sparse decoding]
  R[LaViDa-R1<br/>multitask reasoning post-training]
  L --> O
  O --> S
  O --> R

Sparse-LaViDa and LaViDa-R1 are separate continuations of LaViDa-O: the former changes the sampling parameterization for efficiency, while the latter changes post-training for reasoning.

Official Artifacts

Role In The Wiki

Use this page as the object card for the LaViDa family. The source pages carry paper-level evidence and limitations. The lineage is an upstream multimodal and inference-efficiency signal, not direct evidence for numeric time series or action-conditioned world models.