{"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/learning-gradient-fields-for-molecular","title":"Learning Gradient Fields for Molecular Conformation Generation","arxiv_id":"2105.03902","date":"2021-05-09","proceeding":null,"authors":["Chence Shi","Shitong Luo","Minkai Xu","Jian Tang"],"abstract":"We study a fundamental problem in computational chemistry known as molecular conformation generation, trying to predict stable 3D structures from 2D molecular graphs. Existing machine learning approaches usually first predict distances between atoms and then generate a 3D structure satisfying the distances, where noise in predicted distances may induce extra errors during 3D coordinate generation. Inspired by the traditional force field methods for molecular dynamics simulation, in this paper, we propose a novel approach called ConfGF by directly estimating the gradient fields of the log density of atomic coordinates. The estimated gradient fields allow directly generating stable conformations via Langevin dynamics. However, the problem is very challenging as the gradient fields are roto-translation equivariant. We notice that estimating the gradient fields of atomic coordinates can be translated to estimating the gradient fields of interatomic distances, and hence develop a novel algorithm based on recent score-based generative models to effectively estimate these gradients. Experimental results across multiple tasks show that ConfGF outperforms previous state-of-the-art baselines by a significant margin.","url_abs":"https://arxiv.org/abs/2105.03902v3","url_pdf":"https://arxiv.org/pdf/2105.03902v3.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":"learning-gradient-fields-for-molecular","repo_url":"https://github.com/DeepGraphLearning/ConfGF","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"learning-gradient-fields-for-molecular","repo_url":"https://github.com/DeepGraphLearning/CGCF-ConfGen","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"learning-gradient-fields-for-molecular","repo_url":"https://github.com/MinkaiXu/CGCF-ConfGen","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"learning-gradient-fields-for-molecular","repo_url":"https://github.com/MinkaiXu/ConfVAE-ICML21","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"learning-gradient-fields-for-molecular","repo_url":"https://github.com/luost26/CGCF-ConfGen","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"learning-gradient-fields-for-molecular","repo_url":"https://github.com/mouthful/ClofNet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"computational-chemistry","task_name":"Computational chemistry"},{"task_slug":"translation","task_name":"Translation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2105.03902","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2105.03902"}},"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/DeepGraphLearning/ConfGF","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/DeepGraphLearning/CGCF-ConfGen","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mouthful/ClofNet","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/luost26/CGCF-ConfGen","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/MinkaiXu/ConfVAE-ICML21","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/MinkaiXu/CGCF-ConfGen","reach":{"status":"ok"}}],"summary":{"unverified":3},"by_repo_kind":{"listed":{"samples":3,"ran":0,"repositories":2}},"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":3,"samples":[{"code_sha256_prefix":"9c514c0f4fdc3599","entry":"EdgeCNF","repo":"DeepGraphLearning/CGCF-ConfGen","repo_kind":"listed","path":"models/edgecnf.py","file_url":"https://github.com/DeepGraphLearning/CGCF-ConfGen/blob/HEAD/models/edgecnf.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":"9c514c0f4fdc3599"}},{"code_sha256_prefix":"5bd67fb4986bae2d","entry":"EdgeCNF","repo":"MinkaiXu/ConfVAE-ICML21","repo_kind":"listed","path":"models/edgecnf.py","file_url":"https://github.com/MinkaiXu/ConfVAE-ICML21/blob/HEAD/models/edgecnf.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":"5bd67fb4986bae2d"}},{"code_sha256_prefix":"b807d43b2c995fee","entry":"build_flow","repo":"DeepGraphLearning/CGCF-ConfGen","repo_kind":"listed","path":"models/edgecnf.py","file_url":"https://github.com/DeepGraphLearning/CGCF-ConfGen/blob/HEAD/models/edgecnf.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":"b807d43b2c995fee"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}