{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/facebench-a-multi-view-multi-level-facial","title":"FaceBench: A Multi-View Multi-Level Facial Attribute VQA Dataset for Benchmarking Face Perception MLLMs","arxiv_id":"2503.21457","date":"2025-03-27","proceeding":"CVPR 2025 1","authors":["Xiaoqin Wang","Xusen Ma","Xianxu Hou","Meidan Ding","Yudong Li","Junliang Chen","WenTing Chen","Xiaoyang Peng","Linlin Shen"],"abstract":"Multimodal large language models (MLLMs) have demonstrated remarkable capabilities in various tasks. However, effectively evaluating these MLLMs on face perception remains largely unexplored. To address this gap, we introduce FaceBench, a dataset featuring hierarchical multi-view and multi-level attributes specifically designed to assess the comprehensive face perception abilities of MLLMs. Initially, we construct a hierarchical facial attribute structure, which encompasses five views with up to three levels of attributes, totaling over 210 attributes and 700 attribute values. Based on the structure, the proposed FaceBench consists of 49,919 visual question-answering (VQA) pairs for evaluation and 23,841 pairs for fine-tuning. Moreover, we further develop a robust face perception MLLM baseline, Face-LLaVA, by training with our proposed face VQA data. Extensive experiments on various mainstream MLLMs and Face-LLaVA are conducted to test their face perception ability, with results also compared against human performance. The results reveal that, the existing MLLMs are far from satisfactory in understanding the fine-grained facial attributes, while our Face-LLaVA significantly outperforms existing open-source models with a small amount of training data and is comparable to commercial ones like GPT-4o and Gemini. The dataset will be released at https://github.com/CVI-SZU/FaceBench.","url_abs":"https://arxiv.org/abs/2503.21457v1","url_pdf":"https://arxiv.org/pdf/2503.21457v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"facebench-a-multi-view-multi-level-facial","repo_url":"https://github.com/cvi-szu/facebench","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"attribute","task_name":"Attribute"},{"task_slug":"benchmarking","task_name":"Benchmarking"},{"task_slug":"question-answering","task_name":"Question Answering"},{"task_slug":"visual-question-answering-1","task_name":"Visual Question Answering"},{"task_slug":"visual-question-answering","task_name":"Visual Question Answering (VQA)"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2503.21457","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2503.21457"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/CVI-SZU/FaceBench","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":6},"by_repo_kind":{"official":{"samples":6,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"d69d7a79ec270f80","entry":"get_inputs","repo":"CVI-SZU/FaceBench","repo_kind":"official","path":"evaluation/inference.py","file_url":"https://github.com/CVI-SZU/FaceBench/blob/HEAD/evaluation/inference.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d69d7a79ec270f80"}},{"code_sha256_prefix":"5f0d9669253db356","entry":"get_openai_response","repo":"CVI-SZU/FaceBench","repo_kind":"official","path":"evaluation/evaluation.py","file_url":"https://github.com/CVI-SZU/FaceBench/blob/HEAD/evaluation/evaluation.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5f0d9669253db356"}},{"code_sha256_prefix":"7af521bbe681ec46","entry":"get_prompt","repo":"CVI-SZU/FaceBench","repo_kind":"official","path":"evaluation/evaluation.py","file_url":"https://github.com/CVI-SZU/FaceBench/blob/HEAD/evaluation/evaluation.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7af521bbe681ec46"}},{"code_sha256_prefix":"8f1a44ab20956301","entry":"normalize_word","repo":"CVI-SZU/FaceBench","repo_kind":"official","path":"evaluation/utils.py","file_url":"https://github.com/CVI-SZU/FaceBench/blob/HEAD/evaluation/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8f1a44ab20956301"}},{"code_sha256_prefix":"ce2eba3d18aefc3f","entry":"parallel_exec","repo":"CVI-SZU/FaceBench","repo_kind":"official","path":"evaluation/evaluation.py","file_url":"https://github.com/CVI-SZU/FaceBench/blob/HEAD/evaluation/evaluation.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ce2eba3d18aefc3f"}},{"code_sha256_prefix":"a4d72c2b03733d9b","entry":"parse_response","repo":"CVI-SZU/FaceBench","repo_kind":"official","path":"evaluation/inference.py","file_url":"https://github.com/CVI-SZU/FaceBench/blob/HEAD/evaluation/inference.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a4d72c2b03733d9b"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}