{"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/on-inference-stability-for-diffusion-models","title":"On Inference Stability for Diffusion Models","arxiv_id":"2312.12431","date":"2023-12-19","proceeding":null,"authors":["Viet Nguyen","Giang Vu","Tung Nguyen Thanh","Khoat Than","Toan Tran"],"abstract":"Denoising Probabilistic Models (DPMs) represent an emerging domain of generative models that excel in generating diverse and high-quality images. However, most current training methods for DPMs often neglect the correlation between timesteps, limiting the model's performance in generating images effectively. Notably, we theoretically point out that this issue can be caused by the cumulative estimation gap between the predicted and the actual trajectory. To minimize that gap, we propose a novel \\textit{sequence-aware} loss that aims to reduce the estimation gap to enhance the sampling quality. Furthermore, we theoretically show that our proposed loss function is a tighter upper bound of the estimation loss in comparison with the conventional loss in DPMs. Experimental results on several benchmark datasets including CIFAR10, CelebA, and CelebA-HQ consistently show a remarkable improvement of our proposed method regarding the image generalization quality measured by FID and Inception Score compared to several DPM baselines. Our code and pre-trained checkpoints are available at \\url{https://github.com/VinAIResearch/SA-DPM}.","url_abs":"https://arxiv.org/abs/2312.12431v2","url_pdf":"https://arxiv.org/pdf/2312.12431v2.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":"on-inference-stability-for-diffusion-models","repo_url":"https://github.com/vinairesearch/sa-dpm","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"AGPL-3.0"}}],"tasks":[{"task_slug":"denoising","task_name":"Denoising"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2312.12431","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.12431"}},"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/vinairesearch/sa-dpm","reach":{"status":"ok","spdx":"AGPL-3.0"}}],"summary":{"ran_draft_wrong":2,"ran":3,"ran_fixture":2,"ran_honours":2,"unverified":5},"by_repo_kind":{"official":{"samples":14,"ran":9,"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":14,"samples":[{"code_sha256_prefix":"c3a6b977022957cb","entry":"Normalize","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"models/diffusion.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/models/diffusion.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"c3a6b977022957cb"}},{"code_sha256_prefix":"748faa99f5d069c5","entry":"calculate_alpha","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"functions/losses.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/functions/losses.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"748faa99f5d069c5"}},{"code_sha256_prefix":"39eace7e2822504f","entry":"drop_path","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"models/timm.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/models/timm.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"39eace7e2822504f"}},{"code_sha256_prefix":"cc45f50a2bd93ac1","entry":"extract_into_tensor","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"functions/losses.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/functions/losses.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"cc45f50a2bd93ac1"}},{"code_sha256_prefix":"ca0cea1ca1eeec89","entry":"get_beta_schedule","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"generate.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/generate.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"ca0cea1ca1eeec89"}},{"code_sha256_prefix":"cb49209c125de1b4","entry":"get_timestep_embedding","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"models/diffusion.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/models/diffusion.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"cb49209c125de1b4"}},{"code_sha256_prefix":"3137073275f8c21a","entry":"nonlinearity","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"models/diffusion.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/models/diffusion.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"3137073275f8c21a"}},{"code_sha256_prefix":"cacd4f6ec202d9b4","entry":"parse_int_list","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"generate.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/generate.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"cacd4f6ec202d9b4"}},{"code_sha256_prefix":"3b27a6175d73a50b","entry":"sample_image","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"generate.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/generate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"3b27a6175d73a50b"}},{"code_sha256_prefix":"bd88683e6bd4454d","entry":"calculate_activation_statistics","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"pytorch_fid/fid_score.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/pytorch_fid/fid_score.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"bd88683e6bd4454d"}},{"code_sha256_prefix":"fcdc92d3d2e8edc1","entry":"calculate_frechet_distance","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"pytorch_fid/fid_score.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/pytorch_fid/fid_score.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"fcdc92d3d2e8edc1"}},{"code_sha256_prefix":"26edbd4467e04bec","entry":"get_activations","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"pytorch_fid/fid_score.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/pytorch_fid/fid_score.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"26edbd4467e04bec"}},{"code_sha256_prefix":"37f492692ae34358","entry":"sequence_aware_loss","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"functions/losses.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/functions/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"37f492692ae34358"}},{"code_sha256_prefix":"5436174f8c0e64e0","entry":"trunc_normal_","repo":"vinairesearch/sa-dpm","repo_kind":"official","path":"models/timm.py","file_url":"https://github.com/vinairesearch/sa-dpm/blob/HEAD/models/timm.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"5436174f8c0e64e0"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}