Papers › GeoPixel: Pixel Grounding Large Multimodal Model in Remote Sensing

GeoPixel: Pixel Grounding Large Multimodal Model in Remote Sensing

23 Jan 2025arXiv:2501.13925archive 2025-07-28

Akashah Shabbir, Mohammed Zumri, Mohammed Bennamoun, Fahad S. Khan, Salman Khan

Recent advances in large multimodal models (LMMs) have recognized fine-grained grounding as an imperative factor of visual understanding and dialogue. However, the benefits of such representation in LMMs are limited to the natural image domain, and these models perform poorly for remote sensing (RS). The distinct overhead viewpoint, scale variation, and presence of small objects in high-resolution RS imagery present a unique challenge in region-level comprehension. Moreover, the development of the grounding conversation capability of LMMs within RS is hindered by the lack of granular, RS domain-specific grounded data. Addressing these limitations, we propose GeoPixel - the first end-to-end high resolution RS-LMM that supports pixel-level grounding. This capability allows fine-grained visual perception by generating interleaved masks in conversation. GeoPixel supports up to 4K HD resolution in any aspect ratio, ideal for high-precision RS image analysis. To support the grounded conversation generation (GCG) in RS imagery, we curate a visually grounded dataset GeoPixelD through a semi-automated pipeline that utilizes set-of-marks prompting and spatial priors tailored for RS data to methodically control the data generation process. GeoPixel demonstrates superior performance in pixel-level comprehension, surpassing existing LMMs in both single-target and multi-target segmentation tasks. Our methodological ablation studies validate the effectiveness of each component in the overall architecture. Our code and data will be publicly released.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2501.13925")

Code

Syntology Ran 6 of 17 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 3 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mbzuai-oryx/geopixel officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 6 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
3ran · fixture could not drive it
2ran
11unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mbzuai-oryx/geopixel. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

repeat_kv mbzuai-oryx/geopixel/model/IXC/modeling_internlm2.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 30d7eec482ebf6b1 · report
conv2text mbzuai-oryx/geopixel/data_mix.py official repository ran Apache-2.0 (permissive) · b5741471e022d9ca · report
dice_loss mbzuai-oryx/geopixel/model/geopixel.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · a1c2083ec2eaeb22 · report
mask_to_rle_pytorch mbzuai-oryx/geopixel/utils.py official repository ran Apache-2.0 (permissive) · c83351f91b7210cc · report
rotate_half mbzuai-oryx/geopixel/model/IXC/modeling_internlm2.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · b99eea6376d1e212 · report
sigmoid_ce_loss mbzuai-oryx/geopixel/model/geopixel.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · a9292f5d89194794 · report
Image_transform mbzuai-oryx/geopixel/model/IXC/ixc_utils.py official repository unverified Apache-2.0 (permissive) · 4d1abb1cceb30619 · report
R560_HD18_Identity_transform mbzuai-oryx/geopixel/ixc_utils.py official repository unverified Apache-2.0 (permissive) · 7b3a2f5962942dcf · report
Video_transform mbzuai-oryx/geopixel/model/IXC/ixc_utils.py official repository unverified Apache-2.0 (permissive) · 72fc93f12377e784 · report
apply_rotary_pos_emb mbzuai-oryx/geopixel/model/IXC/modeling_internlm2.py official repository unverified Apache-2.0 (permissive) · 051ebcfa8673a02e · report
area_from_rle mbzuai-oryx/geopixel/utils.py official repository unverified Apache-2.0 (permissive) · 3ae5cc93e5edb38e · report
get_stopping_criteria mbzuai-oryx/geopixel/model/IXC/modeling_internlm_xcomposer2.py official repository unverified Apache-2.0 (permissive) · 7ac6ba0e71adea89 · report
padding_336 mbzuai-oryx/geopixel/ixc_utils.py official repository unverified Apache-2.0 (permissive) · 855e6a319d9d6ec2 · report
padding_336 mbzuai-oryx/geopixel/model/IXC/ixc_utils.py official repository unverified Apache-2.0 (permissive) · 51771e8f601d9a6b · report
parse_args mbzuai-oryx/geopixel/merge_lora_weights_and_save_hf_model.py official repository unverified Apache-2.0 (permissive) · ab8d308f87970912 · report
parse_args mbzuai-oryx/geopixel/chat.py official repository unverified Apache-2.0 (permissive) · a8bb0ca38fcaaa17 · report
rgb_color_text mbzuai-oryx/geopixel/chat.py official repository unverified Apache-2.0 (permissive) · edac46a3f4c2e85b · report

Tasks

4k

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections