{"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/one-self-configurable-model-to-solve-many","title":"One Self-Configurable Model to Solve Many Abstract Visual Reasoning Problems","arxiv_id":"2312.09997","date":"2023-12-15","proceeding":null,"authors":["Mikołaj Małkiński","Jacek Mańdziuk"],"abstract":"Abstract Visual Reasoning (AVR) comprises a wide selection of various problems similar to those used in human IQ tests. Recent years have brought dynamic progress in solving particular AVR tasks, however, in the contemporary literature AVR problems are largely dealt with in isolation, leading to highly specialized task-specific methods. With the aim of developing universal learning systems in the AVR domain, we propose the unified model for solving Single-Choice Abstract visual Reasoning tasks (SCAR), capable of solving various single-choice AVR tasks, without making any a priori assumptions about the task structure, in particular the number and location of panels. The proposed model relies on a novel Structure-Aware dynamic Layer (SAL), which adapts its weights to the structure of the considered AVR problem. Experiments conducted on Raven's Progressive Matrices, Visual Analogy Problems, and Odd One Out problems show that SCAR (SAL-based models, in general) effectively solves diverse AVR tasks, and its performance is on par with the state-of-the-art task-specific baselines. What is more, SCAR demonstrates effective knowledge reuse in multi-task and transfer learning settings. To our knowledge, this work is the first successful attempt to construct a general single-choice AVR solver relying on self-configurable architecture and unified solving method. With this work we aim to stimulate and foster progress on task-independent research paths in the AVR domain, with the long-term goal of development of a general AVR solver.","url_abs":"https://arxiv.org/abs/2312.09997v1","url_pdf":"https://arxiv.org/pdf/2312.09997v1.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":"one-self-configurable-model-to-solve-many","repo_url":"https://github.com/mikomel/sal","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"odd-one-out","task_name":"Odd One Out"},{"task_slug":"transfer-learning","task_name":"Transfer Learning"},{"task_slug":"visual-reasoning","task_name":"Visual Reasoning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2312.09997","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.09997"}},"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":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mikomel/sal","reach":{"status":"ok"}}],"summary":{"ran":7,"unverified":2},"by_repo_kind":{"official":{"samples":9,"ran":7,"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":9,"samples":[{"code_sha256_prefix":"fdcf3ace07da8348","entry":"FeedForward","repo":"mikomel/sal","repo_kind":"official","path":"avr/model/neural_blocks.py","file_url":"https://github.com/mikomel/sal/blob/HEAD/avr/model/neural_blocks.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":"fdcf3ace07da8348"}},{"code_sha256_prefix":"d13f2687efc8aba8","entry":"arrange_for_odd_one_out","repo":"mikomel/sal","repo_kind":"official","path":"avr/model/neural_blocks.py","file_url":"https://github.com/mikomel/sal/blob/HEAD/avr/model/neural_blocks.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d13f2687efc8aba8"}},{"code_sha256_prefix":"1770b27166e12f0e","entry":"arrange_for_ravens_matrix","repo":"mikomel/sal","repo_kind":"official","path":"avr/model/neural_blocks.py","file_url":"https://github.com/mikomel/sal/blob/HEAD/avr/model/neural_blocks.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1770b27166e12f0e"}},{"code_sha256_prefix":"a93e1851fed85d0d","entry":"contrast_loss","repo":"mikomel/sal","repo_kind":"official","path":"avr/model/copinet.py","file_url":"https://github.com/mikomel/sal/blob/HEAD/avr/model/copinet.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":"a93e1851fed85d0d"}},{"code_sha256_prefix":"135d0cf0124571c9","entry":"conv1x1","repo":"mikomel/sal","repo_kind":"official","path":"avr/model/copinet.py","file_url":"https://github.com/mikomel/sal/blob/HEAD/avr/model/copinet.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":"135d0cf0124571c9"}},{"code_sha256_prefix":"9b80f52c276212a7","entry":"conv3x3","repo":"mikomel/sal","repo_kind":"official","path":"avr/model/copinet.py","file_url":"https://github.com/mikomel/sal/blob/HEAD/avr/model/copinet.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":"9b80f52c276212a7"}},{"code_sha256_prefix":"5a016f69a93b885a","entry":"pairwise","repo":"mikomel/sal","repo_kind":"official","path":"avr/config.py","file_url":"https://github.com/mikomel/sal/blob/HEAD/avr/config.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":"5a016f69a93b885a"}},{"code_sha256_prefix":"3ce4b866e67ff2b5","entry":"compose_config","repo":"mikomel/sal","repo_kind":"official","path":"avr/config.py","file_url":"https://github.com/mikomel/sal/blob/HEAD/avr/config.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3ce4b866e67ff2b5"}},{"code_sha256_prefix":"9c21af8c9a3fae56","entry":"resolve","repo":"mikomel/sal","repo_kind":"official","path":"avr/config.py","file_url":"https://github.com/mikomel/sal/blob/HEAD/avr/config.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9c21af8c9a3fae56"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}