{"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/sinelayer","entry":"SineLayer","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":8,"n_papers_ran":8,"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":10,"n_samples_ran":10,"n_samples_fingerprinted":2,"n_places":10,"n_places_pointer_only":5,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":10,"unverified":0},"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":"2603.01034","paper":"/paper/arxiv-2603-01034","title":"Reparameterized Tensor Ring Functional Decomposition for Multi-Dimensional Data Recovery","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"YangyangXu2002/RepTRFD","path":"model.py","file_url":"https://github.com/YangyangXu2002/RepTRFD/blob/HEAD/model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"7831ec3eef69e830","mcp_get_code":{"code_sha256":"7831ec3eef69e830"}},{"arxiv_id":"2402.08876","paper":"/paper/dudf-differentiable-unsigned-distance-fields","title":"DUDF: Differentiable Unsigned Distance Fields with Hyperbolic Scaling","date":"2024-02-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"LIA-DiTella/DiffUDF","path":"src/model.py","file_url":"https://github.com/LIA-DiTella/DiffUDF/blob/HEAD/src/model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"1238c6110ccbe0c8","mcp_get_code":{"code_sha256":"1238c6110ccbe0c8"}},{"arxiv_id":"2310.14184","paper":"/paper/partition-speeds-up-learning-implicit-neural-1","title":"Partition Speeds Up Learning Implicit Neural Representations Based on Exponential-Increase Hypothesis","date":"2023-10-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"1999kevin/inr-partition","path":"models/multi_mlp.py","file_url":"https://github.com/1999kevin/inr-partition/blob/HEAD/models/multi_mlp.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"532b1f4e730154b4","mcp_get_code":{"code_sha256":"532b1f4e730154b4"}},{"arxiv_id":"2306.12957","paper":"/paper/siamese-siren-audio-compression-with-implicit","title":"Siamese SIREN: Audio Compression with Implicit Neural Representations","date":"2023-06-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lucala/siamese-siren","path":"model.py","file_url":"https://github.com/lucala/siamese-siren/blob/HEAD/model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"98ec45500a663e44","mcp_get_code":{"code_sha256":"98ec45500a663e44"}},{"arxiv_id":"2303.13767","paper":"/paper/learning-spatial-temporal-implicit-neural","title":"Learning Spatial-Temporal Implicit Neural Representations for Event-Guided Video Super-Resolution","date":"2023-03-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yunfanLu/INR-Event-VSR","path":"egvsr/models/inr/decoders.py","file_url":"https://github.com/yunfanLu/INR-Event-VSR/blob/HEAD/egvsr/models/inr/decoders.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"66069e76f9390231","mcp_get_code":{"code_sha256":"66069e76f9390231"}},{"arxiv_id":"2206.04647","paper":"/paper/videoinr-learning-video-implicit-neural-1","title":"VideoINR: Learning Video Implicit Neural Representation for Continuous Space-Time Super-Resolution","date":"2022-06-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Picsart-AI-Research/VideoINR-Continuous-Space-Time-Super-Resolution","path":"models/modules/Sakuya_arch.py","file_url":"https://github.com/Picsart-AI-Research/VideoINR-Continuous-Space-Time-Super-Resolution/blob/HEAD/models/modules/Sakuya_arch.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e6bbe95946237b30","mcp_get_code":{"code_sha256":"e6bbe95946237b30"}},{"arxiv_id":"2107.04589","paper":"/paper/vitgan-training-gans-with-vision-transformers","title":"ViTGAN: Training GANs with Vision Transformers","date":"2021-07-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"wilile26811249/ViTGAN","path":"models.py","file_url":"https://github.com/wilile26811249/ViTGAN/blob/HEAD/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b4ad6aadc33ddbd3","mcp_get_code":{"code_sha256":"b4ad6aadc33ddbd3"}},{"arxiv_id":"2006.09661","paper":"/paper/implicit-neural-representations-with-periodic","title":"Implicit Neural Representations with Periodic Activation Functions","date":"2020-06-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jankrepl/mildlyoverfitted","path":"github_adventures/siren/core.py","file_url":"https://github.com/jankrepl/mildlyoverfitted/blob/HEAD/github_adventures/siren/core.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2043cfd7f293fb9e","mcp_get_code":{"code_sha256":"2043cfd7f293fb9e"}},{"arxiv_id":"2006.09661","paper":"/paper/implicit-neural-representations-with-periodic","title":"Implicit Neural Representations with Periodic Activation Functions","date":"2020-06-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"arihaz/ImplicitNeuralRepresentations","path":"network.py","file_url":"https://github.com/arihaz/ImplicitNeuralRepresentations/blob/HEAD/network.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"7877368eae84c292","mcp_get_code":{"code_sha256":"7877368eae84c292"}},{"arxiv_id":"2006.09661","paper":"/paper/implicit-neural-representations-with-periodic","title":"Implicit Neural Representations with Periodic Activation Functions","date":"2020-06-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"MaximeVandegar/Papers-in-100-Lines-of-Code","path":"Implicit_Neural_Representations_with_Periodic_Activation_Functions/siren.py","file_url":"https://github.com/MaximeVandegar/Papers-in-100-Lines-of-Code/blob/HEAD/Implicit_Neural_Representations_with_Periodic_Activation_Functions/siren.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4b770f57b782b848","mcp_get_code":{"code_sha256":"4b770f57b782b848"}}]}