Pith. sign in

REVIEW 2 major objections 4 minor 11 references

Selection of Sparse Sets of Influence for Meshless Finite Difference Methods

T0 review · 2 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read A distance-weighted pivoted QR factorization selects a sparse subset of an influence set while keeping numerical differentiation accuracy within a bounded factor of the full set.

desk verdict Davydov proves a clean weighted-QR stencil reduction bound; the proof is sound, but the missing constant control and lack of experiments leave the practical 'comparable accuracy' claim unverified. read the letter →

arxiv 1908.01567 v1 pith:7YS5GFYV submitted 2019-08-05 math.NA cs.NA

classification math.NAcs.NA MSC 65D2565F2065M99
keywords meshlessfinitedifferencemethodssparseinfluencesetsnumericaldifferentiationpolynomialconsistencypivotedQRfactorizationgrowthfunctionirregularnodescollocationmatrix
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper attacks a practical inefficiency in meshless finite difference methods: the set of neighbouring nodes used to approximate a differential operator at a point is usually fixed as a number of nearest neighbours, which is larger than needed on irregular node clouds. The author proposes selecting a sparse subset of the influence set with a column-pivoted QR factorization of a distance-weighted polynomial collocation matrix, and proves that the numerical differentiation formula on the sparse subset keeps the same consistency error as the formula on the full set, up to a bounded factor. The key quantity is the growth function, a geometry-dependent constant that controls the error of polynomial-based differentiation formulas. Theorem 1 shows that the growth function on the selected subset is at most $n^{1/2}(1+\|R_1^{-1}R_2\|_2^2)^{1/2}$ times the growth function on the original set, with the subset size $n$ no larger than the rank of the collocation matrix; if the QR pivot order keeps the displayed factor moderate, the method turns irregular nodes into sparse high-order stencils without solving a linear program.

What carries the argument

The central object is the growth function $\rho_{q,D}(z,Y)$, the supremum of $Dp(z)$ over polynomials of total degree less than $q$ whose values at the influence nodes are controlled by $\|y_j-z\|_2^q$; it is the exact error constant for $\ell^1$-minimal differentiation formulas and bounds the error of $\ell^2$-minimal formulas up to $\sqrt n$. The new mechanism is a column-pivoted QR factorization of the weighted collocation matrix $\widetilde A=A\Theta$, where $A=[p_i(y_j)]$ and $\Theta=\operatorname{diag}(\|y_j-z\|_2^{-q})$; the pivot order selects the nodes, and the triangular solve fixes weights that satisfy the polynomial consistency conditions exactly. The norm $\|R_1^{-1}R_2\|_2$ measures how much of the solution is lost when the trailing pivot columns are discarded, so the theorem's constant $(1+\|R_1^{-1}R_2\|_2^2)^{1/2}$ is the quantity that decides whether the selected sparse subset is genuinely as good as the full set.

What would settle it

Take a two-dimensional irregular node set with a cluster of nearly coincident points, compute the weighted pivoted QR factorization, and compare the exact constant $(1+\|R_1^{-1}R_2\|_2^2)^{1/2}$ with the observed ratio $\rho_{q,D}(z,Y^\circ)/\rho_{q,D}(z,Y)$. If the constant is routinely huge for such elementary configurations, the comparability guarantee is vacuous in practice even though the inequality remains true.

Watch

Extended reading notes

Core claim

Let $Y$ be a set of influence with finite growth function $\rho_{q,D}(z,Y)$, and let $Y^\circ$ be the subset selected by the weighted pivoted QR algorithm: rescale each column of the polynomial collocation matrix by $\theta_j=\|y_j-z\|_2^{-q}$, factor with column pivoting, and solve the leading triangular system. Then the resulting weight vector has at most $\operatorname{rank}(A)$ nonzeros, and the growth function obeys $\rho_{q,D}(z,Y^\circ)\le n^{1/2}(1+\|R_1^{-1}R_2\|_2^2)^{1/2}\rho_{q,D}(z,Y)$, where $n=|Y^\circ|$ and $R_1,R_2$ come from the pivoted factorization. Since the growth function is the sharp consistency-error indicator for $\ell^1$-minimal formulas and controls the $\ell^2$-minimal error up to the factor $\sqrt n$, this inequality is the precise sense in which the sparse stencil's accuracy is comparable with the full stencil's. The proof compares the selected sparse solution with the minimal-norm solution of the same weighted system, and treats separately the common case $z=y_1$, where the origin node itself is retained in the stencil.

Load-bearing premise

The practical promise that the sparse stencil is as accurate as the full one rests on the pivoted QR ordering keeping the displayed constant small and the subset small; if that constant is large, the theorem's 'comparable' is technically true but carries no practical force.

Editorial extensions

If this is right

  • For any influence set with finite growth function, the algorithm produces a subset with at most $\operatorname{rank}(A)\le\dim\Pi_q^d$ nodes, so stencil size is capped by the polynomial space dimension rather than by a user-chosen nearest-neighbour count.
  • The weighted pivoted QR procedure is algebraic and avoids the cost and reliability issues of $\ell^1$ minimization, so it can be applied at higher polynomial order $q$ in any spatial dimension without geometric construction.
  • Sparsifying influence sets directly reduces the number of nonzeros in the system matrix of a meshless finite difference discretization, lowering solution cost for the same formal consistency order.
  • The selected subset itself does not depend on the differential operator $D$, so one chosen stencil can serve several operators of order less than $q$ at the same point, with the weights recomputed from the same factorization.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • An implication the paper leaves implicit is that the practical merit of the method hinges on the pivot ordering keeping $(1+\|R_1^{-1}R_2\|_2^2)^{1/2}$ small; measuring this constant on clustered, quasi-random, and adaptively refined node sets would settle whether the guarantee is useful beyond the worst-case bound.
  • One natural extension is to replace the basic column pivoting with strong rank-revealing QR variants, which could tighten the constant or make it less sensitive to the starting node ordering.
  • Because the same weighted collocation matrix appears in least-squares polynomial differentiation and RBF-FD methods when polynomial reproduction is the consistency target, the sparse-subset selection idea should transfer to those settings.
  • The growth function could be used as a local, a posteriori check: after QR sparsification, evaluate $\rho_{q,D}$ on the selected subset and enrich it only where the indicator grows, giving an adaptive stencil strategy.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper proposes an algorithm for reducing the size of influence sets in meshless finite difference methods. The idea is to apply column-pivoted QR to a weighted polynomial collocation matrix and to take the support of the resulting solution as the sparse influence set. The paper recalls the growth function rho_{q,D} from earlier work and proves in Theorem 1 that the growth function of the selected subset is bounded by a constant multiple of the growth function of the original set, with the constant involving n^{1/2} and (1 + ||R1^{-1} R2||_2^2)^{1/2}. The subset is guaranteed to have size at most rank(A) <= nu_{q,d}. The paper contains no numerical experiments.

Significance. If taken as a purely theoretical statement, Theorem 1 is a clean and sound result: it gives a relative accuracy bound for stencil reduction and a hard upper bound on the stencil size in terms of the polynomial space dimension. The proof is concise and relies on standard facts about minimal-norm solutions and QR factorizations. The main value would be a rigorous justification for using pivoted QR to select sparse influence sets. However, the practical significance of the paper is currently difficult to assess. The constant in (22) is configuration-dependent and is not controlled by any quantity that depends only on q, d, or node density, and the paper does not provide numerical evidence that the constant is moderate on irregular node sets. Since the stated motivation is to handle irregular nodes, this gap is substantial.

major comments (2)
  1. [Section 3, Theorem 1 and Eq. (22)] The theorem gives rho_{q,D}(z,Y^o) <= n^{1/2}(1+||R1^{-1}R2||_2^2)^{1/2} rho_{q,D}(z,Y). The factor (1+||R1^{-1}R2||_2^2)^{1/2} is configuration-dependent and is not bounded by any quantity depending only on q, d, or density. For ill-conditioned collocation matrices on irregular node sets, column-pivoted QR can produce large values of ||R1^{-1}R2||. Since the paper's abstract and introduction claim that the accuracy is comparable, and since this is the central quantitative claim, the paper should either provide numerical experiments showing that the constant stays moderate on representative irregular node sets, or substantially weaken the practical claim. As written, the bound is formally true but may be vacuous in the intended application.
  2. [Section 3, algorithm description after Eq. (14)] The paper motivates the algorithm as more efficient than l1-minimal formulas, but no runtime, stencil-size, or accuracy comparisons are reported. The only quantitative stencil-size guarantee is n <= rank(A) <= nu_{q,d}, which is a useful feature, but it does not by itself show that the selected stencils are useful in practice. I ask the authors to add numerical experiments, at minimum for the Laplacian in 2D, comparing the selected subset sizes, the actual ratios rho_{q,D}(z,Y^o)/rho_{q,D}(z,Y), and the constant (1+||R1^{-1}R2||_2^2)^{1/2} on regular, mildly perturbed, and irregular node sets. Without such evidence, the algorithmic contribution cannot be evaluated.
minor comments (4)
  1. [Equation (16)] The vector b is defined as [D p_i(z)]_{i=1}^m in R^m, but since i ranges over the basis of Pi_d^q, it should be a vector in R^nu. Please correct the dimension in (16) and similarly in the definition of b' in the z=y1 case.
  2. [Section 3, z=y1 case] The notation A' := [p_i(y_j)]_{\nu,m}^{i,j=2} is ambiguous. It should state explicitly that the rows are indexed by i=2,...,nu and the columns by j=2,...,m.
  3. [Throughout] There are several typographical errors, including "weght" in Theorem 1, "folows" near the end, "coincides" misspelled earlier, and "unneccesary" in Section 1. A careful proofreading pass is needed.
  4. [Section 3, basis choice] The selected subset Y^o and the constant in (22) depend on the choice of basis p_1,...,p_nu of Pi_d^q. The paper says the monomial basis 'may be used' after a translation and scaling, but it does not discuss whether the algorithm's practical performance is sensitive to this choice. A brief remark on this point would help.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation; self-citations to prior growth-function theory are not load-bearing, though the accuracy-comparison constant is unquantified.

full rationale

No load-bearing circular step is present. The claimed contribution is Theorem 1, which bounds the growth function on the selected sparse subset Y^circ by a constant multiple of the growth function on the original influence set Y. The subset is produced by a pivoted QR factorization of the weighted polynomial collocation matrix, and the proof is a direct matrix-norm argument using the weighted norm inequality (21) and the known relations in (12). The growth function rho_{q,D} is imported from the author's earlier work [4,5], but those prior papers provide the error estimates and duality results as external, published mathematical results; they do not assume or contain Theorem 1. The constant (1 + ||R_1^{-1}R_2||_2^2)^{1/2} is explicit in the theorem and is not fitted to any data, and the bound is valid for arbitrary values of that constant. No parameter is fit to a subset and then renamed a prediction; the sparsified formula's weight vector is constructed from the QR solution, not from any quantity that already assumes the desired accuracy bound. The self-citations to [4,5] are thus not load-bearing in the sense of importing the target claim. The absence of numerical experiments means the practical usefulness of the bound is unverified for irregular node sets, but that is a verification or correctness risk, not circularity. Accordingly the score is 2, reflecting only the paper's reliance on prior self-authored theory while the central derivation is independent.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The proof rests on established growth-function theory from the author's prior work and standard linear algebra facts. No free parameters are fitted to data; the user-chosen polynomial order q and distance weights are part of the method, not fitted constants. No new physical or mathematical entities are introduced.

assumptions (4)
  • standard math The growth function ρ_{q,D}(z,Y) bounds the consistency error of any numerical differentiation formula satisfying the polynomial exactness condition (5), via inequality (6) from [4,5].
    Used to define the notion of accuracy for the selected subsets; cited from prior work.
  • standard math Duality relations (12): ρ_{q,D}(z,Y) = ||w*||_{1,q} and ||w**||_{2,q} ≤ ρ_{q,D}(z,Y) ≤ √n ||w**||_{2,q}.
    Bridges the optimal ℓ1 and ℓ2 weights; from [5].
  • standard math The minimal 2-norm solution of a consistent underdetermined system satisfies the norm bound in [7, Section 5.5.6] applied to the partitioned QR representation.
    Core algebraic step in the proof of Theorem 1.
  • standard math The collocation matrix A has rank rq(Y), and consistency of (16) is equivalent to ρ_{q,D}(z,Y) < ∞.
    Basis normalization (15) and theorem from [5].

how reviews work

0 comments
Cite this review

Pith. "Pith review of Selection of Sparse Sets of Influence for Meshless Finite Difference Methods." pith.science (2026). https://pith.science/paper/7YS5GFYV

@misc{pith2026190801567,
  author       = {Pith},
  title        = {Pith review of: Selection of Sparse Sets of Influence for Meshless Finite Difference Methods},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7YS5GFYV}},
  note         = {Machine review of arXiv:1908.01567}
}
read the original abstract

We suggest an efficient algorithm for the selection of sparse subsets of a set of influence for the numerical discretization of differential operators on irregular nodes with polynomial consistency of a given order with the help of the QR decomposition of an appropriately weighted polynomial collocation matrix, and prove that the accuracy of the resulting numerical differentiation formulas is comparable with that of the formulas generated on the original set of influence.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

11 extracted references · 11 canonical work pages

  1. [1]

    Bayona, N

    V. Bayona, N. Flyer, B. Fornberg, and G. A. Barnett. On the role of polynomials in RBF-FD approximations: II. Numerical solution of ellipt ic PDEs. Journal of Computational Physics , 332:257 – 273, 2017

  2. [2]

    Bayona, M

    V. Bayona, M. Moscoso, and M. Kindelan. Optimal constant shape parameter for multiquadric based RBF-FD method. J. Comput. Phys. , 230(19):7384–7399, 2011

  3. [3]

    Davydov and D

    O. Davydov and D. T. Oanh. Adaptive meshless centres and R BF stencils for Poisson equation. J. Comput. Phys. , 230:287–304, 2011

  4. [4]

    Davydov and R

    O. Davydov and R. Schaback. Error bounds for kernel-base d numerical differenti- ation. Numerische Mathematik , 132(2):243–269, 2016

  5. [5]

    Davydov and R

    O. Davydov and R. Schaback. Minimal numerical differentia tion formulas. Nu- merische Mathematik , 140(3):555–592, 2018

  6. [6]

    Davydov and R

    O. Davydov and R. Schaback. Optimal stencils in Sobolev s paces. IMA Journal of Numerical Analysis, 39(1):398–422, 2019

  7. [7]

    G. H. Golub and C. F. Van Loan. Matrix Computations . The Johns Hopkins University Press, third edition, 1996

  8. [8]

    Gu and S

    M. Gu and S. Eisenstat. Efficient algorithms for computing a strong rank-revealing QR factorization. SIAM Journal on Scientific Computing , 17(4):848–869, 1996

Show all 11 references
  1. [9]

    D. T. Oanh, O. Davydov, and H. X. Phu. Adaptive RBF-FD meth od for elliptic problems with point singularities in 2D. Applied Mathematics and Computation , 313:474–497, 2017

  2. [10]

    B. Seibold. Minimal positive stencils in meshfree finit e difference methods for the Poisson equation. Comput. Methods Appl. Mech. Eng. , 198(3-4):592–601, 2008

  3. [11]

    Sommariva and M

    A. Sommariva and M. Vianello. Computing approximate Fe kete points by QR fac- torizations of Vandermonde matrices. Computers & Mathematics with Applications , 57(8):1324 – 1336, 2009. 9

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.