ArticleslgStudy

science

Moving least squares

Moving least squares is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Moving least squares rather than just read about it. In short: Moving least squares is a method of reconstructing continuous functions from a set of unorganized point samples via the calculation of a weighted least squares measure biased towards the region around the point at which the reconstructed value is requested. In computer graphics, the moving least squares method is useful for reconstructing a surface from a set of points.

Moving least squares — main illustration
Moving least squares — illustration

Key takeaways

  • Moving least squares belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Moving least squares to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Moving least squares from memory before moving on to harder problems.

Reference excerpt

Moving least squares is a method of reconstructing continuous functions from a set of unorganized point samples via the calculation of a weighted least squares measure biased towards the region around the point at which the reconstructed value is requested. In computer graphics, the moving least squares method is useful for reconstructing a surface from a set of points. Often it is used to create a 3D surface from a point cloud through either downsampling or upsampling. In numerical analysis to handle contributions of geometry where it is difficult to obtain discretizations, the moving least squares methods have also been used and generalized to solve PDEs on curved surfaces and other geometries. This includes numerical methods developed for curved surfaces for solving scalar parabolic PDEs and vector-valued hydrodynamic PDEs. In machine learning, moving least squares methods have also been used to develop model classes and learning methods. This includes function regression methods and neural network function and operator regression approaches, such as GMLS-Nets.

Definition

Consider a function f : R n → R {\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} } and a set of sample points S = { ( x i , f i ) | f ( x i ) = f i } {\displaystyle S=\{(x_{i},f_{i})|f(x_{i})=f_{i}\}} . Then, the moving least square approximation of degree m {\displaystyle m} at the point x {\displaystyle x} is p ~ ( x ) {\displaystyle {\tilde {p}}(x)} where p ~ {\displaystyle {\tilde {p}}} minimizes the weighted least-square error

∑ i ∈ I ( p ( x i ) − f i ) 2 θ ( ‖ x − x i ‖ ) {\displaystyle \sum _{i\in I}(p(x_{i})-f_{i})^{2}\theta (\|x-x_{i}\|)}

over all polynomials p {\displaystyle p} of degree m {\displaystyle m} in R n {\displaystyle \mathbb {R} ^{n}} . θ ( s ) {\displaystyle \theta (s)} is the weight and it tends to zero as s → ∞ {\displaystyle s\to \infty } . In the example θ ( s ) = e − s 2 {\displaystyle \theta (s)=e^{-s^{2}}} . The smooth interpolator of "order 3" is a quadratic interpolator.

See also Local regression Diffuse element method Moving average

References

The approximation power of moving least squares David Levin, Mathematics of Computation, Volume 67, 1517-1531, 1998 [1] Moving least squares response surface approximation: Formulation and metal forming applications Piotr Breitkopf; Hakim Naceur; Alain Rassineux; Pierre Villon, Computers and Structures, Volume 83, 17-18, 2005. Generalizing the finite element method: diffuse approximation and diffuse elements, B Nayroles, G Touzot. Pierre Villon, P, Computational Mechanics Volume 10, pp 307-318, 1992

External links An As-Short-As-Possible Introduction to the Least Squares, Weighted Least Squares and Moving Least Squares Methods for Scattered Data Approximation and Interpolation

Worked examples

Example 1 — a first encounter with Moving least squares

Start with the simplest possible case. Write down what Moving least squares claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Moving least squares before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Moving least squares ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Moving least squares

In research
Moving least squares appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Moving least squares in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Moving least squares is common in secondary-school and first-year university syllabi. It links to neighbouring topics Least squares, so understanding it makes those chapters shorter.
In everyday life
Look for Moving least squares outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Moving least squares” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Moving least squares in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Moving least squares means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Moving least squares out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Moving least squares in simple terms?

Moving least squares is a method of reconstructing continuous functions from a set of unorganized point samples via the calculation of a weighted least squares measure biased towards the region around the point at which the reconstructed value is requested. In computer graphics, the moving least sq…

Why does Moving least squares matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Moving least squares?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Moving least squares.

Tags

  • Least squares

Keep exploring