Next Article in Journal
Using Microwave Profile Radar to Estimate Forest Canopy Leaf Area Index: Linking 3D Radiative Transfer Model and Forest Gap Model
Next Article in Special Issue
MultEYE: Monitoring System for Real-Time Vehicle Detection, Tracking and Speed Estimation from UAV Imagery on Edge-Computing Platforms
Previous Article in Journal
A Task-Driven Invertible Projection Matrix Learning Algorithm for Hyperspectral Compressed Sensing
Previous Article in Special Issue
Matching Large Baseline Oblique Stereo Images Using an End-to-End Convolutional Neural Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Sequence Image Interpolation via Separable Convolution Network

1
Aerospace Information Research Institute, Chinese Academy of Sciences, Beijing 100094, China
2
School of Electronic, Electrical and Communication Engineering, University of Chinese Academy of Sciences, Beijing 100049, China
3
CNRS UMR 6554 LETG, Université de Rennes 2, Place du recteur Henri le Moal, 35000 Rennes, France
*
Author to whom correspondence should be addressed.
Remote Sens. 2021, 13(2), 296; https://doi.org/10.3390/rs13020296
Submission received: 27 November 2020 / Revised: 8 January 2021 / Accepted: 14 January 2021 / Published: 15 January 2021
(This article belongs to the Special Issue Computer Vision and Deep Learning for Remote Sensing Applications)

Abstract

:
Remote-sensing time-series data are significant for global environmental change research and a better understanding of the Earth. However, remote-sensing acquisitions often provide sparse time series due to sensor resolution limitations and environmental factors, such as cloud noise for optical data. Image interpolation is the method that is often used to deal with this issue. This paper considers the deep learning method to learn the complex mapping of an interpolated intermediate image from predecessor and successor images, called separable convolution network for sequence image interpolation. The separable convolution network uses a separable 1D convolution kernel instead of 2D kernels to capture the spatial characteristics of input sequence images and then is trained end-to-end using sequence images. Our experiments, which were performed with unmanned aerial vehicle (UAV) and Landsat-8 datasets, show that the method is effective to produce high-quality time-series interpolated images, and the data-driven deep model can better simulate complex and diverse nonlinear image data information.

Graphical Abstract

1. Introduction

Remote-sensing time-series data are an important part of big earth observation data. As standard spatiotemporal spectral data, remote-sensing time-series data can be applied to research and applications in global changes, such as vegetation phenology changes, land-surface parameter relationships, and land degradation. The value and successful application of remote-sensing time-series data are significant for earth science to expand the growth to a deeper level and to better understand the Earth [1,2].
Time-series analysis usually requires the data to be dense and has equal time intervals to facilitate the process. However, remote-sensing acquisitions often provide sparse time series due to sensor resolution limitations and environmental factors [3], such as cloud noise for optical data.
A conventional method to solve missing data is 1D data interpolation, as is usually done for moderate-resolution imaging spectroradiometer (MODIS) data sequences with the following processing characteristics. The interpolation method is essentially based on a 1D sequence in the time dimension. The sequence is relatively long. This method is not suitable for high-spatial-resolution sequence images containing fine spatial pattern information. Remote-sensing sequence images are a kind of short-range complex 2D data [4]; these sequences are rich in spatial information that must be considered during interpolation. Due to the limitation of sequence length, it is difficult to interpolate 2D images in the same way that an interpolation is applied on 1D data.
The simplest interpolation way is linear interpolation; however, because the land cover of the coverage area changes with time and these changes can show complex phenological dynamics, the simple and uniform weighted linear method cannot meet the requirements of spectral fidelity of interpolated images [5].
This paper was inspired by video frame interpolation and applies the idea to the remote-sensing field. The difference is that video frame interpolation focuses on estimating inter-frame motion, while remote-sensing sequence image interpolation focuses on estimating inter-scene spectral transformation.
Niklaus et al. [6] employ a deep fully convolutional neural network to estimate spatially adaptive 2D or separable 1D convolution kernels for each output pixel and convolves input frames with them to render the intermediate frame. The convolution kernel captures both local motion between input frames and the coefficients for pixel synthesis. The key to making this convolution approach practical is to use 1D kernels to approximate full 2D ones. The use of 1D kernels significantly reduces the number of kernel parameters and enables full-frame synthesis.
This paper uses the same idea, and also employs a contraction–expansion of the deep fully convolutional neural network to estimate spatially adaptive separable 1D convolution kernels for each output pixel; the convolution kernel captures the local inter-scene spectral transformation coefficients for pixel synthesis.
To the best of our knowledge, this is one of the first attempts to use the prototype of a fully convolutional neural network to estimate inter-scene spectral transformation for the interpolation of remote-sensing sequence images. The major novelty of this paper can be summarized as follows:
  • We use adaptive data-driven model for inter-scene spectral transformation of remote-sensing images, and provide a robust interpolation approach for making up the missing remote-sensing images.
  • We verify, by experiments, the possibility of simulating missing remote-sensing image scenes of specified acquisition times and remote-sensing sequences at equal time intervals using the proposed data-driven spatially adaptive convolution network. This allows the processing of remote-sensing sequences to be carried out under a unified framework, instead of requiring different processing logic for each sequence due to different time intervals.
This paper shows that the data-driven model can better simulate complex and diverse nonlinear inter-scene spectral transformation, then get the inter-scene interpolated image based on this data-driven model. High-quality time series of interpolated images can be produced by the same approach. This enriches the research and development of the remote-sensing field.
The rest of the paper is organized as follows. Section 2 reviews related studies regarding remote-sensing time-series data interpolation. Experimental datasets and the proposed separable convolution network are described in Section 3. Section 4 presents the experiments and results, including visual comparisons and quantitative evaluation with other methods. Section 5 discusses the influence of hyperparameters on the interpolated result. Section 6 concludes the paper.

2. Related Studies

Remote-sensing data interpolation methods can be divided into two major types according to known spatial and temporal neighborhood data. The first is to establish a suitable spatial interpolation model based on the spatial relationship between spatial neighborhood data. The second is to establish a corresponding time-series interpolation model based on the time characteristics between temporal neighborhood data.
Seaquist et al. [7] used the ordinary kriging (OK) method to improve the accuracy of a normalized difference vegetable index (NDVI) maximum value composite (MVC) synthesized time series. Mercedes et al. [8] used a spatial interpolation method to interpolate leaf-area index (LAI) data. Shrutilipi et al. [9] compared the accuracy of remote-sensing data interpolated by different spatial interpolation methods and concluded that the accuracy of OK was better than inverse distance weight (IDW). The above methods can use the spatial information of remote-sensing images for spatial interpolation, and cannot use time-series information for temporal interpolation.
Zhou et al. [10] used NDVI data of the MODIS satellite to conduct simulation experiments and evaluate the Savitzky–Golay (SG) filtering [11] and harmonic analysis of time-series (HANTS) model [12] refactoring effect at different time intervals. According to the daily harmonic changes of land surface temperature (LST), Crosson et al. [13] used the LST data of MODIS Terra and Aqua to repair missing LST points by harmonic analysis. The above methods provide better 1D data fitting for the interpolation of time-series data at different time intervals, and are not suitable for the interpolation of high-dimensional time-series data (remote-sensing sequence images).
Recently, the emergence of the enhanced spatial and temporal adaptive reflectance fusion model (ESTARTFM) [14], spatial and temporal adaptive reflectance fusion model (STARTFM) [15], and global dense feature fusion convolutional network [16] has provided ideas for research on time-series image interpolation. These models can obtain high temporal and spatial resolution fusion data, but they cannot elaborate on the spatiotemporal evolution of sequence images.
It is not enough to consider remote-sensing data interpolation only from the temporal or spatial dimension. Our proposed separable convolution network combines the temporal neighborhood of predecessor and successor images and the spatial neighborhood to consider the interpolation of scene-based remote-sensing sequence images. It does not rely on other high-temporal-resolution remote-sensing data, and only interpolates based on the sequence itself. This provides a new idea for the interpolation of remote-sensing data.

3. Materials and Methods

3.1. Datasets

This paper uses two datasets (UAV and Landsat-8) for experiments. Figure 1 shows the location of the UAV dataset: the Sougéal marsh (western France, 48.52°N, 1.53°W), which is part of the long-term socio-ecological research (LTSER) site Zone Atelier Armorique. This site is a large flooded grassland of 174 ha located in the floodplain of the Couesnon River, upstream of Mont-Saint-Michel Bay [17]. The projection type is France Lambert-93. The spatial resolution is 0.02 m. The number of bands is 4: green, red, red-edge, and near-infrared. Figure 2 shows the location of the Landsat-8 dataset, which located in the southeast of Gansu Province (Path: 129, Row: 37, 33.44°N, 105.06°E). The projection type is Universal Transverse Mercator (UTM). The spatial resolution is 30 m. The number of bands is 7: coastal, blue, green, red, near-infrared, short-wave infrared-1, and short-wave infrared-2.

3.2. Theoretical Model

Given two images I t 1 and I t 2 temporally in a sequence, it is reasonable to assume the middle image Iestimated between images I t 1 and I t 2 could be estimated by Equation (1):
I e s t i m a t e d = b 1 x , y K 1 x , y + b 2 x , y K 2 x , y
where b 1 x , y and b 2 x , y are the patches centered at (x, y) in I t 1 and I t 2 , and K1(x, y) and K2(x, y) are a pair of 2D convolution kernels; note that denotes a local convolution operation. The pixel-dependent kernels K1 and K2 capture both motion and re-sampling information required for interpolation. The 2D kernels, K1 and K2, could be approximated by a pair of 1D kernels. That is, K1 could be approximated as k1,vk1,h and K2 could be approximated as k2,vk2,h. Under this assumption, the main task is to estimate each separable 1D kernel parameter k1,v, k1,h, k2,v, k2,h.
Furthermore, the changes between Iestimated and the changes of I t 1 and I t 2 over time are considered to be nonlinear. The 1D kernel parameter functions k1,v, k1,h, k2,v, k2,h can be assumed, and both are nonlinear mappings that can be represented by convolutional neural networks. Without loss of generality, we assume that the four 1D kernels have a tightly supported set. We apply the kernels to each of the multispectral channels to synthesize the output pixel.

3.3. Architecture of the Model

The architecture of the model is shown in Figure 3; the separable convolution network consists of a contracting part and an expanding part. The contracting part is used to extract features of training samples, and the expanding part is used to recover the extracted features.
The extracting part mainly contains five convolution layers and five pooling layers. The number of filters in each convolution layer is 16, 32, 64, 128, and 256. Stacks of 3 × 3 convolution with rectified linear unit (ReLu) are used in each convolution layer. Maximum pooling is used in each pooling layer. The expanding part mainly contains four deconvolution layers and four upsampling layers. The number of filters in each deconvolution layer is 256, 128, 64, and 32. The upsampling layers can be executed in various ways, such as nearest-neighbor, bi-linear interpolation, and cubic convolution interpolation [18,19,20]. Furthermore, we utilize skip connection [21,22] to let upsampling layers incorporate features from the contracting part of the separable convolution network. To estimate four sets of 1D kernels, we direct the feature information in the last expansion layer into four sub-networks, with each sub-network evaluating one kernel.
In our experiments, the default image block size is 125 × 125 pixels and the separable convolution kernel size is 11 × 11 pixels. Our approach shares the different convolution kernels to each of the input channels.

3.4. Loss Functions

Our research uses two types of loss function, mse loss and c loss, which measure the difference between an interpolated image Iestimated and corresponding reference image Igt. The first loss function is mse norm based on pixel difference and is defined in Equation (2):
m s e = 1 n Σ I e s t i m a t e d I g t 2
The second loss function is c norm based on the combination of feature difference and pixel difference and is defined in Equation (3):
c = m s e + φ I e s t i m a t e d φ ( I g t ) 2
where φ extracts features from an image. We tried to use feature extractors like visual geometry group (VGG-19) [23]. During feature extraction, interpolated result and reference image are intercepted to the 10th layer of the VGG-19 network, which has a total of 16 layers. The extracted feature is usually based on high-level features of input images, and it can increase the high-frequency components of the interpolated result. To check their result, we used two versions of our convolution model. For the first and second loss, we used mse loss and c loss for simplicity in this paper.

3.5. Evaluation Indicator

Our research uses two evaluation indicators to evaluate the quality of the interpolated result: root mean square error (RMSE) and entropy function. RMSE measures the pixel error between an interpolated image Iestimated and corresponding reference image Igt, as defined in Equation (4):
R M S E = 1 n Σ I e s t i m a t e d I g t 2
The entropy function based on statistical features is an important indicator to measure the richness of image information. The information amount of an image I is measured by the information entropy D(I), as defined in Equation (5):
D I = i = 0 L 1 P i l n P i
where Pi is the probability of a pixel with a gray value of i in image, and L is the total number of gray levels (L = 256). According to Shannon’s information theory [24], there is the most information when there is maximum entropy. Generally speaking, the larger the D(I), the clearer the image. The benefit of using entropy over RMSE is that entropy can capture the amount of information in the image, and the detailed information of the image can be reflected indirectly through entropy.

4. Experiments and Results

4.1. Training Strategy

We take three scenes composed of one sequence from the dataset as examples, and select the first two scenes as the input and the last scene as the output to train the model. Each sequence was trained to get one network model.
The size of scenes in sequence in both UAV and Landsat-8 datasets was 3100 × 5650. To get enough training samples, all scenes in a sequence were aligned and divided into three regions: a training region with a size of 2000 × 2000, accounting for 22.8% of the entire scene; a validation region with a size of 2000 × 2000, also 22.8% of the scene; and the rest of the scene, used as the testing sample, accounting for 55.4% of the entire scene. All three regions were continuously cropped as a block with a size of 125 × 125, and there was overlap when cropping.
The optimizer used in the training was Adamax with β 1 = 0.9, β 2 = 0.99, and a learning rate of 1 × 10−3. Compared to other network optimizers, Adamax could achieve better convergence of the model [25].

4.2. Testing Strategy

This paper mainly conducted three sets of the experiment. Each set had an experimental purpose and corresponding data. The first set was mainly designed to verify the effectiveness of our proposed method; this experiment was implemented within the scene of sequences. The second set was a generalized application in the time dimension, and this experiment was implemented between two sequences. The third set of the experiment was mainly to generate missing images in different time series using the proposed method, and this was implemented among multiple sequences. The corresponding experimental data are described in the following paragraphs in detail.
Before describing the experimental data in every experiment, we will first introduce some symbols used below. I represents image scene in sequence, and I t 3 represents the image acquired at time t 3 . The mapping model generated by c loss is expressed as f I t 1 ,   I t 2 ,   I t 3 c , and the mapping model generated by mse loss is expressed as f I t 1 ,   I t 2 ,   I t 3 m s e , where [ I t 1 ,   I t 2 ,   I t 3 ] represents training image triples, I t 1 and I t 2 represent the training image pairs, I t 3 represents the reference image, t1 and t2 represents the month of training image pairs acquired, and t3 represents the month of the reference image acquired. f [ I t 1 ,   I t 2 , I t 3 ] c I t 1 , I t 2 represents output image with mapping model f I t 1 ,   I t 2 ,   I t 3 c and input scenes I t 1 and I t 2 , and f [ I t 1 ,   I t 2 , I t 3 ] m s e I t 1 , I t 2   has a similar meaning.
In the first set of the experiment, both the testing samples and the generated results were blocks within the scene of sequences, and this is called block interpolated results. The reference block was the real one there. Our proposed method and the method of Meyer et al. [26] were compared in this experiment. The method of Meyer et al. was extrapolated, the extrapolated result was expressed as f I t 1 ,   I t 2 I t 1 , where f I t 1 ,   I t 2 represents extrapolated mapping trained by training image pair [ I t 1 ,   I t 2 ] with reference image I t 2 . I t 1   in the brackets represents the input used to generate the extrapolated result.
Table 1 shows the sequences used in this experiment and the dates of all scenes acquired in them. Figure 4 shows the distribution of training blocks, testing blocks, and validation samples within all the scenes, where the area inside the red and green boxes indicate the training and testing blocks, and the others are validation samples.
The second set of the experiment was implemented between two sequences. The mapping model was generated by one sequence and the application by an adjacent sequence, that is, the testing frames out of another sequence, and here the generated result is called the scene interpolated result. If the mapping model generated by c loss was f [ I t 1 ,   I t 2 , I t 3 ] c , the scene interpolated result was f [ I t 1 ,   I t 2 , I t 3 ] c I t 1 , I t 2 . If the mapping model generated by mse loss was f [ I t 1 ,   I t 2 , I t 3 ] m s e , the scene interpolated result was f [ I t 1 ,   I t 2 , I t 3 ] m s e I t 1 , I t 2 . I t 1 and I t 1 represent images of the same place in month t 1 . I t 2 and I t 2 represents images of the same place in month t 2 . Figure 5 shows the visual effect between training image ( I t 1 , I t 2 ) and testing image ( I t 1 , I t 2 ).
The third set of the experiment was conducted with multiple sequences. The remote-sensing sequence here mainly reflected two aspects: (1) non-equidistant missing images in the same time series and (2) non-equidistant missing images of the same scene in different time series. It was difficult to find an analysis method to analyze these sequences in a unified and integrated manner. The number of sequences in a year may be relatively small, and the time interval between images uncertain, so there were non-equal time intervals; some were long and some were short. Figure 6A shows available UAV images from 2017 to 2019 in this experiment. It is obvious there were many missing images for the frequency of one image per month. This experiment tried to generate those missing images. Figure 6B shows one strategy for generating missing data. The red points mark the first level interpolated result, in which training and testing images are both existing images; lines of the same color connect two testing images; green points mark the second level interpolated result, of which red point images are among training or testing images; cyan-blue points mark the third level interpolated result, of which green point images are among training or testing images. In this experiment, our method produced 19 scene images, and the network model was trained 19 times. The mapping model generated during each training was used to generate a new scene image. The training triplet images, testing images, and output images are listed in Table 2.

4.3. Experimental Details

Image blocking: Due to the limitation of the sequence image size, inputting the whole scene image (image size is 3100 × 5650) would cause the system to run out of memory. To address this issue, remote-sensing images needed to be processed in blocks during the experiment. The input image was divided into 25 blocks (each 620 × 1130), which could cover the entire image information and relieve memory pressure.
Time complexity: We used the Python machine learning library (PyTorch) to execute this separable convolution network. To improve computational efficiency, we organized our layer in computer unified device architecture (CUDA) that applies estimated 1D kernels. Our network was able to interpolate a 620 × 1130 image in 40 s. Obtaining the overall scene image (image size 3100 × 5650) took about 15 min under the acceleration of the graphics processing unit (GPU) [27].

4.4. Results

Table 3 shows the quantitative evaluation indicator between the block interpolated result and reference block using our proposed method in both datasets in the first set of the experiment. The table shows that the entropy value produced by using c loss was higher than that produced by using mse loss, and the RMSE [28] value produced by using mse loss was lower than that produced by using c loss. Table 4 shows a quantitative comparison between the block interpolated result and reference block using our proposed method and the method of Meyer et al. on both datasets. The table shows that the entropy value was higher and the RMSE value was lower using our method compared to the values produced using Meyer et al.’s method on both datasets. Figure 7 shows the visual effect and pixel error between the block interpolated result and reference block using different loss functions in both datasets and illustrates that using mse loss led to visually blurry results, and using c loss led to clear results with more high-frequency components [29,30,31] in our proposed method. Figure 8 shows the visual comparison and pixel error between the block interpolated result and the reference block using our method and the method of Meyer et al. on both datasets, and illustrates that the block interpolated result using our method was close to the spectral features of the reference block.
Table 5 shows the quantitative evaluation indicator between the scene interpolated result and reference scene image in the second set of the experiment. The table shows that the entropy value produced by using c loss was higher than that using mse loss, and the RMSE value produced by using mse loss was lower than that using c loss. Figure 9 and Figure 10 show the visual effect and pixel error between the scene interpolated result and reference scene image using different loss functions and illustrates that the scene interpolated result using mse loss and c loss was close to the reference scene image. Figure 11, Figure 12 and Figure 13 show the spectral curves between the scene interpolated result and reference scene image using different loss functions at different coordinates (vegetation, pond, ditches, and lake) from June to August 2019 and illustrates that using mse loss and c loss could maintain better spectral features between the scene interpolated result and reference scene image.
In the third set of the experiment, c loss was used to generate a mapping model. There were no reference images in this experiment. Figure 14 shows the interpolated results of UAV images using c loss from 2017 to 2019 and the visual effects of three-level interpolation according to the interpolation strategy in Table 2. It appears that as the level of interpolation increased, the spectral features of the interpolated result became worse. This may be caused by the propagation of pixel error as the level of interpolation increased.

5. Discussion

5.1. Stacked Convolution Layers

We observed that the number of stacked convolution layers had an impact on the interpolated result, and conducted a visual comparison between the block interpolated result and reference block using different stacked convolution layers. We selected 1 × 1, 2 × 2, and 3 × 3 stacked convolution layers to train the proposed separable convolution network. Table 6 shows the quantitative evaluation indicator and Figure 15 the visual effect and pixel error between the block interpolated results and reference block using different stacked convolution layers.

5.2. Pooling Type

We observed that the pooling type of the network model had an impact on the interpolated result, and conducted a visual comparison between the block interpolated result and reference block using different pooling types. We selected average pooling and maximum pooling to train the proposed separable convolution network. Table 7 shows the quantitative evaluation indicator and Figure 16 visual effect and pixel error between the block interpolated result and reference block using different pooling types.

5.3. Temporal Gap between Testing Blocks and Model Requirements

We observed that for a given model, the testing block needed to meet certain requirements. What would happen if a temporal gap existed between testing blocks and those requirements? We conducted a visual comparison between the block interpolated result and reference block when a temporal gap existed between testing blocks and model requirements. We selected several testing blocks (April, May 2018; April, October 2018; and April, December 2018) to test the learned mapping model ( f I 4 ,   I 5 ,   I 6 c ,   f I 4 ,   I 5 ,   I 7 c and f I 4 ,   I 5 ,   I 8 c ); the model required that testing blocks should be acquired in April and May. Table 8 shows the quantitative evaluation indicator and Figure 17 the visual effect and pixel error between the block interpolated result and the reference block using different testing block pairs.

5.4. Separable Convolution Kernel Size

We observed that the separable convolution kernel size of the network model had an impact on the interpolated result, and conducted a visual comparison between the block interpolated result and reference block using different separable convolution kernel sizes. We selected separable convolution kernels with sizes of 11, 13, and 15 to train the proposed separable convolution network. Table 9 shows the quantitative evaluation indicator and Figure 18 the visual effect and pixel error between the block interpolated result and reference block using different separable convolution kernel sizes.

6. Conclusions

The paper presents a remote-sensing sequence image interpolation approach that can transform spectral mapping estimation and pixel synthesis into an easier process of using a separable convolution network to estimate spatially adaptive separable 1D convolution kernels. The conclusions of this paper can be summarized as follows:
(1)
The proposed separable convolution network model provides a new method of interpolating remote-sensing images, especially for high-spatial-resolution images. The model can better capture and simulate complex and diverse nonlinear spectral transformation between different temporal images, and get better-interpolated images based on the model.
(2)
Using c loss can produce clearer images in the separable convolutional network compared to mse loss. Using 3 × 3 convolutional layers with ReLu, max pooling, and separable convolution kernel of size 11 led to better-interpolated results in the separable convolutional network. Experiments showed that the proposed separable convolution network could be used to get interpolated images to fill in missing areas of sequence images, and produce full remote-sensing sequence images.
The limitation of this method is that the proposed separable convolutional network in this paper can only perform single-scene interpolation, and the quality of the interpolated result depends heavily on the reference image. In future work, the proposed method will be improved from single-scene to multi-scene interpolation using time as a variable to reduce the dependency of interpolation results on the reference image.

Author Contributions

Conceptualization, P.T.; Funding acquisition, Z.Z.; Methodology, X.J.; Supervision, P.T.; Writing—original draft, X.J.; Writing—review and editing, T.H., T.C., and E.G.A.-V. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Strategic Priority Research Program of the Chinese Academy of Sciences (grant no. XDA19080301) and the National Natural Science Foundation of China (grant no. 41701399).

Data Availability Statement

Data sharing is not applicable to this article.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Guo, H.; Wang, L.; Liang, D. Big Earth Data from space: A new engine for Earth science. Sci. Bull. 2016, 61, 505–513. [Google Scholar] [CrossRef]
  2. Vatsavai, R.R.; Ganguly, A.; Chandola, V.; Stefanidis, A.; Klasky, S.; Shekhar, S. Spatio-temporal data mining in the era of big spatial data: Algorithms and applications. In Proceedings of the 1st ACM SIGSPATIAL International Workshop on Analytics for Big Geospatial Data, Redondo Beach, CA, USA, 6 November 2012. [Google Scholar]
  3. Li, R.; Zhang, X.; Liu, B. Review on Filtering and Reconstruction Algorithms of Remote Sensing Time Series Data. J. Remote Sens. 2009, 13, 335–341. [Google Scholar]
  4. Lu, Y.; Liu, J.; Jin, S. Image Processing on Time Series. Crim. Technol. 2004, 2, 41–42. [Google Scholar]
  5. Dosovitskiy, A.; Brox, T. Generating images with perceptual similarity metrics based on deep networks. In Proceedings of the Advances in Neural Information Processing Systems, Barcelona, Spain, 5–10 December 2016; pp. 658–666. [Google Scholar]
  6. Niklaus, S.; Mai, L.; Liu, F. Video frame interpolation via adaptive convolution. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017. [Google Scholar]
  7. Seaquist, J.W.; Chappell, A.; Eklundh, L. Exploring and Improving NOAA AVHRR NDVI Image Quality for African Dry-lands. Geosci. Remote Sens. Symp. 2002, 4, 2006–2008. [Google Scholar]
  8. Berterretche, M.; Hudak, A.T.; Cohen, W.B.; Maiersperger, T.K.; Gower, S.T.; Dungan, J. Comparison of regression and geostatistical methods for mapping Leaf Area Index (LAI) with Landsat ETM+ data over a boreal forest. Remote Sens. Environ. 2005, 96, 49–61. [Google Scholar] [CrossRef] [Green Version]
  9. Bhattacharjee, S.; Mitra, P.; Ghosh, S.K. Spatial Interpolation to Predict Missing Attributes in GIS Using Semantic Kriging. IEEE Trans. Geosci. Remote Sens. 2013, 52, 4771–4780. [Google Scholar] [CrossRef]
  10. Zhou, H.; Wang, N.; Huang, Y. Comparison and analysis of remotely sensed time series of reconstruction models at various intervals. J. Geo Inf. Sci. 2016, 18, 1410–1417. [Google Scholar]
  11. Chen, J.; Jönsson, P.; Tamura, M.; Gu, Z.; Matsushita, B.; Eklundh, L. A simple method for reconstructing a high-quality NDVI time-series data set based on the Savitzky? Golay filter. Remote Sens. Environ. 2004, 91, 332–344. [Google Scholar] [CrossRef]
  12. Hua, D.; Yu, H. Objective Evaluation Method for Image Enhancement Quality Based on Visual Information Fidelity. Micro Comput. Inf. 2012, 28, 173–175. [Google Scholar]
  13. Crosson, W.L.; Al-Hamdan, M.Z.; Hemmings, S.N.; Wade, G.M. A daily merged MODIS Aqua-Terra land surface temperature da-taset for the conterminous United States. Remote Sens. Environ. 2012, 119, 315–324. [Google Scholar] [CrossRef]
  14. Hao, G.; Wu, B.; Zhang, L.; Fu, D.; Li, Y. Application and Analysis of ESTARFM Model in spatio-temporal Variation of Serincuo Lake Area, Tibet (1976-2014). J. Geo-Inf. Sci. 2016, 18, 833–846. [Google Scholar]
  15. Peng, J.; Luo, W.; Ning, X.; Zou, Z. Fusion of remote sensing images based on the STARFM model. Cent. South For. Surv. Plan. 2018, 37, 32–37. [Google Scholar] [CrossRef]
  16. Xu, W.; Chen, R.; Huang, B.; Zhang, X.; Liu, C. Single Image Super-Resolution Based on Global Dense Feature Fusion Convolutional Network. Sensors 2019, 19, 316. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  17. Alvarez-Vanhard, E.; Houet, T.; Mony, C.; Lecoq, L.; Corpetti, T. Can UAVs fill the gap between in situ surveys and satellites for habitat mapping? Remote Sens. Environ. 2020, 243, 111780. [Google Scholar] [CrossRef]
  18. Dong, C.; Loy, C.C.; He, K.; Tang, X. Image Super-Resolution Using Deep Convolutional Networks. IEEE Trans. Pattern Anal. Mach. Intell. 2015, 38, 295–307. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  19. Zeiler, M.D.; Taylor, G.W.; Fergus, R. Adaptive deconvolutional networks for mid and high level feature learning. In Proceedings of the 2011 International Conference on Computer Vision, Barcelona, Spain, 6–13 November 2011; pp. 2018–2025. [Google Scholar]
  20. Shi, W.; Caballero, J.; Huszar, F.; Totz, J.; Aitken, A.P.; Bishop, R.; Rueckert, D.; Wang, Z. Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 1874–1883. [Google Scholar]
  21. Bishop, C.M. Pattern Recognition and Machine Learning; Springer: New York, NY, USA, 2006. [Google Scholar]
  22. Long, J.; Shelhamer, E.; Darrell, T. Fully convolutional networks for semantic segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015; pp. 3431–3440. [Google Scholar]
  23. Simonyan, K.; Zisserman, A. Very deep convolutional networks for large-scale image recognition. arXiv 2014, arXiv:1409.1556. [Google Scholar]
  24. Lu, C.-G. A generalization of shannon’s information theory. Int. J. Gen. Syst. 1999, 28, 453–490. [Google Scholar] [CrossRef]
  25. Kingma, D.P.; Ba, J. Adam: A method for stochastic optimization. arXiv 2014, arXiv:1412.6980. [Google Scholar]
  26. Meyer, S.; Cornillère, V.; Djelouah, A.; Schroers, C.; Gross, M. Deep Video Color Propagation. arXiv 2018, arXiv:1808.03232. [Google Scholar]
  27. Collobert, R.; Kavukcuoglu, K.; Farabet, C. Torch7: A MatLab-Like Environment for Machine Learning. BigLearn, NIPS Workshop. no. EPFL-CONF-192376. 2011. Available online: https://infoscience.epfl.ch/record/192376/ (accessed on 15 October 2020).
  28. Huang, X.; Shi, J.; Yang, J.; Yao, J. Evaluation of Color Image Quality Based on Mean Square Error and Peak Signal-to-Noise Ratio of Color Difference. Acta Photonica Sin. 2007, S1, 295–298. [Google Scholar]
  29. Ledig, C.; Theis, L.; Huszar, F.; Caballero, J.; Aitken, A.P.; Tejani, A.; Totz, J.; Wang, Z.; Shi, W. Photo-realistic single image super-resolution using a generative adversarial network. arXiv 2016, arXiv:1609.04802. [Google Scholar]
  30. Zhu, J.; Krähenbühl, P.; Shechtman, E.; Efros, A.A. Generative visual manipulation on the natural image manifold. Eur. Conf. Comput. Vis. 2016, 9909, 597–613. [Google Scholar]
  31. Sajjadi, M.S.M.; Schölkopf, B.; Hirsch, M. EnhanceNet: Single image super-resolution through automated texture synthesis. arXiv 2016, arXiv:1612.07919. [Google Scholar]
Figure 1. Location of unmanned aerial vehicle (UAV) dataset.
Figure 1. Location of unmanned aerial vehicle (UAV) dataset.
Remotesensing 13 00296 g001
Figure 2. Location of Landsat-8 dataset.
Figure 2. Location of Landsat-8 dataset.
Remotesensing 13 00296 g002
Figure 3. Overview of our separable convolution network architecture.
Figure 3. Overview of our separable convolution network architecture.
Remotesensing 13 00296 g003
Figure 4. Distribution of training, testing, and validation samples in first set of experiment: (A) unmanned aerial vehicle (UAV) and (B) Landsat-8 images; areas inside red and green box and remainder of images show distribution of training, testing, and validation samples, respectively.
Figure 4. Distribution of training, testing, and validation samples in first set of experiment: (A) unmanned aerial vehicle (UAV) and (B) Landsat-8 images; areas inside red and green box and remainder of images show distribution of training, testing, and validation samples, respectively.
Remotesensing 13 00296 g004
Figure 5. Visual effect of training and testing images in second set of experiment ( I 4 and I 5 show visual effect of training image; I 4 and I 5 show visual effect of testing image).
Figure 5. Visual effect of training and testing images in second set of experiment ( I 4 and I 5 show visual effect of training image; I 4 and I 5 show visual effect of testing image).
Remotesensing 13 00296 g005
Figure 6. Strategy for generating missing data in third set of experiment: (A) available UAV images from 2017 to 2019; (B) one generation strategy. Red, green, and cyan-blue curves show lines of first, second, and third level of interpolated result.
Figure 6. Strategy for generating missing data in third set of experiment: (A) available UAV images from 2017 to 2019; (B) one generation strategy. Red, green, and cyan-blue curves show lines of first, second, and third level of interpolated result.
Remotesensing 13 00296 g006
Figure 7. Visual effect, detailed information, and pixel error between block interpolated result and reference block using (A) UAV and (B) Landsat-8 datasets with (a) initial image (b,d,f) mse loss and (c,e,g) c loss.
Figure 7. Visual effect, detailed information, and pixel error between block interpolated result and reference block using (A) UAV and (B) Landsat-8 datasets with (a) initial image (b,d,f) mse loss and (c,e,g) c loss.
Remotesensing 13 00296 g007
Figure 8. Visual effect and pixel error between block interpolated result and reference block using (A) UAV and (B) Landsat-8 datasets with (a) initial image (b,d) our proposed method and (c,e) the method of Meyer et al.
Figure 8. Visual effect and pixel error between block interpolated result and reference block using (A) UAV and (B) Landsat-8 datasets with (a) initial image (b,d) our proposed method and (c,e) the method of Meyer et al.
Remotesensing 13 00296 g008
Figure 9. Visual effect and pixel error between scene interpolated result and reference scene image using (a) initial image (b,d) mse loss and (c,e) c loss (1, 2, and 3 band composite).
Figure 9. Visual effect and pixel error between scene interpolated result and reference scene image using (a) initial image (b,d) mse loss and (c,e) c loss (1, 2, and 3 band composite).
Remotesensing 13 00296 g009
Figure 10. Visual effect and pixel error between scene interpolated result and reference scene image using (a) initial image (b,d) mse loss and (c,e) c loss (1, 2, and 4 band composite).
Figure 10. Visual effect and pixel error between scene interpolated result and reference scene image using (a) initial image (b,d) mse loss and (c,e) c loss (1, 2, and 4 band composite).
Remotesensing 13 00296 g010
Figure 11. Spectral curves between scene interpolated result and reference scene image using different loss functions at different coordinates in June 2019.
Figure 11. Spectral curves between scene interpolated result and reference scene image using different loss functions at different coordinates in June 2019.
Remotesensing 13 00296 g011
Figure 12. Spectral curves between scene interpolated result and reference scene image using different loss functions at different coordinates in July 2019.
Figure 12. Spectral curves between scene interpolated result and reference scene image using different loss functions at different coordinates in July 2019.
Remotesensing 13 00296 g012
Figure 13. Spectral curves between scene interpolated result and reference scene image using different loss functions at different coordinates in August 2019.
Figure 13. Spectral curves between scene interpolated result and reference scene image using different loss functions at different coordinates in August 2019.
Remotesensing 13 00296 g013
Figure 14. Interpolated result of UAV images using c loss from 2017 to 2019 according to interpolation strategy in Table 2: existing images and interpolated results in (A) 2019 sequence, (B) 2018 sequence, and (C) 2017 sequence.
Figure 14. Interpolated result of UAV images using c loss from 2017 to 2019 according to interpolation strategy in Table 2: existing images and interpolated results in (A) 2019 sequence, (B) 2018 sequence, and (C) 2017 sequence.
Remotesensing 13 00296 g014
Figure 15. (a) Initial image (bd) visual effect and (eg) pixel error between block interpolated results and reference block using stacks of 1 × 1, 2 × 2, and 3 × 3 convolution layers.
Figure 15. (a) Initial image (bd) visual effect and (eg) pixel error between block interpolated results and reference block using stacks of 1 × 1, 2 × 2, and 3 × 3 convolution layers.
Remotesensing 13 00296 g015
Figure 16. Visual effect and pixel error between block interpolated result and reference block using (a) initial image (b,d) average pooling and (c,e) maximum pooling.
Figure 16. Visual effect and pixel error between block interpolated result and reference block using (a) initial image (b,d) average pooling and (c,e) maximum pooling.
Remotesensing 13 00296 g016
Figure 17. (a) Initial image (bd) visual effect and (eg) pixel error between block interpolated result and reference block using testing block pairs April–May, April–October, and April–December 2018.
Figure 17. (a) Initial image (bd) visual effect and (eg) pixel error between block interpolated result and reference block using testing block pairs April–May, April–October, and April–December 2018.
Remotesensing 13 00296 g017
Figure 18. (a) Initial image (bd) visual effect and (eg) pixel error between block interpolated result and reference block using separable convolution kernel sizes 11, 13, and 15.
Figure 18. (a) Initial image (bd) visual effect and (eg) pixel error between block interpolated result and reference block using separable convolution kernel sizes 11, 13, and 15.
Remotesensing 13 00296 g018
Table 1. Name and date of experimental datasets in first set of experiment.
Table 1. Name and date of experimental datasets in first set of experiment.
DatasetImage NamesImage Dates
UAVI4April 2019
I5May 2019
I6June 2019
I7July 2019
I8August 2019
Landsat-8I4April 2013
I7July 2013
I9September 2013
I11November 2013
I12December 2013
Table 2. Training triplet images, testing images, and output images in third set of experiment.
Table 2. Training triplet images, testing images, and output images in third set of experiment.
Color of PointsTraining Triplet ImagesTesting ImagesOutput Images
RedApril, May, January 2019April, May 2018January 2018
April, May, March 2019March 2018
April, May, June 2019June 2018
April, May, July 2019July 2018
April, May, August 2019August 2018
GreenJuly, October, November 2017July, October 2018November 2018
July, August, September 2018July, August 2019September 2019
July, August, October 2018October 2019
July, August, November 2018November 2019
July, August, December 2018December 2019
Cyan-blueOctober, November, January 2018October, November 2017January 2017
October, November, February 2018February 2017
October, November, March 2018March 2017
October, November, April 2018April 2017
October, November, May 2018May 2017
October, November, June 2018June 2017
October, November, August 2018August 2017
October, November, September 2018September 2017
October, November, December 2018December 2017
Table 3. Quantitative evaluation between block interpolated result and reference block using our proposed method on both datasets.
Table 3. Quantitative evaluation between block interpolated result and reference block using our proposed method on both datasets.
DatasetInterpolated Results (Block)Reference BlocksEntropyRMSE (Pixel)
UAV f I 4 ,   I 5 , I 6 I 4 ,   I 5 m s e I63.7191.052
f I 4 ,   I 5 , I 6 I 4 ,   I 5 c 3.7231.077
f I 4 ,   I 5 , I 7 I 4 ,   I 5 m s e I73.4411.070
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c 3.4501.294
f I 4 ,   I 5 , I 8 I 4 ,   I 5 m s e I83.4981.116
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c 3.5081.429
Landsat-8 f I 4 ,   I 7 , I 9 I 4 ,   I 7 m s e I93.1430.817
f I 4 ,   I 7 , I 9 I 4 ,   I 7 c 3.1451.112
f I 4 ,   I 7 , I 11 I 4 ,   I 7 m s e I113.8421.233
f I 4 ,   I 7 , I 11 I 4 ,   I 7 c 3.8461.321
f I 4 ,   I 7 , I 12 I 4 ,   I 7 m s e I123.5451.040
f I 4 ,   I 7 , I 12 I 4 ,   I 7 c 3.5501.476
Table 4. Quantitative comparison between block interpolated result and reference block using our proposed method and method of Meyer et al. on both datasets.
Table 4. Quantitative comparison between block interpolated result and reference block using our proposed method and method of Meyer et al. on both datasets.
DatasetInterpolated Results (Block)Reference BlocksEntropyRMSE (Pixel)
UAV f I 4 ,   I 5 , I 6 I 4 ,   I 5 m s e I63.7191.052
f I 4 ,   I 6 I 4 3.7011.320
f I 4 ,   I 5 , I 7 I 4 ,   I 5 m s e I73.4411.070
f I 4 ,   I 7 I 4 3.4401.888
f I 4 ,   I 5 , I 8 I 4 ,   I 5 m s e I83.4981.116
f I 4 ,   I 8 I 4 3.4772.369
Landsat-8 f I 4 ,   I 7 , I 9 I 4 , I 7 m s e I93.1430.817
f I 4 ,   I 9 I 4 3.1251.550
f I 4 ,   I 7 , I 11 I 4 ,   I 7 m s e I113.8421.233
f I 4 ,   I 11 I 4 3.5721.957
f I 4 ,   I 7 , I 12 I 4 ,   I 7 m s e I123.5451.040
f I 4 ,   I 12 I 4 3.5411.769
Table 5. Quantitative evaluation between scene interpolated result and reference scene image.
Table 5. Quantitative evaluation between scene interpolated result and reference scene image.
Interpolated Results (Scene)Reference ImagesEntropyRMSE (Pixel)
f I 4 ,   I 5 , I 6 I 4 ,   I 5 m s e I63.6501.124
f I 4 ,   I 5 , I 6 I 4 ,   I 5 c 3.6561.163
f I 4 ,   I 5 , I 7 I 4 ,   I 5 m s e I73.3461.017
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c 3.3461.381
f I 4 ,   I 5 , I 8 I 4 ,   I 5 m s e I83.4941.210
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c 3.5061.550
Table 6. Quantitative evaluation between block interpolated result and reference block using different stacked convolution layers.
Table 6. Quantitative evaluation between block interpolated result and reference block using different stacked convolution layers.
Stacked NumbersInterpolated Results (Block)Reference BlocksRMSE (Pixel)
1 × 1 f I 4 ,   I 5 , I 6 I 4 ,   I 5 c I61.375
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c I71.556
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c I81.666
2 × 2 f I 4 ,   I 5 , I 6 I 4 ,   I 5 c I61.258
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c I71.431
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c I81.465
3 × 3 f I 4 ,   I 5 , I 6 I 4 ,   I 5 c I61.077
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c I71.294
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c I81.429
Table 7. Quantitative evaluation between block interpolated result and reference block using different pooling types.
Table 7. Quantitative evaluation between block interpolated result and reference block using different pooling types.
Pooling TypeInterpolated Results (Block)Reference BlocksRMSE (Pixel)
Average pooling f I 4 ,   I 5 , I 6 I 4 ,   I 5 c I61.326
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c I71.492
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c I81.700
Maximum pooling f I 4 ,   I 5 , I 6 I 4 ,   I 5 c I61.077
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c I71.294
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c I81.429
Table 8. Quantitative evaluation between block interpolated result and reference block using different testing block pairs.
Table 8. Quantitative evaluation between block interpolated result and reference block using different testing block pairs.
Testing Image DateInterpolated Results (Block)Reference BlocksRMSE (Pixel)
April, May 2018 f I 4 ,   I 5 , I 6 I 4 ,   I 5 c I61.341
April, October 2018 f I 4 ,   I 5 , I 6 I 4 ,   I 10 c 3.912
April, December 2018 f I 4 ,   I 5 , I 6 I 4 ,   I 12 c 3.989
April, May 2018 f I 4 ,   I 5 , I 7 I 4 ,   I 5 c I71.498
April, October 2018 f I 4 ,   I 5 , I 7 I 4 ,   I 10 c 5.096
April, December 2018 f I 4 ,   I 5 , I 7 I 4 ,   I 12 c 5.271
April, May 2018 f I 4 ,   I 5 , I 8 I 4 ,   I 5 c I81.653
April, October 2018 f I 4 ,   I 5 , I 8 I 4 ,   I 10 c 5.313
April, December 2018 f I 4 ,   I 5 , I 8 I 4 ,   I 12 c 5.568
Table 9. Quantitative evaluation between block interpolated result and reference block using different separable convolution kernel sizes.
Table 9. Quantitative evaluation between block interpolated result and reference block using different separable convolution kernel sizes.
Kernel SizeInterpolated Results (Block)Reference BlocksRMSE (Pixel)
11 f I 4 ,   I 5 , I 6 I 4 ,   I 5 c I61.077
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c I71.294
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c I81.429
13 f I 4 ,   I 5 , I 6 I 4 ,   I 5 c I61.178
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c I71.446
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c I81.765
15 f I 4 ,   I 5 , I 6 I 4 ,   I 5 c I61.217
f I 4 ,   I 5 , I 7 I 4 ,   I 5 c I71.656
f I 4 ,   I 5 , I 8 I 4 ,   I 5 c I81.868
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Jin, X.; Tang, P.; Houet, T.; Corpetti, T.; Alvarez-Vanhard, E.G.; Zhang, Z. Sequence Image Interpolation via Separable Convolution Network. Remote Sens. 2021, 13, 296. https://doi.org/10.3390/rs13020296

AMA Style

Jin X, Tang P, Houet T, Corpetti T, Alvarez-Vanhard EG, Zhang Z. Sequence Image Interpolation via Separable Convolution Network. Remote Sensing. 2021; 13(2):296. https://doi.org/10.3390/rs13020296

Chicago/Turabian Style

Jin, Xing, Ping Tang, Thomas Houet, Thomas Corpetti, Emilien Gence Alvarez-Vanhard, and Zheng Zhang. 2021. "Sequence Image Interpolation via Separable Convolution Network" Remote Sensing 13, no. 2: 296. https://doi.org/10.3390/rs13020296

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