Let RGB Be the Language of Vision
Summary
This paper introduces RINO (RGB In and RGB Out), a unified framework that represents diverse visual information (masks, depth, etc.) as RGB images and converts visual tasks into RGB-to-RGB image editing, enabling a single model to perform zero-shot transfer across tasks.
View Cached Full Text
Cached at: 07/15/26, 04:22 PM
Paper page - Let RGB Be the Language of Vision
Source: https://huggingface.co/papers/2607.12450 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Thisworkintroducesaunifiedformulationforvisionmodels,wherediverseformsofvisualinformationbeyondnaturalimages,suchasmasks,depthmaps,andotherstructuredvisualsignals,areallrepresentedasRGBimages,whilegeneralvisualtaskscanbeconvertedintoacommonRGB-to-RGBimageeditingproblem.Inthisparadigm,differenttypesofvisualinformationinternallysharethesameencodinganddecodingarchitectureandparametersasnaturalimages,enablingasinglemodeltotransferacrosstasksthroughaunifiedvisualinterface,inawayanalogoustohowlanguagemodelsoperateovertext.WerefertothisformulationasRGBInandRGBOut(RINO).Builtuponagenericimageeditingbackbonewithouttask-specificfine-tuning,RINOdemonstratesrobustandcompetitivezero-shotperformanceonbothdenseunderstandingtaskssuchassegmentationanddepthestimation(whereweunifyoutputsasRGB),anddense-conditionedgenerationtaskssuchaspose-to-imagegeneration(whereweunifyinputsasRGB).Wehopethisstudyprovidesusefulinsightstowardgeneralunifiedvision-languagesystems,wherediversevisualtaskscanbeexpressed,interpreted,andsolvedthroughasharedvisuallanguage.Codeisavailableathttps://github.com/yangtiming/RINO.
View arXiv pageView PDFGitHub7Add to collection
Get this paper in your agent:
hf papers read 2607\.12450
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.12450 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.12450 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.12450 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Toward Robust and 3D-Aware RGB-NIR Imaging in the Dark
This paper presents a 3D-aware neural approach for RGB-NIR low-light imaging that fuses extremely noisy RGB observations with NIR cues in 3D space, eliminating the need for clean RGB supervision and improving robustness across different noise levels.
Retrieve, Integrate, and Synthesize: Spatial-Semantic Grounded Latent Visual Reasoning
This paper introduces RIS, a framework for spatial-semantic grounded latent visual reasoning in Multimodal Large Language Models to overcome information bottlenecks. It proposes anchoring latent tokens to spatial and semantic evidence, showing improvements on benchmarks like V* and HRBench.
EasyVideoR1: Easier RL for Video Understanding
EasyVideoR1 is an efficient reinforcement learning framework for training large vision-language models on video understanding tasks, featuring offline preprocessing with tensor caching for 1.47x throughput improvement, a task-aware reward system covering 11 problem types, and evaluation across 22 video benchmarks. It also supports joint image-video training and a mixed offline-online data training paradigm.
Robostral Navigate
Robostral Navigate is an 8B vision-language model that uses only monocular RGB images for robot navigation, achieving state-of-the-art on R2R-CE and RxR-CE benchmarks with 77.4% and 75.1% success rates, respectively.
RxBrain: Embodied Cognition Foundation Model with Joint Language-Visual Reasoning and Imagination
RxBrain is an embodied cognition foundation model that jointly reasons with language and visual imagination to represent embodied plans, using a unified multimodal Mixture-of-Transformers architecture. It achieves promising real-robot performance without large-scale action data.