{"id":"56c91760-63e1-4972-abe5-c5d4fc897907","arxiv_id":"2504.15611","paper_version":1,"verdict":"REJECT","confidence":"MODERATE","novelty_score":3.0,"correctness_risk":"high","formal_verification":"none","parameter_count":6,"one_line_summary":"An ACO-MPC framework for maritime navigation is claimed to produce collision-free, lowest-energy paths on synthetic sea maps, though evidence is limited to two single-run simulations.","lead":"The paper combines two known computer algorithms to plan routes for autonomous ships, aiming for paths that use the least energy and avoid obstacles. It reports lower energy use than some baseline methods in computer simulations, but the result depends on a fitted energy model and only two test maps.","discovery_kind":"extension","skeptic_critique":{"model":"deepseek-v4-flash","headline":"The energy-cost map used for Figs. 7–8 is not tied to Eq. (32): the only fitted equation is for renewable generation, not ship consumption, so the reported energy ranking is unverified.","rationale":"The reader identified the synthetic-model circularity. I go further: even before external validation, the paper is internally inconsistent about what quantity the cost map represents. Section III's G is explicitly consumption; Section IV.A's fit is explicitly total renewable generation. The two equations have different regressors, and no bridging statement is supplied. Thus the headline numbers are not reproducible from the text. This is not a matter of disagreement with consensus; it is a gap between the stated method and the reported numerical claim. An independent energy model test would separate map-specific optimization from genuine efficiency. The abstract mismatch and duplicated outline further reduce confidence but are secondary. Therefore REJECT remains appropriate.","tokens_in":10407,"tokens_out":4846,"duration_ms":47223,"concrete_test":"Obtain the exact map-generation script and fitted coefficients. Then independently recompute the Fig. 7 path costs by integrating Eq. (32) over the ACO-MPC path with the reported coefficients; if the result does not equal 51.775 kWh, or if the map equals Ptotal rather than G, the comparison is invalid. A stronger check: replace the cost map with an independent ship-resistance energy model, e.g., P = (1/2)ρ C_d A v_ship^3/η + P_hotel, and rerun all planners; if ACO-MPC no longer yields the lowest cost, the claimed advantage is an artifact of the fitted map.","verdict_should_be":"REJECT","load_bearing_attack":"The headline comparison depends entirely on the energy-cost map used in Figs. 7–8. In Section III, Eq. (32) defines G, the ship's energy consumption per km, as G = γ1 Rpol + γ2 Vwind + γ3 Vwind^3 + γ4, with γ's from least squares. In Section IV.A, however, the only concrete fitted equation is Ptotal = −166.3272 + 15·Irr + 51.7979·v − 0.047·v^3, described as 'total renewable power output.' These are different objects: one is consumption per distance, the other is renewable generation; the fitted equation has an irradiance term that Eq. (32) lacks and no polar-strength term; and the coefficients γ1–γ4 are never reported. The text never states that the bottom-left 'Energy Cost Map (kWh/km)' of Fig. 6 is computed from Gpred in Eq. (33) rather than from −Ptotal, Ptotal, or some other transform. Since every algorithm in Figs. 7–8 is scored on this same undisclosed map, the reported 51.775 kWh and 49.221 kWh totals cannot be independently checked. If the map is built from Ptotal, the planner is optimizing renewable generation, not ship energy consumption, so the central energy-efficiency claim is not supported. The data in Fig. 3 are also labeled 'HOMER-generated synthetic,' undercutting the abstract's 'real-world data' provenance.","agreement_with_reader":"partial"},"referee_report":{"model":"deepseek-v4-flash","summary":"The manuscript proposes an ACO-MPC path planner for autonomous maritime navigation. The planner uses ant colony optimization inside a receding-horizon framework, with a matrix-based energy cost map as the objective, and the authors claim that it achieves collision-free navigation and the lowest cumulative energy compared with rule-based, GA-MPC, PSO-MPC, WOA-MPC, and standard MPC baselines. The headline simulation results report 51.775 kWh in Fig. 7 and 49.221 kWh in Fig. 8. The paper states that a linear energy consumption model, Eq. (32), is fitted from real-world data and embedded in the MPC cost, and that the proposed method significantly outperforms the baselines.","tokens_in":10780,"tokens_out":6175,"duration_ms":56155,"significance":"The ACO formulation in Section II is internally consistent and the matrix notation is easy to follow, but the significance of the claimed performance advantage depends entirely on the validity of the energy-cost map and the fairness of the comparison. As submitted, the fitted linear equation reported in Section IV.A describes renewable generation, not ship energy consumption; the planner is evaluated on the same cost map it optimizes; the data are HOMER-generated synthetic data rather than measured real-world data; and all comparisons are single runs with no statistics. The MPC battery dispatch layer is formulated but never evaluated. These issues are load-bearing for the central claim, so the paper does not currently support its abstract and conclusion.","major_comments":[{"comment":"The fitted linear model reported in Section IV.A is Ptotal = -166.3272 + 15*Irr + 51.7979*v - 0.047*v^3, which the text identifies as 'total renewable power output.' This is a generation model, not the consumption model G of Eq. (32): it has no polar-strength term and it includes irradiance, which Eq. (32) does not. The coefficients gamma1-gamma4 of Eq. (32) are never reported, and the text never states that the bottom-left Energy Cost Map (kWh/km) in Fig. 6 was computed from Gpred in Eq. (33) rather than from -Ptotal, Ptotal, or some other transform. Since every algorithm in Figs. 7-8 is scored on this same undisclosed map, the reported energy totals cannot be independently verified, and the central energy-efficiency claim is unsupported.","section":"Section III, Eq. (32)-(33), and Section IV.A"},{"comment":"The planner's ACO cost J in Eq. (17) and the MPC cost in Eq. (37) both use the same energy cost map E / Gpred that is later used to compute the reported cumulative energy totals in Figs. 7-8. This makes the evaluation self-referential: the planner is rewarded for reducing the very quantity used as the evaluation metric. A meaningful comparison would require an independent energy evaluation, such as a high-fidelity ship dynamics simulator, measured propulsion data, or at least a holdout map not available to the planner. As it stands, the 'lowest cumulative energy' claim is an artifact of the cost definition.","section":"Section IV.B, Figs. 7-8, Eq. (17) and Eq. (37)"},{"comment":"The abstract, the Introduction, and Fig. 2 repeatedly state that the model is derived from 'real-world data,' but Section IV.A explicitly says that Fig. 3 is based on 'HOMER-generated synthetic resource datasets.' HOMER-generated data are simulated, not measured. This misrepresentation matters because the external validity of the energy model is the basis of the claimed practical relevance of the results.","section":"Section IV.A and Fig. 3"},{"comment":"All comparisons are single runs without repetitions, standard deviations, confidence intervals, or sensitivity analysis. Since ACO is a stochastic algorithm, a single trajectory cannot support the statement that the proposed approach 'significantly outperforms' the baselines. Furthermore, several baselines (direct path, wind-first, combined path, WOA-ACO, and WOA-MPC) are reported as colliding with the obstacles; these are unconstrained or rule-based methods, so the collision comparison does not demonstrate that ACO-MPC is collision-free in a meaningfully harder or fairer setting.","section":"Section IV.B, Figs. 7-8"},{"comment":"The MPC layer for battery dispatch is formulated in Eqs. (34)-(38) but is never evaluated. The results contain no state-of-charge trajectories, charging/discharging commands, backup power usage, or battery cycling data. Therefore the abstract's claim about optimizing 'renewable utilization, battery cycling, and backup power usage' is unsupported by the experiments, and the actual contribution reduces to an ACO path search on a given static cost map.","section":"Section III, Eqs. (34)-(38)"}],"minor_comments":[{"comment":"The abstract supplied with the manuscript (the passage beginning 'Automated driving on ramps...') describes a different problem and should be replaced with the maritime navigation abstract that appears in the body of the paper.","section":"Abstract"},{"comment":"The Introduction contains two inconsistent 'remainder of this paper' paragraphs; the first announces a related-work Section II that does not exist in the manuscript.","section":"Introduction"},{"comment":"The caption of Fig. 3 says 'hourly velocity of the ship' while the surrounding text discusses wind speed; the caption should be corrected.","section":"Fig. 3 caption"},{"comment":"Table I lists the cost weights cbat and cbackup used in Eq. (37) but their numerical values are never given; the table also lists a fixed wind speed of 8 m/s, which conflicts with the spatially varying wind map in Fig. 6.","section":"Table I and Eq. (37)"},{"comment":"The opening sentence of Section IV.B refers to the proposed method as 'EG-MPC,' while the rest of the paper calls it ACO-MPC; the typo should be fixed.","section":"Section IV.B"},{"comment":"The legend entry 'WOCA-ACO MPC' is inconsistent with 'WOA-ACO Hybrid MPC' used in Section IV.B; the acronym should be unified.","section":"Figs. 7-8 legends"},{"comment":"The term trace(Gpred(P(t))) is not clearly defined for a path-indexed matrix; the notation should be clarified so that the summed energy along the path is unambiguous.","section":"Eq. (37)"}],"recommendation":"reject","confidential_remarks":"For the editor: the manuscript has multiple presentation-level inconsistencies (mismatched abstract, duplicated outline, and inconsistent acronyms) in addition to the technical problems. In particular, the missing connection between the fitted renewable-generation model and the energy-cost map used in the experiments is a fundamental issue: the central performance claim cannot be checked as submitted, and the evaluation is self-referential. I do not see a path to acceptance without reworking the energy model and the experimental methodology, so I recommend rejection."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"Two things you should know. The paper's actual content is about maritime path planning with an ACO-MPC hybrid, but the abstract on arXiv describes ramp driving for automated vehicles. That mismatch alone should stop anyone before reading further. More importantly, the headline energy result is not supported: the energy cost map used to score all planners is never tied to the fitted consumption model in Eq. (32), and the only fitted equation reported is for renewable generation, not ship consumption.\n\nWhat is genuinely fine: the matrix-based ACO formulation in Section II is coherent. The move set, pheromone update, validity checks, and the integration of the energy map into a receding-horizon cost are standard but clearly written. The obstacle-aware comparison against direct, wind-first, MPC, GA-MPC, PSO-MPC, and WOA variants is a reasonable set of baselines. If the underlying cost map were credible, the experiments would demonstrate a modest improvement in static-map routing.\n\nThe soft spots are load-bearing, not cosmetic. Eq. (32) defines ship energy consumption per km as a linear function of polar strength and wind speed, with coefficients γ1–γ4 determined by least squares. But Section IV.A reports a fitted equation for total renewable power output, Ptotal = −166.3272 + 15·Irr + 51.7979·v − 0.047·v^3, which has an irradiance term and no polar-strength term. The coefficients γ1–γ4 are never given. The text never states that the \"Energy Cost Map (kWh/km)\" in Fig. 6 is computed from Gpred in Eq. (33). If the map is built from Ptotal, the planner is optimizing renewable generation, not ship energy consumption, and the central claim collapses. Moreover, the \"real-world data\" in Fig. 3 is labeled HOMER-generated synthetic. All benchmark scores come from single runs on two maps, so there are no error bars or repeated trials to support \"significantly outperforms.\" The paper also has a duplicated outline paragraph and several internal naming inconsistencies (EG-MPC vs ACO-MPC).\n\nWho is this for? A reader working on maritime path planning who wants ideas for implementing ACO inside MPC might skim the math. But as a published result, it cannot be trusted. The math alone is not enough to justify acceptance because the empirical contribution depends entirely on an undisclosed and likely mislabeled cost map.\n\nRecommendation: desk reject, with an invitation to resubmit after fixing the abstract, reporting the fitted coefficients, explicitly deriving the energy cost map from Eq. (33), releasing code and data, and running multiple randomized trials with statistical comparison. In its current form, a serious referee would spend their time chasing a claim that the paper itself does not document.","headline":"The paper has a coherent ACO-MPC math core, but the central energy-efficiency claim rests on an unverified cost map and the submission is internally inconsistent, including an abstract about ramp driving.","tokens_in":11284,"tokens_out":2448,"would_cite":false,"duration_ms":22480,"reading_group":"no","serious_thinker":"no","would_accept_peer_review":false},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"deepseek-v4-flash","headline":"A hybrid ACO-MPC planner produces collision-free ship routes that consume less energy than standard MPC and rule-based methods in simulated maritime environments.","keywords":["energy-efficient systems","autonomous ship navigation","path planning","model predictive control","ant colony optimization","collision avoidance","renewable energy","linear regression model"],"falsifier":"Re-run the planner comparison with the energy cost map replaced by a high-fidelity ship power model or by measured fuel consumption from a trial voyage; if the ACO-MPC route no longer has the lowest total energy among the same baseline methods, the central claim is refuted. A simpler check is to compare the linear model's predictions against actual ship power readings over the same wind and polar conditions and look for systematic residuals.","tokens_in":10196,"feed_emoji":"🚢","tokens_out":6149,"duration_ms":51082,"temperature":0.7,"pith_summary":"The paper proposes a path planner for autonomous ships that combines Ant Colony Optimization (ACO) with Model Predictive Control (MPC). It claims that, by guiding a receding-horizon controller with pheromone-based search and a linear energy-consumption map, the planner reaches target points without collisions while using less total energy than rule-based routing, standard MPC, and metaheuristic-MPC hybrids. The authors test this in two simulated maritime scenarios with wind, polar, and obstacle fields, reporting the lowest feasible cumulative energy (51.775 kWh and 49.221 kWh) among all compared methods. The motivation is practical: energy-efficient routing extends operational range and reduces environmental impact, and collision avoidance is a safety requirement.","feed_headline":"Hybrid ship planner uses least energy while dodging all obstacles","feed_subtitle":"Ant-colony search plus model-predictive control beats rule-based and MPC baselines in wind and polar simulations","key_machinery":"The load-bearing mechanism is the ACO-MPC loop. At each cycle, a colony of ants builds candidate paths over a horizon $H$ by picking from eight move directions with probability proportional to pheromone $\\phi_{h,m}$ times a target-distance heuristic, evaluates each path against the energy map $E$ plus an obstacle penalty, and updates pheromones by reinforcing moves used by low-cost paths. The best candidate's first step is executed, and the process repeats in receding-horizon fashion; an inner MPC layer dispatches battery and backup power subject to state-of-charge constraints. The linear energy model of Eq. (32) supplies the cost map that couples routing decisions to renewable generation, wind, and polar conditions.","core_discovery":"On its own terms, the paper establishes that a matrix-based ACO-MPC framework, using the fitted energy model $G=\\gamma_1 R_{\\mathrm{pol}}+\\gamma_2 V_{\\mathrm{wind}}+\\gamma_3 V_{\\mathrm{wind}}^3+\\gamma_4$ as the cost field, produces collision-free paths with the lowest cumulative energy among the tested planners. In the first scenario the ACO-MPC route consumes 51.775 kWh against 52.084 kWh for standard MPC and higher values for GA-MPC and PSO-MPC; in the second it consumes 49.221 kWh against 50.167 kWh for standard MPC. Rule-based routes (direct, wind-first, 50/50 combined) and two whale-optimization variants collide with obstacles and are assigned infinite cost. The authors interpret this as evidence that combining metaheuristic global search with receding-horizon control avoids the local optima that trap standard MPC while keeping paths feasible.","pith_inferences":["A natural next test is to replace the fitted linear energy map with a high-fidelity hydrodynamics simulator or measured fuel data; if the ACO-MPC route remains cheapest, the energy claim would transfer to real operations.","Because the planner only needs a grid cost map and an obstacle map, the same ACO-MPC formulation could be applied to other renewable-aware routing problems, such as solar-powered UAVs or electric ground vehicles.","The comparison results would be stronger if the planning objective and the evaluation metric were not both built from the same linear model; an independent energy measurement would separate planning skill from model fidelity.","The paper's receding-horizon pheromone update suggests a natural extension to cooperative multi-vessel routing, where shared pheromone maps encode traffic or energy information."],"forward_implications":["If the claim holds, a ship can reach a target with measurably less cumulative energy than standard MPC or rule-based routing while staying collision-free in the simulated environments.","The framework couples route choice with onboard energy dispatch, so path planning and battery/backup management can be optimized as one problem.","The linear energy model with a cubic wind term is sufficient, in the authors' simulations, to capture the environmental factors that matter for routing.","The same matrix formulation is compact enough to be described as real-time implementable, since all operations are expressed as matrix updates.","In both test scenarios, standard MPC falls into a locally suboptimal route, while the pheromone mechanism finds a cheaper feasible path."],"supporting_citations":[{"why":"Supplies the ant-colony pheromone update and move-selection rules that form the core of the ACO-MPC path search.","marker":"[22]"},{"why":"Provides the model predictive control formulation that the receding-horizon optimization is built on.","marker":"[18]"},{"why":"Shows prior application of ACO to unmanned-surface-vehicle path planning, the baseline this paper extends.","marker":"[24]"},{"why":"Contributes the heuristic search and improved ACO approach for ship obstacle avoidance that motivates the validity function.","marker":"[23]"},{"why":"Motivates the hybrid solar-wind-battery system model that underlies the energy cost map.","marker":"[16]"},{"why":"Supplies the marine renewable hybrid-system context for battery cycling and backup power in the MPC.","marker":"[17]"},{"why":"Provides an enhanced collision-avoidance technique for autonomous ship navigation against which the safety results are positioned.","marker":"[8]"},{"why":"Documents a field experiment of autonomous ship navigation, supporting the practical motivation for realistic environment modeling.","marker":"[7]"}],"fun_headline_variants":["Ant-based MPC planner cuts ship energy use and dodges all obstacles","Hybrid ACO-MPC ship planner beats standard MPC on energy and safety","Ant colony plus MPC finds collision-free low-energy ship paths","Maritime ACO-MPC hybrid cuts energy and avoids every obstacle","Ship navigation with ant search and MPC achieves lowest energy and no collisions"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The results stand or fall on whether the fitted linear energy model, Eq. (32), accurately represents real ship energy consumption; the same map is used to plan paths and to decide which method used least energy, so a wrong map would make the lowest-energy claim true only inside the simulation.","fun_headline_variants_meta":{"raw":{"variants":["Ant-based MPC planner cuts ship energy use and dodges all obstacles","Hybrid ACO-MPC ship planner beats standard MPC on energy and safety","Ant colony plus MPC finds collision-free low-energy ship paths","Maritime ACO-MPC hybrid cuts energy and avoids every obstacle","Ship navigation with ant search and MPC achieves lowest energy and no collisions"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.000834,"raw_usage":{"total_tokens":3608,"prompt_tokens":879,"completion_tokens":2729,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":495,"completion_tokens_details":{"reasoning_tokens":2638}},"tokens_in":495,"tokens_out":2729,"duration_ms":17331,"temperature":1.0,"reasoning_tokens":2638,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-16T11:22:16.817962+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Re-run the planner comparison with the energy cost map replaced by a high-fidelity ship power model or by measured fuel consumption from a trial voyage; if the ACO-MPC route no longer has the lowest total energy among the same baseline methods, the central claim is refuted. A simpler check is to compare the linear model's predictions against actual ship power readings over the same wind and polar conditions and look for systematic residuals.","supporting_citations":[{"cited_title":"Ant colony optimization,","cited_arxiv_id":null,"evidence_quote":"Supplies the ant-colony pheromone update and move-selection rules that form the core of the ACO-MPC path search."},{"cited_title":"Exploring the application of ant colony optimization in path planning for unmanned surface vehicles,","cited_arxiv_id":null,"evidence_quote":"Shows prior application of ACO to unmanned-surface-vehicle path planning, the baseline this paper extends."},{"cited_title":"Obstacle avoidance for ship navigation safety combining heuristic search algorithm and improved aco algorithm,","cited_arxiv_id":null,"evidence_quote":"Contributes the heuristic search and improved ACO approach for ship obstacle avoidance that motivates the validity function."},{"cited_title":"A review on recent size optimization methodologies for standalone solar and wind hybrid renewable energy system,","cited_arxiv_id":null,"evidence_quote":"Motivates the hybrid solar-wind-battery system model that underlies the energy cost map."},{"cited_title":"Electrical power supply of remote maritime areas: A review of hybrid systems based on marine renewable energies,","cited_arxiv_id":null,"evidence_quote":"Supplies the marine renewable hybrid-system context for battery cycling and backup power in the MPC."},{"cited_title":"Au- tonomous ship navigation with an enhanced safety collision avoidance technique,","cited_arxiv_id":null,"evidence_quote":"Provides an enhanced collision-avoidance technique for autonomous ship navigation against which the safety results are positioned."},{"cited_title":"Field experiment of autonomous ship navigation in canal and surrounding nearshore environments,","cited_arxiv_id":null,"evidence_quote":"Documents a field experiment of autonomous ship navigation, supporting the practical motivation for realistic environment modeling."}],"review_version":1}