Papers › Beyond One-to-One: Rethinking the Referring Image Segmentation

Beyond One-to-One: Rethinking the Referring Image Segmentation

26 Aug 2023ICCV 2023 1arXiv:2308.13853archive 2025-07-28

Yutao Hu, Qixiong Wang, Wenqi Shao, Enze Xie, Zhenguo Li, Jungong Han, Ping Luo

Referring image segmentation aims to segment the target object referred by a natural language expression. However, previous methods rely on the strong assumption that one sentence must describe one target in the image, which is often not the case in real-world applications. As a result, such methods fail when the expressions refer to either no objects or multiple objects. In this paper, we address this issue from two perspectives. First, we propose a Dual Multi-Modal Interaction (DMMI) Network, which contains two decoder branches and enables information flow in two directions. In the text-to-image decoder, text embedding is utilized to query the visual feature and localize the corresponding target. Meanwhile, the image-to-text decoder is implemented to reconstruct the erased entity-phrase conditioned on the visual feature. In this way, visual features are encouraged to contain the critical semantic information about target entity, which supports the accurate segmentation in the text-to-image decoder in turn. Secondly, we collect a new challenging but realistic dataset called Ref-ZOM, which includes image-text pairs under different settings. Extensive experiments demonstrate our method achieves state-of-the-art performance on different datasets, and the Ref-ZOM-trained model performs well on various types of text inputs. Codes and datasets are available at https://github.com/toggle1995/RIS-DMMI.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

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

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

toggle1995/ris-dmmi officialmentioned in paperpytorch 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

13 samples harvested; 9 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
1ran · fixture could not drive it
5ran
4unverified

Licence: 13 of the 13 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 toggle1995/RIS-DMMI. “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.

window_partition toggle1995/RIS-DMMI/lib/backbone.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 144d10b49baeb8a6 · report
find_pruneable_heads_and_indices toggle1995/RIS-DMMI/bert/modeling_utils.py official repository ran no licence file found · pointer only · b239247b87d4f3dc · report
gelu toggle1995/RIS-DMMI/bert/modeling.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · d08f324f950148de · report
get_activation toggle1995/RIS-DMMI/bert/modeling.py official repository ran · our draft was wrong no licence file found · pointer only · 5842ee67106321d6 · report
mish toggle1995/RIS-DMMI/bert/modeling_bert.py official repository ran fingerprinted no licence file found · pointer only · 22b41155e451683b · report
pad_if_smaller toggle1995/RIS-DMMI/transforms.py official repository ran no licence file found · pointer only · 452475fb6da97402 · report
prune_conv1d_layer toggle1995/RIS-DMMI/bert/modeling_utils.py official repository ran no licence file found · pointer only · b3ee64494a3b6d38 · report
prune_linear_layer toggle1995/RIS-DMMI/bert/modeling_utils.py official repository ran no licence file found · pointer only · a37615738b3ddcd3 · report
window_reverse toggle1995/RIS-DMMI/lib/backbone.py official repository ran · our draft was wrong no licence file found · pointer only · 61bf152e6a42a184 · report
dmmi_res toggle1995/RIS-DMMI/lib/segmentation.py official repository unverified no licence file found · pointer only · 7a437a829041ee13 · report
dmmi_swin toggle1995/RIS-DMMI/lib/segmentation.py official repository unverified no licence file found · pointer only · 6d20e15ac43f4f86 · report
get_assignment_map_from_checkpoint toggle1995/RIS-DMMI/bert/modeling.py official repository unverified no licence file found · pointer only · 50958618b65e514e · report
load_tf_weights_in_bert toggle1995/RIS-DMMI/bert/modeling_bert.py official repository unverified no licence file found · pointer only · fb9398de2966d6de · report

Tasks

DecoderImage SegmentationImage to textSemantic SegmentationSentence

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

fail

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