paper-with-me

홈 › Papers

MNIST-PRO: MNIST is Back as a Partially Observable World for AI Agents

2026-08-31 · Vernon Toh, Navonil Majumder, Zhengyuan Liu, Nancy F. Chen, Soujanya Poria hf

AI agents in partially observable environments need to coordinate active sensing with working memory to maintain an evolving perceptual state. However, existing benchmarks struggle to isolate this perceptual-state construction and interpretation capability because they introduce physical and control complexities. We address this with MNIST-PRO, a benchmark that isolates agentic perception by converting MNIST digit recognition into a sequential, glimpse-based search task with lookback constraints. We evaluate ten multimodal models across four memory representations, including raw visual history, textual states, structured metric grid maps, and a consolidated visual canvas. While models excel under full observability, partial observability exposes a clear performance gap. We identify three distinct bottlenecks. First, perceptual-state construction and interpretation present a challenge, as agents struggle to integrate fragmented glimpses. Second, agents often stop exploring before they see the full sequence. Third, models often fail to revise early, incorrect beliefs even when faced with subsequent contradictory evidence. These results show that simply acquiring visual evidence is not enough. Agents must also be able to build and update a reliable perceptual state.

📄 PDF Abstract BibTeX arXiv:2608.31022

Code (3)

Aaron617/agent-arXiv-daily ★ 9
Tavish9/awesome-daily-AI-arxiv ★ 114
declare-lab/MNIST-PRO ★ 1

Similar Papers 제목 키워드 기반

Maximizing Information Gain in Partially Observable Environments via Prediction Reward

2020-05-11 · Yash Satsangi, Sungsu Lim, Shimon Whiteson, Frans Oliehoek 외

Information gathering in a partially observable environment can be formulated as a reinforcement learning (RL), problem where the reward depends on the agent's uncertainty. For example, the reward can be the negative ent…

PredictionQuestion AnsweringReinforcement Learning (RL)

Active Perception for Tactile Sensing: A Task-Agnostic Attention-Based Approach

2025-05-09 · Tim Schneider, Cristiana de Farias, Roberto Calandra, Liming Chen 외

Humans make extensive use of haptic exploration to map and identify the properties of the objects that we touch. In robotics, active tactile perception has emerged as an important research domain that complements vision …

Decision MakingPose EstimationReinforcement Learning (RL)

MNIST-Gen: A Modular MNIST-Style Dataset Generation Using Hierarchical Semantics, Reinforcement Learning, and Category Theory

2025-07-16 · Pouya Shaeri, Arash Karimi, Ariane Middel arxiv

Neural networks are often benchmarked using standard datasets such as MNIST, FashionMNIST, or other variants of MNIST, which, while accessible, are limited to generic classes such as digits or clothing items. For researc…

Reinforcement Learning

Minority Reports Defense: Defending Against Adversarial Patches

2020-04-28 · Michael McCoyd, Won Park, Steven Chen, Neil Shah 외

Deep learning image classification is vulnerable to adversarial attack, even if the attacker changes just a small patch of the image. We propose a defense against patch attacks based on partially occluding the image arou…

Adversarial AttackGeneral Classificationimage-classificationImage Classification

Unsupervised MKL in Multi-layer Kernel Machines

2021-11-26 · Akhil Meethal, Asharaf S, Sumitra S

Kernel based Deep Learning using multi-layer kernel machines(MKMs) was proposed by Y.Cho and L.K. Saul in \cite{saul}. In MKMs they used only one kernel(arc-cosine kernel) at a layer for the kernel PCA-based feature extr…

ARC