{"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/frequency-aware-event-cloud-network","title":"Frequency-aware Event Cloud Network","arxiv_id":"2412.20803","date":"2024-12-30","proceeding":null,"authors":["Hongwei Ren","Fei Ma","Xiaopeng Lin","Yuetong Fang","Hongxiang Huang","Yulong Huang","Yue Zhou","Haotian Fu","ZiYi Yang","Fei Richard Yu","Bojun Cheng"],"abstract":"Event cameras are biologically inspired sensors that emit events asynchronously with remarkable temporal resolution, garnering significant attention from both industry and academia. Mainstream methods favor frame and voxel representations, which reach a satisfactory performance while introducing time-consuming transformation, bulky models, and sacrificing fine-grained temporal information. Alternatively, Point Cloud representation demonstrates promise in addressing the mentioned weaknesses, but it ignores the polarity information, and its models have limited proficiency in abstracting long-term events' features. In this paper, we propose a frequency-aware network named FECNet that leverages Event Cloud representations. FECNet fully utilizes 2S-1T-1P Event Cloud by innovating the event-based Group and Sampling module. To accommodate the long sequence events from Event Cloud, FECNet embraces feature extraction in the frequency domain via the Fourier transform. This approach substantially extinguishes the explosion of Multiply Accumulate Operations (MACs) while effectively abstracting spatial-temporal features. We conducted extensive experiments on event-based object classification, action recognition, and human pose estimation tasks, and the results substantiate the effectiveness and efficiency of FECNet.","url_abs":"https://arxiv.org/abs/2412.20803v1","url_pdf":"https://arxiv.org/pdf/2412.20803v1.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":[],"tasks":[{"task_slug":"action-recognition-in-videos","task_name":"Action Recognition"},{"task_slug":"pose-estimation","task_name":"Pose Estimation"}],"methods":[{"method_slug":"attention","method_name":"Attention"},{"method_slug":"softmax","method_name":"Softmax"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2412.20803","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2412.20803"}},"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":"deterministic:regex_extraction","url":"https://github.com/rhwxmx/SECNet_ICML","reach":null}],"summary":{"ran":4,"ran_fixture":1,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":7,"ran":5,"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":7,"samples":[{"code_sha256_prefix":"c9ee9d4e2695ce82","entry":"Attention","repo":"rhwxmx/SECNet_ICML","repo_kind":"found_in_text","path":"models/FECNet.py","file_url":"https://github.com/rhwxmx/SECNet_ICML/blob/HEAD/models/FECNet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c9ee9d4e2695ce82"}},{"code_sha256_prefix":"123cd774d730e1db","entry":"Linear1Layer","repo":"rhwxmx/SECNet_ICML","repo_kind":"found_in_text","path":"models/FECNet.py","file_url":"https://github.com/rhwxmx/SECNet_ICML/blob/HEAD/models/FECNet.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":"123cd774d730e1db"}},{"code_sha256_prefix":"f3dce59f4ccd1323","entry":"Linear2Layer","repo":"rhwxmx/SECNet_ICML","repo_kind":"found_in_text","path":"models/FECNet.py","file_url":"https://github.com/rhwxmx/SECNet_ICML/blob/HEAD/models/FECNet.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":"f3dce59f4ccd1323"}},{"code_sha256_prefix":"2274c6a2c200ccef","entry":"fftlayer","repo":"rhwxmx/SECNet_ICML","repo_kind":"found_in_text","path":"models/FECNet.py","file_url":"https://github.com/rhwxmx/SECNet_ICML/blob/HEAD/models/FECNet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2274c6a2c200ccef"}},{"code_sha256_prefix":"600fa1c1535a4204","entry":"furthest_point_sample","repo":"rhwxmx/SECNet_ICML","repo_kind":"found_in_text","path":"models/FECNet.py","file_url":"https://github.com/rhwxmx/SECNet_ICML/blob/HEAD/models/FECNet.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"600fa1c1535a4204"}},{"code_sha256_prefix":"64419dcbfd02fe74","entry":"FECNet","repo":"rhwxmx/SECNet_ICML","repo_kind":"found_in_text","path":"models/FECNet.py","file_url":"https://github.com/rhwxmx/SECNet_ICML/blob/HEAD/models/FECNet.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":"64419dcbfd02fe74"}},{"code_sha256_prefix":"1735adc235c21fd1","entry":"LocalGrouper","repo":"rhwxmx/SECNet_ICML","repo_kind":"found_in_text","path":"models/FECNet.py","file_url":"https://github.com/rhwxmx/SECNet_ICML/blob/HEAD/models/FECNet.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":"1735adc235c21fd1"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}