Papers › Learning Coverage- and Power-Optimal Transmitter Placement from City Maps: A...

Learning Coverage- and Power-Optimal Transmitter Placement from City Maps: A Comparative Study of Direct and Indirect Neural Approaches

23 Apr 2026arXiv:2604.22056added by Syntology

Çağkan Yapar

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

Optimal wireless transmitter placement is a central task in radio-network planning, and exhaustive search becomes prohibitively expensive at scale. This paper studies the single-transmitter setting under a learned propagation model, enabling exhaustive per-pixel assessment at scale in a regime where measurement-based labeling is infeasible and ray-tracing-based labeling is computationally out of reach. We introduce a dataset of 167525 urban scenarios (RadioMapSeer-Deployment) with dual ground-truth labels for coverage-optimal and power-optimal transmitter locations. Benchmark analysis reveals an asymmetric coverage-power trade-off: coverage-optimal placement sacrifices 13.86% of received-power, whereas power-optimal placement sacrifices 5.50% of coverage; the best balanced placement lies at d̅=2.60 from the ideal point (100%,100%). We evaluate two learning formulations: indirect heatmap-based models predicting received-power radio maps, and direct score-map models predicting the objective landscape over feasible transmitter locations. Within the heatmap family, discriminative models deliver one-shot predictions 1350-2400× faster than exhaustive search, while diffusion models additionally support multi-sample inference that improves single-objective performance and, by reusing the same sample pool under a balanced criterion, recovers strong balanced placements without explicit multi-objective training. Dual score-map strategies combining power and coverage score-maps match the exhaustive balanced optimum (d̅=2.60) and remain close to it across smaller candidate budgets, at 14-22× speedups including the cost of evaluating shortlisted candidates. Dual score-map methods are strongest overall, whereas heatmap formulations remain attractive for their physically meaningful intermediate maps and, in the diffusion setting, for inference-time search.

PaperPDFCode Syntology ran

In Syntology 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="2604.22056")

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 12 ran with no contract checked.

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

CagkanYapar/Deployment1Tx 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

15 samples harvested; 12 ran; 0 honoured the contract we drafted; 3 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.

12ran
3unverified

Licence: 0 of the 15 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 CagkanYapar/Deployment1Tx. “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.

center_crop_to_match CagkanYapar/Deployment1Tx/models/discriminative.py found in paper text by Syntology ran MIT (permissive) · 6572501220ffec46 · report
compute_coverage_binary_loss CagkanYapar/Deployment1Tx/training/losses.py found in paper text by Syntology ran MIT (permissive) · a3eb8b5d72c1648b · report
compute_ms_ssim_loss CagkanYapar/Deployment1Tx/training/losses.py found in paper text by Syntology ran MIT (permissive) · c63df256016193f4 · report
compute_ssim_loss CagkanYapar/Deployment1Tx/training/losses.py found in paper text by Syntology ran MIT (permissive) · 75e09835408d55c7 · report
conv_block CagkanYapar/Deployment1Tx/models/diffusion.py found in paper text by Syntology ran MIT (permissive) · 89f84f0bf94f04b5 · report
convert_to_json_serializable CagkanYapar/Deployment1Tx/training/train_diffusion_scoremap.py found in paper text by Syntology ran MIT (permissive) · 32344640bf1fb835 · report
convrelu CagkanYapar/Deployment1Tx/models/saipp_net.py found in paper text by Syntology ran MIT (permissive) · 2458f60cf377c8ab · report
convreluT CagkanYapar/Deployment1Tx/models/saipp_net.py found in paper text by Syntology ran MIT (permissive) · 01b2cde8ecdca9f6 · report
evaluate_samples_batched_inline CagkanYapar/Deployment1Tx/evaluation/eval_heatmap_diffusion_multisample.py found in paper text by Syntology ran MIT (permissive) · e95be1df94fe0c58 · report
format_hardware_info CagkanYapar/Deployment1Tx/evaluation/eval_heatmap_diffusion_multisample.py found in paper text by Syntology ran MIT (permissive) · 5730534a5c472c33 · report
sample_diffusion CagkanYapar/Deployment1Tx/evaluation/eval_scoremap_diffusion.py found in paper text by Syntology ran MIT (permissive) · f6a1d857d27e5aab · report
soft_argmax CagkanYapar/Deployment1Tx/models/discriminative.py found in paper text by Syntology ran MIT (permissive) · 255a0daf959dc49a · report
conv_block CagkanYapar/Deployment1Tx/models/discriminative.py found in paper text by Syntology unverified MIT (permissive) · 76d16d27813c48f1 · report
create_comparison_table CagkanYapar/Deployment1Tx/evaluation/eval_heatmap_diffusion_l2.py found in paper text by Syntology unverified MIT (permissive) · 08873c640a70115b · report
create_diffusion_model CagkanYapar/Deployment1Tx/models/diffusion.py found in paper text by Syntology unverified MIT (permissive) · c4bf3182c51d0cac · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.22056, was issued in April 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