{"id":"899c6571-c16c-4966-93ac-99d855e55c49","arxiv_id":"2608.05858","paper_version":1,"verdict":"REJECT","confidence":"MODERATE","novelty_score":6.0,"correctness_risk":"high","formal_verification":"none","parameter_count":3,"one_line_summary":"A shape-aware OBB-to-HBB conversion using a fitted superellipse hull model is proposed, but the derived projection equations are internally inconsistent and the empirical claims are partly overstated.","lead":"This paper proposes a superellipse-based rule for converting oriented bounding boxes to horizontal bounding boxes in ship detection, claiming tighter fits than standard conversions. The authors report higher IoU on two remote sensing datasets, but the central projection formula appears mathematically inconsistent.","discovery_kind":"new_method","skeptic_critique":{"model":"deepseek-v4-flash","headline":"The OBB-to-HBB projection formula is not the superellipse projection; at θ=0 it swaps length and width, so the calibrated parameters and headline IoU gains are not geometrically grounded.","rationale":"The strongest claim is that a shape-aware, superellipse-based conversion achieves higher IoU and lower overshoot and undershoot. That claim rests on the geometric model: the HBB must be the projection of the hull model. The projection equations are the only link between the superellipse and the output box; if they are wrong, the 'optimal mixing parameters' are not optimal in any geometric sense. The θ=0 swap is not a boundary artifact; it demonstrates that the formula does not describe the superellipse even in the simplest case. The synthetic calibration and the real-data transfer inherit this misspecification. The proposed test—replacing the incorrect objective with the true support function and re-running the grid search—is decisive: if the same parameters still win, the method may be salvageable as a heuristic; if not, the central claim is unsupported. No machine-checked proof or independent verification mitigates this; the code link lacks a commit hash, so the exact implemented equations cannot be checked, and the paper's own text contains the erroneous degenerate case. Therefore I maintain the reader's rejection.","tokens_in":8930,"tokens_out":9116,"duration_ms":84168,"concrete_test":"Compute the exact half-extents of the rotated superellipse by maximizing |a cos^{2/q}t cosθ - b sin^{2/q}t sinθ| over t, or via the support function (a^p |cosθ|^p + b^p |sinθ|^p)^{1/p} with p=q/(q-1), for θ in {0,15,30,45} degrees and a, b matching the synthetic hulls. Then re-run Algorithm 2 with this correct projection in place of Eqs. (3)–(4). If the optimal (q,f,s) or the ShipRSImageNet mean IoU margin changes materially, the paper's central claim does not survive the corrected geometry.","verdict_should_be":"UNCHANGED","load_bearing_attack":"Eqs. (3)–(4) are claimed to be the projection of the rotated superellipse (2), but they are not. On the boundary, setting u=|cos t|^{2/q} gives |y|/b=(1-u^q)^{1/q}; Eq. (3) instead uses (1-u^q), missing the 1/q power. The degenerate case in §III-D makes the error explicit: for θ=0 it returns (x_h,y_h)=(bs,as), swapping half-length and half-width although θ is defined as the angle between the long axis and the horizontal. The true axis-aligned extent of the rotated superellipse is (a^p |cosθ|^p + b^p |sinθ|^p)^{1/p} with p=q/(q-1), which at θ=0 is (a,b), not (b,a). Since Eqs. (5)–(6) are derived from this incorrect objective, the synthetic grid search optimizes a misspecified geometric model, and the claimed transfer of (q=2.2, f=0.9, s=1.0) to real data is not evidence for the superellipse mechanism. The empirical IoU gain could be an artifact of the erroneous projection plus three fitted parameters.","agreement_with_reader":"agree"},"referee_report":{"model":"deepseek-v4-flash","summary":"The paper proposes a shape-aware OBB-to-HBB conversion method for ship detection, modeling the hull as a superellipse with parameters q (shape exponent), f (fullness), and s (shrink). It presents a projection formula (Eqs. 3-4), optimizes q, f, s on synthetic hulls via grid search, and evaluates the resulting converter on ShipRSImageNet and a custom Sentinel-2 dataset against OuterHBB, AreaEquivalentHBB, and GBBMarginalized. The authors report the highest mean IoU on both real datasets and argue that the superellipse model captures ship geometry better than box-corner or Gaussian baselines.","tokens_in":9130,"tokens_out":5569,"duration_ms":46686,"significance":"If correct, the method would provide a lightweight, retraining-free post-processing step for OBB-to-HBB conversion with tighter bounds. The paper ships code and data on GitHub/Zenodo, gives clear metric definitions, and includes out-of-sample real-data evaluation, which are commendable. However, the central geometric derivation is incorrect (see major comments), and the synthetic calibration is in-sample. As a result, the claimed mechanism is not established; what remains is an ad-hoc three-parameter heuristic whose empirical gains may be real but are not explained by the superellipse projection. The contribution in its current form does not meet the standard for publication.","major_comments":[{"comment":"The half-extents in Eqs. (3)-(4) are not the projection of the rotated superellipse defined by Eq. (2). For a superellipse with exponent q, the true axis-aligned extent after rotation by theta is (a^p |cos theta|^p + b^p |sin theta|^p)^{1/p} with p = q/(q-1). The expression in Eq. (3) uses (1-u^q) instead of (1-u^q)^{1/q}, which changes the maximization. Concretely, at theta=0 Eq. (3) gives x_h = b s and Eq. (4) gives y_h = a s, swapping the ship's half-length and half-width, as noted in Section III-D. The correct values at theta=0 are x_h = a and y_h = b. Consequently, the optimal mixing parameters in Eqs. (5)-(6) and the final half-extents in Eqs. (7)-(8) maximize a misspecified objective. This invalidates the geometric grounding of the method and of the calibrated parameters.","section":"III-B, Eqs. (3)-(4)"},{"comment":"The grid search in Algorithm 2 selects q, f, and s using the same synthetic hull dataset on which the headline mean IoU (0.7931) and Match50 (0.9831) are reported. These numbers are therefore in-sample and do not provide evidence of generalization. Moreover, Table I shows that NovelShapeAware does not achieve the lowest relative error for any hull family or fullness level; AreaEquivalentHBB is best for tapered and fine hulls and OuterHBB for rectangular hulls. The paper should report a held-out or cross-validated synthetic evaluation, and should not present in-sample calibration performance as a result.","section":"V-A and V-B"},{"comment":"The real-data evaluation on ShipRSImageNet is out-of-sample and provides the only independent support for the method. However, because the projection equations are wrong, the reported improvement could be an artifact of the three fitted parameters rather than evidence for the superellipse mechanism. The authors should either (a) derive the correct projection and re-run the calibration and real-data experiments, or (b) explicitly present the method as a heuristic and compare against other simple heuristics with the same number of parameters. Without this, the central claim that the converter is shape-aware in the geometric sense is unsupported.","section":"V-D, Table III"}],"minor_comments":[{"comment":"There is a typo in 'ccommonly used conversion methods' in Section V-E; it should be 'commonly'.","section":"V-E"},{"comment":"The notation for half-width is inconsistent: the problem statement uses w, while Eq. (1) uses b; unify the symbols for clarity.","section":"III-A"},{"comment":"Table I would benefit from a standard three-column layout with hull family and fullness as separate columns, rather than rows labeled as '0.60 - N'.","section":"Table I"},{"comment":"The sentence 'any current post-processing conversion from OBB to HBB either introduces excess empty and background space or removes data from the detection' is a fragment; it should be joined to the previous sentence or rewritten.","section":"Abstract"},{"comment":"The paper uses both 'AreaEquivalentHBB' and 'AreaEquivalenteHBB' (e.g., in Table III and Section V-D); please make the spelling consistent.","section":"V-D"}],"recommendation":"reject","confidential_remarks":"The fundamental issue is that the projection formula is incorrect, and the paper's own degenerate-case analysis exposes the length-width swap. The in-sample calibration further weakens the synthetic claims. The empirical real-data gains might be salvageable in a revised manuscript that corrects the geometry or reframes the method as a heuristic, but in the current form the central contribution is not valid. I recommend rejection, though I would look favorably on a thorough revision."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"Short version: this is a genuine new conversion rule — modeling a ship hull as a superellipse and tuning shape/fullness/shrink to convert OBB to HBB — but the paper's central projection formula is not the projection of that superellipse, and it swaps length and width at θ=0, contradicting its own definition of θ. The empirical gains are real but the stated mechanism is not.\n\nWhat's good: The problem is practical. The paper ships code and data on GitHub/Zenodo, benchmarks on ShipRSImageNet and a Sentinel-2 set, defines overshoot/undershoot cleanly, and is honest that the method needs calibration and is sensitive to parameter choice. The idea of a shape-aware conversion with tuned hull parameters is new relative to the baselines cited.\n\nSoft spots, in order of seriousness. First, Eqs. (3)-(4) are asserted as the axis-aligned projection but are not derived from Eq. (2). For a superellipse boundary, the y-coordinate at fixed u is b(1-u^q)^{1/q}, not b(1-u^q). The paper's degenerate case makes the error concrete: θ=0 gives half-extents (bs, as), swapping the ship's length and width even though θ is defined as the angle from the long axis. The correct support function is (a^p|cosθ|^p + b^p|sinθ|^p)^{1/p} with p=q/(q-1). So the grid search optimizes a misspecified geometric model, and the transfer of (q=2.2, f=0.9, s=1.0) to real data doesn't validate the superellipse mechanism.\n\nSecond, the headline synthetic IoU (0.7931) is in-sample: the same benchmark is used for the grid search and the reported number. Out-of-sample real-data results are better evidence, but the paper never shows synthetic IoU for the baselines, only relative area error, where NovelShapeAware is never best in any cell of Table I.\n\nThird, the paper claims it 'simultaneously reduces overshoot and undershoot' relative to competing methods, but Table III shows OuterHBB has undershoot 0.0, and NovelShapeAware has 0.1208; on Sentinel-2 (Table IV) undershoot is 0.3562 vs OuterHBB's 0.2139. The claim is contradicted by the paper's own tables.\n\nMinor: the method is called AreaEquivalentHBB in the text but 'M' is labeled 'Midpoint' in Table I, and no commit hash or baseline definitions are given for the code.\n\nBottom line: the paper is a promising calibration idea that needs a corrected projection formula and more careful reporting before the empirical comparison can be taken as evidence for the stated mechanism. I would send it to peer review because the idea is new, the data are real, and the flaw is fixable. But it is not citable in its current form.","headline":"Superellipse-based OBB-to-HBB conversion with real code and data, but the projection formula is geometrically wrong and the undershoot claims are overstated.","tokens_in":9711,"tokens_out":5061,"would_cite":false,"duration_ms":41417,"reading_group":"maybe","serious_thinker":"no","would_accept_peer_review":true},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"deepseek-v4-flash","headline":"The paper claims that modeling a detected ship as a superellipse and projecting that hull, rather than enclosing the oriented rectangle's corners, yields tighter horizontal bounding boxes and higher mean IoU on real remote-sensing data.","keywords":["oriented bounding boxes","horizontal bounding boxes","ship detection","remote sensing imagery","superellipse hull model","bounding box conversion","intersection over union","shape-aware localization"],"falsifier":"Sample the boundary of Eq. (2) densely for a ship-like a, b and θ = 30°, compute the true maximum x- and y-projections, and compare them with Eqs. (7)–(8) at q=2.2, f=0.9, s=1.0; if the true projections differ substantially, the closed-form mixing derivation is not the correct projection and the calibrated gains are artifacts of the synthetic reference.","tokens_in":8633,"feed_emoji":"🚢","tokens_out":6827,"duration_ms":55281,"temperature":0.7,"pith_summary":"The paper claims that the standard way of converting an oriented bounding box (OBB) to a horizontal bounding box (HBB)—enclosing the rotated rectangle's corners—is unnecessarily loose for ships, and that a better HBB can be made by inferring a ship-shaped hull and projecting that hull onto the image axes. It models the hull as a superellipse with a shape exponent q, a fullness factor f, and a shrink factor s, derives closed-form half-extents for the axis-aligned box, and calibrates q=2.2, f=0.9, s=1.0 on synthetic hull shapes. On 10,043 real ship detections from ShipRSImageNet, the calibrated rule reaches the highest mean IoU (0.5609) among four conversion methods while reducing both overshoot and undershoot relative to the alternatives. If correct, the method makes downstream axis-aligned boxes tighter without retraining the detector, which matters for cropping, transmission, and IoU-based evaluation.","feed_headline":"Superellipse rule tightens ship detection boxes","feed_subtitle":"On 10,043 ship detections it beats three OBB-to-HBB baselines in mean IoU while cutting overshoot and undershoot.","key_machinery":"The machinery is the superellipse (Lamé curve) hull model |x|^q/a^q + |y|^q/b^q = 1 in the ship's local frame, with a = L/2 and b = (W/2)·f. For a rotation θ, the proposed HBB half-extents are obtained as x_h = max_{u∈[0,1]} [a u |sin θ| + b(1-u^q)|cos θ|] and an analogous expression for y_h, where u and v interpolate between corner-like and midpoint-like contributions; because each function is concave for q>1, the optimum has a closed form. The final half-extents multiply by a shrink factor s, with explicit clipping for θ near 0° and 90°.","core_discovery":"The central claim is that the tightest useful HBB for a ship is not the bounding box of the rotated rectangle but the projection of an inferred hull, and that a superellipse with q=2.2, f=0.9, and s=1.0 captures that hull well enough to improve conversion on real data. The paper derives the HBB half-extents by maximizing concave mixing functions over scalars u and v, obtaining t_x and t_y, and then applies a shrink factor. On ShipRSImageNet this yields a mean IoU of 0.5609, compared with 0.4929 for OuterHBB, 0.3139 for AreaEquivalentHBB, and 0.2451 for GBBMarginalized, while lowering overshoot to 0.3749 and undershoot to 0.1208; angle-stratified results show the gain holds in each orientation band from 0° to 45°. The authors frame the result as a calibrated rule, not a fixed default: synthetic experiments show the method needs parameter tuning before deployment.","pith_inferences":["The projection formulas in Eqs. (3)–(4) are stated rather than derived from the boundary parameterization in Eq. (2), so the chosen q=2.2 may partly compensate for a geometric mismatch; an exact projection of the superellipse could change the optimal parameters.","At θ=0 the formulas give x_h = b s and y_h = a s, swapping the ship's length and width; this suggests the coordinate convention for the input OBB must be checked before the rule is used elsewhere.","A natural extension, flagged by the paper's own rectangular-hull weakness, is to make q and f depend on aspect ratio L/W rather than using one global setting.","The same superellipse calibration could be tried for other elongated object classes such as aircraft or vehicles, but the parameters would likely need re-tuning per class."],"forward_implications":["OBB-to-HBB conversion can be improved with a closed-form, parameterized rule, so detection pipelines can get tighter horizontal boxes without retraining the detector.","A single calibrated parameter set (q=2.2, f=0.9, s=1.0) transfers from synthetic hulls to real ship imagery, indicating synthetic calibration can stand in for costly manual tuning.","Tighter HBBs mean less empty background and fewer dropped pixels in crops, which reduces the data volume for downlink and improves shard quality for classifiers.","The angle-stratified results (IoU 0.7828, 0.4908, 0.3666 across 0°–15°, 15°–30°, 30°–45°) suggest the method avoids the sharp falloff that simple corner-enclosing conversions show for rotated ships.","For rectangular hulls the benefit is smaller, so the authors' stated conclusion is that the method must be calibrated for the target hull geometry before deployment."],"supporting_citations":[{"why":"Supplies the large-scale ShipRSImageNet benchmark with 3,435 images and 17,573 ship instances and both HBB/OBB annotations used for the Table III comparison.","marker":"[10]"},{"why":"Provides the angle-based OBB-to-HBB conversion approach that the paper describes as an alternative to corner-enclosing conversion and uses as context for its shape-aware rule.","marker":"[9]"},{"why":"Defines the four-corner OBB representation in aerial imagery, the input format the conversion method consumes.","marker":"[3]"},{"why":"Provides the center-height-width HBB representation that the problem statement uses as the output format.","marker":"[1]"}],"fun_headline_variants":["Superellipse hull boosts ship box accuracy","Shape-aware boxes shrink ship detection errors","Better OBB to HBB via hull-aware superellipse","Superellipse conversion trims aerial ship boxes","Hull-shaped boxes beat three OBB-to-HBB baselines"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The load-bearing premise is that Eqs. (3)–(4) are the correct axis-aligned projection of the rotated superellipse in Eq. (2); the paper states this projection rather than deriving it from the boundary parameterization, and at θ=0 it returns x_h = b s and y_h = a s, swapping the ship's length and width.","fun_headline_variants_meta":{"raw":{"variants":["Superellipse hull boosts ship box accuracy","Shape-aware boxes shrink ship detection errors","Better OBB to HBB via hull-aware superellipse","Superellipse conversion trims aerial ship boxes","Hull-shaped boxes beat three OBB-to-HBB baselines"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.000172,"raw_usage":{"total_tokens":1264,"prompt_tokens":925,"completion_tokens":339,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":541,"completion_tokens_details":{"reasoning_tokens":264}},"tokens_in":541,"tokens_out":339,"duration_ms":3418,"temperature":1.0,"reasoning_tokens":264,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-07T22:14:25.999683+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Sample the boundary of Eq. (2) densely for a ship-like a, b and θ = 30°, compute the true maximum x- and y-projections, and compare them with Eqs. (7)–(8) at q=2.2, f=0.9, s=1.0; if the true projections differ substantially, the closed-form mixing derivation is not the correct projection and the calibrated gains are artifacts of the synthetic reference.","supporting_citations":[{"cited_title":"ShipRSIma- geNet: A Large-Scale Fine-Grained Dataset for Ship Detection in High-Resolution Optical Remote Sensing Images,","cited_arxiv_id":null,"evidence_quote":"Supplies the large-scale ShipRSImageNet benchmark with 3,435 images and 17,573 ship instances and both HBB/OBB annotations used for the Table III comparison."},{"cited_title":"An automated method for the creation of oriented bounding boxes in remote sensing ship detection datasets,","cited_arxiv_id":null,"evidence_quote":"Provides the angle-based OBB-to-HBB conversion approach that the paper describes as an alternative to corner-enclosing conversion and uses as context for its shape-aware rule."},{"cited_title":"Faster r-cnn: Towards real-time object detection with region proposal networks,","cited_arxiv_id":null,"evidence_quote":"Provides the center-height-width HBB representation that the problem statement uses as the output format."}],"review_version":1}