{"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-2608-01490","title":"BiKAN: Restoring Collapsed Basis of Binary Kolmogorov--Arnold Networks","arxiv_id":"2608.01490","date":"2026-08-02","proceeding":null,"authors":["Kazi Ahmed Asif Fuad","Lizhong Chen"],"abstract":"Binarizing a polynomial Kolmogorov--Arnold Network (KAN) not only changes parameter precision, but also alters the function space available to each layer. When activations are restricted to ${-1,+1}$, all even powers reduce to $1$ and all odd powers reduce to $x$, causing the elementwise polynomial basis to collapse to constant and first-order responses. We refer to this structural failure as Spatial Orthogonality Collapse. Our proposed BiKAN addresses this critical issue by augmenting each binary KAN layer with selected degree-2 Walsh characters. Fixed circular channel rolls generate pairwise parities, and learned binary projections mix them using the same XNOR--popcount operations as the remaining W1A1 paths. This restores explicit pairwise coordinates without learned routing or multiplier-based feature generation. Experiments on CIFAR-10 confirms that removing parity reduces accuracy by $1.23$ points over five paired seeds ($p=0.003$), the gain increases as width decreases, and accuracy improves monotonically as more parity planes are added. At an equal $\\sim$11.9M-parameter budget, parity outperforms conventional widening by $3.09$ points ($p<10^{-4}$). At W1A1, BiKAN reaches $99.48\\%$, $84.38\\%$, and $55.81\\%$ on MNIST, CIFAR-10, and CIFAR-100, respectively. Post-route Zynq-7020 FPGA results show that the repair remains hardware-efficient; the convolutional design cuts DSP usage from 164 to 72 and estimated compute-core latency from 401 to 54.8 ms, while the power-of-two-aware dense design achieves zero-DSP inference with a 0.03-point accuracy loss. The BiKAN implementation is available at https://github.com/OSU-STARLAB/BiKAN.","url_abs":"https://arxiv.org/abs/2608.01490","url_pdf":"https://arxiv.org/pdf/2608.01490","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":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2608.01490","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.01490"}},"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/OSU-STARLAB/BiKAN","reach":null}],"summary":{"ran":1,"ran_draft_wrong":6,"ran_fixture":2,"ran_honours":4,"unverified":4},"by_repo_kind":{"found_in_text":{"samples":17,"ran":13,"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":17,"samples":[{"code_sha256_prefix":"7f4eb97a07bd4a7b","entry":"RPReLU","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"7f4eb97a07bd4a7b"}},{"code_sha256_prefix":"3c9900f14056ed77","entry":"_binarize_analytic","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"3c9900f14056ed77"}},{"code_sha256_prefix":"6c01b0034940e0c8","entry":"_expand_channels","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"6c01b0034940e0c8"}},{"code_sha256_prefix":"6ffec8980e500762","entry":"_init_group_shifts","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"6ffec8980e500762"}},{"code_sha256_prefix":"52e078530d083290","entry":"binarize_act_approxsign","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"52e078530d083290"}},{"code_sha256_prefix":"c5df4f0497e5b6cb","entry":"binarize_weight_ede","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c5df4f0497e5b6cb"}},{"code_sha256_prefix":"e01c7e07fb06d65d","entry":"build_hadamard_conv_weight","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"e01c7e07fb06d65d"}},{"code_sha256_prefix":"7628412f70bbf60a","entry":"generate_hadamard_matrix","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"7628412f70bbf60a"}},{"code_sha256_prefix":"b34d9f6226b8a318","entry":"make_random_pairings","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"b34d9f6226b8a318"}},{"code_sha256_prefix":"887afdc334f39e8c","entry":"parity_features","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"887afdc334f39e8c"}},{"code_sha256_prefix":"dd48c75d49fbb159","entry":"parity_features_idx","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"dd48c75d49fbb159"}},{"code_sha256_prefix":"6739df92ca52067b","entry":"quantize_act_shifted","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"6739df92ca52067b"}},{"code_sha256_prefix":"1c3932502f516929","entry":"validate_rolls","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"1c3932502f516929"}},{"code_sha256_prefix":"c91c594d0f38decd","entry":"ApproxSignShifted","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c91c594d0f38decd"}},{"code_sha256_prefix":"709b4f83ab52e9ca","entry":"BiRealKANConv2D","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"709b4f83ab52e9ca"}},{"code_sha256_prefix":"fce002c7a9e9d331","entry":"EDEWeightBinarize","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fce002c7a9e9d331"}},{"code_sha256_prefix":"26ae7db3196dc219","entry":"MultiBitActShifted","repo":"OSU-STARLAB/BiKAN","repo_kind":"found_in_text","path":"bkan/layers/bireal.py","file_url":"https://github.com/OSU-STARLAB/BiKAN/blob/HEAD/bkan/layers/bireal.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"26ae7db3196dc219"}}]},"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":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,795 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6795},"entries":[],"not_placed":{"boards":3,"rejected_by_independent_check":0,"refused_by_a_rule":3,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}