{"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/arxiv-2601-12055","title":"Automating Parameter Selection in Deep Image Prior for Fluorescence Microscopy Image Denoising via Similarity-Based Parameter Transfer","arxiv_id":"2601.12055","date":"2026-01-17","proceeding":null,"authors":["Lina Meyer","Felix Wissel","Tobias Knopp","Susanne Pfefferle","Ralf Fliegert","Maximilian Sandmann","Liana Uebler","Franziska Möckl","Björn-Philipp Diercks","David Lohr","René Werner"],"abstract":"Unsupervised deep image prior (DIP) addresses shortcomings of training data requirements and limited generalization associated with supervised deep learning. The performance of DIP depends on the network architecture and the stopping point of its iterative process. Optimizing these parameters for a new image requires time, restricting DIP application in domains where many images need to be processed. Focusing on fluorescence microscopy data, we hypothesize that similar images share comparable optimal parameter configurations for DIP-based denoising, potentially enabling optimization-free DIP for fluorescence microscopy. We generated a calibration (n=110) and validation set (n=55) of semantically different images from an open-source dataset for a network architecture search targeted towards ideal U-net architectures and stopping points. The calibration set represented our transfer basis. The validation set enabled the assessment of which image similarity criterion yields the best results. We then implemented AUTO-DIP, a pipeline for automatic parameter transfer, and compared it to the originally published DIP configuration (baseline) and a state-of-the-art image-specific variational denoising approach. We show that a parameter transfer from the calibration dataset to a test image based on only image metadata similarity (e.g., microscope type, imaged specimen) leads to similar and better performance than a transfer based on quantitative image similarity measures. AUTO-DIP outperforms the baseline DIP (DIP with original DIP parameters) as well as the variational denoising approaches for several open-source test datasets of varying complexity, particularly for very noisy inputs. Applications to locally acquired fluorescence microscopy images further proved superiority of AUTO-DIP.","url_abs":"https://arxiv.org/abs/2601.12055","url_pdf":"https://arxiv.org/pdf/2601.12055","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2601.12055","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.12055"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/IPMI-ICNS-UKE/AUTO-DIP","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":5},"by_repo_kind":{"found_in_text":{"samples":5,"ran":0,"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":"cbca53fd4894a9e6","entry":"append_to_list_dict","repo":"IPMI-ICNS-UKE/AUTO-DIP","repo_kind":"found_in_text","path":"progress.py","file_url":"https://github.com/IPMI-ICNS-UKE/AUTO-DIP/blob/HEAD/progress.py","link_basis":"first_harvest_node","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":"cbca53fd4894a9e6"}},{"code_sha256_prefix":"593b5a6395d8d993","entry":"create_config","repo":"IPMI-ICNS-UKE/AUTO-DIP","repo_kind":"found_in_text","path":"data_loaders/create_configs_fmd.py","file_url":"https://github.com/IPMI-ICNS-UKE/AUTO-DIP/blob/HEAD/data_loaders/create_configs_fmd.py","link_basis":"first_harvest_node","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":"593b5a6395d8d993"}},{"code_sha256_prefix":"eafa4d896f7ee7c6","entry":"l1_dist","repo":"IPMI-ICNS-UKE/AUTO-DIP","repo_kind":"found_in_text","path":"aaparam_finder/closest_calibration_image.py","file_url":"https://github.com/IPMI-ICNS-UKE/AUTO-DIP/blob/HEAD/aaparam_finder/closest_calibration_image.py","link_basis":"first_harvest_node","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":"eafa4d896f7ee7c6"}},{"code_sha256_prefix":"6535fc0900423a11","entry":"load_custom_parameters","repo":"IPMI-ICNS-UKE/AUTO-DIP","repo_kind":"found_in_text","path":"init_params.py","file_url":"https://github.com/IPMI-ICNS-UKE/AUTO-DIP/blob/HEAD/init_params.py","link_basis":"first_harvest_node","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":"6535fc0900423a11"}},{"code_sha256_prefix":"eccf68f99f082c2a","entry":"mse_dist","repo":"IPMI-ICNS-UKE/AUTO-DIP","repo_kind":"found_in_text","path":"aaparam_finder/closest_calibration_image.py","file_url":"https://github.com/IPMI-ICNS-UKE/AUTO-DIP/blob/HEAD/aaparam_finder/closest_calibration_image.py","link_basis":"first_harvest_node","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":"eccf68f99f082c2a"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}