paper-with-me

홈 › Papers

Scale-Localized Abstract Reasoning

2020-09-20 · CVPR 2021 1 · Yaniv Benny, Niv Pekar, Lior Wolf

We consider the abstract relational reasoning task, which is commonly used as an intelligence test. Since some patterns have spatial rationales, while others are only semantic, we propose a multi-scale architecture that processes each query in multiple resolutions. We show that indeed different rules are solved by different resolutions and a combined multi-scale approach outperforms the existing state of the art in this task on all benchmarks by 5-54%. The success of our method is shown to arise from multiple novelties. First, it searches for relational patterns in multiple resolutions, which allows it to readily detect visual relations, such as location, in higher resolution, while allowing the lower resolution module to focus on semantic relations, such as shape type. Second, we optimize the reasoning network of each resolution proportionally to its performance, hereby we motivate each resolution to specialize on the rules for which it performs better than the others and ignore cases that are already solved by the other resolutions. Third, we propose a new way to pool information along the rows and the columns of the illustration-grid of the query. Our work also analyses the existing benchmarks, demonstrating that the RAVEN dataset selects the negative examples in a way that is easily exploited. We, therefore, propose a modified version of the RAVEN dataset, named RAVEN-FAIR. Our code and pretrained models are available at https://github.com/yanivbenny/MRNet.

📄 PDF Abstract BibTeX arXiv:2009.09405

Code (2)

yanivbenny/MRNet 공식 구현 pytorch
yanivbenny/RAVEN_FAIR 공식 구현

Tasks

Relational Reasoning

Similar Papers 제목 키워드 기반

Causal Probing for Internal Visual Representations in Multimodal Large Language Models

2026-05-07 · Zehao Deng, Tianjie Ju, Zheng Wu, Liangbo He 외 arxiv

Despite the remarkable success of Multimodal Large Language Models (MLLMs) across diverse tasks, the internal mechanisms governing how they encode and ground distinct visual concepts remain poorly understood. To bridge t…

Visual Reasoning

CoRe3D: Collaborative Reasoning as a Foundation for 3D Intelligence

2025-12-14 · Tianjiao Yu, Xinzhuo Li, Yifan Shen, Yuanzhe Liu 외 arxiv

Recent advances in large multimodal models suggest that explicit reasoning mechanisms play a critical role in improving model reliability, interpretability, and cross-modal alignment. While such reasoning-centric approac…

Spatial Reasoning

DOTRAG: Retrieval-Time Reasoning Along Paths

2026-04-06 · Larnell Moore, Naihao Deng, Rada Mihalcea, Farnaz Jahanbakhsh arxiv

Graph Retrieval-Augmented Generation (GraphRAG) is dominated by a retrieve-then-reason paradigm, where context is retrieved using heuristics and then reasoned over. Such methods struggle to adapt to the query-specific lo…

Slot Abstractors: Toward Scalable Abstract Visual Reasoning

2024-03-06 · Shanka Subhra Mondal, Jonathan D. Cohen, Taylor W. Webb

Abstract visual reasoning is a characteristically human ability, allowing the identification of relational patterns that are abstracted away from object features, and the systematic generalization of those patterns to un…

ObjectSystematic GeneralizationVisual Reasoning

Metaphors We Compute By: A Computational Audit of Cultural Translation vs. Thinking in LLMs

2026-04-06 · Yuan Chang, Jiaming Qu, Zhu Li arxiv

Large language models (LLMs) are often described as multilingual because they can understand and respond in many languages. However, speaking a language is not the same as reasoning within a culture. This distinction mot…