AIAny
Icon for item

Vision as Unified Multimodal Generation

Expresses diverse computer-vision tasks as instruction-driven text, image, or mixed generation from a single unified multimodal model, producing outputs for detection, segmentation, depth, pose, OCR and more. Trained on a converted SenseNova‑Vision instruction–response corpus and requires no task-specific prediction heads.

Introduction

Vision research is fractured by task-specific architectures and bespoke output formats. This paper asks a simple but consequential question: can many heterogeneous vision problems be expressed and solved natively as multimodal generation tasks, using the same text/image output spaces of a unified model?

Key Findings
  • Reformulation: A wide range of vision tasks (object detection, OCR, keypoint estimation, segmentation, depth and normal prediction, point maps, camera pose, and multi-view geometry) can be expressed as natural-language instructions plus optional visual prompts, with responses emitted as text, images, or interleaved text+image outputs. This removes the need for task-specific heads and bespoke decoders.
  • SenseNova‑Vision Corpus: Diverse annotations are converted into instruction–response examples that align with generation targets, enabling large-scale training of a single unified model on mixed text/image targets. The corpus is a core engineering artifact enabling cross-task training under a single objective.
  • Training recipe: Starting from an off‑the‑shelf pretrained unified multimodal model, the approach fine-tunes primarily on the instruction–response corpus while mixing auxiliary multimodal data to preserve base capabilities. No architectural modifications or extra prediction heads are introduced.
  • Empirical tradeoffs: A single unified model can match leading task-specialized systems across structured visual understanding, dense geometric prediction, segmentation, and multi-view geometry in the reported benchmarks, showing the approach is competitive rather than merely convenient.
Who It's For and Tradeoffs

Great fit if you want a single generalist vision component that answers language-defined queries across many vision tasks, or if you aim to integrate vision capabilities into a general-purpose multimodal foundation model without designing new heads per task. Look elsewhere if you need absolute state-of-the-art performance on a narrowly defined benchmark where task-specific architectures and heavy label engineering still provide measurable gains, or if you cannot afford the data engineering and compute needed to convert and train on large instruction–response corpora.

Where It Fits

This work sits between task-specific vision systems and multimodal foundation models: it treats vision outputs as first-class generative tokens and prioritizes unification and interoperability (e.g., mixed text+image replies and language-defined regions). It is particularly relevant for applications that benefit from compositional, language-driven vision outputs (interactive agents, document understanding, multi-step visual reasoning, and tools that mix diagrams with textual explanations).

Practical notes

The approach depends on (1) a pretrained unified multimodal backbone capable of both text and image generation, and (2) a large-scale conversion pipeline that maps standard vision annotations into instruction–response pairs. These two ingredients are central to reproducing the reported results and to scaling the method to further tasks.

Information

  • Websitearxiv.org
  • AuthorsXiaoyang Han, Jianhua Li, Kewang Deng, Zukai Chen, Xuanke Shi, Sihan Wang, Boxuan Li, Linyan Wang, Siyi Xie, Xin You
  • Published date2026/07/07

More Items

Generates group images that bind up to ten reference identities to distinct people and locations by predicting an explicit identity–layout plan and supervising faces with Layout-Grounded ID Loss. Improves identity fidelity while cutting copy-paste duplication; suited for multi-person image synthesis but requires identity-annotated face regions and paired training data.

Turns an uncalibrated monocular actor video into multiview-consistent novel-view videos and lifts them into 4D Gaussian Splatting assets. Introduces Reference Context Packing to keep reference conditioning fixed-size and Target Context Routing to exchange context across target groups, improving large-view reconstruction consistency.

Introduces SemComp-Bench: a benchmark and VLM-based evaluation protocol for measuring outcome achievement and task-relevant semantic grounding in instruction-driven video generation. Ships with SemComp-Data, curated image–instruction–outcome triplets and OA/GR scoring.