paper-with-me

Papers

Perception Matters: Detecting Perception Failures of VQA Models Using Metamorphic Testing

2021-06-19 · CVPR 2021 1 · Yuanyuan Yuan, Shuai Wang, Mingyue Jiang, Tsong Yueh Chen

Visual question answering (VQA) takes an image and a natural-language question as input and returns a natural-language answer. To date, VQA models are primarily assessed by their accuracy on high-level reasoning questions. Nevertheless, Given that perception tasks (e.g., recognizing objects) are the building blocks in the compositional process required by high-level reasoning, there is a demanding need to gain insights into how much of a problem low-level perception is. Inspired by the principles of software metamorphic testing, we introduce MetaVQA, a model-agnostic framework for benchmarking perception capability of VQA models. Given an image i, MetaVQA is able to synthesize a low level perception question q. It then jointly transforms (i, q) to one or a set of sub-questions and sub-images. MetaVQA checks whether the answer to (i, q) satisfies metamorphic relationships (MRs), denoting perception consistency, with the composed answers of transformed questions and images. Violating MRs denotes a failure of answering perception questions. MetaVQA successfully detects over 4.9 million perception failures made by popular VQA models with metamorphic testing. The state-of-the-art VQA models (e.g., the champion of VQA 2020 Challenge) suffer from perception consistency problems. In contrast, the Oscar VQA models, by using anchor points to align questions and images, show generally better consistency in perception tasks. We hope MetaVQA will revitalize interest in enhancing the low-level perceptual abilities of VQA models, a cornerstone of high-level reasoning.

📄 PDF Abstract BibTeX

Code (1)

MetaVQA/MetaVQA 공식 구현 pytorch

Tasks

BenchmarkingDNN TestingQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

OSCAR OSCAR is a new learning method that uses object tags detected in images as anchor points to ease the learning of image-text alignment. The model take a triple as input…

Similar Papers 제목 키워드 기반

Resilient Legged Local Navigation: Learning to Traverse with Compromised Perception End-to-End

2023-10-05 · Jin Jin, Chong Zhang, Jonas Frey, Nikita Rudin 외

Autonomous robots must navigate reliably in unknown environments even under compromised exteroceptive perception, or perception failures. Such failures often occur when harsh environments lead to degraded sensing, or whe…

Anomaly DetectionCPUNavigateReinforcement Learning (RL)

Metamorphic Testing of Vision-Language Action-Enabled Robots

2026-02-26 · Pablo Valle, Sergio Segura, Shaukat Ali, Aitor Arrieta arxiv

Vision-Language-Action (VLA) models are multimodal robotic task controllers that, given an instruction and visual inputs, produce a sequence of low-level control actions (or motor commands) enabling a robot to execute th…

How Do We Fail? Stress Testing Perception in Autonomous Vehicles

2022-03-26 · Harrison Delecki, Masha Itkina, Bernard Lange, Ransalu Senanayake 외

Autonomous vehicles (AVs) rely on environment perception and behavior prediction to reason about agents in their surroundings. These perception systems must be robust to adverse weather such as rain, fog, and snow. Howev…

Autonomous VehiclesData AugmentationObject TrackingTrajectory Prediction

Competence-Aware Path Planning via Introspective Perception

2021-09-28 · Sadegh Rabiee, Connor Basich, Kyle Hollins Wray, Shlomo Zilberstein 외

Robots deployed in the real world over extended periods of time need to reason about unexpected failures, learn to predict them, and to proactively take actions to avoid future failures. Existing approaches for competenc…

Multi-Robot Collaborative Perception with Graph Neural Networks

2022-01-05 · Yang Zhou, Jiuhong Xiao, Yue Zhou, Giuseppe Loianno

Multi-robot systems such as swarms of aerial robots are naturally suited to offer additional flexibility, resilience, and robustness in several tasks compared to a single robot by enabling cooperation among the agents. T…

Decision MakingDepth EstimationGraph Neural NetworkMonocular Depth Estimation+1