{"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-10911","title":"Tuning the burn-in phase in training recurrent neural networks improves their performance","arxiv_id":"2602.10911","date":"2026-02-11","proceeding":null,"authors":["Julian D. Schiller","Malte Heinrich","Victor G. Lopez","Matthias A. Müller"],"abstract":"Training recurrent neural networks (RNNs) with standard backpropagation through time (BPTT) can be challenging, especially in the presence of long input sequences. A practical alternative to reduce computational and memory overhead is to perform BPTT repeatedly over shorter segments of the training data set, corresponding to truncated BPTT. In this paper, we examine the training of RNNs when using such a truncated learning approach for time series tasks. Specifically, we establish theoretical bounds on the accuracy and performance loss when optimizing over subsequences instead of the full data sequence. This reveals that the burn-in phase of the RNN is an important tuning knob in its training, with significant impact on the performance guarantees. We validate our theoretical results through experiments on standard benchmarks from the fields of system identification and time series forecasting. In all experiments, we observe a strong influence of the burn-in phase on the training process, and proper tuning can lead to a reduction of the prediction error on the training and test data of more than 60% in some cases.","url_abs":"https://arxiv.org/abs/2602.10911","url_pdf":"https://arxiv.org/pdf/2602.10911","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.10911","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.10911"}},"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/jdschille/rnn-training","reach":null}],"summary":{"unverified":8},"by_repo_kind":{"found_in_text":{"samples":8,"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":0,"samples":[{"code_sha256_prefix":"6972b1409b230e0a","entry":"create_bound","repo":"jdschille/rnn-training","repo_kind":"found_in_text","path":"02_public_datasets/code/check_mdl_TSF.py","file_url":"https://github.com/jdschille/rnn-training/blob/HEAD/02_public_datasets/code/check_mdl_TSF.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6972b1409b230e0a"}},{"code_sha256_prefix":"5393540beba283bb","entry":"create_seq2seq_mapping","repo":"jdschille/rnn-training","repo_kind":"found_in_text","path":"02_public_datasets/code/TSF_functions.py","file_url":"https://github.com/jdschille/rnn-training/blob/HEAD/02_public_datasets/code/TSF_functions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5393540beba283bb"}},{"code_sha256_prefix":"9490846531c3f8f5","entry":"create_sequences","repo":"jdschille/rnn-training","repo_kind":"found_in_text","path":"02_public_datasets/code/check_mdl_TSF.py","file_url":"https://github.com/jdschille/rnn-training/blob/HEAD/02_public_datasets/code/check_mdl_TSF.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9490846531c3f8f5"}},{"code_sha256_prefix":"f8c935dffb57df0a","entry":"create_sequences_io_many_to_many_shift_by_length_mapping","repo":"jdschille/rnn-training","repo_kind":"found_in_text","path":"02_public_datasets/code/SYSID_functions.py","file_url":"https://github.com/jdschille/rnn-training/blob/HEAD/02_public_datasets/code/SYSID_functions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f8c935dffb57df0a"}},{"code_sha256_prefix":"749c6902a08b3c7e","entry":"create_sequences_io_many_to_many_shift_by_one_mapping","repo":"jdschille/rnn-training","repo_kind":"found_in_text","path":"02_public_datasets/code/SYSID_functions.py","file_url":"https://github.com/jdschille/rnn-training/blob/HEAD/02_public_datasets/code/SYSID_functions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"749c6902a08b3c7e"}},{"code_sha256_prefix":"1fc39074f3ff0e1d","entry":"create_sequences_io_many_to_one_mapping","repo":"jdschille/rnn-training","repo_kind":"found_in_text","path":"02_public_datasets/code/SYSID_functions.py","file_url":"https://github.com/jdschille/rnn-training/blob/HEAD/02_public_datasets/code/SYSID_functions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1fc39074f3ff0e1d"}},{"code_sha256_prefix":"410e86672fc0a99b","entry":"create_val_data","repo":"jdschille/rnn-training","repo_kind":"found_in_text","path":"02_public_datasets/code/TSF_functions.py","file_url":"https://github.com/jdschille/rnn-training/blob/HEAD/02_public_datasets/code/TSF_functions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"410e86672fc0a99b"}},{"code_sha256_prefix":"fe4cf68d59a9f77e","entry":"get_data_length","repo":"jdschille/rnn-training","repo_kind":"found_in_text","path":"02_public_datasets/code/TSF_functions.py","file_url":"https://github.com/jdschille/rnn-training/blob/HEAD/02_public_datasets/code/TSF_functions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fe4cf68d59a9f77e"}}]},"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}