Next Article in Journal
Long-Term Behavior of RC Beams Strengthened with Hybrid Composite Beam
Next Article in Special Issue
Landslide Prediction with Model Switching
Previous Article in Journal
Effects of BIM-Based Construction of Prefabricated Steel Framework from the Perspective of SMEs
Previous Article in Special Issue
Comparison of Machine Learning Regression Algorithms for Cotton Leaf Area Index Retrieval Using Sentinel-2 Spectral Bands
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Spatial Data Reconstruction via ADMM and Spatial Spline Regression †

1
Electrical and Computer Engineering, University of Alberta, 9211-116 Street NW, Edmonton, AB T6G 1H9, Canada
2
Mathematical and Statistical Sciences, University of Alberta, 632 Central Academic Building, Edmonton, AB T6G 2G1, Canada
*
Author to whom correspondence should be addressed.
This paper is an extended version of our paper published in the 2017 IEEE International Conference on Data Mining (ICDM), New Orleans, LA, USA, 18–21 November 2017.
Appl. Sci. 2019, 9(9), 1733; https://doi.org/10.3390/app9091733
Submission received: 30 March 2019 / Revised: 18 April 2019 / Accepted: 22 April 2019 / Published: 26 April 2019

Abstract

:
Reconstructing fine-grained spatial densities from coarse-grained measurements, namely the aggregate observations recorded for each subregion in the spatial field of interest, is a critical problem in many real world applications. In this paper, we propose a novel Constrained Spatial Smoothing (CSS) approach for the problem of spatial data reconstruction. We observe that local continuity exists in many types of spatial data. Based on this observation, our approach performs sparse recovery via a finite element method, while in the meantime enforcing the aggregated observation constraints through an innovative use of the Alternating Direction Method of Multipliers (ADMM) algorithm framework. Furthermore, our approach is able to incorporate external information as a regression add-on to further enhance recovery performance. To evaluate our approach, we study the problem of reconstructing the spatial distribution of cellphone traffic volumes based on aggregate volumes recorded at sparsely scattered base stations. We perform extensive experiments based on a large dataset of Call Detail Records and a geographical and demographical attribute dataset from the city of Milan, and compare our approach with other methods such as Spatial Spline Regression. The evaluation results show that our approach significantly outperforms various baseline approaches. This proves that jointly modeling the underlying spatial continuity and the local features that characterize the heterogeneity of different locations can help improve the performance of spatial recovery.

1. Introduction

The problem of reconstructing fine-grained spatial data from its coarse-grained aggregate observations of each subregions lies in the core of many real world applications. For example, the reconstruction of fine-grained spatial distribution of cell phone activities is of particular interest to telecommunication and information technology companies, where the recovered data can be used for device installation, capacity planning, the study of urban ecology [1,2,3], population density estimation [4,5,6], and human mobility prediction [7,8,9,10,11]. However, the companies may only have access to the aggregate mobile traffic volumes on each base station, as either privacy issues or additional technical overhead is involved to get fine-grained spatial data of users. Similarly, it is also highly valuable if we can infer the spatial distribution of population (e.g., the population vote for a certain party) densities based on the total population recorded at polling stations that sparsely scattered at different subregions. Internet media providers or retailers, such as Google, Tencent, Amazon, Facebook, etc., may want to recover a fine-grained geographical distribution of their users based on the aggregated user counts observed at different points of presence (PoPs) or data centers. Note that, in all the above-mentioned cases, it is impossible or not allowed to track the position of each individual due to either privacy concerns or technical overhead. Therefore, reconstructing the spatial data from coarse aggregation will be highly useful in such cases.
In this paper, we study such spatial sparse recovery problem, that is, to infer the fine-grained distribution of certain spatial data in a region given the aggregate observations recorded for each of its subregions. However, it is an extremely challenging problem and has seldom been studied. A straightforward idea is assuming the density is uniformly distributed within each subregion. Based on the based on the obtained aggregate observation, we can calculate a patched piece-wise constant estimation for each subregion. However, the densities estimated by this method will jump between neighboring subregions and disregard the local continuity or similarity of the studied spatial distribution across subregion boundaries. In addition, the piece-wise constant spatial field given by this approach provides little value for applications such as hot spot discovery. Many spatial data presents local continuity, e.g., Internet activity or cell phone activity. This is because the data often highly depend on underlying factors which are usually smoothly changing, like area functionality, urban geographical features, population density and so on. To exploit the smoothness, we may utilize spatial smoothing techniques such as Thin Plate Splines [12], Soap film smoothing [13], Spline smoothing [14], Bivariate Spline Regression [15], or Spatial Spline Regression [16] developed in statistics to smoothen the patched estimation. However, nearly all existing spatial smoothing techniques [12,13,14,15,16] are designed to recover a spatial field of densities according to sampled observations, e.g., reconstruct a spatial field of temperatures based on the temperature records at some sample points. In contrast, our problem needs to recovery a spatial field based on coarse-grained aggregate observations. Therefore, existing spatial smoothing techniques are not directly applicable to our new problem. Without modification, these smoothing techniques will violate the necessary constraint that the estimated spatial data in each subregion must sum up to its corresponding aggregate observation in the first place, leading to systematic errors.
To overcome the difficulties mentioned above, in this paper, we propose a new technique named Constrained Spatial Smoothing (CSS) for the problem of spatial data reconstruction. Specifically, given a region, we aim to reconstruct a spatial field of densities over that region based on observed aggregate values in patched subregions. Our approach penalizes the “roughness” of the reconstructed spatial field subject to the constraint that the aggregation of discretized values of the spatial field in each patched subregion equals the aggregate observation made in that subregion. It is distinct from previous spatial smoothing techniques due to the additional constraint in our problem. We propose an Alternating Direction Method of Multipliers (ADMM) [17,18] algorithm to decouple the problem into the alternated minimizations of a quadratic program (QP) [19] subproblem and a spatial smoothing subproblem, where we use the QP to iteratively enforce the observation constraints, while solving the spatial smoothing subproblem with a recently proposed finite element technique called Spatial Spline Regression (SSR) [16]. In addition, our approach not only leverages the intrinsic smoothness from local continuity to reconstruct a spatial field, but is also able to incorporate additional external information, such as the number of schools, number of bus stops, population, etc., in the underlying geographical region as a regression add-on component to further enhance recovery performance. Last but not least, our algorithm can be applied to a variety of sparse recovery problem where intrinsic smoothness exists.
Another important contribution of the paper is that we conduct extensive evaluation to compare our proposed algorithms with a variety of baseline methods. In our evaluation, we are trying to reconstruct the mobile phone activity distributions in Milan, Italy from base station observations. The Telecom Italia Big Data Challenge dataset is a multi-source dataset that contains a variety of informations, including aggregation of telecommunication activities, news, social networks, weather, and electricity data from the city of Milan. With the important information about human activities contained in the dataset, especially the cellphone activity records, researchers utilized the data to study different problems, such as modeling human mobility patterns [20,21,22], population density estimation [4,5], models the spread of diseases [23,24], modeling city structure [3] and city ecology [2], etc. Specifically, our evaluation is based on the Milan Call Detail Records (CDR) dataset, a part of the Telecom Italia Big Data Challenge dataset [25] which contains the phone call and Short Message Service (SMS) activity records of two months in each grid square of 235 m × 235 m in the city of Milan, Italy.
Given the Milan Call Detail Records (CDR) dataset, we consider a region that consists of 2726 grid squares in an irregularly bounded region in the city of Milan. To stress-test the algorithm performance, we assume we only know the aggregate phone activities observed on 100 or 200 base stations and aim to recover the entire spatial field of phone activities. We also use another geographical attribute dataset available from the Municipality of Milan’s Open Data website [1] as the additional external attribute data to improve performance. Extensive evaluation shows that our proposed approach achieves significant improvement, compared to various state-of-the-art baseline methods, including the spatial spline regression (SSR) [16] approach. Our technique can recover the fine-grained cell phone activity distribution of 2726 data points only from 200 data points of base stations, with a mean absolute percentage error of 0.309, representing a 26.3% improvement from the SSR baseline scheme.
The remainder of this paper is organized as follows. In Section 2, we formulate the problem of spatial field reconstruction from coarse aggregate observations. In Section 3, we describe existing solutions, including a state-of-the-art Spatial Spline Regression (SSR) technique for spatial smoothing. In Section 4, we propose our Constrained Spatial Smoothing method which respects both the local continuity in the spatial field and the aggregation constraints at the same time. In Section 5, we conduct extensive evaluation in comparison with various other methods through a solid and extensive case study of cell phone activity density estimation in the city of Milan. We discuss related literature in Section 6 and conclude the paper in Section 7.

2. Problem Formulation

In this section, we formally introduce the problem of spatial field reconstruction from coarse aggregations observed at sparse scattered points in that field. Our problem can be formulated as a new type of sparse recovery problems. To ease the presentation, we may use cell phone activity recovery as an example.
Let Ω R 2 denote an irregularly bounded domain, which is the entire region of interest in our problem. Usually, it excludes the uninhabited areas such as hills, ocean coasts, rivers, and so on. Suppose f ( p ) is a real-valued function that represents certain spatial densities field (e.g., cell phone activities), where p = ( x , y ) Ω denotes different geographical positions in Ω . Let B = { B 1 , , B m } denote m observation points (e.g., base stations) that scattered in Ω . Each point B i is located in a position p B i Ω and in charge of a subregion Ω B i . In our problem, we are given the aggregated volume z i in Ω B i that B i is in charge of. Our goal is to reconstruct the spatial field f ( p ) based on the observed aggregated volumes z i .
To give an instance, consider the problem of recover cell phone activity distribution. In this case, each user will connect to a base station (cell tower) that is closest to his/her cell phone. Therefore, we can observe the aggregated volume for each base station
z i = Ω B i f ( p ) d p , i = 1 , , m ,
where Ω B i denotes the subregion that B i is in charge of, and is given by
Ω B i = { p Ω : p p B i < p p B i , B i B , i i } .
Given the aggregated activity volumes z 1 , , z m recorded on m base stations, our goal is to reconstruct the entire cell phone activity densities distribution f, which is a spatial field in the domain Ω . We may call z 1 , , z m base station volumes in this case. However, reconstructing a continuous spatial field is almost computationally infeasible as a personal computer can not handle the continuous nature of Ω B i .
In reality, we only need to recover f to a certain granularity required by the operator (e.g., 235 m × 235 m squares in the dataset provided by Telecom Italia Mobile). To fix notations, suppose Ω is discretized into n small grid squares p 1 , , p n , where p j = ( x j , y j ) Ω , j = 1 , , n are the center positions of each square j in Ω . We can assume the area of each square is Δ = 1 without loss of generality. In addition, the number of aggregate observations is much smaller than the total number of squares to be reconstructed, therefore we have m n .
After domain discretization, we can get the aggregate volume on each base station B i by
z i = p j Ω B i f ( p j ) · Δ , i = 1 , , m ,
where the subregion that B i represents is given by
Ω B i = { p j : 1 j n , p j p B i < p j p B i , i i } .
Therefore, our goal is to reconstruct the underlying spatial field f, and especially the activity densities
f : = ( f ( p 1 ) , , f ( p n ) ) T
in all n grid squares if the desired granularity is on a per-square level, with only access to the aggregated observations z i in Label (1).
The problem defined above is broadly applicable to characterize a variety of applications other than the recovery of cell phone activity density distribution, e.g., inferring a fine-grained geographical user distribution for a certain app or website based on aggregated user counts collected at sparsely distributed Presence of Points (PoPs) or data centers, and recovering the voter distribution for a certain party based on aggregate voting statistics at different polling stations. The nonessential difference is that the definition of subregion Ω B i , from which volume z i is aggregated, is different for each specific application.

Constrained Spatial Smoothing Problem

Denote z = ( z 1 , , z m ) T . Since all Ω B i are predetermined, e.g., from Label (2) for the problem of cell phone activity distribution recovery, and z i are known, reconstructing spatial field f from (1) is essentially solving a linear system of equations for f , i.e.,
z = A f ,
where the matrix A R m × n is given by
A i j = 1 , if p j Ω B i , 0 , otherwise .
Since m n , i.e., the number of equations is far smaller than the number of the unknowns, reconstructing f ( p 1 ) , , f ( p n ) from z 1 , , z m is essentially a sparse recovery problem.
Directly solving the linear system of Equation (1) is infeasible, as it is an underdetermined system which has an infinite number of solutions. However, the spatial property of f can be utilized as constraints to make the sparse recovery problem feasible and has a unique solution. We observe that spatial data usually exhibit local continuity or correlation within domain Ω . For example, in the problem of cell phone activity density recovery, the activity density of a certain location highly depends on the population and activity at that place, e.g., the downtown has more population and cell phone activity than suburban residential areas. In addition, the underlying area functionality and the spatial distributions of human activity density are often slowly changing over the domain Ω rather than suddenly jumping between different subregions.
Therefore, we can formulate our constrained spatial sparse recovery problem as the following:
minimize f Ω ( 2 f ) 2 d p , subject to z = A f , f 0 ,
by taking into account the non-negative property and the local spatial continuity (smoothness) of f. 2 f = 2 f x 2 + 2 f y 2 is the Laplacian of f, and is utilized to encourage local similarity and penalize the roughness of the spatial field f. It is worth noting that once f is reconstructed, we have not only recovered the densities f at the square centers p 1 , , p n , but can also recover the density f ( p ) of any point p Ω , e.g., between the centers of two neighboring grid squares, although such a fine-grained recovery may not be needed in every application.
To further improve the recovery performance, we can utilize additional external demographic or social features at each location. In the problem of cell phone activity density reconstruction, cell phone activities are often correlated with the underlying population density and social functionalities (e.g., the percentage of green area, the number of schools, the number of businesses/restaurants, the number of sport facilities, and the number of bus stops, etc.) of the considered regions.
Specifically, suppose w j = ( w j 1 , , w j q ) T represents the feature vector consisting of q external feature values of square j. When w j is available as additional input, we can estimate the spatial density data in square j by
f ( p j ) = f ( p j ) + w j T β ,
where f ( p ) is an underlying spatial field functional that preserves local spatial continuity, while w j T β is a linear regression part based on the attributes of square p j that allows position-specific variation or jumps.
In the presence of attributes, we can formulate the constrained spatial sparse recovery problem as
minimize f , β Ω ( 2 f ) 2 d p , subject to f ( p j ) = f ( p j ) + w j T β , j = 1 , , n , z = A f , f 0 .
Once we get the spatial field f and β , we can reconstruct f ( p j ) for all the squares using (5). For example, we can calculate the cell phone activity at a specific place by the summation of an underlying smooth spatial field f ( p j ) and a linear regression of location attributes, where the add-on regression helps to model the jump between two subregions if the two regions are quite different and have distinct functionalities or attributes.

3. Patched Estimation and Spatial Spline Regression

In this section, we present some tentative solutions and then show their limitations in solving our constrained spatial sparse recovery problem.

3.1. Patched Piece-Wise Constant Estimation

In our problem, we only have access to the aggregated volumes z i at locations p B i . To infer the fine-grained spatial distribution of z i over subregion Ω B i that covers the point B i , a first intuitive heuristic is estimating f ( p j ) as the volume z i divided by its area by assuming the density is distributed uniformly:
f ¯ ( p j ) = z i | Ω B i | , for each p j Ω B i ,
where | Ω B i | is the area of Ω B i . This method gives us a patched piece-wise constant estimation. Note that we use patch to refer to Ω B i in this paper, which is the subregion covered B i .
However, the patched estimation gives an oversimplified solution. The reconstructed spatial field f ¯ ( p j ) may have jumps on the borders of neighboring patches, which is far from smooth. In reality, the spatial field f ( p j ) should change smoothly over the domain, as the underlying characteristics also change smoothly across different regions. Hence, f ( p j ) should not be constant within each patch Ω B i .

3.2. Spatial Spline Regression

Given the above observation, we can naturally come up with a second idea, which is learning a smooth estimation of f ¯ ( p j ) by spatial smoothing techniques. In the following, we introduce the powerful smoothing technique named Spatial Spline Regression (SSR) proposed in Sangalli et al. [16]. We will show how it can be applied to our particular spatial data reconstruction problem, as well as point out its limitations in solving the problem.
Given l data points in Ω , which contains the following information: (1) their positions { p j } j = 1 l ; (2) the values of these l points: { h j } j = 1 l ; and (3) their feature vectors { w j } j = 1 l , SSR is able to fit a smooth spatial field f by minimizing the following equation [14,16], i.e.,
minimize β , f j = 1 l h j w j T β f ( p j ) 2 + λ Ω ( 2 f ) 2 d p ,
where f is assumed to be twice-differentiable over Ω , and 2 f = 2 f x 2 + 2 f y 2 denotes the Laplacian of f to penalize the roughness of f. The hyper parameter λ is used to trade the smoothness of f off for a better approximation to data value h j .
However, the challenge to solving problem (8) is that it involves searching for a functional f over a possibly non-convex domain Ω that may have strong concavities, complicated boundaries, and even interior holes. Although kernel-based methods [26] are also a commonly used smoothing technique, their major drawback is that, by using uniformly damping weights in distance-based kernels, they tend to link data points across unrelated or weakly related subregions in an irregularly shaped non-convex domain.
We now briefly describe how spatial spline regression [16] can solve problem (8) via finite element analysis for any irregularly shaped domain Ω . SSR splits a domain Ω by transforming it into a triangular mesh with triangulation methods (e.g., Delaunay triangulation [27]). After triangulation, it defines a polynomial function on each triangle, such that the summation of these polynomial functions defined on different pieces closely approximates the desired spatial field f.
Specifically, let ζ 1 , , ζ K denote the vertices of all the small triangles, which are called control points and can be adaptively selected by available data points. Define a piecewise linear or quadratic basis function ψ k ( x , y ) called Lagrangian finite element with ( x , y ) Ω , associated with each control point ζ k such that ψ k evaluates to 1 at ζ k and is equal to 0 at all other control points. Therefore, according to the Lagrangian property of the basis, we can approximate f ( x , y ) for any ( x , y ) Ω only using the values of f on the K control points, i.e., f K : = ( f ( ζ 1 ) , , f ( ζ K ) ) T . That is, if we let ψ ( x , y ) : = ( ψ 1 ( x , y ) , , ψ K ( x , y ) ) T denote the K predefined basis functions, each corresponding to a control point, then we have
f ( x , y ) = k = 1 K f ( ζ k ) ψ k ( x , y ) = f K T ψ ( x , y ) .
Since ψ 1 ( x , y ) , , ψ K ( x , y ) are predefined and known a priori, the variational estimation of f in problem (8) boils down to the estimation of only K scalar values, i.e., f K = ( f ( ζ 1 ) , , f ( ζ K ) ) T .
In fact, it is shown in Sangalli et al. [16] that with the piece-wise approximation given by (9), solving (8) is simply solving a set of linear equations for f ^ ( ζ 1 ) , , f ^ ( ζ K ) . The estimator f ^ ( x , y ) for f can then be derived from (9) as
f ^ ( x , y ) = f ^ K T ψ ( x , y ) .
It is worth noting that commodity triangulation software for finite element analysis is readily available in many free and commercial finite element packages. For example, Delaunay triangulations of a set of data location points (e.g., [27]) V are such that no point in V is inside the circumcircle of any triangle; they maximize the minimum angle of all the triangle angles, avoiding stretched triangles.
Now, we can see that if l = n and we plug h j = f ¯ ( p j ) , j = 1 , , n into problem (8), we will get a new density surface f ^ as a solution to the SSR problem (8) that is a smoothened approximation of the patched estimates f ¯ ( p j ) .
However, SSR given by (8) can not accommodate any constraints, which is the major limitation in solving our problem. Specially, in our case, SSR does not enforce the aggregated volume constraint (1) (or z = A f in (4)). Therefore, SSR gives no guarantee that the estimated densities in each patch Ω B i will sum up to the observed volume z i on the point B i . In this way, SSR would likely cause large estimation errors as it violates the constraint.

4. An ADMM Algorithm for Constrained Spatial Smoothing

Our spatial sparse recovery problem (4) is different from (8) from two aspects: the additional constraints and the loss function. As a consequence, we can not directly apply the previous SSR method to solve it. A new approach is needed to handle our new loss function with constraints.
In this section, we propose to utilize the Alternating Direction Method of Multipliers (ADMM) [28], to decompose our constrained optimization problem into two sub-problems that can be solved effectively by SSR and Quadratic Programming (QP), respectively. Algorithm 1 presents the proposed ADMM algorithm to learn our model parameters.
Algorithm 1: Constrained Spatial Smoothing by ADMM
  
Input:
The m observed volume of base stations z = ( z 1 , , z m ) T , smoothing parameter λ , penalty parameter β , initialize α = α 0 , f = f 0 .
Output:
Spatial field and parameters f ^ , β ^ . Estimation values on n locations f ^ = f ^ ( p 1 ) , , f ^ ( p n ) .
   
1:
for i t e r = 1 , , maxIter do
2:
 Update f by solving (18) using Quadratic Programming.
3:
 Update g by solving (19) using Spatial Spline Regression.
4:
 Update α according to (17).
5:
end for
First, we introduce the following indicator function 𝟙 f ,
𝟙 f = 0 , if f 0 and z = Af , , otherwise .
With the indicator function, the original problem (4) is equivalent to
minimize f λ Ω ( 2 f ) 2 d p + 𝟙 f ,
where λ is a hyper parameter that controls the smoothness of f.
Second, we introduce an auxiliary variable g that is defined as
g : = ( g ( p 1 ) , , g ( p n ) ) T .
This variable is utilized to split the convex optimization problem into two sub-convex problems. With g , we can formulate the problem as the standard ADMM format,
minimize f λ Ω ( 2 f ) 2 d p + 𝟙 g , subject to f = g .
The augmented Lagrangian for (13) is
minimize L ρ ( f , g , α ) = λ Ω ( 2 f ) 2 d p + 𝟙 g + α T ( g f ) + ρ 2 g f 2 2 ,
where α = ( α 1 , , α n ) T is the dual variable, and ρ > 0 is the penalty parameter in ADMM. Then, the ADMM consists of the following iterations:
g k + 1 : = argmin g L ρ ( f k , g , α k ) ,
f k + 1 : = argmin f L ρ ( f , g k + 1 , α k ) ,
α k + 1 : = α k + ρ ( f g ) .
For the g -update step in each iteration, Label (16) is equivalent to
minimize g ρ 2 g 2 2 + ( α T ρ f T ) g , subject to g 0 , z = Ag .
We can solve this convex problem efficiently by Quadratic Programming (QP).
For the f -update step in each iteration, Equation (15) is equivalent to
minimize f α T + ρ g T / 2 f 2 2 + λ Ω ( 2 f ) 2 d p ,
which is exactly the form of (8) with h j = α j + ρ g ( p j ) / 2 and w j = 0 , thus can be solved efficiently by SSR. It should be noted that λ is the penalty parameter which controls the smoothness of f. If it is small, we put little emphasis on the smoothness, and the estimated surface f will be over fitted. If it is too big, the surface will be too smooth, which can cause underfitting.
For the case with attributes, the algorithm does not require major changes. We just need to replace f by f + W β in (19), where W : = ( w 1 , , w n ) T represents the attributes and β is the corresponding contributions.
Our proposed ADMM training algorithm is able to efficiently reconstruct the spatial field and fit the covariates for our constrained spatial sparse recovery problem. In g -update step, it enforces the constraints by solving a constrained QP with no need to worry about smoothing; in a f -update step, it approximates the obtained g with a smooth f using the SSR-based smoothing technique. In this way, we decouple the handling of smoothing and constraints which was not possible in pure SSR previously.

5. Performance Evaluation

In this section, we perform an extensive case study of the approach we described above in order to demonstrate its applicability. We picked the cell phone data as an example of how the model can solve empirical problem and compare the model’s performance to other approaches.

5.1. Dataset Description

The model in (13) is general and not attached to any particular empirical problem, and it does not contain many implicit assumptions. However, in order to measure its performance, we evaluate the model using real-world data. Due to generality of the proposed learning algorithm, the range of possible data sets is potentially big. For our empirical case study, we chose cell phone data, where there exists a problem of recovering a spatial field from coarse aggregations observed at sparse cell phone towers. We do not overestimate the problem, but rather see this particular data set suitable for an extensive case study.
The Milan Call Description Records (CDR) dataset is a part of the Telecom Italia Big Data Challenge dataset provided by Telecom Italia Mobile. It contains the telecommunications activity records from 1 November 2013 to 31 December 2013 in the city of Milan [25]. The dataset divides Milan into a 100 × 100 square grid, where each square is size of about 235 m × 235 m. In the dataset, each record consists of six entries: square ID, incoming call activity, outgoing call activity, incoming SMS activity, outgoing SMS activity, and time-stamp of 10-minute time slot. The values of the four types of activities are normalized to the same scale.
Another dataset we utilized is the Milan geographical attribute dataset available from the Municipality of Milan’s Open Data website [1]. This dataset consist of features of central 2726 squares among the whole 10,000 squares. The features of each square include: population, green area percentage, number of sport centers, number of universities, number of businesses, and number of bus stops. Figure 1 shows the area covered by these grid squares. The 2726 squares covers the central part of the Milan city and contains the majority of telecommunication activities in the dataset. We refer to [2] for more detailed description about this dataset. In our experiments, we compare the performance of different approaches on these squares.
The general problem of recovering a spatial field from coarse aggregations observed at sparse points in the field in this particular case study is reformulated into the problem of recovering the distribution of cell phone activities over the whole 2726 square regions given that only aggregated activity observations in base stations are known. We need to further process the Milan CDR dataset to study this problem.
First, we sum up the four types of activities during 1 November 2013 to 28 November 2013 and 1 December 2013 to 28 December 2013, respectively, to come up with the activity volume of each squares during November or December. These two datasets are served as the ground-truth datasets of Milan cell phone activity distributions. Figure 1a,b show the heat maps of activity volumes in each square during November and December.
Second, after we aggregated the two months’ activities for each square, we need to set the locations of base stations (BSs). According to [29], there are roughly 200 base stations in Milan. However, the exact locations are not available. Thus, we assume the 200 BSs are randomly distributed according to the following probability distribution
Pr ( Set square i as BS ) = f ( p i ) / j = 1 N f ( p j ) ,
where f ( p i ) is the cell phone activity volume in square i, i = { 1 , , N } , N = 2726 is the number of squares we are focusing on. Notice that, when we have 200 base station’s aggregated observations, they only cover 7.34% of the whole 2726 squares region. This is extremely sparse and makes our problem highly challenging. In addition, we also assume n BS = 100 and choose 100 squares as BSs according to the same probability distribution to stress-test our algorithm’s capability under even sparser observations. Figure 2a,b show the base station distributions for n BS = 200 and n BS = 100 , respectively.
After sampling the location of base stations, for each square, we assign the activity of it to its closest base station. When multiple base stations are equidistant from a square, the activity of the square will be evenly distributed among these base stations. We then assume we only know the aggregated activities in base station squares, which is usually the true case in reality. Figure 2c shows the regions split by 100 base stations, where each colour patch is a region charged by one base station. To save space, we don’t present the figure for 200 base stations.

5.2. Experimental Setup

Algorithms Evaluated

We test our proposed approach and compare it with three baseline methods. In particular, we evaluate and compare the following models using the aggregated November and December datasets, with number of base stations n BS = 200 or n BS = 100 for stress testing.
  • Patched Estimation: estimate the cell phone activity distribution by patched piece-wise constant estimation, that is, assume cell phone activity density is distributed uniformly within each sub-region Ω B i , i.e., the area covered by base station B i , and estimate each square’s activity volume by (7).
  • Patched Estimation + SSR 1: first estimate only base station activity volumes by (7). Use these sparse points to fit a smooth surface by running Spatial Spline Regression to obtain the estimated cell phone activity in all squares.
  • Patched Estimation + SSR 2: as opposed to the previous model, get the initial estimation of the activity volume of all squares by Patched Estimation. Then, use all these points to fit a smooth surface by running Spatial Spline Regression to obtain the final estimated cell phone activity in all squares.
  • Constrained Spatial Smoothing: first get the initial estimation of the activity volume of all squares by Patched Estimation, then run Constrained Spatial Smoothing algorithm to get the final activity volumes estimation of all squares.
  • Constrained Spatial Smoothing + Features: in this case, we incorporate the geographical features into Constrained Spatial Smoothing algorithm.
We set the penalty parameter λ = 1 when n BS = 200 and λ = 10 when n BS = 100 , for all methods that utilizes SSR. The geographical features of Milan are only incorporated in the last algorithm described above. In addition, for the implementation of Spatial Spline Regression, we use the fdaPDE R Package [30].
To compare different approaches, we evaluate the performance by the Mean Relative Error (MRE) of the produced activity estimates for the true activity values. The relative error of an estimation f ^ ( p j ) compared to the true value f ( p j ) is defined as | f ^ ( p j ) f ( p j ) | / f ( p j ) .

5.3. Performance Evaluation

5.3.1. Comparison of Different Algorithms

We show the cumulative distribution function (CDF) of Relative Errors given by different approaches in Figure 3 and Figure 4. In addition, we compare the estimation’s Mean Relative Error of different approaches in Figure 5. It is quite clear that our proposed algorithms outperform other three baseline approaches significantly in all cases ( n BS = 200 and n BS = 100 , data aggregated in November and in December).
By comparing Patched Estimation + SSR 1 with Patched Estimation approach, we can see that using spatial smoothing based on only base station squares’ observations leads to worse performance than patched estimation. This can be explained by the smoothing property of SSR and how we set the values of base station squares. As we described, we set the activity value of base stations by averaging the total activity amount of each base station on all squares it covers. Thus, given the activity z i | Ω B i | , ( | Ω B i | denotes the number of squares within region Ω B i ) of a base station B i , the true activities of itself and its surrounding squares within region B i are distributed with a mean of z i | Ω B i | . Given two base stations B 1 and B 2 that are close to each other, with aggregated activities of z 1 and z 2 respectively, the Spatial Smoothing approach will fit a smooth surface between the two base stations. Suppose z 1 > z 2 , in this case, overall, the activities of B 1 ’s neighbour squares will be underestimated, and that of B 2 will be overestimated. Therefore, Patched Estimation + SSR 1’s performance is not as good as Patched Estimation.
By comparing Patched Estimation + SSR 2 with Patched Estimation and Patched Estimation + SSR 1, we can observe that applying spatial smoothing on the results of patched estimation improves the performance. This proves the rationality and effectiveness of introducing smoothness into the estimated cell phone activity distribution surface.
Our proposed approach achieves much better performance compared with the three baseline methods. By using Constrained Spatial Smoothing instead of applying Spatial Spline Regression directly, we are able to fit a smooth activity distribution while forcing it to match the observations of base station squares (the aggregated activity volumes) at the same time. By comparing Constrained Spatial Smoothing that incorporates additional features of each square with the version without features, we can see that the performance is further improved. The reason is that the heterogeneity of different locations will influence the telecommunication activity distribution, therefore making the distribution not smooth everywhere. Incorporating additional features into our model can help to explain the residuals between estimated smooth distribution and the true activity distribution, therefore further increasing estimation accuracy. By comparing Figure 3 and Figure 4, we also can see that incorporating additional features into Constrained Spatial Smoothing becomes more important when the base stations are more sparse.
The performance of different methods on the December dataset is worse than on the November dataset. This is because there are multiple holidays in December. The cell phone activities will become more irregular than usual during holidays, as discussed in Cici et al. [2] and Ratti et al. [29].
Figure 6a–c show the distribution surfaces of true cell phone activity volumes, estimated volumes by Patched Estimation, and estimated volumes by Constrained Spatial Smoothing with features when n BS = 200 using the November dataset. We can see that the Patched Estimation approach fits a stepped surface, while our approach gives a much smoother surface.
For time efficiency, experiments based on the Milan Call Description Records (CDR) dataset show that the average time for our approach to converge is less than five minutes on a MacBook Pro with a 2 GHz Intel Core i7 processor, and 8 GB memory. This proves that our system is highly efficient and practical.

5.3.2. Impact of Smooth Penalty Parameter λ

Figure 7 shows how the the estimation’s Mean Relative Error varies when λ increases from 10 4 to 10 3 . We make two interesting observations. First, λ around 1∼10 usually gives the best performance. Too big or too small λ will decrease the estimation accuracy. This is reasonable, as when λ is too small, we put little emphasis on the smoothness of estimated surface, thus the performance will suffer. If λ is too big, it enforces a smooth surface, which also doesn’t match the reality. Second, when we have less base stations, λ that gives the best performance will increase (from 1 to 10). In addition, we can see that the performance of the model with λ between 1∼100 does not significantly change when n BS = 100 . That indicates the following: when the base station distribution is more sparse, the estimation performance is less sensitive to λ when it is around the best value (1 for n BS = 200 and 10 for n BS = 100 ).

6. Related Work

The Telecom Italia Big Data Challenge dataset is widely used to study different problems [2,3,4,5,20,21,22,23,24]. However, little research work has been done to estimate the spatial distribution of cellphone activity itself, despite the great value of this problem.
There are various tasks where the key problem is estimating a spatial field over a region based on observations of sampled points, such as house price estimation and population density estimation. Chopra et al. [26] model the underlying surface of land desirability using kernel-based interpolation. However, it is hard to choose the form of kernel functions and tune a large number of hyper-parameters. Spatial Spline Regression technique is applied to the problem of population density estimation in Sangalli et al. [16]. However, in our problem, we only get the accumulated activity density in base stations, rather than real densities in each base station location. In addition, BS locations distribution is highly sparse in our case.
Although a range of kernel-based methods [26,31,32] can be applied to fit a spatial field, the common drawback of these approaches is that, by using uniformly damping weights in distance-based kernels, they tend to link weakly related data points across areas in a non-convex domain. Spatial spline regression [16] on the other hand uses finite-element analysis approach to jointly solve for f and β from the model described by Equation (8) over any irregularly shaped domain Ω .
As it was discussed earlier, the fine-grained data for the distribution of the volume of calls and SMS are not usually available. A common type of data is the data collected by cell phone base stations. Sometimes, cell phone providers interpolate the data collected by the base stations as is discussed in Manfredini et al. [33]. Some researchers interpolate the data to obtain fine grained distributions as in Ratti et al. [29]. However, in Ratti et al. [29], authors do not evaluate the performance of the interpolated distribution. To the best of our knowledge, there is no extensive work done in trying to obtain optimal reconstructions of fine grained cell phone data distribution. We are the first to apply the latest spatial functional analysis techniques to cellphone activity distribution modeling, assuming the activity densities consist of a regression part based on social or demographical statistic features and a spatial field that captures the underlying smoothness property of cellphone activities. In particular, we leverage the idea of spatial spline regression to handle any irregularly shaped geographic regions. We have developed a novel Constrained Spatial Smoothing approach and corresponding training algorithm to recover spatial distribution of cellphone activities from highly sparse observations.

7. Conclusions

In this paper, we study the problem of inferring the fine-grained spatial distribution of certain density data in a region based on the aggregate observations recorded for each of its subregions, which is extremely challenging and seldom visited before, and analyze the challenges of it. We propose the Constrained Spatial Smoothing (CSS) approach that exploits both the intrinsic smooth property of underlying factors and the additional features from external social or domestic statics. We further propose a training algorithm which combines the Spatial Spline Regression (SSR) technique and ADMM technique to learn our model parameters efficiently.
To evaluate our algorithm and compare it with various other approaches, we run extensive evaluations based on the Milan Call Detail Records dataset provided by Telecom Italia Mobile. The simulation results on the dataset show that our algorithm significantly outperforms other baseline approaches by a great percentage. (Note that cross validation and statistical testing are techniques that are usually applied in experiments. However, both techniques require sampling effectively from the sparse spatial data while keeping the intrinsic spatial structure, which is difficult in our problem.) This shows that jointly modeling the underlying spatial continuity and the local features that characterize the heterogeneity of different locations can effectively improve the performance of spatial recovery.
Although we use the data on cell phone activities to illustrate our methodology, our algorithm is not limited to solving the problem of inferring the distribution of cell phone activities, but is also applicable to a variety of problems where estimating an implicit or explicit smooth surface is required, such as inferring the spatial distribution of population densities based on the aggregate population observed at sparsely scattered polling stations, reconstructing a fine-grained geographical distribution of users for an Internet media provider or retailer only from aggregated user counts observed at certain datacenters or points of presence (PoPs), and so on.

Author Contributions

Conceptualization, B.L., B.M., L.K. and D.N.; Data curation, B.L. and B.M.; Formal analysis, B.L., B.M., L.K. and D.N.; Investigation, B.L., B.M., L.K. and D.N.; Methodology, B.L., B.M., L.K. and D.N.; Project administration, B.L., B.M., L.K. and D.N.; Software, B.L. and B.M.; Supervision, B.L., B.M., L.K. and D.N.; Validation, B.L., B.M., L.K. and D.N.; Visualization, B.L., B.M. and L.K.; Writing—original draft, B.L., B.M., L.K. and D.N.; Writing—review and editing, B.L., B.M. and D.N.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
CSSConstrained Spatial Smoothing
SSRSpatial Spline Regression
SMSShort Message Service
ADMMAlternating Direction Method of Multipliers
QPQuadratic Programming
CDRCall Detail Records
PoPsPresence of Points
CDFCumulative Distribution Function

References

  1. Barlacchi, G.; De Nadai, M.; Larcher, R.; Casella, A.; Chitic, C.; Torrisi, G.; Antonelli, F.; Vespignani, A.; Pentland, A.; Lepri, B. A multi-source dataset of urban life in the city of Milan and the Province of Trentino. Sci. Data 2015, 2, 150055. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Cici, B.; Gjoka, M.; Markopoulou, A.; Butts, C.T. On the decomposition of cell phone activity patterns and their connection with urban ecology. In Proceedings of the 16th ACM International Symposium on Mobile Ad Hoc Networking and Computing, ACM MobiHoc’15, Hangzhou, China, 22–25 June 2015. [Google Scholar]
  3. Louail, T.; Lenormand, M.; Ros, O.G.C.; Picornell, M.; Herranz, R.; Frias-Martinez, E.; Ramasco, J.J.; Barthelemy, M. From mobile phone data to the spatial structure of cities. Sci. Rep. 2014, 4, 5276. [Google Scholar] [CrossRef]
  4. Douglass, R.W.; Meyer, D.A.; Ram, M.; Rideout, D.; Song, D. High resolution population estimates from telecommunications data. EPJ Data Sci. 2015, 4, 4. [Google Scholar] [CrossRef]
  5. Deville, P.; Linard, C.; Martin, S.; Gilbert, M.; Stevens, F.R.; Gaughan, A.E.; Blondel, V.D.; Tatem, A.J. Dynamic population mapping using mobile phone data. Proc. Natl. Acad. Sci. USA 2014, 111, 15888–15893. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  6. Liu, X.; Kyriakidis, P.C.; Goodchild, M.F. Population-density estimation using regression and area-to-point residual kriging. Int. J. Geogr. Inf. Sci. 2008, 22, 431–447. [Google Scholar] [CrossRef]
  7. Cho, E.; Myers, S.A.; Leskovec, J. Friendship and mobility: User movement in location-based social networks. In Proceedings of the 17th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Diego, CA, USA, 21–24 August 2011; ACM: New York, NY, USA, 2011; pp. 1082–1090. [Google Scholar]
  8. Li, X.; Pan, G.; Wu, Z.; Qi, G.; Li, S.; Zhang, D.; Zhang, W.; Wang, Z. Prediction of urban human mobility using large-scale taxi traces and its applications. Front. Comput. Sci. 2012, 6, 111–121. [Google Scholar]
  9. Lu, X.; Wetter, E.; Bharti, N.; Tatem, A.J.; Bengtsson, L. Approaching the limit of predictability in human mobility. Sci. Rep. 2013, 3, 2923. [Google Scholar] [CrossRef] [PubMed]
  10. Wang, D.; Pedreschi, D.; Song, C.; Giannotti, F.; Barabasi, A.L. Human mobility, social ties, and link prediction. In Proceedings of the 17th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Diego, CA, USA, 21–24 August 2011; ACM: New York, NY, USA, 2011; pp. 1100–1108. [Google Scholar]
  11. De Domenico, M.; Lima, A.; Musolesi, M. Interdependence and predictability of human mobility and social interactions. Pervasive Mob. Comput. 2013, 9, 798–807. [Google Scholar] [CrossRef] [Green Version]
  12. Wood, S.N. Thin plate regression splines. J. R. Stat. Soc. Ser. B Stat. Methodol. 2003, 65, 95–114. [Google Scholar] [CrossRef]
  13. Wood, S.N.; Bravington, M.V.; Hedley, S.L. Soap film smoothing. J. R. Stat. Soc. Ser. B Pervasiv Methodol. 2008, 70, 931–955. [Google Scholar] [CrossRef] [Green Version]
  14. Ramsay, T. Spline smoothing over difficult regions. J. R. Stat. Soc. Ser. B Pervasiv Methodol. 2002, 64, 307–319. [Google Scholar] [CrossRef]
  15. Guillas, S.; Lai, M.J. Bivariate splines for spatial functional regression models. J. Nonparametr. Stat. 2010, 22, 477–497. [Google Scholar] [CrossRef] [Green Version]
  16. Sangalli, L.M.; Ramsay, J.O.; Ramsay, T.O. Spatial spline regression models. J. R. Stat. Soc. Ser. B Stat. Methodol. 2013, 75, 681–703. [Google Scholar] [CrossRef]
  17. Boyd, S.; Parikh, N.; Chu, E.; Peleato, B.; Eckstein, J. Distributed optimization and statistical learning via the alternating direction method of multipliers. Found. Trends Mach. Learn. 2011, 3, 1–122. [Google Scholar] [CrossRef]
  18. Parikh, N.; Boyd, S. Proximal algorithms. Found. Trends Optim. 2014, 1, 127–239. [Google Scholar] [CrossRef]
  19. Bertsekas, D.P. Nonlinear Programming; Athena Scientific: Belmont, MA, USA, 1999. [Google Scholar]
  20. Gonzalez, M.C.; Hidalgo, C.A.; Barabasi, A.L. Understanding individual human mobility patterns. Nature 2008, 453, 779–782. [Google Scholar] [CrossRef]
  21. Csáji, B.C.; Browet, A.; Traag, V.A.; Delvenne, J.C.; Huens, E.; Van Dooren, P.; Smoreda, Z.; Blondel, V.D. Exploring the mobility of mobile phone users. Phys. A Stat. Mech. Its Appl. 2013, 392, 1459–1473. [Google Scholar] [CrossRef] [Green Version]
  22. Song, C.; Qu, Z.; Blumm, N.; Barabási, A.L. Limits of predictability in human mobility. Science 2010, 327, 1018–1021. [Google Scholar] [CrossRef]
  23. Blondel, V.D.; Decuyper, A.; Krings, G. A survey of results on mobile phone datasets analysis. EPJ Data Sci. 2015, 4, 10. [Google Scholar]
  24. Grauwin, S.; Sobolevsky, S.; Moritz, S.; Gódor, I.; Ratti, C. Towards a comparative science of cities: Using mobile traffic records in new york, london, and hong kong. In Computational Approaches For Urban Environments; Springer: Berlin/Heidelberg, Germany, 2015; pp. 363–387. [Google Scholar]
  25. Telecom. Telecom Italia Big Data Challenge. 2014. Available online: https://dandelion.eu/datamine/open-big-data/ (accessed on 27 July 2016).
  26. Chopra, S.; Thampy, T.; Leahy, J.; Caplin, A.; LeCun, Y. Discovering the hidden structure of house prices with a non-parametric latent manifold model. In Proceedings of the 13th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Jose, CA, USA, 12–15 August 2007; ACM: New York, NY, USA, 2007; pp. 173–182. [Google Scholar]
  27. Hjelle, Ø.; Dæhlen, M. Triangulations and Applications; Springer Science & Business Media: Berlin, Germany, 2006. [Google Scholar]
  28. Douglas, J.; Rachford, H.H. On the numerical solution of heat conduction problems in two and three space variables. Trans. Am. Math. Soc. 1956, 82, 421–439. [Google Scholar] [CrossRef]
  29. Ratti, C.; Frenchman, D.; Pulselli, R.M.; Williams, S. Mobile landscapes: Using location data from cell phones for urban analysis. Environ. Plan. B Plan. Des. 2006, 33, 727–748. [Google Scholar] [CrossRef]
  30. Lila, E.; Sangalli, L.M.; Ramsay, J.; Formaggia, L. fdaPDE: Functional Data Analysis and Partial Differential Equations; Statistical Analysis of Functional and Spatial Data, Based on Regression with Partial Differential Regularizations; R Package Version 0.1-4; The Comprehensive R Archive Network, 2016; Available online: https://cran.r-project.org/web/packages/fdaPDE/index.html (accessed on 26 April 2019).
  31. Clapp, J.M. A semiparametric method for estimating local house price indices. Real Estate Econ. 2004, 32, 127–160. [Google Scholar] [CrossRef]
  32. Caplin, A.; Chopra, S.; Leahy, J.V.; LeCun, Y.; Thampy, T. Machine Learning and the Spatial Structure of House Prices and Housing Returns. 2008. Available online: https://ssrn.com/abstract=1316046 (accessed on 26 April 2019).[Green Version]
  33. Manfredini, F.; Pucci, P.; Tagliolato, P. Toward a systemic use of manifold cell phone network data for urban analysis and planning. J. Urban Technol. 2014, 21, 39–59. [Google Scholar] [CrossRef]
Figure 1. The cell phone activity distributions of Milan. It shows the metropolitan area of Milan, Italy, and the area covered by the 2726 grid squares. (a,b) show the heat map of cell phone activities (Call + SMS) during November and December respectively.
Figure 1. The cell phone activity distributions of Milan. It shows the metropolitan area of Milan, Italy, and the area covered by the 2726 grid squares. (a,b) show the heat map of cell phone activities (Call + SMS) during November and December respectively.
Applsci 09 01733 g001
Figure 2. The location distributions of sampled base stations and the areas in charged by them. (a,b) shows the sampled base station distributions for nBS = 200 and nBS = 100; (c) shows the areas in charged by different base stations for nBS = 100.
Figure 2. The location distributions of sampled base stations and the areas in charged by them. (a,b) shows the sampled base station distributions for nBS = 200 and nBS = 100; (c) shows the areas in charged by different base stations for nBS = 100.
Applsci 09 01733 g002
Figure 3. Comparison of the CDFs of estimation relative errors given by different methods when nBS = 200. The legends follow the same order as the curves at relative error = 0.5. (a) compares the CDFs based on the data aggregated in November; (b) compares the CDFs based on the data aggregated in December.
Figure 3. Comparison of the CDFs of estimation relative errors given by different methods when nBS = 200. The legends follow the same order as the curves at relative error = 0.5. (a) compares the CDFs based on the data aggregated in November; (b) compares the CDFs based on the data aggregated in December.
Applsci 09 01733 g003
Figure 4. Comparison of the CDFs of estimation relative errors given by different methods when nBS = 100 for stress-testing. The legends follow the same order as the curves at relative error = 0.5. (a) compares the CDFs based on the data aggregated in November; (b) compares the CDFs based on the data aggregated in December.
Figure 4. Comparison of the CDFs of estimation relative errors given by different methods when nBS = 100 for stress-testing. The legends follow the same order as the curves at relative error = 0.5. (a) compares the CDFs based on the data aggregated in November; (b) compares the CDFs based on the data aggregated in December.
Applsci 09 01733 g004
Figure 5. Comparison of the estimation’s Mean Relative Error of different methods when nBS = 200 or nBS = 100 for stress-testing. In each figure, the bars from left to right stands for Patched Estimation, Patched Estimation + SSR 1, Patched Estimation + SSR 2, Constrained Spatial Smoothing, and Constrained Spatial Smoothing + Features respectively. (a) we use the data aggregated in November, and set number of base stations to be 200, similarly for (bd).
Figure 5. Comparison of the estimation’s Mean Relative Error of different methods when nBS = 200 or nBS = 100 for stress-testing. In each figure, the bars from left to right stands for Patched Estimation, Patched Estimation + SSR 1, Patched Estimation + SSR 2, Constrained Spatial Smoothing, and Constrained Spatial Smoothing + Features respectively. (a) we use the data aggregated in November, and set number of base stations to be 200, similarly for (bd).
Applsci 09 01733 g005
Figure 6. Comparison of the activity distributions. (a) real cell phone activity distribution; (b) estimated distribution by Patched Estimation method; (c) estimated distribution by our method.
Figure 6. Comparison of the activity distributions. (a) real cell phone activity distribution; (b) estimated distribution by Patched Estimation method; (c) estimated distribution by our method.
Applsci 09 01733 g006aApplsci 09 01733 g006b
Figure 7. Influence of λ to estimation’s Mean Relative Error when n BS = 200 and n BS = 100 for stress-testing. The figure is based on the November dataset. Results on the December dataset are similar.
Figure 7. Influence of λ to estimation’s Mean Relative Error when n BS = 200 and n BS = 100 for stress-testing. The figure is based on the November dataset. Results on the December dataset are similar.
Applsci 09 01733 g007

Share and Cite

MDPI and ACS Style

Liu, B.; Mavrin, B.; Kong, L.; Niu, D. Spatial Data Reconstruction via ADMM and Spatial Spline Regression. Appl. Sci. 2019, 9, 1733. https://doi.org/10.3390/app9091733

AMA Style

Liu B, Mavrin B, Kong L, Niu D. Spatial Data Reconstruction via ADMM and Spatial Spline Regression. Applied Sciences. 2019; 9(9):1733. https://doi.org/10.3390/app9091733

Chicago/Turabian Style

Liu, Bang, Borislav Mavrin, Linglong Kong, and Di Niu. 2019. "Spatial Data Reconstruction via ADMM and Spatial Spline Regression" Applied Sciences 9, no. 9: 1733. https://doi.org/10.3390/app9091733

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop