{"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":"/code/lerp-np","entry":"lerp_np","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":9,"n_papers_ran":0,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":1,"n_samples_ran":0,"n_samples_fingerprinted":0,"n_places":9,"n_places_pointer_only":2,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":0,"unverified":1},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2509.20295","paper":"/paper/arxiv-2509-20295","title":"FAST: Foreground-aware Diffusion with Accelerated Sampling Trajectory for Segmentation-oriented Anomaly Synthesis","date":null,"month_inferred_from_arxiv_id":"2025-09","title_source":"syntology","repo":"Chhro123/fast-foreground-aware-anomaly-synthesis","path":"perlin.py","file_url":"https://github.com/Chhro123/fast-foreground-aware-anomaly-synthesis/blob/HEAD/perlin.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"4de91a4627a51ea2","mcp_get_code":{"code_sha256":"4de91a4627a51ea2"}},{"arxiv_id":"2412.17619","paper":"/paper/kernel-aware-graph-prompt-learning-for-few","title":"Kernel-Aware Graph Prompt Learning for Few-Shot Anomaly Detection","date":"2024-12-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"cvl-hub/kag-prompt","path":"code/datasets/perlin.py","file_url":"https://github.com/cvl-hub/kag-prompt/blob/HEAD/code/datasets/perlin.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4de91a4627a51ea2","mcp_get_code":{"code_sha256":"4de91a4627a51ea2"}},{"arxiv_id":"2411.09558","paper":"/paper/adaptive-deviation-learning-for-visual","title":"Adaptive Deviation Learning for Visual Anomaly Detection with Data Contamination","date":"2024-11-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"anindyasdas/adl4vad","path":"modeling/transformations/perlin.py","file_url":"https://github.com/anindyasdas/adl4vad/blob/HEAD/modeling/transformations/perlin.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"4de91a4627a51ea2","mcp_get_code":{"code_sha256":"4de91a4627a51ea2"}},{"arxiv_id":"2407.09359","paper":"/paper/a-unified-anomaly-synthesis-strategy-with","title":"A Unified Anomaly Synthesis Strategy with Gradient Ascent for Industrial Anomaly Detection and Localization","date":"2024-07-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"cqylunlun/glass","path":"perlin.py","file_url":"https://github.com/cqylunlun/glass/blob/HEAD/perlin.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4de91a4627a51ea2","mcp_get_code":{"code_sha256":"4de91a4627a51ea2"}},{"arxiv_id":"2406.07487","paper":"/paper/glad-towards-better-reconstruction-with","title":"GLAD: Towards Better Reconstruction with Global and Local Adaptive Diffusion Models for Unsupervised Anomaly Detection","date":"2024-06-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hyao1/glad","path":"dataset/perlin_noise.py","file_url":"https://github.com/hyao1/glad/blob/HEAD/dataset/perlin_noise.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4de91a4627a51ea2","mcp_get_code":{"code_sha256":"4de91a4627a51ea2"}},{"arxiv_id":"2403.05897","paper":"/paper/realnet-a-feature-selection-network-with","title":"RealNet: A Feature Selection Network with Realistic Synthetic Anomaly for Anomaly Detection","date":"2024-03-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"cnulab/RealNet","path":"datasets/realnet_dataset.py","file_url":"https://github.com/cnulab/RealNet/blob/HEAD/datasets/realnet_dataset.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4de91a4627a51ea2","mcp_get_code":{"code_sha256":"4de91a4627a51ea2"}},{"arxiv_id":"2308.06748","paper":"/paper/target-before-shooting-accurate-anomaly","title":"Target before Shooting: Accurate Anomaly Detection and Localization under One Millisecond via Cascade Patch Retrieval","date":"2023-08-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"flyinghu123/cpr","path":"libs/perlin.py","file_url":"https://github.com/flyinghu123/cpr/blob/HEAD/libs/perlin.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4de91a4627a51ea2","mcp_get_code":{"code_sha256":"4de91a4627a51ea2"}},{"arxiv_id":"2108.07610","paper":"/paper/draem-a-discriminatively-trained","title":"DRAEM -- A discriminatively trained reconstruction embedding for surface anomaly detection","date":"2021-08-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"vitjanz/draem","path":"perlin.py","file_url":"https://github.com/vitjanz/draem/blob/HEAD/perlin.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4de91a4627a51ea2","mcp_get_code":{"code_sha256":"4de91a4627a51ea2"}},{"arxiv_id":"Zavrtanik_DRAEM_-_A_Discriminatively_Trained_Reconstruction_Embedding_for_Surface_Anomaly_ICCV_2021_paper","paper":null,"title":"arXiv:Zavrtanik_DRAEM_-_A_Discriminatively_Trained_Reconstruction_Embedding_for_Surface_Anomaly_ICCV_2021_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"VitjanZ/DRAEM","path":"perlin.py","file_url":"https://github.com/VitjanZ/DRAEM/blob/HEAD/perlin.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4de91a4627a51ea2","mcp_get_code":{"code_sha256":"4de91a4627a51ea2"}}]}