# DualG-MRAG: Decoupling Macro-Reasoning and Micro-Matching for Multimodal RAG
> Ficha editorial pública de Research IA. Estado: Lectura primaria completa. La interpretación editorial no sustituye la fuente primaria.

- Página canónica: https://luiseduardodemiguel.com/research-ia/papers/dualg-mrag-decoupling-macro-reasoning-and-micro-matching-for-multimodal
- Fuente primaria: https://arxiv.org/abs/2607.28580
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Jiacheng Tao, Qingyun Sun, Haonan Yuan, Ziwei Zhang, Jianxin Li
- Fecha del corte: 30 JULIO 2026; ACEPTADO EN ACM MULTIMEDIA 2026.
- Área: RAG · MULTIMODAL

## Tesis y contexto

Separa dos escalas de recuperación. Un macro-grafo decide la ruta global entre documentos y modalidades; un micro-grafo verifica evidencia visual o textual fina. El retrieval se formula como propagación de mensajes guiada por la consulta.

- Problema: Un grafo multimodal muy detallado explota en tamaño y ruido; uno muy resumido pierde señales visuales pequeñas pero decisivas. Por qué puede ser importante: Produce rutas explícitas de razonamiento desde el propio GNN y supera los baselines en recall de evidencia y QA complejo.
- Por qué importa: La relevancia práctica todavía necesita contraste editorial.

## Evidencia reportada

- **reported-result**: The experimental results demonstrate that DualG-MRAG surpasses baselines across all evaluation metrics. [localizador](https://arxiv.org/html/2607.28580#S5)
- **reported-result**: In contrast, DualG-MRAG achieves superior performance on the MMQA dataset, achieving an EM score of 44.20% (with the 4B backbone), which represents an absolute improvement of 7% over the strongest baseline. [localizador](https://arxiv.org/html/2607.28580#S5)
- **reported-result**: This indicates that performing reasoning at the Macro Graph level facilitates the capture of global semantic dependencies better than isolated matching. [localizador](https://arxiv.org/html/2607.28580#S5)
- **reported-result**: DualG-MRAG significantly outperforms these baselines on both datasets. [localizador](https://arxiv.org/html/2607.28580#S5)

## Lectura y límite

- Método: La lectura de 4. Framework: DualG-MRAG describe la intervención y su construcción: We propose a framework that decouples multimodal knowledge into a Macro Graph for cross-document topology and a Micro Graph for intra-document verification. As illustrated in Figure 2 , after offline construction (Section 4.1 ), inference proceeds sequentially. First, query-driven subgraph matching on the Micro Graph identifies supplementary entities (Section 4.2 ). These, alongside query entities, initialize a query-driven GNN retriever that propagates relevance across the Macro Graph to rank candidate documents (Section 4.3 ). Finally, we decode explicit reasoning paths directly from the GNN’s forward pass to…
- Límite: La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 5. Experiments.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: In this paper, we propose DualG-MRAG , a novel dual-tier multimodal RAG framework designed to balance macro reasoning with micro visual verification. By decoupling knowledge representation into a Macro-Reasoning Graph and Micro-Matching Graphs, our method mitigates retrieval noise while preserving essential structural connectivity. Furthermore, we formulate the retrieval process as a query-driven message passing mechanism via a GNN, coupled with an…
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 5. Experiments.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/abs/2607.28580): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.28580): tipo abstract
- [Método · 4. Framework: DualG-MRAG](https://arxiv.org/html/2607.28580#S4): tipo section
- [Evaluación · 5. Experiments](https://arxiv.org/html/2607.28580#S5): tipo section
- [Cierre · 6. Conclusion](https://arxiv.org/html/2607.28580#S6): tipo section

## Próxima prueba

- ¿La propuesta mejora PDFs frente a la línea base actual?
- Métrica: Comparar la métrica principal de la fuente junto con calidad, coste, latencia y tasa de errores.
- Regla de parada: Parar si no aparece una mejora reproducible o si aumenta el riesgo, la complejidad o el coste sin compensación.

## Recursos reproducibles
- [https://huggingface.co/Qwen/Qwen3-VL-8B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-8B-Instruct)
- [https://huggingface.co/VLM2Vec/VLM2Vec-V2.0](https://huggingface.co/VLM2Vec/VLM2Vec-V2.0)
- [https://github.com/openbmb/visrag](https://github.com/openbmb/visrag)
- [https://github.com/iLearn-Lab/ACL25-COREMMRAG](https://github.com/iLearn-Lab/ACL25-COREMMRAG)

## Enlaces relacionados

- [SAG](https://luiseduardodemiguel.com/research-ia/markdown/papers/sag)
- [RAG-Stack](https://luiseduardodemiguel.com/research-ia/markdown/papers/rag-stack)
- [TTT-Embed](https://luiseduardodemiguel.com/research-ia/markdown/papers/ttt-embed)