{"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/arxiv-2602-01267","title":"Diving into Kronecker Adapters: Component Design Matters","arxiv_id":"2602.01267","date":"2026-02-01","proceeding":"ICML","authors":["Jiayu Bai","Danchen Yu","Zhenyu Liao","TianQi Hou","Feng Zhou","Robert C. Qiu","Zenan Ling"],"abstract":"Kronecker adapters have emerged as a promising approach for fine-tuning large-scale models, enabling high-rank updates through tunable component structures. However, existing work largely treats the component structure as a fixed or heuristic design choice, leaving the dimensions and number of Kronecker components underexplored. In this paper, we identify component structure as a key factor governing the capacity of Kronecker adapters. We perform a fine-grained analysis of both the dimensions and number of Kronecker components. In particular, we show that the alignment between Kronecker adapters and full fine-tuning depends on component configurations. Guided by these insights, we propose Component Designed Kronecker Adapters (CDKA). We further provide parameter-budget-aware configuration guidelines and a tailored training stabilization strategy for practical deployment. Experiments across various architectures and modalities demonstrate the effectiveness of CDKA. Code is available at https://github.com/rainstonee/CDKA.","url_abs":"https://arxiv.org/abs/2602.01267","url_pdf":"https://arxiv.org/pdf/2602.01267","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2602.01267","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.01267"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/rainstonee/CDKA","reach":null}],"summary":{"unverified":11},"by_repo_kind":{"found_in_text":{"samples":11,"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":11,"samples":[{"code_sha256_prefix":"45db30ac52f3cd6d","entry":"SeqToSeqEncode","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/utils.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":"45db30ac52f3cd6d"}},{"code_sha256_prefix":"1d0db22ae067b53c","entry":"cache_to_disk","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"data.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/data.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":"1d0db22ae067b53c"}},{"code_sha256_prefix":"38de4191703bb96a","entry":"causalLMEncode","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/utils.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":"38de4191703bb96a"}},{"code_sha256_prefix":"1b53cbd93e0bc5fb","entry":"extract_num","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"eval_gsm8k.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/eval_gsm8k.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":"1b53cbd93e0bc5fb"}},{"code_sha256_prefix":"65f3cc97d3e5034f","entry":"find_all_linear_modules","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"run_exp.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/run_exp.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":"65f3cc97d3e5034f"}},{"code_sha256_prefix":"fd33ad9ae547c836","entry":"get_forward_hook","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"logTrainer.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/logTrainer.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":"fd33ad9ae547c836"}},{"code_sha256_prefix":"ef1ba16faaacbb49","entry":"get_module","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"lora_plus.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/lora_plus.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":"ef1ba16faaacbb49"}},{"code_sha256_prefix":"75a18bb7fe426341","entry":"kron","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"run_exp.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/run_exp.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":"75a18bb7fe426341"}},{"code_sha256_prefix":"872ad60fac6c3527","entry":"modified_gram_schmidt","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"run_exp.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/run_exp.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":"872ad60fac6c3527"}},{"code_sha256_prefix":"48720117c27620bc","entry":"post_process","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"eval_humaneval.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/eval_humaneval.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":"48720117c27620bc"}},{"code_sha256_prefix":"86f83d0db1b0bd2d","entry":"rebuild","repo":"rainstonee/CDKA","repo_kind":"found_in_text","path":"split.py","file_url":"https://github.com/rainstonee/CDKA/blob/HEAD/split.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":"86f83d0db1b0bd2d"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}