{"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/neural-multi-objective-combinatorial","title":"Neural Multi-Objective Combinatorial Optimization with Diversity Enhancement","arxiv_id":"2310.15195","date":"2023-10-22","proceeding":"NeurIPS 2023 11","authors":["Jinbiao Chen","Zizhen Zhang","Zhiguang Cao","Yaoxin Wu","Yining Ma","Te Ye","Jiahai Wang"],"abstract":"Most of existing neural methods for multi-objective combinatorial optimization (MOCO) problems solely rely on decomposition, which often leads to repetitive solutions for the respective subproblems, thus a limited Pareto set. Beyond decomposition, we propose a novel neural heuristic with diversity enhancement (NHDE) to produce more Pareto solutions from two perspectives. On the one hand, to hinder duplicated solutions for different subproblems, we propose an indicator-enhanced deep reinforcement learning method to guide the model, and design a heterogeneous graph attention mechanism to capture the relations between the instance graph and the Pareto front graph. On the other hand, to excavate more solutions in the neighborhood of each subproblem, we present a multiple Pareto optima strategy to sample and preserve desirable solutions. Experimental results on classic MOCO problems show that our NHDE is able to generate a Pareto front with higher diversity, thereby achieving superior overall performance. Moreover, our NHDE is generic and can be applied to different neural methods for MOCO.","url_abs":"https://arxiv.org/abs/2310.15195v1","url_pdf":"https://arxiv.org/pdf/2310.15195v1.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":"neural-multi-objective-combinatorial","repo_url":"https://github.com/bill-cjb/nhde","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"combinatorial-optimization","task_name":"Combinatorial Optimization"},{"task_slug":"deep-reinforcement-learning","task_name":"Deep Reinforcement Learning"},{"task_slug":"diversity","task_name":"Diversity"},{"task_slug":"graph-attention","task_name":"Graph Attention"}],"methods":[{"method_slug":"batch-normalization","method_name":"Batch Normalization"},{"method_slug":"infonce","method_name":"InfoNCE"},{"method_slug":"moco","method_name":"MoCo"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2310.15195","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2310.15195"}},"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/bill-cjb/nhde","reach":null}],"summary":{"ran":1,"unverified":7},"by_repo_kind":{"official":{"samples":8,"ran":1,"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":"63b6c1a824b8f874","entry":"multi_head_attention","repo":"bill-cjb/nhde","repo_kind":"official","path":"NHDE-M/TSP/source/MODEL__Actor/grouped_actors.py","file_url":"https://github.com/bill-cjb/nhde/blob/HEAD/NHDE-M/TSP/source/MODEL__Actor/grouped_actors.py","link_basis":"first_harvest_node","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":"63b6c1a824b8f874"}},{"code_sha256_prefix":"4b869d32d880cb2c","entry":"ACTOR","repo":"bill-cjb/nhde","repo_kind":"official","path":"NHDE-M/TSP/source/MODEL__Actor/grouped_actors.py","file_url":"https://github.com/bill-cjb/nhde/blob/HEAD/NHDE-M/TSP/source/MODEL__Actor/grouped_actors.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":"4b869d32d880cb2c"}},{"code_sha256_prefix":"0730cbbd705e0936","entry":"Add_And_Normalization_Module","repo":"bill-cjb/nhde","repo_kind":"official","path":"NHDE-M/TSP/source/MODEL__Actor/grouped_actors.py","file_url":"https://github.com/bill-cjb/nhde/blob/HEAD/NHDE-M/TSP/source/MODEL__Actor/grouped_actors.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":"0730cbbd705e0936"}},{"code_sha256_prefix":"d7da849db6e8b220","entry":"Encoder","repo":"bill-cjb/nhde","repo_kind":"official","path":"NHDE-M/TSP/source/MODEL__Actor/grouped_actors.py","file_url":"https://github.com/bill-cjb/nhde/blob/HEAD/NHDE-M/TSP/source/MODEL__Actor/grouped_actors.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":"d7da849db6e8b220"}},{"code_sha256_prefix":"54497d0a2a7895b3","entry":"Encoder_Layer","repo":"bill-cjb/nhde","repo_kind":"official","path":"NHDE-M/TSP/source/MODEL__Actor/grouped_actors.py","file_url":"https://github.com/bill-cjb/nhde/blob/HEAD/NHDE-M/TSP/source/MODEL__Actor/grouped_actors.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":"54497d0a2a7895b3"}},{"code_sha256_prefix":"1796f9e6cb144005","entry":"Feed_Forward_Module","repo":"bill-cjb/nhde","repo_kind":"official","path":"NHDE-M/TSP/source/MODEL__Actor/grouped_actors.py","file_url":"https://github.com/bill-cjb/nhde/blob/HEAD/NHDE-M/TSP/source/MODEL__Actor/grouped_actors.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":"1796f9e6cb144005"}},{"code_sha256_prefix":"f664ca98a835ad32","entry":"Next_Node_Probability_Calculator_for_group","repo":"bill-cjb/nhde","repo_kind":"official","path":"NHDE-M/TSP/source/MODEL__Actor/grouped_actors.py","file_url":"https://github.com/bill-cjb/nhde/blob/HEAD/NHDE-M/TSP/source/MODEL__Actor/grouped_actors.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":"f664ca98a835ad32"}},{"code_sha256_prefix":"be383062e9d9f618","entry":"pick_nodes_for_each_group","repo":"bill-cjb/nhde","repo_kind":"official","path":"NHDE-M/TSP/source/MODEL__Actor/grouped_actors.py","file_url":"https://github.com/bill-cjb/nhde/blob/HEAD/NHDE-M/TSP/source/MODEL__Actor/grouped_actors.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":"be383062e9d9f618"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}