Papers › BuboGPT: Enabling Visual Grounding in Multi-Modal LLMs

BuboGPT: Enabling Visual Grounding in Multi-Modal LLMs

17 Jul 2023arXiv:2307.08581archive 2025-07-28

Yang Zhao, Zhijie Lin, Daquan Zhou, Zilong Huang, Jiashi Feng, Bingyi Kang

LLMs have demonstrated remarkable abilities at interacting with humans through language, especially with the usage of instruction-following data. Recent advancements in LLMs, such as MiniGPT-4, LLaVA, and X-LLM, further enlarge their abilities by incorporating multi-modal inputs, including image, video, and speech. Despite their effectiveness at generating precise and detailed language understanding of the given modality signal, these LLMs give up the ability to ground specific parts of inputs, thus only constructing a coarse-grained mapping. However, explicit and informative correspondence between text and other modalities will not only improve the user experience but also help to expand the application scenario of multi-modal LLMs. Therefore, we propose BuboGPT, a multi-modal LLM with visual grounding that can perform cross-modal interaction between vision, audio and language, providing fine-grained understanding of visual objects and other given modalities. As a result, BuboGPT is able to point out the specific location of an object in the image, when it is generating response or description for that object. Our contributions are two-fold: 1) An off-the-shelf visual grounding module based on SAM that extracts entities in a sentence and find corresponding masks in the image. 2) A two-stage training scheme and instruction dataset to endow joint text-image-audio understanding. Our experiments show that BuboGPT achieves impressive multi-modality understanding and visual grounding abilities during the interaction with human. It performs consistently well when provided by arbitrary modality combinations (either aligned or unaligned). Our code, model and dataset are available at https://bubo-gpt.github.io .

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="2307.08581")

Code

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

By repository: community (archive-listed): 12 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

magic-research/bubogpt mentioned on GitHubpytorchBSD-3-Clause 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

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 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 · violated contract
1ran · our draft was wrong
2ran · fixture could not drive it
3ran
5unverified

Licence: 0 of the 12 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 magic-research/bubogpt. “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.

apply_rotary_pos_emb magic-research/bubogpt/bubogpt/models/modeling_llama.py community (archive-listed) ran · fixture could not drive it BSD-3-Clause (permissive) · 9b4dff79d5e6102c · report
disabled_train magic-research/bubogpt/bubogpt/models/blip2.py community (archive-listed) ran · violated contract BSD-3-Clause (permissive) · 4cb732f513d69dfd · report
getAttMap magic-research/bubogpt/bubogpt/common/gradcam.py community (archive-listed) ran · fixture could not drive it fingerprinted BSD-3-Clause (permissive) · 7d214655954e2bc6 · report
main_process magic-research/bubogpt/bubogpt/common/dist_utils.py community (archive-listed) ran BSD-3-Clause (permissive) · 98589643273920ba · report
node_to_dict magic-research/bubogpt/bubogpt/common/config.py community (archive-listed) ran BSD-3-Clause (permissive) · 791c72070c0b1cfb · report
rotate_half magic-research/bubogpt/bubogpt/models/modeling_llama.py community (archive-listed) ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · b99eea6376d1e212 · report
tile magic-research/bubogpt/bubogpt/models/base_model.py community (archive-listed) ran fingerprinted BSD-3-Clause (permissive) · cb33571427334815 · report
all_gather_with_grad magic-research/bubogpt/bubogpt/models/base_model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0ec9fc2025c16f65 · report
arrange_modalities magic-research/bubogpt/bubogpt/models/mm_gpt4.py community (archive-listed) unverified BSD-3-Clause (permissive) · b1f0008c2b88f7d0 · report
concat_all_embeddings magic-research/bubogpt/bubogpt/models/mm_gpt4.py community (archive-listed) unverified BSD-3-Clause (permissive) · c673c0590f071727 · report
download_cached_file magic-research/bubogpt/bubogpt/common/dist_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 643539116e049080 · report
filter_prompt magic-research/bubogpt/bubogpt/models/mm_gpt4.py community (archive-listed) unverified BSD-3-Clause (permissive) · 04564de0b220eeeb · report

Tasks

Instruction FollowingSentenceVisual Grounding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SAM

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