UNIST site map


Connection Points of Knowledge, Everything About UNIST
Try searching.
Recommended search terms




Discover not only Research Findings and event news, but also the diverse facets of UNIST presented by reporters and writers.
New Benchmark Reveals Limits in How AI Understands Hands
Accepted to CVPR 2026, HandVQA uses more than 1.6 million questions to expose gaps in spatial reasoning and improve AI performance on previously unseen hand-related tasks.
Abstract
Understanding a human hand gesture requires more than recognizing fingers. An AI model must also make sense of how those fingers bend, how joints related to one another, and how the entire hand changes with viewpoint. Current vision-language models remain surprisingly weak at this kind of finger-grained reasoning.
A research team, led by Professor Seungryul Baek of the Graduate School of Artificial Intelligence at UNIST has developed HandVQA, a new benchmark that tests this ability in detail. Drawing on 3D hand data, the benchmark contains more than 1.6 million questions about joint angles, distances, and relative positions. It also gives researchers a way to improve the skills it is designed to measure.
Despite strong performance on general image-and-language tasks, vision-language models can struggle when spatial differences become subtle. Existing benchmarks rarely examine hand anatomy at the level of individual joints, making these weaknesses difficult to measure.
HandVQA fills that gap with questions generated from hand images and precise 3D joint coordinates. For each image, the benchmark asks 25 questions about properties such as finger flexion, the distance between joints, and whether one joint is above, below, in front of, or behind another.
The results showed just how much current models miss. Without specialized training, several leading vision-language models performed near chance on some spatial questions and had particular difficulty judging distances between joints. They also made geometric errors and, in some cases, referred to finger parts that did not exist in the image.
But the same benchmark that exposed these weaknesses also helped correct them. After LLaVA was fine-tuned with HandVQA, its accuracy on questions about joint distances increased from 16.20% to 90.79%.
The benefits also carried over to tasks outside the benchmark. Qwen-VL, after learning from HandVQA, improved on two tasks it had not been directly trained for: hand gesture recognition by 10.33 percentage points and hand-object interaction by 2.63 percentage points. This transfer suggests that the model learned a broader understanding of hand geometry rather than simply becoming better at answering HandVQA questions.
“HandVQA not only helped the model answer questions it had previously struggled with, but also improved its ability to handle new tasks,” said MD Khalequzzaman Chowdhury Sayem, first author of the study. “The spatial knowledge learned from the benchmark transferred to other hand-related tasks without requiring additional task-specific training.”
Professor Baek added, “Accurately understanding hand pose is important in applications where even small errors can matter, from robotic manipulation and AR/VR interfaces to assistive technologies. HandVQA helps identify where current models fall short and provides a way to improve those capabilities.”
Their findings have been accepted to the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 2026, one of the leading international conferences in computer vision. The study was supported by the National Research Foundation of Korea (NRF) through the Mid-Career Researcher Program and the Basic Science Research Program, along with programs administered by the Institute for Information communication Technology Planning and Evaluation (IITP), including the AI Star Fellowship, AI Graduate School, and the LG AI STAR Talent Development Program for Leading Large-Scale Generative AI Models in the Physical AI Domain programs.
Journal Reference
MD Khalequzzaman Chowdhury Sayem, Mubarrat Tajoar Chowdhury, et al. , “HandVQA: Diagnosing and Improving Fine-Grained Spatial Reasoning about Hands in Vision-Language Models,” CVPR '26, (2026).
Related Links