{"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-2603-00153","title":"Pulse-Driven Neural Architecture: Learnable Oscillatory Dynamics for Robust Continuous-Time Sequence Processing","arxiv_id":"2603.00153","date":"2026-02-25","proceeding":null,"authors":["Paras Sharma"],"abstract":"We introduce PDNA (Pulse-Driven Neural Architecture), a method for augmenting continuous-time recurrent networks with learnable oscillatory dynamics that maintain internal state evolution independently of external input. Built on Closed-form Continuous-time (CfC) networks, PDNA adds two components: (1) a pulse module that generates structured oscillations $A \\cdot \\sin(ωt + \\varphi(h))$ with learnable frequencies and state-dependent phase, and (2) a self-attend module that applies recurrent self-attention to the hidden state. Through a controlled ablation study on sequential MNIST (sMNIST) with five random seeds, we evaluate gap robustness -- the ability to maintain performance when portions of the input sequence are removed at test time. Our key finding is that structured oscillatory dynamics significantly improve robustness to input interruptions: the self-attend variant achieves a statistically significant 2.78 percentage point multi-gap advantage over baseline ($p = 0.041$), while the pulse variant shows a 4.62 pp advantage with large effect size (Cohen's $d = 0.87$). A noise control (random perturbation of equal magnitude) provides no benefit, confirming that the advantage is structural rather than merely dynamic. These results provide evidence that continuous-time models can benefit from biologically-inspired internal oscillatory mechanisms for temporal robustness.","url_abs":"https://arxiv.org/abs/2603.00153","url_pdf":"https://arxiv.org/pdf/2603.00153","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":"https://syntology.ai/paper/2603.00153","atlas_url":"https://app.syntology.ai/?focus=2603.00153","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.00153"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Parassharmaa/pdna","reach":null}],"summary":{"unverified":7},"by_repo_kind":{"found_in_text":{"samples":7,"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":7,"samples":[{"code_sha256_prefix":"81649647ef19f2b5","entry":"compute_ablation_table","repo":"Parassharmaa/pdna","repo_kind":"found_in_text","path":"src/pdna/analysis/results.py","file_url":"https://github.com/Parassharmaa/pdna/blob/HEAD/src/pdna/analysis/results.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":"81649647ef19f2b5"}},{"code_sha256_prefix":"b81812b815823d5e","entry":"compute_degradation_table","repo":"Parassharmaa/pdna","repo_kind":"found_in_text","path":"src/pdna/analysis/results.py","file_url":"https://github.com/Parassharmaa/pdna/blob/HEAD/src/pdna/analysis/results.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":"b81812b815823d5e"}},{"code_sha256_prefix":"c0989ee4eab81695","entry":"load_all_results","repo":"Parassharmaa/pdna","repo_kind":"found_in_text","path":"src/pdna/analysis/results.py","file_url":"https://github.com/Parassharmaa/pdna/blob/HEAD/src/pdna/analysis/results.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":"c0989ee4eab81695"}},{"code_sha256_prefix":"acbff6ba20d01030","entry":"load_config","repo":"Parassharmaa/pdna","repo_kind":"found_in_text","path":"src/pdna/training/config.py","file_url":"https://github.com/Parassharmaa/pdna/blob/HEAD/src/pdna/training/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":"acbff6ba20d01030"}},{"code_sha256_prefix":"05c22ade175b5060","entry":"plot_ablation_heatmap","repo":"Parassharmaa/pdna","repo_kind":"found_in_text","path":"src/pdna/analysis/visualize.py","file_url":"https://github.com/Parassharmaa/pdna/blob/HEAD/src/pdna/analysis/visualize.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":"05c22ade175b5060"}},{"code_sha256_prefix":"5ebf8ca5da1e30d0","entry":"plot_degradation_curves","repo":"Parassharmaa/pdna","repo_kind":"found_in_text","path":"src/pdna/analysis/visualize.py","file_url":"https://github.com/Parassharmaa/pdna/blob/HEAD/src/pdna/analysis/visualize.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":"5ebf8ca5da1e30d0"}},{"code_sha256_prefix":"4365a06d22b5b6e1","entry":"plot_training_curves","repo":"Parassharmaa/pdna","repo_kind":"found_in_text","path":"src/pdna/analysis/visualize.py","file_url":"https://github.com/Parassharmaa/pdna/blob/HEAD/src/pdna/analysis/visualize.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":"4365a06d22b5b6e1"}}]},"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}