{"id":"9be86fdf-540a-4a26-b842-00564c5fdbc9","arxiv_id":"1908.09042","paper_version":3,"verdict":"REJECT","confidence":"MODERATE","novelty_score":3.0,"correctness_risk":"high","formal_verification":"none","parameter_count":1,"one_line_summary":"The paper presents SIDLE, a weighted-scoring leader election algorithm for heterogeneous hexagonal WSAN clusters, and claims lower residual-energy consumption than LEACH and FCA without providing the supporting figure or experimental data.","lead":"This paper proposes a distributed leader election algorithm for wireless sensor networks deployed in hexagonal clusters by a drone, scoring nodes by residual energy, signal strength, path length, and neighbor grade. A generalist might read it as an example of how IoT cluster-head election protocols are designed, and why a claimed energy improvement needs a verifiable experiment.","discovery_kind":"extension","skeptic_critique":{"model":"deepseek-v4-flash","headline":"The residual-energy superiority claim rests entirely on Fig. 5, which is absent from the manuscript; without it, the central conclusion is unsupported.","rationale":"The reader correctly identifies Eq. (2) as an uncalibrated scoring function. I agree that this is a serious flaw: with Re, Ss, Pl, and Ng in different units, the polynomial combination has no physical meaning, and Section III.B trivializes Ng and Pl, leaving the score almost entirely dependent on Re and Ss. However, the more load-bearing problem is that the paper's only evidence for the central empirical claim is a missing figure and no methodology. A protocol paper whose headline result is 'better residual energy' must at least include the comparison curves and the conditions under which they were generated. The text asserts this comparison twice but does not provide it. This is not a matter of disagreement with consensus; it is an internally missing premise. Therefore the verdict of REJECT stands, but the emphasis shifts from 'uncalibrated mechanism' to 'unsupported empirical claim.'","tokens_in":8852,"tokens_out":3695,"duration_ms":37779,"concrete_test":"Implement Eq. (2) in a standard WSN simulator (e.g., Castalia or NS-3) using the hardware parameters from Section III (nrf24l01, 315/433 MHz, initial battery energy) and run SIDLE, LEACH, and FCA under identical traffic for 1000+ rounds; if the mean residual energy per round for SIDLE does not dominate both baselines, the central claim fails. If the paper omits parameters needed for such a simulation, that omission itself confirms the claim is unverifiable as submitted.","verdict_should_be":"UNCHANGED","load_bearing_attack":"The paper's central claim—that SIDLE improves residual energy over LEACH and FCA—is asserted in Section IV.C ('this deduction plotted in Fig.5') and repeated in the Conclusion ('Fig.5 showed that the algorithm ... was better than FCA and LEACH'). However, the manuscript contains no Figure 5, no numerical table, and no description of simulation or experimental methodology (initial energies, traffic model, number of rounds, variance). The only quantitative element is Eq. (2), PS = Re^3 + 2Ss^2 + 3Pl + Ng, a hand-weighted sum with no normalization, no calibration, and no derivation linking it to energy consumption; Section III.B even sets Ng=1 and Pl equal for all nodes, reducing the score to Re^3 + 2Ss^2 + 3. Thus the mechanism for achieving the claimed advantage is not justified, and the claimed advantage itself is not evidenced. The conclusion does not follow from the submitted text.","agreement_with_reader":"partial"},"referee_report":{"model":"deepseek-v4-flash","summary":"The manuscript proposes SIDLE, also called RSPR, a distributed leader-election protocol for heterogeneous wireless sensor and actuator networks deployed by drone in a hexagonal grid. Cells elect a local leader using a \"Premiership\" score PS = Re^3 + 2 Ss^2 + 3 Pl + Ng (Eq. 2), where Re is residual energy, Ss is signal strength, Pl is path length, and Ng is neighbor grade. The elected leader aggregates and compresses cell data and forwards it to a head cluster, which forwards processed information to a base station or mobile drone. The paper describes a multi-threaded low-level/high-level architecture and a hardware implementation using Arduino, nRF24L01, and ESP8266 modules. It claims that the proposed algorithm provides faster and safer election and reduces battery consumption compared with LEACH and FCA, with Figure 5 cited as the residual-energy comparison plot. However, Figure 5 is absent from the manuscript, and no simulation or measurement data are provided to support the central claim.","tokens_in":9054,"tokens_out":4217,"duration_ms":42934,"significance":"The potential contribution, if established, would be a simple deterministic weighted leader-election rule for heterogeneous WSANs that is cheap to compute on resource-constrained nodes; the drone-deployed hexagonal two-level hierarchy is a relevant scenario for IoT monitoring in rural areas. The submission does contain a concrete score formula, an explicit architecture description, and a stated comparison against LEACH and FCA. However, it supplies no machine-checked proofs, reproducible code, simulation data, or falsifiable measurements. Its central empirical claim rests on a missing figure, and the hand-weighted Premiership function is neither derived nor calibrated, so the mechanism underlying the claimed benefit is not established.","major_comments":[{"comment":"The central claim that SIDLE/RSPR outperforms LEACH and FCA in residual energy is not evidenced. Figure 5, which is said to plot this comparison, is absent from the manuscript, and no numerical table, simulation setup, initial energy values, traffic model, number of rounds, or variance statistics are provided. The Conclusion repeats the claim without adding evidence. As submitted, the superiority conclusion does not follow from the presented material.","section":"IV.C, V, Fig.5"},{"comment":"The mechanism by which the score is supposed to improve energy efficiency is not established. PS = Re^3 + 2 Ss^2 + 3 Pl + Ng is a hand-weighted sum with no normalization, calibration, or derivation from an energy-consumption or network-lifetime model. Section III.B states that Ng is set to 1 and Pl is the same for all nodes, so the effective score is Re^3 + 2 Ss^2 + 3. Without an energy model linking these terms to residual energy, the claimed advantage does not follow even if Figure 5 were supplied.","section":"II.F, III.B, Eq. (2)"},{"comment":"The \"Semantic Intelligence\" decision-making system invoked in Section II.F is not implemented or evaluated. Section III.B and Box.4 describe only a direct linear weighted sum in C++, with no fuzzy inference rules, membership functions, defuzzification, or semantic reasoning. Consequently, the stated contribution of \"SI employment\" to reduced battery consumption is unsupported.","section":"II.F, III"},{"comment":"The comparative evaluation is not described at a level that permits reproduction. The FCA baseline is described qualitatively, the LEACH threshold equation (3) is garbled in the typeset formula, and there is no statement of common simulation conditions, node counts, energy model, or performance metrics other than the missing Figure 5.","section":"IV.A-C"}],"minor_comments":[{"comment":"The algorithm is called SIDLE in the title and abstract but RSPR in Sections II.C and II.F; please use one name consistently throughout the manuscript.","section":"Title/abstract"},{"comment":"The sentence beginning \"A sophisticated decision making Semantic Intelligent algoFailure on whether to accept or reject a given query\" is incomplete and contains a typo; it should be rewritten for coherence.","section":"II.F"},{"comment":"The caption of Fig. 2 duplicates the caption of Fig. 1, and the two figures appear identical in the text, making the intended distinction unclear.","section":"Figs. 1-2"},{"comment":"References [13] and [22] are the same paper, and reference [20] appears to be uncited in the text; please consolidate and verify all citations.","section":"References"},{"comment":"Equation (3), the LEACH threshold formula, is not rendered correctly and is unreadable as typeset; it must be reformatted.","section":"Eq. (3)"},{"comment":"The premiership function in Box.4 uses int arguments for Re, Ss, Pl, and Ng, which truncates real-valued measurements; if real values are intended, the type should be changed and the normalization of inputs should be stated.","section":"Box.4"}],"recommendation":"reject","confidential_remarks":null},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"Short version: the only quantitative evidence for the central claim is a figure that isn't there. The rest is a reasonable but unvalidated engineering sketch.\n\nWhat's actually new: not much. Eq. (2), the PS function, is a hand-weighted sum of standard inputs—residual energy, signal strength, path length, neighbor grade—that already appear in the fuzzy and weighted cluster-head literature the paper cites. The hexagonal drone-deployed topology is a nice application touch but not a new idea. What the paper does do okay is describe a specific hardware platform: Atmel pico-power microcontrollers, lithium-polymer batteries with polycrystalline solar cells, NRF24L01 and ESP8266 radios, and Thingspeak/Blynk for monitoring. The two-level hierarchy of local leaders, head clusters, and a master is also described with enough specificity that someone building a similar testbed might learn something.\n\nThe soft spots are load-bearing. The conclusion and Section IV.C both rest on Fig.5, which is absent from the submission. There is no simulation model, no number of runs, no initial energy values, no traffic pattern. Section III.B says Ng=1 and Pl is equal for all nodes, so Eq. (2) effectively becomes Re^3 + 2Ss^2 + 3. That makes the 'Semantic Intelligence' in the title and abstract a label, not a mechanism; the SI system described in Section II-F is never implemented in the Section III code. The comparison with LEACH and FCA is asserted, not shown. The references have issues too: [13] and [22] are the same paper, and the section on SI contains a broken sentence that literally reads 'Semantic Intelligent algoFailure'. These are not trivial typo-level problems; they undermine the paper's reliability as a source.\n\nThe paper is not incoherent as an algorithm description, and the hardware account might be useful to someone building a similar testbed. But as a research contribution, the central claim is unsupported. I would not spend referee time on it in its current form. If the authors supply the missing figure, a proper experimental setup, and a calibration or derivation for Eq. (2), there might be a modest empirical note here. As submitted, it's a desk reject.","headline":"The paper's residual-energy superiority claim is supported only by a missing figure, so the empirical core is absent; the hardware sketch is concrete but the research contribution is unsubstantiated.","tokens_in":9561,"tokens_out":3024,"would_cite":false,"duration_ms":27932,"reading_group":"no","serious_thinker":"unclear","would_accept_peer_review":false},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"deepseek-v4-flash","headline":"The paper claims that a two-level hexagonal wireless sensor/actuator network using its Premiership scoring function elects leaders faster and more safely, and keeps more residual energy in the network, than LEACH and FCA.","keywords":["wireless sensor networks","leader election","clustering","energy efficiency","heterogeneous nodes","semantic intelligence","hexagonal deployment","LEACH"],"falsifier":"Run the reported two-cluster hardware setup through repeated election rounds, logging the residual energy of every node under identical traffic for SIDLE, LEACH, and FCA; if SIDLE's residual energy does not remain above both baselines until first node death, or if the plotted comparison in Figure 5 cannot be reproduced, the central claim fails.","tokens_in":8649,"feed_emoji":"🔋","tokens_out":8930,"duration_ms":89502,"temperature":0.7,"pith_summary":"This paper tries to establish that a wirelessly deployed, two-level sensor/actuator network organized in hexagonal cells can elect leaders faster and more safely than LEACH and FCA while using less battery, through a deterministic score called Premiership. Nodes in each cell elect a local leader; leaders preprocess and forward data to a head cluster, which elects a master that transmits to a base station or drone. The authors claim that a hardware testbed with two clusters and the scoring rule PS = $Re^{3}$ + 2 $Ss^{2}$ + 3 Pl + Ng leaves more residual energy in the network than the two baselines, as shown in their Figure 5. If true, rural IoT deployments that cannot be recharged could extend network lifetime with simple arithmetic instead of fuzzy inference.","feed_headline":"Weighted PS score beats LEACH and FCA on residual energy","feed_subtitle":"A two-level hexagonal sensor net using the Premiership function outlasts randomized and fuzzy cluster-head selection.","key_machinery":"The load-bearing object is the Premiership scoring function PS = $Re^{3}$ + 2 $Ss^{2}$ + 3 Pl + Ng, with Re residual energy, Ss radio signal strength, Pl path length to the head cluster, and Ng neighbor grade. The leader at each cell is selected by computing this value and choosing the highest, so the paper's battery-life claim stands or falls on whether that choice actually minimizes total network energy use. Around the score sits the two-level hierarchy: primitive nodes collect and preprocess data, leaders merge cell data, head clusters merge cluster data, and the master sends the final encrypted, compressed record to the base station or drone.","core_discovery":"The central claim is that the distributed leader-election algorithm SIDLE, named RSPR in the protocol description, improves on LEACH and FCA on the decisive metric of residual energy. The mechanism is the Premiership function, which evaluates every candidate leader by the expression PS = $Re^{3}$ + 2 $Ss^{2}$ + 3 Pl + Ng, using residual energy, signal strength, path length to the head cluster, and neighbor grade; the node with the highest PS becomes leader. In the proposed two-level hierarchy, each hexagonal cell elects a leader, the central cell of a seven-cell FDMA cluster acts as head cluster, and head clusters elect a master that communicates with the base station or a mobile drone. The authors report that this scheme elects leaders more quickly, tolerates leader crashes, and, because of Semantic Intelligence in the scoring, keeps the network's residual energy above LEACH and FCA.","pith_inferences":["A natural extension the paper does not pursue is to calibrate the Premiership weights (the cubic energy term, the quadratic signal term, and the linear path term) against measured per-round energy draw; one would expect the optimal weights to depend on cell density and traffic rather than being universal constants.","The Semantic Intelligence label is applied in the text to what is a deterministic weighted sum; a testable extension is to replace the fixed weights with a fuzzy or learned mapping from the same four inputs and compare residual-energy curves on the same testbed.","The hexagonal seven-cell cluster geometry makes testable predictions: path length and neighbor grade vary with cell size and drone drop accuracy, so the protocol's advantage over LEACH should grow with cell density and shrink in sparse deployments where every node hears the base station.","The refugee and daisy-chain recovery after a head-cluster death invites a benchmark against a single power-boosted hop on the same topology, to find the crossover where each strategy saves more energy."],"forward_implications":["If the central claim is right, a leader election that uses one arithmetic score can replace randomized rotation and fuzzy inference while improving residual energy, so constrained sensor nodes need no fuzzy engine.","The two-level preprocessing hierarchy means each node sends small records rather than raw sensor streams, so network lifetime gains come from both leader choice and data-volume reduction.","Because the Premiership rule is deterministic and simple, the same hardware setup can be reproduced and its weights tuned by other groups without protocol licensing barriers.","The dead-head-cluster recovery mechanism, where refugee nodes switch to a neighboring leader and daisy-chain data, gives the protocol a fault-tolerance property that the described random-rotation baseline does not explicitly provide."],"supporting_citations":[{"why":"Supplies the LEACH protocol as the baseline whose residual-energy performance SIDLE claims to beat.","marker":"[22]"},{"why":"Supplies the fuzzy clustering algorithm (FCA) baseline and its IF-THEN cluster-head selection rule that SIDLE compares against.","marker":"[18]"},{"why":"Supplies residual energy as the primary parameter for leader selection, which becomes the cubic term in the Premiership score.","marker":"[17]"},{"why":"Supplies the semantic hierarchical data-storage idea that motivates calling the scoring approach Semantic Intelligence in the proposed protocol.","marker":"[21]"}],"fun_headline_variants":["SIDLE outlasts LEACH and FCA on residual energy","Hexagonal drone mesh with SIDLE beats LEACH and FCA","Semantic leader election: SIDLE's PS score saves power","Drone-deployed SIDLE: more residual energy than LEACH or FCA","SIDLE: smart leader pick keeps sensor batteries charged"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The energy-saving claim holds only if choosing the highest Premiership score PS = $Re^{3}$ + 2 $Ss^{2}$ + 3 Pl + Ng actually picks the leader that minimizes total network battery use, an assumption the paper states without calibration, normalization, or an energy-consumption model.","fun_headline_variants_meta":{"raw":{"variants":["SIDLE outlasts LEACH and FCA on residual energy","Hexagonal drone mesh with SIDLE beats LEACH and FCA","Semantic leader election: SIDLE's PS score saves power","Drone-deployed SIDLE: more residual energy than LEACH or FCA","SIDLE: smart leader pick keeps sensor batteries charged"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.001026,"raw_usage":{"total_tokens":4329,"prompt_tokens":951,"completion_tokens":3378,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":567,"completion_tokens_details":{"reasoning_tokens":3283}},"tokens_in":567,"tokens_out":3378,"duration_ms":21399,"temperature":1.0,"reasoning_tokens":3283,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-14T11:23:31.258630+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Run the reported two-cluster hardware setup through repeated election rounds, logging the residual energy of every node under identical traffic for SIDLE, LEACH, and FCA; if SIDLE's residual energy does not remain above both baselines until first node death, or if the plotted comparison in Figure 5 cannot be reproduced, the central claim fails.","supporting_citations":[{"cited_title":"Design, Implementation, and Evaluation of SemHD: A New Semantic Hierarchical Sensor Data Storage","cited_arxiv_id":null,"evidence_quote":"Supplies the LEACH protocol as the baseline whose residual-energy performance SIDLE claims to beat."},{"cited_title":"Fuzzy-Logic-Based Energy Optimized Routing for Wireless Sensor Networks","cited_arxiv_id":null,"evidence_quote":"Supplies the fuzzy clustering algorithm (FCA) baseline and its IF-THEN cluster-head selection rule that SIDLE compares against."},{"cited_title":"and Mittal V., (2004), “FLOC: A fast local clustering service for wireless sensor networks, in Proc","cited_arxiv_id":null,"evidence_quote":"Supplies residual energy as the primary parameter for leader selection, which becomes the cubic term in the Premiership score."},{"cited_title":null,"cited_arxiv_id":null,"evidence_quote":"Supplies the semantic hierarchical data-storage idea that motivates calling the scoring approach Semantic Intelligence in the proposed protocol."}],"review_version":1}