paper-with-me

홈 › Papers

MATA: A Trainable Hierarchical Automaton System for Multi-Agent Visual Reasoning

2026-01-27 · Zhixi Cai, Fucai Ke, Kevin Leo, Sukai Huang, Maria Garcia de la Banda, Peter J. Stuckey, Hamid Rezatofighi arxiv

Recent vision-language models have strong perceptual ability but their implicit reasoning is hard to explain and easily generates hallucinations on complex queries. Compositional methods improve interpretability, but most rely on a single agent or hand-crafted pipeline and cannot decide when to collaborate across complementary agents or compete among overlapping ones. We introduce MATA (Multi-Agent hierarchical Trainable Automaton), a multi-agent system presented as a hierarchical finite-state automaton for visual reasoning whose top-level transitions are chosen by a trainable hyper agent. Each agent corresponds to a state in the hyper automaton, and runs a small rule-based sub-automaton for reliable micro-control. All agents read and write a shared memory, yielding transparent execution history. To supervise the hyper agent's transition policy, we build transition-trajectory trees and transform to memory-to-next-state pairs, forming the MATA-SFT-90K dataset for supervised finetuning (SFT). The finetuned LLM as the transition policy understands the query and the capacity of agents, and it can efficiently choose the optimal agent to solve the task. Across multiple visual reasoning benchmarks, MATA achieves the state-of-the-art results compared with monolithic and compositional baselines. The code and dataset are available at https://github.com/ControlNet/MATA.

📄 PDF Abstract BibTeX arXiv:2601.19204

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

An Ansatz for computational undecidability in RNA automata

2020-08-12 · Adam J. Svahn, Mikhail Prokopenko

In this Ansatz we consider theoretical constructions of RNA polymers into automata, a form of computational structure. The basis for transitions in our automata are plausible RNA enzymes that may perform ligation or clea…

Cellular automata can classify data by inducing trajectory phase coexistence

2022-03-10 · Stephen Whitelam, Isaac Tamblyn

We show that cellular automata can classify data by inducing a form of dynamical phase coexistence. We use Monte Carlo methods to search for general two-dimensional deterministic automata that classify images on the basi…

Induction of Subgoal Automata for Reinforcement Learning

2019-11-29 · Daniel Furelos-Blanco, Mark Law, Alessandra Russo, Krysia Broda 외

In this work we present ISA, a novel approach for learning and exploiting subgoals in reinforcement learning (RL). Our method relies on inducing an automaton whose transitions are subgoals expressed as propositional form…

Inductive logic programmingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Induction and Exploitation of Subgoal Automata for Reinforcement Learning

2020-09-08 · Daniel Furelos-Blanco, Mark Law, Anders Jonsson, Krysia Broda 외

In this paper we present ISA, an approach for learning and exploiting subgoals in episodic reinforcement learning (RL) tasks. ISA interleaves reinforcement learning with the induction of a subgoal automaton, an automaton…

Inductive logic programmingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

On (co-lex) Ordering Automata

2021-06-04 · Giovanna D'Agostino, Nicola Cotumaccio, Alberto Policriti, Nicola Prezza

The states of a deterministic finite automaton A can be identified with collections of words in Pf(L(A)) -- the set of prefixes of words belonging to the regular language accepted by A. But words can be ordered and among…