{"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/openess-event-based-semantic-scene","title":"OpenESS: Event-based Semantic Scene Understanding with Open Vocabularies","arxiv_id":"2405.05259","date":"2024-05-08","proceeding":"CVPR 2024 1","authors":["Lingdong Kong","Youquan Liu","Lai Xing Ng","Benoit R. Cottereau","Wei Tsang Ooi"],"abstract":"Event-based semantic segmentation (ESS) is a fundamental yet challenging task for event camera sensing. The difficulties in interpreting and annotating event data limit its scalability. While domain adaptation from images to event data can help to mitigate this issue, there exist data representational differences that require additional effort to resolve. In this work, for the first time, we synergize information from image, text, and event-data domains and introduce OpenESS to enable scalable ESS in an open-world, annotation-efficient manner. We achieve this goal by transferring the semantically rich CLIP knowledge from image-text pairs to event streams. To pursue better cross-modality adaptation, we propose a frame-to-event contrastive distillation and a text-to-event semantic consistency regularization. Experimental results on popular ESS benchmarks showed our approach outperforms existing methods. Notably, we achieve 53.93% and 43.31% mIoU on DDD17 and DSEC-Semantic without using either event or frame labels.","url_abs":"https://arxiv.org/abs/2405.05259v1","url_pdf":"https://arxiv.org/pdf/2405.05259v1.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":"openess-event-based-semantic-scene","repo_url":"https://github.com/ldkong1205/openess","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok"}}],"tasks":[{"task_slug":"domain-adaptation","task_name":"Domain Adaptation"},{"task_slug":"scene-understanding","task_name":"Scene Understanding"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[{"method_slug":"clip","method_name":"CLIP"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2405.05259","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2405.05259"}},"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/ldkong1205/openess","reach":{"status":"ok"}}],"summary":{"ran_draft_wrong":2,"ran":5,"unverified":2},"by_repo_kind":{"official":{"samples":9,"ran":7,"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":9,"samples":[{"code_sha256_prefix":"d9def42110729a85","entry":"conv1x1","repo":"ldkong1205/openess","repo_kind":"official","path":"models/_resnet.py","file_url":"https://github.com/ldkong1205/openess/blob/HEAD/models/_resnet.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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d9def42110729a85"}},{"code_sha256_prefix":"160bb14bd76201b4","entry":"conv3x3","repo":"ldkong1205/openess","repo_kind":"official","path":"models/_resnet.py","file_url":"https://github.com/ldkong1205/openess/blob/HEAD/models/_resnet.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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"160bb14bd76201b4"}},{"code_sha256_prefix":"c6acd3e400fc2676","entry":"get_n_params","repo":"ldkong1205/openess","repo_kind":"official","path":"training/openess_trainer.py","file_url":"https://github.com/ldkong1205/openess/blob/HEAD/training/openess_trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c6acd3e400fc2676"}},{"code_sha256_prefix":"aff9e09191111656","entry":"load_checkpoint1","repo":"ldkong1205/openess","repo_kind":"official","path":"models/maskclip_model.py","file_url":"https://github.com/ldkong1205/openess/blob/HEAD/models/maskclip_model.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"aff9e09191111656"}},{"code_sha256_prefix":"61ad15ec41cc9c81","entry":"make_one_hot","repo":"ldkong1205/openess","repo_kind":"official","path":"utils/loss_functions.py","file_url":"https://github.com/ldkong1205/openess/blob/HEAD/utils/loss_functions.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"61ad15ec41cc9c81"}},{"code_sha256_prefix":"5bda6a969c7265d7","entry":"skip_concat","repo":"ldkong1205/openess","repo_kind":"official","path":"models/style_networks.py","file_url":"https://github.com/ldkong1205/openess/blob/HEAD/models/style_networks.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5bda6a969c7265d7"}},{"code_sha256_prefix":"056b28b18e71e123","entry":"skip_sum","repo":"ldkong1205/openess","repo_kind":"official","path":"models/style_networks.py","file_url":"https://github.com/ldkong1205/openess/blob/HEAD/models/style_networks.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"056b28b18e71e123"}},{"code_sha256_prefix":"6788c0c08ce724da","entry":"adapt_weights","repo":"ldkong1205/openess","repo_kind":"official","path":"models/image_model.py","file_url":"https://github.com/ldkong1205/openess/blob/HEAD/models/image_model.py","link_basis":"harvester_set","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":"6788c0c08ce724da"}},{"code_sha256_prefix":"c6fbc19b7f8757be","entry":"resnet18","repo":"ldkong1205/openess","repo_kind":"official","path":"models/_resnet.py","file_url":"https://github.com/ldkong1205/openess/blob/HEAD/models/_resnet.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":"c6fbc19b7f8757be"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}