MB-ORES: A Multi-Branch Object Reasoner for Visual Grounding in Remote Sensing
Karim Radouane, Hanane Azzag, Mustapha lebbah
TL;DR
MB-ORES addresses visual grounding in remote sensing by unifying open-set object detection with referring expression comprehension. It introduces a two-stage architecture that first fine-tunes GroundingDINO on REC data to produce graph-structured object proposals, then uses a three-branch cross-modal network plus an object reasoner with soft query selection to localize the referred object, followed by a regression head for precise bounding boxes. The approach achieves state-of-the-art results on OPT-RSVG and DIOR-RSVG, while retaining OD capabilities and demonstrating strong ablation-supported efficacy of multi-branch fusion and reasoning. This work advances RS VG by leveraging explicit priors and cross-modal reasoning, with practical implications for zero-shot reasoning and RS scene understanding.
Abstract
We propose a unified framework that integrates object detection (OD) and visual grounding (VG) for remote sensing (RS) imagery. To support conventional OD and establish an intuitive prior for VG task, we fine-tune an open-set object detector using referring expression data, framing it as a partially supervised OD task. In the first stage, we construct a graph representation of each image, comprising object queries, class embeddings, and proposal locations. Then, our task-aware architecture processes this graph to perform the VG task. The model consists of: (i) a multi-branch network that integrates spatial, visual, and categorical features to generate task-aware proposals, and (ii) an object reasoning network that assigns probabilities across proposals, followed by a soft selection mechanism for final referring object localization. Our model demonstrates superior performance on the OPT-RSVG and DIOR-RSVG datasets, achieving significant improvements over state-of-the-art methods while retaining classical OD capabilities. The code will be available in our repository: \url{https://github.com/rd20karim/MB-ORES}.
