paper-with-me

홈 › Papers

Solution for SMART-101 Challenge of CVPR Multi-modal Algorithmic Reasoning Task 2024

2024-06-10 · Jinwoo Ahn, Junhyeok Park, Min-Jun Kim, Kang-Hyeon Kim, So-Yeong Sohn, Yun-Ji Lee, Du-Seong Chang, Yu-Jung Heo, Eun-Sol Kim

In this paper, the solution of HYU MLLAB KT Team to the Multimodal Algorithmic Reasoning Task: SMART-101 CVPR 2024 Challenge is presented. Beyond conventional visual question-answering problems, the SMART-101 challenge aims to achieve human-level multimodal understanding by tackling complex visio-linguistic puzzles designed for children in the 6-8 age group. To solve this problem, we suggest two main ideas. First, to utilize the reasoning ability of a large-scale language model (LLM), the given visual cues (images) are grounded in the text modality. For this purpose, we generate highly detailed text captions that describe the context of the image and use these captions as input for the LLM. Second, due to the nature of puzzle images, which often contain various geometric visual patterns, we utilize an object detection algorithm to ensure these patterns are not overlooked in the captioning process. We employed the SAM algorithm, which can detect various-size objects, to capture the visual features of these geometric patterns and used this information as input for the LLM. Under the puzzle split configuration, we achieved an option selection accuracy Oacc of 29.5 on the test set and a weighted option selection accuracy (WOSA) of 27.1 on the challenge set.

📄 PDF Abstract BibTeX arXiv:2406.05963

Code (0)

등록된 구현이 없습니다.

Tasks

Language Modellingobject-detectionObject DetectionQuestion AnsweringVisual Question Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
SAM 설명 없음

Similar Papers 제목 키워드 기반

Integrating Text and Image Pre-training for Multi-modal Algorithmic Reasoning

2024-06-08 · Zijian Zhang, Wei Liu

In this paper, we present our solution for SMART-101 Challenge of CVPR Multi-modal Algorithmic Reasoning Task 2024. Unlike traditional visual questions and answer tasks, this challenge evaluates abstraction, deduction an…

2nd Place Winning Solution for the CVPR2023 Visual Anomaly and Novelty Detection Challenge: Multimodal Prompting for Data-centric Anomaly Detection

2023-06-15 · Yunkang Cao, Xiaohao Xu, Chen Sun, Yuqi Cheng 외

This technical report introduces the winning solution of the team Segment Any Anomaly for the CVPR2023 Visual Anomaly and Novelty Detection (VAND) challenge. Going beyond uni-modal prompt, e.g., language prompt, we prese…

Anomaly DetectionAnomaly LocalizationAnomaly SegmentationNovelty Detection+2

A Solution to CVPR'2023 AQTC Challenge: Video Alignment for Multi-Step Inference

2023-06-26 · Chao Zhang, Shiwei Wu, Sirui Zhao, Tong Xu 외

Affordance-centric Question-driven Task Completion (AQTC) for Egocentric Assistant introduces a groundbreaking scenario. In this scenario, through learning instructional videos, AI assistants provide users with step-by-s…

Video Alignment

MultiEarth 2022 -- The Champion Solution for the Matrix Completion Challenge via Multimodal Regression and Generation

2022-06-17 · Bo Peng, Hongchen Liu, Hang Zhou, Yuchuan Gou 외

Earth observation satellites have been continuously monitoring the earth environment for years at different locations and spectral bands with different modalities. Due to complex satellite sensing conditions (e.g., weath…

Earth ObservationMatrix CompletionregressionSSIM

First Place Solution to the CVPR'2023 AQTC Challenge: A Function-Interaction Centric Approach with Spatiotemporal Visual-Language Alignment

2023-06-23 · Tom Tongjia Chen, Hongshan Yu, Zhengeng Yang, Ming Li 외

Affordance-Centric Question-driven Task Completion (AQTC) has been proposed to acquire knowledge from videos to furnish users with comprehensive and systematic instructions. However, existing methods have hitherto neglec…

Human-Object Interaction Detection