Unsupervised contour representation and estimation using B-splines and a minimum description length criterion

M T Figueiredo1, J N Leitão, A K Jain

  • 1Inst. Superior Tecnico, Inst. de Telecomunicaoes, Lisbon, Portugal. mtf@lx.it.pt

Related Concept Videos

Level Curves and Contour Maps01:22

Level Curves and Contour Maps

Level curves and contour maps provide a way to visualize functions of two variables on a two-dimensional plane. A useful example is a topographic map, where curved lines represent locations that share the same elevation. In mathematics, these curves are called level curves or contour lines. Each contour line corresponds to points in the domain where the function has a constant value. For a function of two variables written as z = f(x,y), a level curve is defined by the equation f(x,y) = k,...
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Linear Approximations01:23

Linear Approximations

For a differentiable function of two variables, linear approximation estimates values near a known point by replacing the curved surface with its tangent plane. Consider the function\begin{equation*}f(x,y)=x^2+3y^2\end{equation*}near the point (2, 1). The exact value at this point is f(2, 1) = 22 + 3(1)2 = 4 + 3 = 7.The linear approximation of f(x, y)) near (a, b) is\begin{equation*}L(x,y)=f(a,b)+f_x(a,b)(x-a)+f_y(a,b)(y-b)\end{equation*}First, compute the partial derivatives: fx(x, y) = 2x and...
Topographic Surveying and Contours01:29

Topographic Surveying and Contours

Topographic surveying is critical for documenting the Earth's surface, focusing on capturing elevations, slopes, and natural and man-made features. It is essential in construction planning, water resource management, and land-use analysis. The primary outcome of such surveys is a topographic map, which uses contour lines to visually represent the shape and slope of the terrain, providing valuable insights into the landscape's characteristics.Contour lines are fundamental to understanding the...
Curvature and Its Interpretation01:25

Curvature and Its Interpretation

Curvature describes how rapidly a curve changes direction at a particular point. A curve with a small curvature bends gently, while a curve with a large curvature turns sharply. For a space curve, the position of a moving object can be described by a vector-valued function r(t), where t often represents time. The direction of motion is determined by the tangent vector, and the unit tangent vector is obtained by normalizing the derivative of the position vector.The unit tangent vector gives the...
Survival Tree01:19

Survival Tree

Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a survival tree begins...