paper-with-me

Papers

Compositional Attention Networks for Machine Reasoning

2018-03-08 · ICLR 2018 1 · Drew A. Hudson, Christopher D. Manning

We present the MAC network, a novel fully differentiable neural network architecture, designed to facilitate explicit and expressive reasoning. MAC moves away from monolithic black-box neural architectures towards a design that encourages both transparency and versatility. The model approaches problems by decomposing them into a series of attention-based reasoning steps, each performed by a novel recurrent Memory, Attention, and Composition (MAC) cell that maintains a separation between control and memory. By stringing the cells together and imposing structural constraints that regulate their interaction, MAC effectively learns to perform iterative reasoning processes that are directly inferred from the data in an end-to-end approach. We demonstrate the model's strength, robustness and interpretability on the challenging CLEVR dataset for visual reasoning, achieving a new state-of-the-art 98.9% accuracy, halving the error rate of the previous best model. More importantly, we show that the model is computationally-efficient and data-efficient, in particular requiring 5x less data than existing models to achieve strong results.

📄 PDF Abstract BibTeX arXiv:1803.03067

Code (10)

stanfordnlp/mac-network 공식 구현 tf
Glaciohound/VCML pytorch
adlnlp/attention_vl pytorch
ceyzaguirre4/DACT-MAC pytorch
ceyzaguirre4/mac-network-pytorch pytorch
ivegner/Multi-Memory-MAC-Network pytorch
kakao/DAFT pytorch
ronilp/mac-network-pytorch-gqa pytorch
rosinality/mac-network-pytorch pytorch
tohinz/pytorch-mac-network pytorch

Tasks

Referring Expression ComprehensionVisual Question Answering (VQA)Visual Reasoning

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Understanding and Patching Compositional Reasoning in LLMs

2024-02-22 · Zhaoyi Li, Gangwei Jiang, Hong Xie, Linqi Song 외

LLMs have marked a revolutonary shift, yet they falter when faced with compositional reasoning tasks. Our research embarks on a quest to uncover the root causes of compositional reasoning failures of LLMs, uncovering tha…

Dynamic MOdularized Reasoning for Compositional Structured Explanation Generation

2023-09-14 · Xiyan Fu, Anette Frank

Despite the success of neural models in solving reasoning tasks, their compositional generalization capabilities remain unclear. In this work, we propose a new setting of the structured explanation generation task to fac…

Explanation Generation

Beyond Image Classification: A Video Benchmark and Dual-Branch Hybrid Discrimination Framework for Compositional Zero-Shot Learning

2025-01-01 · CVPR 2025 1 · Dongyao Jiang, Haodong Jing, Yongqiang Ma, Nanning Zheng

Human reasoning naturally combines concepts to identify unseen compositions, a capability that Compositional Zero-Shot Learning (CZSL) aims to replicate in machine learning models. However, we observe that focusing s…

Action RecognitionAttributeCompositional Zero-Shot Learningimage-classification+2

Extending Compositional Attention Networks for Social Reasoning in Videos

2022-10-03 · Christina Sartzetaki, Georgios Paraskevopoulos, Alexandros Potamianos

We propose a novel deep architecture for the task of reasoning about social interactions in videos. We leverage the multi-step reasoning capabilities of Compositional Attention Networks (MAC), and propose a multimodal ex…

Question AnsweringVideo Question Answering

AgentCoMa: A Compositional Benchmark Mixing Commonsense and Mathematical Reasoning in Real-World Scenarios

2025-08-27 · Lisa Alazraki, Lihu Chen, Ana Brassard, Joe Stacey 외 arxiv

Large Language Models (LLMs) have achieved high accuracy on complex commonsense and mathematical problems that involve the composition of multiple reasoning steps. However, current compositional benchmarks testing these …

Mathematical Reasoning