{"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/towards-sequence-level-training-for-visual","title":"Towards Sequence-Level Training for Visual Tracking","arxiv_id":"2208.05810","date":"2022-08-11","proceeding":null,"authors":["Minji Kim","Seungkwan Lee","Jungseul Ok","Bohyung Han","Minsu Cho"],"abstract":"Despite the extensive adoption of machine learning on the task of visual object tracking, recent learning-based approaches have largely overlooked the fact that visual tracking is a sequence-level task in its nature; they rely heavily on frame-level training, which inevitably induces inconsistency between training and testing in terms of both data distributions and task objectives. This work introduces a sequence-level training strategy for visual tracking based on reinforcement learning and discusses how a sequence-level design of data sampling, learning objectives, and data augmentation can improve the accuracy and robustness of tracking algorithms. Our experiments on standard benchmarks including LaSOT, TrackingNet, and GOT-10k demonstrate that four representative tracking models, SiamRPN++, SiamAttn, TransT, and TrDiMP, consistently improve by incorporating the proposed methods in training without modifying architectures.","url_abs":"https://arxiv.org/abs/2208.05810v3","url_pdf":"https://arxiv.org/pdf/2208.05810v3.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":"towards-sequence-level-training-for-visual","repo_url":"https://github.com/byminji/SLTtrack","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"towards-sequence-level-training-for-visual","repo_url":"https://github.com/wangxiao5791509/Tracking-with-Deep-Reinforcement-Learning","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}}],"tasks":[{"task_slug":"data-augmentation","task_name":"Data Augmentation"},{"task_slug":"object-tracking","task_name":"Object Tracking"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"},{"task_slug":"video-object-tracking","task_name":"Video Object Tracking"},{"task_slug":"visual-object-tracking","task_name":"Visual Object Tracking"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/video-object-tracking-on-nv-vot211","task":"Video Object Tracking","dataset":"NT-VOT211","model":"SLT-TransT","rank_in_archive_order":11,"of":43,"metrics":{"AUC":"37.22","Precision":"51.70"},"uses_additional_data":false},{"leaderboard":"/sota/visual-object-tracking-on-got-10k","task":"Visual Object Tracking","dataset":"GOT-10k","model":"SLT-TransT","rank_in_archive_order":31,"of":42,"metrics":{"Average Overlap":"67.5","Success Rate 0.5":"76.8","Success Rate 0.75":"60.3"},"uses_additional_data":false},{"leaderboard":"/sota/visual-object-tracking-on-lasot","task":"Visual Object Tracking","dataset":"LaSOT","model":"SLT-TransT","rank_in_archive_order":36,"of":46,"metrics":{"AUC":"66.8","Normalized Precision":"75.5"},"uses_additional_data":false},{"leaderboard":"/sota/visual-object-tracking-on-trackingnet","task":"Visual Object Tracking","dataset":"TrackingNet","model":"SLT-TransT","rank_in_archive_order":25,"of":40,"metrics":{"Accuracy":"82.8","Normalized Precision":"87.5","Precision":"81.4"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2208.05810","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2208.05810"}},"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/byminji/SLTtrack","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/wangxiao5791509/Tracking-with-Deep-Reinforcement-Learning","reach":{"status":"ok"}}],"summary":{"ran":3,"unverified":2},"by_repo_kind":{"official":{"samples":5,"ran":3,"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":5,"samples":[{"code_sha256_prefix":"06ad30a435b0a300","entry":"AverageMeter","repo":"byminji/SLTtrack","repo_kind":"official","path":"ltr/trainers/slt_transt_trainer.py","file_url":"https://github.com/byminji/SLTtrack/blob/HEAD/ltr/trainers/slt_transt_trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"06ad30a435b0a300"}},{"code_sha256_prefix":"b1a9819a687a220f","entry":"BaseTrainer","repo":"byminji/SLTtrack","repo_kind":"official","path":"ltr/trainers/slt_transt_trainer.py","file_url":"https://github.com/byminji/SLTtrack/blob/HEAD/ltr/trainers/slt_transt_trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"b1a9819a687a220f"}},{"code_sha256_prefix":"23cc60d1ea522fc3","entry":"StatValue","repo":"byminji/SLTtrack","repo_kind":"official","path":"ltr/trainers/slt_transt_trainer.py","file_url":"https://github.com/byminji/SLTtrack/blob/HEAD/ltr/trainers/slt_transt_trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"23cc60d1ea522fc3"}},{"code_sha256_prefix":"554a6dcd2219073b","entry":"SLTTransTTrainer","repo":"byminji/SLTtrack","repo_kind":"official","path":"ltr/trainers/slt_transt_trainer.py","file_url":"https://github.com/byminji/SLTtrack/blob/HEAD/ltr/trainers/slt_transt_trainer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"554a6dcd2219073b"}},{"code_sha256_prefix":"a634b2ad3f5760ab","entry":"TensorboardWriter","repo":"byminji/SLTtrack","repo_kind":"official","path":"ltr/trainers/slt_transt_trainer.py","file_url":"https://github.com/byminji/SLTtrack/blob/HEAD/ltr/trainers/slt_transt_trainer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"a634b2ad3f5760ab"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}