{"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/transferable-interactiveness-prior-for-human","title":"Transferable Interactiveness Knowledge for Human-Object Interaction Detection","arxiv_id":"1811.08264","date":"2018-11-20","proceeding":"CVPR 2019 6","authors":["Yong-Lu Li","Siyuan Zhou","Xijie Huang","Liang Xu","Ze Ma","Hao-Shu Fang","Yan-Feng Wang","Cewu Lu"],"abstract":"Human-Object Interaction (HOI) Detection is an important problem to understand how humans interact with objects. In this paper, we explore Interactiveness Knowledge which indicates whether human and object interact with each other or not. We found that interactiveness knowledge can be learned across HOI datasets, regardless of HOI category settings. Our core idea is to exploit an Interactiveness Network to learn the general interactiveness knowledge from multiple HOI datasets and perform Non-Interaction Suppression before HOI classification in inference. On account of the generalization of interactiveness, interactiveness network is a transferable knowledge learner and can be cooperated with any HOI detection models to achieve desirable results. We extensively evaluate the proposed method on HICO-DET and V-COCO datasets. Our framework outperforms state-of-the-art HOI detection results by a great margin, verifying its efficacy and flexibility. Code is available at https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network.","url_abs":"https://arxiv.org/abs/1811.08264v4","url_pdf":"https://arxiv.org/pdf/1811.08264v4.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":"transferable-interactiveness-prior-for-human","repo_url":"https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"transferable-interactiveness-prior-for-human","repo_url":"https://github.com/Imposingapple/Transferable_Interactiveness_Network_with_Partpair","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"transferable-interactiveness-prior-for-human","repo_url":"https://github.com/zhihou7/FCL","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}}],"tasks":[{"task_slug":"human-object-interaction-detection","task_name":"Human-Object Interaction Detection"},{"task_slug":"object","task_name":"Object"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/human-object-interaction-detection-on-hico","task":"Human-Object Interaction Detection","dataset":"HICO-DET","model":"TIN (Interactiveness)","rank_in_archive_order":51,"of":55,"metrics":{"Time Per Frame (ms)":"512","mAP":"17.54"},"uses_additional_data":false},{"leaderboard":"/sota/human-object-interaction-detection-on-hico","task":"Human-Object Interaction Detection","dataset":"HICO-DET","model":"TIN (CVPR)","rank_in_archive_order":52,"of":55,"metrics":{"mAP":"17.22"},"uses_additional_data":false},{"leaderboard":"/sota/human-object-interaction-detection-on-v-coco","task":"Human-Object Interaction Detection","dataset":"V-COCO","model":"TIN (Interactiveness)","rank_in_archive_order":29,"of":34,"metrics":{"AP(S1)":"49.0","Time Per Frame(ms)":"513"},"uses_additional_data":false},{"leaderboard":"/sota/human-object-interaction-detection-on-v-coco","task":"Human-Object Interaction Detection","dataset":"V-COCO","model":"TIN (CVPR)","rank_in_archive_order":30,"of":34,"metrics":{"AP(S1)":"48.7"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1811.08264","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1811.08264"}},"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/Imposingapple/Transferable_Interactiveness_Network_with_Partpair","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zhihou7/FCL","reach":{"status":"ok"}}],"summary":{"unverified":6},"by_repo_kind":{"official":{"samples":4,"ran":0,"repositories":1},"listed":{"samples":2,"ran":0,"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":"03cfad9cb8a57899","entry":"IOU","repo":"Imposingapple/Transferable_Interactiveness_Network_with_Partpair","repo_kind":"listed","path":"HICO-DET_Benchmark/HICO_Benchmark_Binary.py","file_url":"https://github.com/Imposingapple/Transferable_Interactiveness_Network_with_Partpair/blob/HEAD/HICO-DET_Benchmark/HICO_Benchmark_Binary.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":"03cfad9cb8a57899"}},{"code_sha256_prefix":"1a727db6002268bf","entry":"apply_prior","repo":"DirtyHarryLYL/Transferable-Interactiveness-Network","repo_kind":"official","path":"lib/ult/apply_prior.py","file_url":"https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network/blob/HEAD/lib/ult/apply_prior.py","link_basis":"first_harvest_node","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":"1a727db6002268bf"}},{"code_sha256_prefix":"dc1cace2b69b6f80","entry":"download_file_from_google_drive","repo":"DirtyHarryLYL/Transferable-Interactiveness-Network","repo_kind":"official","path":"lib/ult/Download_data.py","file_url":"https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network/blob/HEAD/lib/ult/Download_data.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":"dc1cace2b69b6f80"}},{"code_sha256_prefix":"9c36467d91f24d5d","entry":"getSigmoid","repo":"DirtyHarryLYL/Transferable-Interactiveness-Network","repo_kind":"official","path":"HICO-DET_Benchmark/Generate_HICO_detection_nis.py","file_url":"https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network/blob/HEAD/HICO-DET_Benchmark/Generate_HICO_detection_nis.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":"9c36467d91f24d5d"}},{"code_sha256_prefix":"2822afb145e57e9b","entry":"save_HICO","repo":"DirtyHarryLYL/Transferable-Interactiveness-Network","repo_kind":"official","path":"HICO-DET_Benchmark/Generate_HICO_detection_nis.py","file_url":"https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network/blob/HEAD/HICO-DET_Benchmark/Generate_HICO_detection_nis.py","link_basis":"first_harvest_node","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":"2822afb145e57e9b"}},{"code_sha256_prefix":"18ce9e8e85fb3e7a","entry":"save_HICO","repo":"Imposingapple/Transferable_Interactiveness_Network_with_Partpair","repo_kind":"listed","path":"HICO-DET_Benchmark/Generate_HICO_detection_nis.py","file_url":"https://github.com/Imposingapple/Transferable_Interactiveness_Network_with_Partpair/blob/HEAD/HICO-DET_Benchmark/Generate_HICO_detection_nis.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":"18ce9e8e85fb3e7a"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}