Paper Overview
Research Area: Computer Vision (CV) Authors: Xiaoyang Han, Jianhua Li, Kewang Deng Released: 2025-07-09 arXiv: 2507.06833
Key Idea
The authors formulate computer vision as unified multimodal generation, where heterogeneous visual tasks are expressed in the native text and image generation spaces of a unified multimodal model — with no task-specific architectures.
Under this formulation, SenseNova-Vision uses:
- Natural-language instructions and optional visual prompts to specify tasks, target regions or views, and decoding conventions
- Text outputs for symbolic predictions
- Image outputs for dense spatial predictions
- Mixed text-and-image outputs for compositional tasks
- Detection
- OCR
- Keypoint estimation
- Segmentation
- Depth estimation
- Surface normal prediction
- Point maps
- Camera pose estimation
Training Data
To support large-scale training, diverse computer vision annotations are converted into instruction-response examples compatible with these generation spaces, forming the SenseNova-Vision Corpus — a CV instruction-response corpus spanning text, image, and mixed targets.
Training starts from an off-the-shelf pretrained unified multimodal model, using this corpus as the primary data source plus multimodal data as a capability-retention mix. No task-specific prediction heads or architecture modifications are required.
Capabilities
The resulting single model covers a wide range of visual tasks, including:
Results
Experiments show that one unified model can match leading task-specific systems in structured visual understanding, dense geometric prediction, segmentation, and multi-view visual geometry — suggesting unified multimodal generation is a scalable path to integrating computer vision into general-purpose foundation models.
The model and corpus are publicly released.
Original Abstract (excerpt)
> We formulate computer vision as unified multimodal generation, where heterogeneous visual tasks are expressed in the native text and image generation spaces of a unified multimodal model, without task-specific architectures. Under this formulation, SenseNova-Vision uses natural-language instructions and optional visual prompts to specify tasks, target regions or views, and decoding conventions, and generates responses as text for symbolic outputs, images for dense spatial predictions, or mixed text-and-image outputs for compositional tasks. To support large-scale training, we convert diverse computer vision annotations into instruction-response examples compatible with these generation spaces, resulting in the SenseNova-Vision Corpus...
--- *Auto-collected on 2026-07-09*