CVNov 30, 2025

SceneProp: Combining Neural Network and Markov Random Field for Scene-Graph Grounding

arXiv:2512.00936v1h-index: 4Has Code
Originality Highly original
AI Analysis

This addresses the challenge of scene-graph grounding for vision-language models, enabling better handling of intricate relational descriptions, though it is incremental as it builds on prior formulations with a novel inference approach.

The paper tackled the problem of grounding complex visual queries with multiple objects and relationships, which existing methods struggle with, and introduced SceneProp, a method that reformulates scene-graph grounding as a MAP inference problem in an MRF, achieving significant performance improvements on four benchmarks and showing that accuracy improves with query complexity.

Grounding complex, compositional visual queries with multiple objects and relationships is a fundamental challenge for vision-language models. While standard phrase grounding methods excel at localizing single objects, they lack the structural inductive bias to parse intricate relational descriptions, often failing as queries become more descriptive. To address this structural deficit, we focus on scene-graph grounding, a powerful but less-explored formulation where the query is an explicit graph of objects and their relationships. However, existing methods for this task also struggle, paradoxically showing decreased performance as the query graph grows -- failing to leverage the very information that should make grounding easier. We introduce SceneProp, a novel method that resolves this issue by reformulating scene-graph grounding as a Maximum a Posteriori (MAP) inference problem in a Markov Random Field (MRF). By performing global inference over the entire query graph, SceneProp finds the optimal assignment of image regions to nodes that jointly satisfies all constraints. This is achieved within an end-to-end framework via a differentiable implementation of the Belief Propagation algorithm. Experiments on four benchmarks show that our dedicated focus on the scene-graph grounding formulation allows SceneProp to significantly outperform prior work. Critically, its accuracy consistently improves with the size and complexity of the query graph, demonstrating for the first time that more relational context can, and should, lead to better grounding. Codes are available at https://github.com/keitaotani/SceneProp.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes