{"id":"f4153c42-847b-497c-9127-4382eee5b38f","arxiv_id":"1908.03947","paper_version":1,"verdict":"REJECT","confidence":"MODERATE","novelty_score":5.0,"correctness_risk":"high","formal_verification":"none","parameter_count":7,"one_line_summary":"Using a D-Wave quantum annealer, the authors optimize a sphere's mesh so that ray-approximated sound reflections avoid a microphone plane, yielding streamlined shapes but with a flawed QUBO derivation and no numerical validation.","lead":"Engineers encoded a simple acoustic shape design problem as a binary optimization task and solved it on a D-Wave 2000Q, producing object shapes that redirect simulated sound rays away from a target region. The paper is an early industrial exploration of quantum annealing for finite-element design, but its physics model and mathematical encoding have serious limitations.","discovery_kind":"new_application","skeptic_critique":{"model":"deepseek-v4-flash","headline":"Eq. (7) replaces the selected third-vertex mutation with a sum over all K mutations, so the QUBO minimizes an edge-averaged objective rather than the stated simplex loss; this invalidates the central claim.","rationale":"The reader's weakest_assumption correctly identifies Eq. (7) as the load-bearing flaw. My independent check of the derivation confirms that the QUBO objective for a one-hot configuration is not L(S,c): the sum over k of the third vertex's mutations erases the selected configuration's identity. This is a mathematical error in the central construction, not a question of experimental noise or quantum-vs-classical performance. The penalty term in Eq. (9) and the ray approximation are secondary; even if those were perfect, the QPU would still be minimizing a different function than the stated sound-pressure loss. The qualitative images in Section 5 cannot compensate for the absence of a valid objective. I therefore keep the reader's REJECT verdict; no adjustment is needed.","tokens_in":10266,"tokens_out":7150,"duration_ms":72197,"concrete_test":"Take the smallest nontrivial instance: one triangle with vertices (i1,i2,i3), K=2, and generic partial-loss values \\hat l(s,a,b,c) (e.g., random 0/1 values). Enumerate all 8 one-hot configurations. Compute the true loss L(s,c)=\\hat l(s,j1,j2,j3) and the QUBO objective from Eq. (7), including the three edge terms, each with sum_{k=1}^2 \\hat l(s,j1,j2,k) for the selected j1,j2. If the configuration minimizing the QUBO objective is not the configuration minimizing L, then Eq. (7) does not encode the stated loss; with generic values this mismatch will appear. If the two minimizers coincide for all random \\hat l choices, the derivation would be rescued.","verdict_should_be":"UNCHANGED","load_bearing_attack":"Section 4.1 defines the true objective as L(S,c) = sum over simplices of the partial loss for the selected mutations (Eq. 3). For a one-hot bitstring, the QUBO off-diagonal term for edge (i1,i2) is active only for the selected pair (j1,j2), but Eq. (7) sets that entry to alpha times sum_{k=1}^K \\hat l(s,j1,j2,k), summing over all mutations of the third vertex. Summing the three edges of a simplex therefore yields alpha * [sum_k \\hat l(s,j1,j2,k) + sum_k \\hat l(s,j1,j3,k) + sum_k \\hat l(s,j2,j3,k)], which is not L(s,c) unless \\hat l is independent of the third index. The partition-function rewrite in Eqs. (5) and (6) legitimately counts all K^3 configurations per simplex, but a QUBO is minimized over one specific configuration; replacing the selected third mutation by an average over all K changes the minimizer. A single good third mutation can be drowned out by K-1 bad ones, so the QPU may prefer a configuration whose true sound-pressure loss is worse. The paper reports no numerical loss values, only qualitative figures, so this objective mismatch cannot be detected from the presented results. Because Eq. (7) is the core of the QUBO construction, the central claim that the QPU minimizes sound pressure at the microphone is unsupported.","agreement_with_reader":"agree"},"referee_report":{"model":"deepseek-v4-flash","summary":"The manuscript introduces a quantum-assisted finite-element method for optimizing the shape of a 3D object against a scalar performance quantity, here the ray-approximated sound pressure at a microphone plane. The authors model sound propagation as straight rays with specular reflection, represent the object as a triangular mesh, and in each iteration generate K random candidate displacements ('mutations') per vertex. They define a loss function L(S,c) as the total over simplices of the fraction of rays hitting the microphone, encode the selection of one mutation per vertex as a QUBO with a one-hot penalty, and let a D-Wave 2000Q find the minimum. The shape is updated with the chosen mutations and the process repeats. The paper reports two experiments with qualitative figures and concludes that the algorithm successfully reduces the ray loss while preserving the general shape.","tokens_in":10623,"tokens_out":6070,"duration_ms":63477,"significance":"The paper's strength is its concrete end-to-end pipeline and its honest discussion of practical limitations: the local-coupling ray approximation, the limited number of elements on the QPU, and the random behavior of unilluminated regions. It also explicitly identifies the free parameters such as alpha, lambda, beta, mu, K, mesh resolution, and ray counts. If the QUBO objective faithfully represented L(S,c), the work would be a useful demonstration of a practical design-optimization encoding on a quantum annealer. However, because the central derivation in Sec. 4.1 substitutes a sum over third-vertex mutations for the selected mutation, the quantity minimized by the QPU is not shown to be L(S,c); combined with the absence of any numerical loss values, the empirical claim is not established. The significance of the result is therefore contingent on a repair that the paper does not provide.","major_comments":[{"comment":"The QUBO matrix entry Q_{i_1 j_1}^{i_2 j_2} is defined as alpha times the sum over k=1..K of \\hat l(s,j_1,j_2,k) for each simplex adjacent to the edge. For a feasible one-hot bitstring, the quadratic form evaluates this entry only for the single selected pair (j_1,j_2), so for a simplex with selected mutations j_a, j_b, j_c the objective receives alpha times [sum_k \\hat l(s,j_a,j_b,k) + sum_k \\hat l(s,j_a,j_c,k) + sum_k \\hat l(s,j_b,j_c,k)]. This is not L(S,c(x)), which contains only \\hat l(s,j_a,j_b,j_c) per simplex as in Eq. (3). The partition-function identity in Eq. (6) is valid because it sums over all K^3 third-vertex mutations, but minimization of the QUBO does not sum over alternatives; one good third mutation can be outweighed by K-1 poor ones. Unless \\hat l is independent of the third mutation, which is not assumed or shown, the QPU minimizes a different objective than the stated ray-loss, so the central claim that the QPU minimizes sound pressure at the microphone is unsupported.","section":"Sec. 4.1, Eq. (7)"},{"comment":"The paper nowhere reports numerical values of L(S,c) before and after optimization, nor partial-loss totals, nor a convergence curve over iterations. The caption of Fig. 5(d) explicitly says the reduced loss is 'not shown in the figure.' Without quantitative data, the qualitative statement that the algorithm 'is successful in achieving its goal' cannot be checked, and it cannot be distinguished from random deformation or from minimization of the wrong objective identified above. The authors should provide measured loss values for the initial and final shapes and for each iteration.","section":"Sec. 5, Figs. 4 and 5"},{"comment":"The values of beta and mu are selected by trial-and-error on the same scenario used for evaluation (Sec. 5: 'The values for beta and mu were chosen by trial-and-error search'), and no validation set or sensitivity analysis is provided. Given that the objective mismatch in Eq. (7) already prevents a claim of minimizing the ray loss, this tuning procedure further weakens the empirical evidence; the reported success could be specific to the displayed run rather than a robust property of the algorithm.","section":"Sec. 5, hyperparameter selection"}],"minor_comments":[{"comment":"The soft convexity constraint rho_i is described only in a footnote and no formula or algorithm is given; this makes the step-size control and hence the mutation distribution irreproducible.","section":"Sec. 4.2, step 2"},{"comment":"The mesh resolution (number of vertices) is not stated for either experiment; reporting N and the number of simplices is necessary for reproduction and for interpreting the claim about 'up to 50 elements'.","section":"Sec. 5"},{"comment":"There are minor language errors, e.g., 'casted' should be 'cast' and 'a as quadratic' should be 'as a quadratic'; these do not affect the technical content.","section":"Throughout"},{"comment":"Equation (8) should explicitly state that the expansion uses x_{ij} in {0,1}; otherwise the equality as written is not generally valid over the reals.","section":"Sec. 4.1, Eq. (8)"}],"recommendation":"reject","confidential_remarks":"The objective mismatch in Eq. (7) is a load-bearing error that cannot be patched by a local edit; a correct QUBO formulation would require either a different decomposition of the loss or higher-order terms, and the experiments would need to be redone with quantitative loss values. I therefore recommend rejection, despite the paper's clear exposition and honest limitation statements."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"What you should know: this is the first paper I've seen that encodes a finite-element shape-optimization problem as a QUBO and runs it on a D-Wave. That is a genuinely new application, and the authors deserve credit for framing the problem clearly, explaining the ray-casting simplification, and explicitly disclaiming any quantum speedup. The writing is honest about the 50-element embedding limit and the crudeness of the ray approximation. If you want an example of how an industrial team thinks about mapping a physical design problem to a QPU, this is a useful data point.\n\nThe soft spot is real and load-bearing. In Section 4.1, Eq. (7), the off-diagonal QUBO entry for an edge is defined as a sum over all K mutations of the third vertex of each adjacent simplex. But a one-hot configuration fixes exactly one mutation per vertex. So the QUBO objective is not the loss of the selected shape; it's an edge-averaged quantity that can be dominated by bad third-vertex mutations. The paper's own partition-function rewrite (Eqs. 4–6) legitimately sums over all configurations, but that doesn't justify using the same sum inside a single QUBO evaluation. The minimizer of the QUBO can differ from the minimizer of the true ray-loss. That invalidates the central claim as stated. The paper provides no numerical loss values, no error bars, and no baseline comparison, so you can't tell from the figures whether the QPU actually found lower-loss shapes or just different shapes.\n\nA few smaller issues: beta and mu are tuned by trial and error on the same scenario used for evaluation, which weakens the reported success. No code or data are shipped, so the results are not independently checkable. The reference list leans heavily on the authors' own previous work, but not egregiously so for a niche application paper.\n\nIs it salvageable? The underlying idea — decompose a mesh-deformation problem into vertex-mutation QUBOs and let an annealer pick the best combination — can work if Eq. (7) is fixed to use the selected third mutation, which likely requires a higher-order QUBO or a different decomposition. The paper would also need quantitative loss curves and a classical baseline (even a greedy hill-climber) to be convincing.\n\nMy verdict: the central derivation is wrong as written, so I would not cite this as evidence that quantum-assisted FEM works. But the problem is new, the exposition is accessible, and the flaw is subtle enough that a good referee could help the authors fix it. I'd send it to peer review with a request for major revision, not desk-reject it. A serious referee will find the Eq. (7) problem in an afternoon, and the authors seem capable of responding.","headline":"New application, flawed core: Eq. (7) doesn't encode the stated loss, so the paper's central claim is unsupported; still worth a referee's time for the QUBO-FEM idea.","tokens_in":11152,"tokens_out":954,"would_cite":false,"duration_ms":11518,"reading_group":"maybe","serious_thinker":"yes","would_accept_peer_review":true},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"deepseek-v4-flash","headline":"An iterative QUBO optimizer on a quantum annealer reshapes a sphere to minimize a ray approximation of sound pressure at a microphone.","keywords":["quantum annealing","QUBO","finite-element method","design optimization","sound pressure","ray tracing","shape optimization"],"falsifier":"Run the algorithm's own ray-casting routine on a few hundred valid one-hot configurations of the same mesh. For each, compare the true total loss $L(S,c)$ with the QUBO value $x^T Q x$ from Eq. (7); the central claim holds only if the configuration with the smallest true loss is also the one with the smallest QUBO value.","tokens_in":10024,"feed_emoji":"🔊","tokens_out":8294,"duration_ms":86486,"temperature":0.7,"pith_summary":"This paper introduces a quantum-assisted finite-element method for design optimization. It shows that a spherical mesh can be reshaped, iteration by iteration, so that a ray-tracing approximation of the sound pressure from an acoustic monopole at a microphone position is driven to zero. Each iteration encodes random candidate vertex movements as binary variables in a quadratic unconstrained binary optimization (QUBO) matrix, lets a quantum annealer pick one mutation per vertex by minimizing the matrix, and classically decodes the result into a new shape that still resembles the original design. The authors are explicit that the goal is to demonstrate how such a finite-element problem can be represented and solved on a QPU, not to outperform classical finite-element design optimization.","feed_headline":"Quantum annealer sculpts a sphere to deflect sound rays","feed_subtitle":"An iterative QUBO routine moves mesh vertices until simulated sound rays miss the target, keeping the original design.","key_machinery":"The load-bearing object is the QUBO matrix $Q$ of Eq. (7), an $NK \\times NK$ matrix whose entries pair mutations on neighboring vertices. For a mesh edge, the entry $Q_{i_1 j_1}^{i_2 j_2}$ collects, over the two simplices adjacent to the edge and over all K mutations of the off-edge third vertex, the partial ray-casting loss from selecting mutations $j_1$ and $j_2$ on the edge's vertices. A one-hot penalty, built from Eq. (8)-(9), is added to force exactly one selected mutation per vertex, and the QPU minimizes the quadratic form $x^T Q x$ over the resulting bitstring.","core_discovery":"The central claim is that a shape-specific physical quantity—here, the number of sound rays that reflect off a surface and intersect a microphone plane—can be minimized by letting the QPU choose, for every mesh vertex, one of K random mutations in each iteration. The resulting shape keeps the general geometry of the starting sphere while developing features such as a sharp front tip that redirects rays around the microphone. The authors demonstrate this in two experiments: with the monopole at (2.5,0,0), the optimized shape sends no outgoing rays through the microphone plane; with the monopole at (0,3,2), two of the three loss-producing ray groups are eliminated and the remaining partial loss is reduced.","pith_inferences":["A direct numerical test not reported in the paper—comparing true ray-cast loss $L(S,c)$ with the Eq. (7) QUBO value over many one-hot configurations—would show whether the averaged pairwise matrix and the stated objective coincide; the averaging over the third vertex makes this worth checking.","The same formulation transfers to any ray-traceable objective, such as line-of-sight coverage, radiative heat load, or radar cross-section, since only the partial-loss oracle changes, not the QUBO structure.","One could restrict the annealer's vertex set to those whose adjacent simplices have nonzero partial loss, effectively implementing the paper's pruning suggestion and increasing usable mesh resolution on current hardware."],"forward_implications":["In the first demonstration, with the source at (2.5,0,0), the optimized shape develops a sharp front tip and redirects every outgoing ray around the microphone plane, so the ray-count loss falls to zero.","When the source moves to (0,3,2) with a smaller step size, the routine removes two of the three loss-producing ray groups and reduces the remaining partial loss, with the residual attributed to a local optimum.","The same QUBO-driven vertex-selection routine can be pointed at other shape-specific quantities, such as vibration of individual elements, by replacing the partial-loss computation.","Because unlit rear triangles receive no rays, their QUBO entries vanish and the annealer moves them randomly; the paper notes that pruning such vertices would free qubits for more detailed shapes.","The method preserves the original design only at the level of vertex choices within a shrinking mutation radius; the shape remains recognizable while small convexity-preserving deformations accumulate."],"supporting_citations":[{"why":"Supplies the one-hot penalty construction that enforces exactly one selected mutation per vertex.","marker":"[15]"},{"why":"Defines the QUBO formulation and its equivalence to the Ising Hamiltonian that the QPU minimizes.","marker":"[16,17]"},{"why":"Introduces ray tracing as the computational basis for approximating sound rays as straight lines.","marker":"[24]"},{"why":"Provides the recursive ray-tracing model that justifies reflecting sound rays off surfaces like light rays.","marker":"[25]"},{"why":"Supplies the convex-hull and tessellation algorithm used to generate the mesh from the spherical lattice.","marker":"[26]"}],"fun_headline_variants":["Quantum annealer redesigns sphere to dodge sound","D-Wave QPU shapes object to mute a microphone","Quantum-assisted design: sphere learns to deflect rays","QUBO on D-Wave optimizes 3D shape against sound","Quantum annealer reshapes sphere to silence a point"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The load-bearing assumption is that the quadratic matrix entries built from edge pairs, which average over all possible mutations of the third vertex of each triangle, equal the true ray-casting loss of the configuration actually selected; if the loss depends on which mutation that third vertex receives, the annealer is solving a different problem.","fun_headline_variants_meta":{"raw":{"variants":["Quantum annealer redesigns sphere to dodge sound","D-Wave QPU shapes object to mute a microphone","Quantum-assisted design: sphere learns to deflect rays","QUBO on D-Wave optimizes 3D shape against sound","Quantum annealer reshapes sphere to silence a point"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.000253,"raw_usage":{"total_tokens":1532,"prompt_tokens":882,"completion_tokens":650,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":498,"completion_tokens_details":{"reasoning_tokens":569}},"tokens_in":498,"tokens_out":650,"duration_ms":6729,"temperature":1.0,"reasoning_tokens":569,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-14T13:57:49.010034+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Run the algorithm's own ray-casting routine on a few hundred valid one-hot configurations of the same mesh. For each, compare the true total loss $L(S,c)$ with the QUBO value $x^T Q x$ from Eq. (7); the central claim holds only if the configuration with the smallest true loss is also the one with the smallest QUBO value.","supporting_citations":[{"cited_title":"Traﬃc ﬂow optimization using a quantum annealer","cited_arxiv_id":null,"evidence_quote":"Supplies the one-hot penalty construction that enforces exactly one selected mutation per vertex."},{"cited_title":"Some techniques for shading machine renderings of solids","cited_arxiv_id":null,"evidence_quote":"Introduces ray tracing as the computational basis for approximating sound rays as straight lines."},{"cited_title":"An improved illumination model for shaded display","cited_arxiv_id":null,"evidence_quote":"Provides the recursive ray-tracing model that justifies reflecting sound rays off surfaces like light rays."},{"cited_title":"Dobkin, C","cited_arxiv_id":null,"evidence_quote":"Supplies the convex-hull and tessellation algorithm used to generate the mesh from the spherical lattice."}],"review_version":1}