{"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/logo-a-long-form-video-dataset-for-group-1","title":"LOGO: A Long-Form Video Dataset for Group Action Quality Assessment","arxiv_id":"2404.05029","date":"2024-04-07","proceeding":"CVPR 2023 1","authors":["Shiyi Zhang","Wenxun Dai","Sujia Wang","Xiangwei Shen","Jiwen Lu","Jie zhou","Yansong Tang"],"abstract":"Action quality assessment (AQA) has become an emerging topic since it can be extensively applied in numerous scenarios. However, most existing methods and datasets focus on single-person short-sequence scenes, hindering the application of AQA in more complex situations. To address this issue, we construct a new multi-person long-form video dataset for action quality assessment named LOGO. Distinguished in scenario complexity, our dataset contains 200 videos from 26 artistic swimming events with 8 athletes in each sample along with an average duration of 204.2 seconds. As for richness in annotations, LOGO includes formation labels to depict group information of multiple athletes and detailed annotations on action procedures. Furthermore, we propose a simple yet effective method to model relations among athletes and reason about the potential temporal logic in long-form videos. Specifically, we design a group-aware attention module, which can be easily plugged into existing AQA methods, to enrich the clip-wise representations based on contextual group information. To benchmark LOGO, we systematically conduct investigations on the performance of several popular methods in AQA and action segmentation. The results reveal the challenges our dataset brings. Extensive experiments also show that our approach achieves state-of-the-art on the LOGO dataset. The dataset and code will be released at \\url{https://github.com/shiyi-zh0408/LOGO }.","url_abs":"https://arxiv.org/abs/2404.05029v1","url_pdf":"https://arxiv.org/pdf/2404.05029v1.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":"logo-a-long-form-video-dataset-for-group-1","repo_url":"https://github.com/shiyi-zh0408/logo","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"logo-a-long-form-video-dataset-for-group-1","repo_url":"https://github.com/2024-MindSpore-1/Code9/tree/main/gcn-c3d-mindspore-master","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null}],"tasks":[{"task_slug":"action-quality-assessment","task_name":"Action Quality Assessment"},{"task_slug":"action-segmentation","task_name":"Action Segmentation"},{"task_slug":"form","task_name":"Form"}],"methods":[{"method_slug":"focus","method_name":"Focus"}],"datasets_introduced":[{"slug":"logo","name":"LOGO","full_name":""}],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2404.05029","atlas_url":"https://app.syntology.ai/?focus=2404.05029","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2404.05029"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/shiyi-zh0408/logo","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/2024-MindSpore-1/Code9/tree/main/gcn-c3d-mindspore-master","reach":null}],"summary":{"ran_draft_wrong":1,"ran_fixture":2,"ran":1},"by_repo_kind":{"official":{"samples":4,"ran":4,"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":4,"samples":[{"code_sha256_prefix":"0b19df9669841d40","entry":"get_conv_params","repo":"shiyi-zh0408/logo","repo_kind":"official","path":"CoRe-GOAT/models/i3d.py","file_url":"https://github.com/shiyi-zh0408/logo/blob/HEAD/CoRe-GOAT/models/i3d.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0b19df9669841d40"}},{"code_sha256_prefix":"45cc344e60f640a1","entry":"get_padding_shape","repo":"shiyi-zh0408/logo","repo_kind":"official","path":"CoRe-GOAT/models/i3d.py","file_url":"https://github.com/shiyi-zh0408/logo/blob/HEAD/CoRe-GOAT/models/i3d.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"45cc344e60f640a1"}},{"code_sha256_prefix":"81ec17604dc709cc","entry":"simplify_padding","repo":"shiyi-zh0408/logo","repo_kind":"official","path":"CoRe-GOAT/models/i3d.py","file_url":"https://github.com/shiyi-zh0408/logo/blob/HEAD/CoRe-GOAT/models/i3d.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"81ec17604dc709cc"}},{"code_sha256_prefix":"e67dff688b7495e3","entry":"temporal_position_encoding","repo":"shiyi-zh0408/logo","repo_kind":"official","path":"CoRe-GOAT/models/group_aware_attention.py","file_url":"https://github.com/shiyi-zh0408/logo/blob/HEAD/CoRe-GOAT/models/group_aware_attention.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e67dff688b7495e3"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}