{"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/latent-space-subdivision-stable-and","title":"Latent Space Subdivision: Stable and Controllable Time Predictions for Fluid Flow","arxiv_id":"2003.08723","date":"2020-03-12","proceeding":null,"authors":["Steffen Wiewel","Byung-soo Kim","Vinicius C. Azevedo","Barbara Solenthaler","Nils Thuerey"],"abstract":"We propose an end-to-end trained neural networkarchitecture to robustly predict the complex dynamics of fluid flows with high temporal stability. We focus on single-phase smoke simulations in 2D and 3D based on the incompressible Navier-Stokes (NS) equations, which are relevant for a wide range of practical problems. To achieve stable predictions for long-term flow sequences, a convolutional neural network (CNN) is trained for spatial compression in combination with a temporal prediction network that consists of stacked Long Short-Term Memory (LSTM) layers. Our core contribution is a novel latent space subdivision (LSS) to separate the respective input quantities into individual parts of the encoded latent space domain. This allows to distinctively alter the encoded quantities without interfering with the remaining latent space values and hence maximizes external control. By selectively overwriting parts of the predicted latent space points, our proposed method is capable to robustly predict long-term sequences of complex physics problems. In addition, we highlight the benefits of a recurrent training on the latent space creation, which is performed by the spatial compression network.","url_abs":"https://arxiv.org/abs/2003.08723v1","url_pdf":"https://arxiv.org/pdf/2003.08723v1.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":"latent-space-subdivision-stable-and","repo_url":"https://github.com/lij131/LatentSpaceSubdivision-base","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"latent-space-subdivision-stable-and","repo_url":"https://github.com/wiewel/LatentSpaceSubdivision","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2003.08723","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2003.08723"}},"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/wiewel/LatentSpaceSubdivision","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/lij131/LatentSpaceSubdivision-base","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":1,"ran_violates":1,"unverified":7},"by_repo_kind":{"listed":{"samples":9,"ran":2,"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":"6d80592fd6d47b2d","entry":"add_argument_group","repo":"lij131/LatentSpaceSubdivision-base","repo_kind":"listed","path":"config.py","file_url":"https://github.com/lij131/LatentSpaceSubdivision-base/blob/HEAD/config.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6d80592fd6d47b2d"}},{"code_sha256_prefix":"248284f69adfeaad","entry":"str2bool","repo":"lij131/LatentSpaceSubdivision-base","repo_kind":"listed","path":"config.py","file_url":"https://github.com/lij131/LatentSpaceSubdivision-base/blob/HEAD/config.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"248284f69adfeaad"}},{"code_sha256_prefix":"c389d3b840853c10","entry":"get_vort","repo":"lij131/LatentSpaceSubdivision-base","repo_kind":"listed","path":"keras_models_spatial.py","file_url":"https://github.com/lij131/LatentSpaceSubdivision-base/blob/HEAD/keras_models_spatial.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":"c389d3b840853c10"}},{"code_sha256_prefix":"fe116d2c6ecc52cf","entry":"lrelu","repo":"lij131/LatentSpaceSubdivision-base","repo_kind":"listed","path":"ops.py","file_url":"https://github.com/lij131/LatentSpaceSubdivision-base/blob/HEAD/ops.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":"fe116d2c6ecc52cf"}},{"code_sha256_prefix":"7ec35715d22802c5","entry":"merge_dicts","repo":"lij131/LatentSpaceSubdivision-base","repo_kind":"listed","path":"keras_models_general.py","file_url":"https://github.com/lij131/LatentSpaceSubdivision-base/blob/HEAD/keras_models_general.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":"7ec35715d22802c5"}},{"code_sha256_prefix":"092c0ba528bace77","entry":"merge_histories","repo":"lij131/LatentSpaceSubdivision-base","repo_kind":"listed","path":"keras_models_general.py","file_url":"https://github.com/lij131/LatentSpaceSubdivision-base/blob/HEAD/keras_models_general.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":"092c0ba528bace77"}},{"code_sha256_prefix":"7793b9282cffe056","entry":"preprocess","repo":"lij131/LatentSpaceSubdivision-base","repo_kind":"listed","path":"keras_data.py","file_url":"https://github.com/lij131/LatentSpaceSubdivision-base/blob/HEAD/keras_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":"7793b9282cffe056"}},{"code_sha256_prefix":"0d8e7bbc5b912526","entry":"read_args_file","repo":"lij131/LatentSpaceSubdivision-base","repo_kind":"listed","path":"keras_data.py","file_url":"https://github.com/lij131/LatentSpaceSubdivision-base/blob/HEAD/keras_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":"0d8e7bbc5b912526"}},{"code_sha256_prefix":"d010d3f309bea75b","entry":"upscale_layer","repo":"lij131/LatentSpaceSubdivision-base","repo_kind":"listed","path":"keras_models_general.py","file_url":"https://github.com/lij131/LatentSpaceSubdivision-base/blob/HEAD/keras_models_general.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":"d010d3f309bea75b"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}