{"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/move-unsupervised-movable-object-segmentation","title":"MOVE: Unsupervised Movable Object Segmentation and Detection","arxiv_id":"2210.07920","date":"2022-10-14","proceeding":null,"authors":["Adam Bielski","Paolo Favaro"],"abstract":"We introduce MOVE, a novel method to segment objects without any form of supervision. MOVE exploits the fact that foreground objects can be shifted locally relative to their initial position and result in realistic (undistorted) new images. This property allows us to train a segmentation model on a dataset of images without annotation and to achieve state of the art (SotA) performance on several evaluation datasets for unsupervised salient object detection and segmentation. In unsupervised single object discovery, MOVE gives an average CorLoc improvement of 7.2% over the SotA, and in unsupervised class-agnostic object detection it gives a relative AP improvement of 53% on average. Our approach is built on top of self-supervised features (e.g. from DINO or MAE), an inpainting network (based on the Masked AutoEncoder) and adversarial training.","url_abs":"https://arxiv.org/abs/2210.07920v2","url_pdf":"https://arxiv.org/pdf/2210.07920v2.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":"move-unsupervised-movable-object-segmentation","repo_url":"https://github.com/adambielski/move-seg","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"class-agnostic-object-detection","task_name":"Class-agnostic Object Detection"},{"task_slug":"object","task_name":"Object"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"object-discovery","task_name":"Object Discovery"},{"task_slug":null,"task_name":"Position"},{"task_slug":"salient-object-detection-1","task_name":"Salient Object Detection"},{"task_slug":"segmentation","task_name":"Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"},{"task_slug":"single-object-discovery","task_name":"Single-object discovery"},{"task_slug":"unsupervised-saliency-detection","task_name":"Unsupervised Saliency Detection"},{"task_slug":"object-detection-1","task_name":"object-detection"}],"methods":[{"method_slug":"attention","method_name":"Attention"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"pixel-prediction","method_name":"Inpainting"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"vision-transformer","method_name":"Vision Transformer"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/single-object-discovery-on-coco-20k","task":"Single-object discovery","dataset":"COCO_20k","model":"MOVE + CAD","rank_in_archive_order":2,"of":10,"metrics":{"CorLoc":"71.9"},"uses_additional_data":false},{"leaderboard":"/sota/single-object-discovery-on-coco-20k","task":"Single-object discovery","dataset":"COCO_20k","model":"MOVE","rank_in_archive_order":3,"of":10,"metrics":{"CorLoc":"66.6"},"uses_additional_data":false},{"leaderboard":"/sota/unsupervised-saliency-detection-on-dut-omron","task":"Unsupervised Saliency Detection","dataset":"DUT-OMRON","model":"MOVE","rank_in_archive_order":2,"of":3,"metrics":{"Accuracy":"93.7","IoU":"66.6","maximal F-measure":"76.6"},"uses_additional_data":false},{"leaderboard":"/sota/unsupervised-saliency-detection-on-duts","task":"Unsupervised Saliency Detection","dataset":"DUTS","model":"MOVE","rank_in_archive_order":2,"of":3,"metrics":{"Accuracy":"95.4","IoU":"72.8","maximal F-measure":"82.9"},"uses_additional_data":false},{"leaderboard":"/sota/unsupervised-saliency-detection-on-ecssd","task":"Unsupervised Saliency Detection","dataset":"ECSSD","model":"MOVE","rank_in_archive_order":2,"of":3,"metrics":{"Accuracy":"95.6","IoU":"83.6","maximal F-measure":"92.1"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2210.07920","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2210.07920"}},"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/adambielski/move-seg","reach":null}],"summary":{"ran":1,"ran_violates":1,"ran_fixture":1,"unverified":3},"by_repo_kind":{"official":{"samples":6,"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":6,"samples":[{"code_sha256_prefix":"0722135af9bb0f59","entry":"MAEComposer","repo":"adambielski/move-seg","repo_kind":"official","path":"segmenter.py","file_url":"https://github.com/adambielski/move-seg/blob/HEAD/segmenter.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0722135af9bb0f59"}},{"code_sha256_prefix":"04caeb26969d90bb","entry":"compute_masks","repo":"adambielski/move-seg","repo_kind":"official","path":"segmenter.py","file_url":"https://github.com/adambielski/move-seg/blob/HEAD/segmenter.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"04caeb26969d90bb"}},{"code_sha256_prefix":"8b0381aa50dc096f","entry":"unpatchify","repo":"adambielski/move-seg","repo_kind":"official","path":"segmenter.py","file_url":"https://github.com/adambielski/move-seg/blob/HEAD/segmenter.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8b0381aa50dc096f"}},{"code_sha256_prefix":"a29acc562d4682ac","entry":"shift","repo":"adambielski/move-seg","repo_kind":"official","path":"segmenter.py","file_url":"https://github.com/adambielski/move-seg/blob/HEAD/segmenter.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":"a29acc562d4682ac"}},{"code_sha256_prefix":"a52a8e4c2617df93","entry":"translate_outputs","repo":"adambielski/move-seg","repo_kind":"official","path":"segmenter.py","file_url":"https://github.com/adambielski/move-seg/blob/HEAD/segmenter.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":"a52a8e4c2617df93"}},{"code_sha256_prefix":"b0ca28c88d618ac9","entry":"translation","repo":"adambielski/move-seg","repo_kind":"official","path":"segmenter.py","file_url":"https://github.com/adambielski/move-seg/blob/HEAD/segmenter.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":"b0ca28c88d618ac9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}