{"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/a-simple-and-powerful-global-optimization-for","title":"A Simple and Powerful Global Optimization for Unsupervised Video Object Segmentation","arxiv_id":"2209.09341","date":"2022-09-19","proceeding":null,"authors":["Georgy Ponimatkin","Nermin Samet","Yang Xiao","Yuming Du","Renaud Marlet","Vincent Lepetit"],"abstract":"We propose a simple, yet powerful approach for unsupervised object segmentation in videos. We introduce an objective function whose minimum represents the mask of the main salient object over the input sequence. It only relies on independent image features and optical flows, which can be obtained using off-the-shelf self-supervised methods. It scales with the length of the sequence with no need for superpixels or sparsification, and it generalizes to different datasets without any specific training. This objective function can actually be derived from a form of spectral clustering applied to the entire video. Our method achieves on-par performance with the state of the art on standard benchmarks (DAVIS2016, SegTrack-v2, FBMS59), while being conceptually and practically much simpler. Code is available at https://ponimatkin.github.io/ssl-vos.","url_abs":"https://arxiv.org/abs/2209.09341v2","url_pdf":"https://arxiv.org/pdf/2209.09341v2.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":"a-simple-and-powerful-global-optimization-for","repo_url":"https://github.com/ponimatkin/ssl-vos","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"clustering","task_name":"Clustering"},{"task_slug":"object","task_name":"Object"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"},{"task_slug":"superpixels","task_name":"Superpixels"},{"task_slug":"unsupervised-object-segmentation","task_name":"Unsupervised Object Segmentation"},{"task_slug":"unsupervised-video-object-segmentation","task_name":"Unsupervised Video Object Segmentation"},{"task_slug":"video-object-segmentation","task_name":"Video Object Segmentation"},{"task_slug":"video-semantic-segmentation","task_name":"Video Semantic Segmentation"},{"task_slug":"global-optimization","task_name":"global-optimization"}],"methods":[{"method_slug":"spectral-clustering","method_name":"Spectral Clustering"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/unsupervised-video-object-segmentation-on-3","task":"Unsupervised Video Object Segmentation","dataset":"SegTrack v2","model":"SSL-VOS","rank_in_archive_order":4,"of":4,"metrics":{"Jaccard (Mean)":"74.9"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2209.09341","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2209.09341"}},"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/ponimatkin/ssl-vos","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":2,"ran_honours":1,"ran_fixture":1,"unverified":6},"by_repo_kind":{"official":{"samples":10,"ran":4,"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":"c19231378e41dc5a","entry":"bool_flag","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"dino_utils.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/dino_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c19231378e41dc5a"}},{"code_sha256_prefix":"2b5489053b222e00","entry":"clip_gradients","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"dino_utils.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/dino_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2b5489053b222e00"}},{"code_sha256_prefix":"361a6b24f11fc50a","entry":"cosine_scheduler","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"dino_utils.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/dino_utils.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"361a6b24f11fc50a"}},{"code_sha256_prefix":"55120f2026b56aa2","entry":"drop_path","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"vision_transformer.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/vision_transformer.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"55120f2026b56aa2"}},{"code_sha256_prefix":"fc9d42ea6d820409","entry":"calculate_binary_flow_weights","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"generate_flow_arflow.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/generate_flow_arflow.py","link_basis":"harvester_set","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":"fc9d42ea6d820409"}},{"code_sha256_prefix":"d56dcdf6ec2bc4c8","entry":"dot_constraint","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"global_optimization.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/global_optimization.py","link_basis":"harvester_set","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":"d56dcdf6ec2bc4c8"}},{"code_sha256_prefix":"4726d610c9d00a1d","entry":"dot_loss","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"global_optimization.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/global_optimization.py","link_basis":"harvester_set","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":"4726d610c9d00a1d"}},{"code_sha256_prefix":"e51dba2659ab8684","entry":"get_features","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"extract_dino_features.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/extract_dino_features.py","link_basis":"harvester_set","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":"e51dba2659ab8684"}},{"code_sha256_prefix":"119d8e90bff2f749","entry":"load_image","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"generate_flow_raft.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/generate_flow_raft.py","link_basis":"harvester_set","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":"119d8e90bff2f749"}},{"code_sha256_prefix":"305d5eb2b9f4d94e","entry":"unit_constraint","repo":"ponimatkin/ssl-vos","repo_kind":"official","path":"global_optimization.py","file_url":"https://github.com/ponimatkin/ssl-vos/blob/HEAD/global_optimization.py","link_basis":"harvester_set","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":"305d5eb2b9f4d94e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}