{"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/ranet-ranking-attention-network-for-fast","title":"RANet: Ranking Attention Network for Fast Video Object Segmentation","arxiv_id":"1908.06647","date":"2019-08-19","proceeding":"ICCV 2019 10","authors":["Ziqin Wang","Jun Xu","Li Liu","Fan Zhu","Ling Shao"],"abstract":"Despite online learning (OL) techniques have boosted the performance of semi-supervised video object segmentation (VOS) methods, the huge time costs of OL greatly restrict their practicality. Matching based and propagation based methods run at a faster speed by avoiding OL techniques. However, they are limited by sub-optimal accuracy, due to mismatching and drifting problems. In this paper, we develop a real-time yet very accurate Ranking Attention Network (RANet) for VOS. Specifically, to integrate the insights of matching based and propagation based methods, we employ an encoder-decoder framework to learn pixel-level similarity and segmentation in an end-to-end manner. To better utilize the similarity maps, we propose a novel ranking attention module, which automatically ranks and selects these maps for fine-grained VOS performance. Experiments on DAVIS-16 and DAVIS-17 datasets show that our RANet achieves the best speed-accuracy trade-off, e.g., with 33 milliseconds per frame and J&F=85.5% on DAVIS-16. With OL, our RANet reaches J&F=87.1% on DAVIS-16, exceeding state-of-the-art VOS methods. The code can be found at https://github.com/Storife/RANet.","url_abs":"https://arxiv.org/abs/1908.06647v4","url_pdf":"https://arxiv.org/pdf/1908.06647v4.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":"ranet-ranking-attention-network-for-fast","repo_url":"https://github.com/Storife/RANet","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"ranet-ranking-attention-network-for-fast","repo_url":"https://github.com/v1viswan/RANet_modifications","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"decoder","task_name":"Decoder"},{"task_slug":"object","task_name":"Object"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"},{"task_slug":"semi-supervised-video-object-segmentation","task_name":"Semi-Supervised Video Object Segmentation"},{"task_slug":"video-object-segmentation","task_name":"Video Object Segmentation"},{"task_slug":"video-semantic-segmentation","task_name":"Video Semantic Segmentation"}],"methods":[{"method_slug":"speed","method_name":"SPEED"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/semi-supervised-video-object-segmentation-on-20","task":"Semi-Supervised Video Object Segmentation","dataset":"DAVIS (no YouTube-VOS training)","model":"RANet","rank_in_archive_order":24,"of":26,"metrics":{"D16 val (F)":"85.4","D16 val (G)":"85.5","D16 val (J)":"85.5","D17 test (F)":"57.2","D17 test (G)":"55.3","D17 test (J)":"53.4","D17 val (F)":"68.2","D17 val (G)":"65.7","D17 val (J)":"63.2","FPS":"30.3"},"uses_additional_data":false},{"leaderboard":"/sota/visual-object-tracking-on-davis-2016","task":"Semi-Supervised Video Object Segmentation","dataset":"DAVIS 2016","model":"RANet+ (online learning)","rank_in_archive_order":43,"of":78,"metrics":{"F-measure (Decay)":"8.2","F-measure (Mean)":"87.6","F-measure (Recall)":"96.1","J&F":"87.1","Jaccard (Decay)":"7.4","Jaccard (Mean)":"86.6","Jaccard (Recall)":"97"},"uses_additional_data":false},{"leaderboard":"/sota/visual-object-tracking-on-davis-2016","task":"Semi-Supervised Video Object Segmentation","dataset":"DAVIS 2016","model":"RANet","rank_in_archive_order":51,"of":78,"metrics":{"F-measure (Decay)":"5.1","F-measure (Mean)":"85.4","F-measure (Recall)":"94.9","J&F":"85.45","Jaccard (Decay)":"6.2","Jaccard (Mean)":"85.5","Jaccard (Recall)":"97.2"},"uses_additional_data":false},{"leaderboard":"/sota/semi-supervised-video-object-segmentation-on-1","task":"Semi-Supervised Video Object Segmentation","dataset":"DAVIS 2017 (test-dev)","model":"RANet","rank_in_archive_order":49,"of":59,"metrics":{"F-measure (Decay)":"22.1","F-measure (Mean)":"57.3","F-measure (Recall)":"67.7","J&F":"55.4","Jaccard (Decay)":"21.9","Jaccard (Mean)":"53.4","Jaccard (Recall)":"61.9"},"uses_additional_data":false},{"leaderboard":"/sota/visual-object-tracking-on-davis-2017","task":"Semi-Supervised Video Object Segmentation","dataset":"DAVIS 2017 (val)","model":"RANet","rank_in_archive_order":66,"of":81,"metrics":{"F-measure (Decay)":"19.7","F-measure (Mean)":"68.2","F-measure (Recall)":"78.8","J&F":"65.7","Jaccard (Decay)":"18.6","Jaccard (Mean)":"63.2","Jaccard (Recall)":"73.7"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/1908.06647","atlas_url":"https://app.syntology.ai/?focus=1908.06647","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1908.06647"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Storife/RANet","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/v1viswan/RANet_modifications","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_draft_wrong":1,"ran":3,"unverified":8},"by_repo_kind":{"official":{"samples":9,"ran":1,"repositories":1},"listed":{"samples":3,"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":0,"samples":[{"code_sha256_prefix":"fac5364e2f53c6db","entry":"conv3x3","repo":"Storife/RANet","repo_kind":"official","path":"codes/RANet_lib/RANet_resnet_ins.py","file_url":"https://github.com/Storife/RANet/blob/HEAD/codes/RANet_lib/RANet_resnet_ins.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fac5364e2f53c6db"}},{"code_sha256_prefix":"25478e593024c8f9","entry":"make_layer2","repo":"v1viswan/RANet_modifications","repo_kind":"listed","path":"codes/RANet_model.py","file_url":"https://github.com/v1viswan/RANet_modifications/blob/HEAD/codes/RANet_model.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"25478e593024c8f9"}},{"code_sha256_prefix":"2b58e4965c15d608","entry":"msk2bbox","repo":"v1viswan/RANet_modifications","repo_kind":"listed","path":"codes/RANet_lib/RANet_lib.py","file_url":"https://github.com/v1viswan/RANet_modifications/blob/HEAD/codes/RANet_lib/RANet_lib.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2b58e4965c15d608"}},{"code_sha256_prefix":"ce75ee8116383c03","entry":"nms_excitation","repo":"v1viswan/RANet_modifications","repo_kind":"listed","path":"codes/RANet_model.py","file_url":"https://github.com/v1viswan/RANet_modifications/blob/HEAD/codes/RANet_model.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ce75ee8116383c03"}},{"code_sha256_prefix":"17c2725831c1b925","entry":"Data_combinePicNameList","repo":"Storife/RANet","repo_kind":"official","path":"codes/RANet_lib/RANet_DATA_loader.py","file_url":"https://github.com/Storife/RANet/blob/HEAD/codes/RANet_lib/RANet_DATA_loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"17c2725831c1b925"}},{"code_sha256_prefix":"2d6d8d058d6ee1cf","entry":"bbox_crop","repo":"Storife/RANet","repo_kind":"official","path":"codes/RANet_lib/RANet_lib.py","file_url":"https://github.com/Storife/RANet/blob/HEAD/codes/RANet_lib/RANet_lib.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2d6d8d058d6ee1cf"}},{"code_sha256_prefix":"21179515d0388b55","entry":"checkpoint_load","repo":"Storife/RANet","repo_kind":"official","path":"codes/RANet_lib/RANet_lib.py","file_url":"https://github.com/Storife/RANet/blob/HEAD/codes/RANet_lib/RANet_lib.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"21179515d0388b55"}},{"code_sha256_prefix":"0d10f19c6657d0e0","entry":"get_imagenet_model","repo":"Storife/RANet","repo_kind":"official","path":"codes/RANet_lib/RANet_Model_imagenet.py","file_url":"https://github.com/Storife/RANet/blob/HEAD/codes/RANet_lib/RANet_Model_imagenet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0d10f19c6657d0e0"}},{"code_sha256_prefix":"1f5fe5bccb134719","entry":"get_imagenet_model","repo":"Storife/RANet","repo_kind":"official","path":"codes/RANet_lib/Resnet_ins101.py","file_url":"https://github.com/Storife/RANet/blob/HEAD/codes/RANet_lib/Resnet_ins101.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1f5fe5bccb134719"}},{"code_sha256_prefix":"ba18985adbbee7fd","entry":"make_layer2","repo":"Storife/RANet","repo_kind":"official","path":"codes/RANet_model.py","file_url":"https://github.com/Storife/RANet/blob/HEAD/codes/RANet_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ba18985adbbee7fd"}},{"code_sha256_prefix":"a3591e754555960f","entry":"msk2bbox","repo":"Storife/RANet","repo_kind":"official","path":"codes/RANet_lib/RANet_lib.py","file_url":"https://github.com/Storife/RANet/blob/HEAD/codes/RANet_lib/RANet_lib.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a3591e754555960f"}},{"code_sha256_prefix":"ae58bcdbb1c048c0","entry":"resnet_ins101","repo":"Storife/RANet","repo_kind":"official","path":"codes/RANet_lib/RANet_resnet_ins.py","file_url":"https://github.com/Storife/RANet/blob/HEAD/codes/RANet_lib/RANet_resnet_ins.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ae58bcdbb1c048c0"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}