Papers › Physics-Guided Synthetic High-Frequency Ultrasound Generation for Skin Layer Segmentation

Physics-Guided Synthetic High-Frequency Ultrasound Generation for Skin Layer Segmentation

11 Sep 2026arXiv:2609.12735added by Syntology

Junkyung ju, Kyungho Yoon, Minwoo Shin

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

High-frequency ultrasound (HFUS) enables noninvasive visualization of superficial skin structures, but automated skin-layer analysis is limited by the scarcity of densely annotated data. Existing real HFUS datasets commonly provide annotations for superficial targets such as the epidermis and subepidermal low-echogenic band (SLEB), while dense labels for deeper structures such as dermis, subcutaneous tissue, fascia, and muscle are rarely available. We propose a physics-guided synthetic HFUS generation framework for skin layer segmentation. The framework constructs multilayer acoustic skin phantoms, assigns layer dependent acoustic properties, and uses k-Wave simulation to generate paired synthetic HFUS images, dense layer masks, and simulation metadata. To evaluate whether the generated data provide transferable supervision, we use it for downstream segmentation pretraining and fine-tune the models on real Mendeley HFUS data. Synthetic pretraining followed by real fine-tuning achieved real-domain performance comparable to real-only training and improved mean Dice/IoU in three of four evaluated trainable architectures. These results suggest that physics-guided synthetic HFUS images contain transferable anatomical and textural cues for real-domain skin layer segmentation, although further reduction of the synthetic-real appearance gap is needed to enable greater gains. The code and data are available at: https://github.com/Finn-02/synthetic-hfus-skin-layer-segmentation.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2609.12735")

Code

Syntology Ran 0 of 23 code samples harvested from 1 repository linked to this paper; 23 have no recorded run.

By repository: found in paper text by Syntology: 23 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Finn-02/synthetic-hfus-skin-layer-segmentation found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 0 ran; 0 honoured the contract we drafted; 23 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

23unverified

Licence: 23 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Finn-02/synthetic-hfus-skin-layer-segmentation. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_experiments Finn-02/synthetic-hfus-skin-layer-segmentation/code/run_experiments.py found in paper text by Syntology unverified no licence file found · pointer only · b79d8848d54e7071 · report
build_model Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/models.py found in paper text by Syntology unverified no licence file found · pointer only · 082747798cfb4ac6 · report
build_optimizer Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/training.py found in paper text by Syntology unverified no licence file found · pointer only · a12dc86145fea5ac · report
build_optimizer_with_optional_groups Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/training.py found in paper text by Syntology unverified no licence file found · pointer only · 589998ad2d66181e · report
collate_with_meta Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/datasets.py found in paper text by Syntology unverified no licence file found · pointer only · 11738657d71cceae · report
collect_existing_results Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/result_io.py found in paper text by Syntology unverified no licence file found · pointer only · 931c9d26af03a06c · report
compute_roi Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/prepare_b_datasets.py found in paper text by Syntology unverified no licence file found · pointer only · b54e77d21c1e7c7e · report
count_pngs Finn-02/synthetic-hfus-skin-layer-segmentation/code/make_sample.py found in paper text by Syntology unverified no licence file found · pointer only · e1673e3fb8ada902 · report
ensure_dir Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/common.py found in paper text by Syntology unverified no licence file found · pointer only · 790ce4b19e1610a2 · report
extract_result_row Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/result_io.py found in paper text by Syntology unverified no licence file found · pointer only · 500ce21c3ae16c05 · report
filter_manifest Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/train_protocol_v2.py found in paper text by Syntology unverified no licence file found · pointer only · 6d9cc5a2793ec3eb · report
find_image_files Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/prepare_b_datasets.py found in paper text by Syntology unverified no licence file found · pointer only · 85c001a03105d97b · report
get_model_source Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/models.py found in paper text by Syntology unverified no licence file found · pointer only · 7e8bb259e13981f7 · report
infer_source Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/datasets.py found in paper text by Syntology unverified no licence file found · pointer only · a4eaa0c72f1a607c · report
load_json Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/result_io.py found in paper text by Syntology unverified no licence file found · pointer only · 552dcbc7016953db · report
make_loader Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/training.py found in paper text by Syntology unverified no licence file found · pointer only · 7544a42fcf7666af · report
model_specific_lrs Finn-02/synthetic-hfus-skin-layer-segmentation/code/run_experiments.py found in paper text by Syntology unverified no licence file found · pointer only · 4dea0a2542b2858c · report
read_json Finn-02/synthetic-hfus-skin-layer-segmentation/code/make_sample.py found in paper text by Syntology unverified no licence file found · pointer only · 546bf32bcbbbce33 · report
read_rgb Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/common.py found in paper text by Syntology unverified no licence file found · pointer only · 695ddaaec3957f3b · report
run_real_only Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/train_protocol_v2.py found in paper text by Syntology unverified no licence file found · pointer only · 084eb22a74b7fa7e · report
run_synthetic_only Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/train_protocol_v2.py found in paper text by Syntology unverified no licence file found · pointer only · 2e98173518c63310 · report
setup Finn-02/synthetic-hfus-skin-layer-segmentation/code/run_experiments.py found in paper text by Syntology unverified no licence file found · pointer only · 46c53cd120267cb3 · report
standardize_mendeley_mask Finn-02/synthetic-hfus-skin-layer-segmentation/code/segablation/prepare_b_datasets.py found in paper text by Syntology unverified no licence file found · pointer only · d20d240745865549 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.12735, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections