{"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/local-texture-estimator-for-implicit","title":"Local Texture Estimator for Implicit Representation Function","arxiv_id":"2111.08918","date":"2021-11-17","proceeding":"CVPR 2022 1","authors":["Jaewon Lee","Kyong Hwan Jin"],"abstract":"Recent works with an implicit neural function shed light on representing images in arbitrary resolution. However, a standalone multi-layer perceptron shows limited performance in learning high-frequency components. In this paper, we propose a Local Texture Estimator (LTE), a dominant-frequency estimator for natural images, enabling an implicit function to capture fine details while reconstructing images in a continuous manner. When jointly trained with a deep super-resolution (SR) architecture, LTE is capable of characterizing image textures in 2D Fourier space. We show that an LTE-based neural function achieves favorable performance against existing deep SR methods within an arbitrary-scale factor. Furthermore, we demonstrate that our implementation takes the shortest running time compared to previous works.","url_abs":"https://arxiv.org/abs/2111.08918v6","url_pdf":"https://arxiv.org/pdf/2111.08918v6.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":"local-texture-estimator-for-implicit","repo_url":"https://github.com/jaewon-lee-b/lte","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"tasks":[{"task_slug":"image-super-resolution","task_name":"Image Super-Resolution"},{"task_slug":"super-resolution","task_name":"Super-Resolution"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/image-super-resolution-on-bsd100-2x-upscaling","task":"Image Super-Resolution","dataset":"BSD100 - 2x upscaling","model":"LTE","rank_in_archive_order":16,"of":30,"metrics":{"PSNR":"32.44"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-bsd100-3x-upscaling","task":"Image Super-Resolution","dataset":"BSD100 - 3x upscaling","model":"LTE","rank_in_archive_order":11,"of":21,"metrics":{"PSNR":"29.39"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-bsd100-4x-upscaling","task":"Image Super-Resolution","dataset":"BSD100 - 4x upscaling","model":"LTE","rank_in_archive_order":14,"of":71,"metrics":{"PSNR":"27.86"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-set14-2x-upscaling","task":"Image Super-Resolution","dataset":"Set14 - 2x upscaling","model":"LTE","rank_in_archive_order":14,"of":35,"metrics":{"PSNR":"34.25"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-set14-3x-upscaling","task":"Image Super-Resolution","dataset":"Set14 - 3x upscaling","model":"LTE","rank_in_archive_order":11,"of":24,"metrics":{"PSNR":"30.8"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-set14-4x-upscaling","task":"Image Super-Resolution","dataset":"Set14 - 4x upscaling","model":"LTE","rank_in_archive_order":26,"of":104,"metrics":{"PSNR":"29.06"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-set5-2x-upscaling","task":"Image Super-Resolution","dataset":"Set5 - 2x upscaling","model":"LTE","rank_in_archive_order":16,"of":41,"metrics":{"PSNR":"38.33"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-set5-3x-upscaling","task":"Image Super-Resolution","dataset":"Set5 - 3x upscaling","model":"LTE","rank_in_archive_order":12,"of":32,"metrics":{"PSNR":"34.89"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-urban100-2x","task":"Image Super-Resolution","dataset":"Urban100 - 2x upscaling","model":"LTE","rank_in_archive_order":13,"of":29,"metrics":{"PSNR":"33.5"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-urban100-3x","task":"Image Super-Resolution","dataset":"Urban100 - 3x upscaling","model":"LTE","rank_in_archive_order":10,"of":22,"metrics":{"PSNR":"29.41"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-urban100-4x","task":"Image Super-Resolution","dataset":"Urban100 - 4x upscaling","model":"LTE","rank_in_archive_order":17,"of":65,"metrics":{"PSNR":"27.24"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2111.08918","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2111.08918"}},"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/jaewon-lee-b/lte","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"ran_fixture":1,"ran":2,"ran_draft_wrong":3,"unverified":3},"by_repo_kind":{"official":{"samples":9,"ran":6,"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":"144d10b49baeb8a6","entry":"window_partition","repo":"jaewon-lee-b/lte","repo_kind":"official","path":"models/swinir.py","file_url":"https://github.com/jaewon-lee-b/lte/blob/HEAD/models/swinir.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":2,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"144d10b49baeb8a6"}},{"code_sha256_prefix":"8b40bb3f5347ccd5","entry":"compute_num_params","repo":"jaewon-lee-b/lte","repo_kind":"official","path":"utils.py","file_url":"https://github.com/jaewon-lee-b/lte/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"8b40bb3f5347ccd5"}},{"code_sha256_prefix":"8b0e794d4d8f9b13","entry":"default_conv","repo":"jaewon-lee-b/lte","repo_kind":"official","path":"models/edsr.py","file_url":"https://github.com/jaewon-lee-b/lte/blob/HEAD/models/edsr.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":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"8b0e794d4d8f9b13"}},{"code_sha256_prefix":"44c3aa4c610ea3f7","entry":"register","repo":"jaewon-lee-b/lte","repo_kind":"official","path":"models/models.py","file_url":"https://github.com/jaewon-lee-b/lte/blob/HEAD/models/models.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":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"44c3aa4c610ea3f7"}},{"code_sha256_prefix":"14982a5b13861f94","entry":"time_text","repo":"jaewon-lee-b/lte","repo_kind":"official","path":"utils.py","file_url":"https://github.com/jaewon-lee-b/lte/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"14982a5b13861f94"}},{"code_sha256_prefix":"61bf152e6a42a184","entry":"window_reverse","repo":"jaewon-lee-b/lte","repo_kind":"official","path":"models/swinir.py","file_url":"https://github.com/jaewon-lee-b/lte/blob/HEAD/models/swinir.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"61bf152e6a42a184"}},{"code_sha256_prefix":"0c6441af780ce58d","entry":"make","repo":"jaewon-lee-b/lte","repo_kind":"official","path":"models/models.py","file_url":"https://github.com/jaewon-lee-b/lte/blob/HEAD/models/models.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"0c6441af780ce58d"}},{"code_sha256_prefix":"7fdb65394809a6a8","entry":"make","repo":"jaewon-lee-b/lte","repo_kind":"official","path":"datasets/datasets.py","file_url":"https://github.com/jaewon-lee-b/lte/blob/HEAD/datasets/datasets.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"7fdb65394809a6a8"}},{"code_sha256_prefix":"9687bf7a922f098a","entry":"register","repo":"jaewon-lee-b/lte","repo_kind":"official","path":"datasets/datasets.py","file_url":"https://github.com/jaewon-lee-b/lte/blob/HEAD/datasets/datasets.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"9687bf7a922f098a"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}