Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
PREDICTING GEOSPATIAL MEASURES
Document Type and Number:
WIPO Patent Application WO/2022/191973
Kind Code:
A1
Abstract:
Implementations are described herein for leveraging teleconnections and location embeddings to predict geospatial measures for a geographic location of interest. In various implementations, a plurality of reference geographic locations may be identified that are disparate from a geographic location of interest and influence a geospatial measure in the geographic location of interest. One or more features may be extracted from each of the plurality of reference geographic locations. The extracted features and a location embedding generated for the geographic location of interest may be encoded into a joint embedding. A sequence encoder may be applied to the joint embedding to generate encoded data indicative of the predicted geospatial measure.

Inventors:
BRONEVETSKY GRIGORY (US)
LEROY CHARLOTTE (US)
NI BIN (US)
MA HONGXU (US)
MAI GENGCHEN (US)
Application Number:
PCT/US2022/016784
Publication Date:
September 15, 2022
Filing Date:
February 17, 2022
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
X DEV LLC (US)
International Classes:
G06Q10/04; G01W1/10; G06F30/27; G06Q50/02
Foreign References:
US20200356839A12020-11-12
US20200125929A12020-04-23
US20180211156A12018-07-26
Other References:
ALHAMSHRY ASMAA ET AL: "Prediction of summer rainfall over the source region of the Blue Nile by using teleconnections based on sea surface temperatures", THEORETICAL AND APPLIED CLIMATOLOGY, XX, XX, vol. 137, no. 3, 8 February 2019 (2019-02-08), pages 3077 - 3087, XP036843082, ISSN: 0177-798X, [retrieved on 20190208], DOI: 10.1007/S00704-019-02796-X
CHANG NI-BIN ET AL: "The impact of global unknown teleconnection patterns on terrestrial precipitation across North and Central America", ATMOSPHERIC RESEARCH, ELSEVIER, AMSTERDAM, NL, vol. 193, 7 April 2017 (2017-04-07), pages 107 - 124, XP085022221, ISSN: 0169-8095, DOI: 10.1016/J.ATMOSRES.2017.04.018
Attorney, Agent or Firm:
HIGDON, Scott et al. (US)
Download PDF:
Claims:
Claims

What is claimed is:

1. A method for predicting a geospatial measure in a geographic location of interest, the method implemented using one or more processors and comprising: identifying a plurality of reference geographic locations that are disparate from the geographic location of interest and influence the geospatial measure in the geographic location of interest; extracting one or more features from each of the plurality of reference geographic locations; encoding the extracted features and a location embedding generated for the geographic location of interest into a joint embedding; and applying a sequence encoder to the joint embedding to generate encoded data indicative of the predicted geospatial measure.

2. The method of claim 1, comprising applying the encoded data indicative of the predicted geospatial measure as input across a decoder to generate the predicted geospatial measure.

3. The method of any of the preceding claims, wherein the sequence encoder comprises a long short-term memory (LSTM) network.

4. The method of any of the preceding claims, wherein the one or more features extracted from each of the plurality of reference geographic locations comprise time series sea surface temperatures.

5. The method of any of the preceding claims, wherein each of the plurality of reference geographic locations is related to the geographic location of interest via a teleconnection.

6. The method of any of the preceding claims, wherein the location embedding is encoded to capture spatial heterogeneity associated with the geographic location of interest.

7. The method of claim 6, wherein the location embedding is further encoded to capture spatial dependence associated with the geographic location of interest and one or more neighboring geographic locations.

8. The method of any of the preceding claims, wherein the applying comprises applying the sequence encoder to historical climate data associated with the geographic location of interest.

9. A system for predicting a geospatial measure in a geographic location of interest, the system including one or more processors and memory storing instructions that, in response to execution of the instructions, cause the one or more processors to: identify a plurality of reference geographic locations that are disparate from the geographic location of interest and influence the geospatial measure in the geographic location of interest; extract one or more features from each of the plurality of reference geographic locations; encode the extracted features and a location embedding generated for the geographic location of interest into a joint embedding; and apply a sequence encoder to the joint embedding to generate encoded data indicative of the predicted geospatial measure.

10. The system of claim 9, further comprising instructions to apply the encoded data indicative of the predicted geospatial measure as input across a decoder to generate the predicted geospatial measure.

11. The system of claim 9 or 10, wherein the sequence encoder comprises a long short-term memory (LSTM) network.

12. The system of any of claims 9-11, wherein the one or more features extracted from each of the plurality of reference geographic locations comprise time series sea surface temperatures.

13. The system of any of claims 9-12, wherein each of the plurality of reference geographic locations is related to the geographic location of interest via a teleconnection.

14. The system of any of claims 9-13, wherein the location embedding is encoded to capture spatial heterogeneity associated with the geographic location of interest.

15. The system of claim 14, wherein the location embedding is further encoded to capture data spatial dependence associated with the geographic location of interest and one or more neighboring geographic locations.

16. The system of any of claims 9-15, further comprising instructions to apply the trained sequence encoder to historical climate data associated with the geographic location of interest.

17. At least one non-transitory computer-readable medium for predicting a geospatial measure in a geographic location of interest the medium comprising instructions that, in response to execution of the instructions by one or more processors, cause the one or more processors to: identify a plurality of reference geographic locations that are disparate from the geographic location of interest and influence the geospatial measure in the geographic location of interest; extract one or more features from each of the plurality of reference geographic locations; encode the extracted features and a location embedding generated for the geographic location of interest into a joint embedding; and apply a sequence encoder to the joint embedding to generate encoded data indicative of the predicted geospatial measure.

18. The at least one non-transitory computer-readable medium of claim 17, further comprising instructions to apply the encoded data indicative of the predicted geospatial measure as input across a decoder to generate the predicted geospatial measure.

19. The at least one non-transitory computer-readable medium of claim 17 or 18, wherein the sequence encoder comprises a long short-term memory (LSTM) network.

20. The at least one non-transitory computer-readable medium of any of claims 17- 19, wherein the one or more features extracted from each of the plurality of reference geographic locations comprise time series sea surface temperatures.

Description:
PREDICTING GEOSPATIAL MEASURES

Background

[0001] Accurately predicting geospatial measures such as local climate conditions can be useful for a variety of reasons. Suppose it is predicted that a geographic location of interest — e.g. , a county, state, agricultural area such as a wine region, etc. — is going to receive less precipitation than usual. Farmers can plan accordingly, e.g., by selecting drought-resistant crops or by upgrading or installing more comprehensive irrigation systems. However, it is difficult to accurately predict local climate conditions because there are myriad contributing factors, some local, others faraway. For example, sea surface temperatures and/or atmospheric pressure in one portion of an ocean may heavily influence precipitation levels over a faraway land region weeks or even months later. The causal relationship/correlation between two otherwise remote geographic locations is referred to as a “teleconnection.”

Summary

[0002] Implementations are described herein for leveraging teleconnections and, in some implementations, location embeddings, to predict geospatial measures for a geographic location of interest. A “location embedding” is a feature vector or feature embedding that is generated for a geographic location of interest. The location embedding may be encoded with various information about or otherwise relevant to the geographic location of interest. For example, in some implementations, the location embedding may capture both “spatial heterogeneity,” and “spatial dependence”. Spatial heterogeneity is a variance of geospatial data across geographic locations, described by a first-order statistic, which reflects the uniqueness of each geographic location in terms of geospatial data (e.g, precipitation, geology, vegetation, temperature, soil moisture, air pollution, etc.) relative to other geographic locations.

[0003] By contrast, according to Tobler’s First Law of Geography, geographic locations that are close to each other often (but not always) exhibit similar characteristics and have similar properties such as climate patterns, soil, vegetation, geology, topography, etc. This dependency of geospatial data across proximate geographic locations — which stands in contrast to spatial heterogeneity and can be described using second-order statistics — is called “spatial dependence” or “spatial autocorrelation.” Encoding a location embedding that captures both spatial heterogeneity and spatial dependence may strike a balance between the two different types of data that avoids overfitting one way or the other.

[0004] In various implementations, a teleconnection model may be used to identify one or more reference geographic locations that influence a geospatial measure in a geographic location of interest. Once identified, various teleconnection features that influence the geospatial measure of the geographic location of interest may be extracted. These extracted teleconnection features may be highly correlated with the targeted geospatial measure in the geographic location of interest, and may include, for instance, sea surface temperature, atmospheric pressure, and so forth. Teleconnections strengths may also vary from location to location and show spatial autocorrelation patterns. To capture this, in some implementations, these selected teleconnection features may be applied as inputs to an encoder, e.g ., along with the location embedding, to generate a joint embedding that contains both teleconnection-derived information and location embedding information. The encoder may take various forms. In some implementations, the encoder may include a feed forward neural network/layer that generates, e.g. , for each time step of a series of time steps (e.g, daily, weekly, monthly), a joint embedding that captures the extracted teleconnection features and location embedding for that time step.

[0005] In various implementations, the joint embedding (or embeddings, if generated for each of a series of time steps) may be processed using a machine learning model. In some implementations, the machine learning model may be a sequence encoder such as a recurrent neural network (“R N”), long short-term memory (“LSTM”) network, a gated recurrent unit (“GRU”) network, etc. The inputs to such a model, including the extracted teleconnection features, may thus be time-series data, such as periodic sea surface temperatures, periodic atmospheric pressures, or other periodic geospatial samples. Similarly, a temporally- correspondent location embedding may be encoded for each time step. In some such implementations, these location embeddings may capture spatial heterogeneity and/or spatial dependence mentioned previously.

[0006] In various implementations, the output of the sequence encoder at each time step may be indicative for a predicted geospatial measure at the next time step. Thus, in various implementations, a future geospatial measure may be predicted for a geographic location of interest by processing data as described above according to some number of past time steps (e.g, the past x months). In some implementations, a decoder (e.g, one or more neural network layers) may be provided that decodes output of the sequence encoder at each time step into a form that conveys the predicted geospatial measure. Thus, the decoder applied to the last time step’s output may convey the predicted geospatial measure.

[0007] While many implementations described herein rely on sea surface temperatures (or more generally, water surface temperatures), this is not meant to be limiting. In other words, teleconnections to target datasets may be established from source datasets other than water surface temperatures. For example, atmospheric temperatures and/or pressure over one region of an ocean (or even over a different region of land) may influence another climate condition over a particular geographic region sometime in the future. Sea surface pressures may also be considered as source datasets.

[0008] In some implementations, a method for predicting a geospatial measure in a geographic location of interest may be implemented using one or more processors and may include: identifying a plurality of reference geographic locations that are disparate from the geographic location of interest and influence the geospatial measure in the geographic location of interest; extracting one or more features from each of the plurality of reference geographic locations; encoding the extracted features and a location embedding generated for the geographic location of interest into a j oint embedding; and applying a sequence encoder to the j oint embedding to generate encoded data indicative of the predicted geospatial measure.

[0009] In various implementations, the method may include applying the encoded data indicative of the predicted geospatial measure as input across a decoder to generate the predicted geospatial measure. In various implementations, the sequence encoder may be a long short-term memory (LSTM) network. In various implementations, the one or more features extracted from each of the plurality of reference geographic locations may include time series sea surface temperatures.

[0010] In various implementations, each of the plurality of reference geographic locations may be related to the geographic location of interest via a teleconnection. In various implementations, the location embedding may be encoded to capture spatial heterogeneity associated with the geographic location of interest. In various implementations, the location embedding may be further encoded to capture spatial dependence associated with the geographic location of interest and one or more neighboring geographic locations. In various implementations, the applying may include applying the trained machine learning model to historical climate data associated with the geographic location of interest.

[0011] In addition, some implementations include one or more processors ( e.g ., central processing unit(s) (CPU(s)), graphics processing unit(s) (GPU(s), and/or tensor processing unit(s) (TPU(s)) of one or more computing devices, where the one or more processors are operable to execute instructions stored in associated memory, and where the instructions are configured to cause performance of any of the aforementioned methods. Some implementations also include one or more non-transitory computer readable storage media storing computer instructions executable by one or more processors to perform any of the aforementioned methods.

[0012] It should be appreciated that all combinations of the foregoing concepts and additional concepts described in greater detail herein are contemplated as being part of the subject matter disclosed herein. For example, all combinations of claimed subject matter appearing at the end of this disclosure are contemplated as being part of the subject matter disclosed herein.

Brief Description of the Drawings

[0013] Fig. 1 schematically depicts an example environment in which selected aspects of the present disclosure may be employed in accordance with various implementations.

[0014] Fig. 2 schematically depicts components and a data flow that can be implemented to practice selected aspects of the present disclosure, in accordance with various implementations.

[0015] Fig. 3 schematically depicts an example of how a location embedding may be generated for use with techniques described herein, in accordance with various implementations.

[0016] Fig. 4 is a flowchart of an example method in accordance with various implementations described herein.

[0017] Fig. 5 schematically depicts an example architecture of a computer system. Detailed Description

[0018] Fig. 1 schematically illustrates an environment in which one or more selected aspects of the present disclosure may be implemented, in accordance with various implementations. The example environment includes various components that may be configured to practice selected aspects of the present disclosure. Various components in the environment are in communication with each other over one or more networks 110. Network(s) 110 may take various forms, such as one or more local or wide area networks ( e.g ., the Internet), one or more personal area networks (“PANs”), one or more mesh networks (e.g., ZigBee, Z-Wave), etc. Various components depicted in Fig. 1 and elsewhere may be implemented using any combination of hardware and software.

[0019] An individual or “user” may operate one or more client devices 106i-x to interact with other components depicted in Fig. 1, such as a geospatial knowledge system 104. A client device 106 may be, for example, a desktop computing device, a laptop computing device, a tablet computing device, a mobile phone computing device, a computing device of a vehicle of the participant, a standalone interactive speaker (with or without a display), or a wearable apparatus that includes a computing device, such as a head-mounted display (“HMD”) 106x that provides an AR or VR immersive computing experience, a “smart” watch, and so forth. Additional and/or alternative client devices may be provided.

[0020] Geospatial knowledge system 104 is an example of an information system in which the techniques described herein may be implemented. Each of client devices 106 and geospatial knowledge system 104 may include one or more memories for storage of data and software applications, one or more processors for accessing data and executing applications, and other components that facilitate communication over a network. The operations performed by client device 106 and/or geospatial knowledge system 104 may be distributed across multiple computer systems.

[0021] Each client device 106 may operate a variety of different applications that may be used to perform various geospatial tasks, such predicting various geospatial measures such as climate conditions (e.g, the Palmer drought severity index, or “PDSI”), etc. For example, a first client device 106i operates geospatial (“GS”) client 108 (e.g, which may be standalone or part of another application, such as part of a web browser). Another client device 106x may take the form of a HMD that is configured to render 2D and/or 3D data to a wearer as part of a VR immersive computing experience. The wearer may interact with the presented data, e.g, using HMD input techniques such as gaze directions, blinks, etc.

[0022] In some implementations, GS client 108 may be used to output recommendations and/or information that can help personnel in various domains (e.g, agricultural, urban planning, climate science, etc.) perform various geospatial tasks. For example, components of geospatial knowledge system 104 may perform selected aspects of the present disclosure to make geospatial predictions for a geographic location of interest, e.g, so that the personnel may take affirmative action and/or plan accordingly.

[0023] As used herein, a “geographic location of interest” or simply “geographic location” may refer to a discrete geographic area (or to a reference point thereof, such as its center) of varying sizes and/or shapes that can be defined in various ways. In some implementations, a geographic location may identify an area or region that is subject to generally homogenous or uniform climate conditions, e.g, compared to other geographic regions nearby or faraway. For example, a particular valley that extends across a state or county may experience relatively uniform climate conditions along its length, and therefore may be defined as a discrete geographic area.

In some implementations, a greater geographic area may be organized into a two-dimensional grid of cells, with each individual cell corresponding to a discrete geographic location. In some implementations, each cell may correspond to one or more pixels of satellite imagery. In other implementations, a geographic location of interest may be defined politically (e.g, one or more counties, one or more states).

[0024] In various implementations, geospatial knowledge system 104 may be implemented across one or more computing systems that may be referred to as the “cloud.” Geospatial knowledge system 104 may include a location embedding module 114 that is configured to generate, based on data obtained from a historical geospatial database 112, a location embedding 116 that succinctly and accurately represents, in a reduced-dimensionality form, spatial heterogeneity and spatial dependence associated with the geographic location of interest. Although shown as part of a centralized cloud infrastructure in Fig. 1, in some implementations, historical geospatial database 112 (and/or location embedding module 114) may be distributed across multiple different locations. For example, instances of database 112 and/or module 114 may be maintained locally within and/or near each geographic location of interest, e.g, by local farmers or co-ops, commercial agricultural entities, government departments of agriculture, etc. [0025] Data retrieved from historical geospatial database 112 and used by location embedding module 114 to generate location embedding 116 may come in various forms and may include a wide variety of data about the geographic location of interest. This data may include, for instance, soil moisture measurement(s), weather data such as precipitation, humidity, wind, sunlight exposure, and other similar data. In some implementations, this data may include time- series data, such as periodic soil moisture measurements, recorded weather events over time, precipitation over time, sunlight exposure over time, etc. In some implementations, this data may include historical climate conditions observed in the geographic location of interest. These historical climate conditions may or may not correspond to geospatial measure(s) that are ultimately being predicted using techniques described herein.

[0026] Geospatial knowledge system 104 may also include a teleconnection module 120 that is operably coupled with a teleconnection database 118. Teleconnection module 120 may be configured to select various geospatial features 122 from teleconnection database 118 that are applicable to a geographic location of interest. In particular, teleconnection module 120 may identify a teleconnection ( e.g ., a mapping in database 118) that associates particular reference geographic location(s) with a particular geographic location of interest, e.g. , for a given time lag. Features 122 extracted by teleconnection module 120 from these reference geographic location(s) via teleconnection database 118 may be heavily predictive and/or highly influential of geospatial conditions in the geographic location of interest some time lag later (e.g., weeks or month(s) later).

[0027] In some implementations, teleconnection database 118 may include information about water surface temperatures (also referred to as “sea surface temperatures”) across one or more bodies of water. In some implementations, bodies of water such as the Earth’s oceans and seas (and lakes if large enough) may be logically divided into a grid of cells, e.g, with each cell having a size of x km by x km each (with x being a positive integer). Teleconnection database 118 may include water surface temperatures observed in each of these predefined cells. In some such implementations, the cells may be defined so that each cell includes relatively homogenous water surface temperatures throughout. In some implementations, if multiple sample temperatures are obtained from a single logical cell, then an average of those sampled temperatures may be used for the whole cell. [0028] Teleconnection database 118 is not limited to water surface temperatures. In some implementations, teleconnection database 118 may include other types of geospatial conditions that may be influential on disparate geographic locations of interest after various time lags. For example, in addition to or instead of water surface temperature, atmospheric pressures at various points over a body of water or over land ( e.g ., in the predefined cells mentioned previously) may influence climate conditions of the geographic location of interest after various time lags. Additionally or alternatively, sea surface pressure in various areas, such as the predefined cells mentioned previously, may also influence climate condition(s) in the geographic location of interest after some time lag. These are just examples, and other climate parameters of oceans may also be considered.

[0029] Teleconnection module 120 may select climate features 122 from teleconnection database 118 in various ways. In some implementations, teleconnection module 120 may select climate features using a desired time lag (e.g., one month ago or -1, two months ago or -2, etc.) along with temporally-corresponding location embedding(s) 116. In some implementations, a location embedding 116 generated by location embedding module 114 for a geographic location of interest may be used as input for teleconnection module 120 to identify one or more influential reference geographic locations, such as one or more ocean cells mentioned previously. Water surface temperatures in these cells may have been highly influential in causing historical climate condition(s) that are “baked into” the location embedding of the geographic location of interest.

[0030] Encoding module 124 may be configured to encode location embedding 116 and the features 122 selected/extracted by teleconnection module 120 into a joint embedding (not depicted in Fig. 1). This joint embedding may represent/include, e.g, for a given time step in a sequence of time steps, information about both the geographic location of interest and other geographic locations (e.g., remote areas over the ocean) that are influential on the geographic location of interest. Thus, where location embeddings 116 and selected features 122 take the form of a sequence of time-series data, the joint embedding may correspond to a sequence of joint embeddings. In some implementations, encoding module 124 may generate one or more encodings and concatenate these encodings into the joint embedding. For example, the teleconnection features 122 may be encoded into one “dense” teleconnection embedding (242 in Fig. 2), and this dense teleconnection embedding may be combined ( e.g ., concatenated) with other data, such as location embedding 116.

[0031] Inference module 126 may be configured to apply machine learning models stored in a machine learning model database 128 to the joint embeddings generated by encoding module 124. Based on this application, inference module 126 may generate data indicative of predicted geospatial measure(s) 130 of agricultural areas of interest. Various types of machine learning models may be trained to predict climate conditions in accordance with various aspects of the present disclosure. In some implementations, a sequence encoder such as a recurrent neural network (“RNN”), long short-term memory (“LSTM”) network, a gated recurrent unit (“GRU”) network, a transformer network, etc., may be employed to generate geospatial predictions 130 based on time-series data.

[0032] In some implementations, different sequence encoders may be trained for different geographic locations of interest. For example, one sequence encoder may be trained for Napa Valley in California. Another sequence encoder may be trained for Burgundy territory of France. Another sequence encoder may be trained for a homogenous agricultural area in the American Midwest. And so on. In this specification, the term “database” and “index” will be used broadly to refer to any collection of data. The data of the database and/or the index does not need to be structured in any particular way and it can be stored on storage devices in one or more geographic locations.

[0033] Fig. 2 depicts an overall process for generating geospatial prediction(s) 130 using techniques described herein. Starting at top left, a map is depicted with a star denoting a geographic location of interest, which in this example is in the western United States. Also depicted are a plurality of disparate geographic locations (or “areas”) 232a-e that have been determined to be influential upon (e.g., connected by a teleconnection to) the geographic location of interest, at least for a given time lag. In some implementations, a slightly different set of disparate geographic locations 232a-e may be identified, e.g, by teleconnection module 120, for each time step in a sequence of time steps for which time-series data is available.

[0034] Teleconnection features 122 associated with the five disparate geographic locations 232a-e are represented as R1-R5 at top right in Fig. 2. While depicted as sea surface temperature anomalies in Fig. 2 for illustrative purposes, this is not meant to be limiting. In various implementations, and following the down-left arrow in Fig. 2, these five teleconnection features R1-R5 associated with disparate geographic locations 232a-e may be extracted and used to generate corresponding feature vectors 236i.v for each of N (positive integer) time steps. In some implementations, teleconnection feature vectors 236i.v may be processed, e.g, by encoding module 124, using a bottleneck feed-forward network (FFN in Fig. 2) 238 to generate what will be referred to herein as a “dense” teleconnection embedding 242 that reduces the dimensionality of the teleconnection feature vectors 236i.v. For example, teleconnection feature vectors 236i.v may be combined, e.g., using techniques such as concatenation, and processed using bottleneck FFN 238.

[0035] In various implementations, encoding module 124 may encode dense teleconnection embedding 242 along with other data, such as local data 240 measured from the geographic location (e.g, for the same time step) and/or a location embedding 116 to generate a joint encoding. In some implementations, this process may include concatenation, as indicated by the plus signs in Fig. 2. The joint encoding may then be processed, e.g, by encoding module 124 or inference module 126, as an input to a sequence encoder 244.

[0036] Sequence encoder 244 in Fig. 2 takes the form of an LSTM 246 that is depicted in Fig. 2 in its “unfolded” state. At each time step t (positive integer), an input X t is applied as input across LSTM 246, along with state data /m from a previous time step, to generate output Y t. Output Y T at a final time step T may be encoded data indicative of the predicted geospatial measure(s) 130. In some implementations, output Y T at time T may be processed, e.g, by inference module 126 using a decoder 248, to generate predicted geospatial measure(s) 130. Decoder 248 may take various forms, such as a feed-forward neural network or a sequence decoder. In various implementations, decoder 248 may be trained in tandem with sequence encoder 244 by minimizing a loss function. For example, output Y t generated at a time step t may be compared to a ground truth geospatial measure observed/calculated at that time step t. Any difference or error between these values may be used to train sequence encoder 244 and decoder 248 by adjusting their respective parameters using techniques such as gradient descent and back propagation.

[0037] Fig. 3 depicts a non-limiting example process flow for practicing selected aspects of the present disclosure to generate a location embedding (e.g, 116) and predict a geospatial measure based on the location embedding generated using techniques described herein. Starting at left, a position coordinate 360 identifying a geographic location— e.g., a geographic location for which a geospatial prediction is desired— is provided as input. Position coordinate 360 may take various forms, depending on a variety of factors, such as how a greater geographic area is organized logically into smaller geographic locations. In some implementations, position coordinate 360 may take the form of a longitude and a latitude. Additionally or alternatively, in some implementations, position coordinate 360 may take the form of an x andy coordinate that identifies a center point of a cell in a two-dimensional grid of cells, in which each cell may correspond to a separate geographic location.

[0038] Position coordinate 360 may be processed based on a spatial heterogeneity encoder 362 and a spatial dependence encoder 364. In some implementations, the processing that occurs using each of these encoders 362, 364 may occur in parallel to the processing that occurs using the other of these encoders 362, 364, although this is not required.

[0039] Spatial heterogeneity encoder 362 may take various forms. In Fig. 3, for instance, spatial heterogeneity encoder 362 includes a first multi-scale feature decomposition layer 366i. In various implementations, first multi-scale feature decomposition layer 366i may convert position coordinate 360 of relatively few dimensions, such as two ( e.g ., x and longitude and latitude), into a vector of greater dimensions, such as sixty-four. This vector of greater dimensions generated by first multi-scale feature decomposition layer 366i may then be applied as input across a spatial heterogeneity neural network 368 to generate a first location embedding 370. In various implementations, spatial heterogeneity encoder 362, including aspects of first multi-scale feature decomposition layer 366i and/or spatial heterogeneity neural network 368, may have been trained previously — e.g., separately or jointly with spatial dependence encoder 364 — to capture spatial heterogeneity of one or more geospatial measures associated with a plurality of geographic locations. Consequently, first location embedding 370 also captures this spatial heterogeneity.

[0040] Spatial dependence encoder 364 likewise may take various forms. In Fig. 3, for instance, spatial dependence encoder 364 includes a second multi-scale feature decomposition layer 366 2 , which may be the same as or at least similar to first multi-scale feature decomposition layer 366i. Similar to before, second multi-scale feature decomposition layer 366 2 may convert position coordinate 360 of relatively few dimensions, such as two (e.g, x and y, longitude and latitude), into a vector of greater dimensions, such as sixty-four. This vector of greater dimensions generated by second multi-scale feature decomposition layer 366 2 may then be applied as input across a spatial dependence neural network 372 to generate a second location embedding 374. In various implementations, spatial dependence encoder 364, including aspects of second multi-scale feature decomposition layer 366 2 and/or spatial dependence neural network 372, may have been trained previously — e.g ., separately or jointly with spatial heterogeneity encoder 362 — to capture spatial dependence of geospatial measures associated with a plurality of geographic locations. For example, training techniques such as triplet loss may have been performed to index and/or map spatial dependencies in an embedding space. Consequently, second location embedding 374 also captures this spatial dependence.

[0041] In various implementations, first location embedding 370 and second location embedding 374 may be combined, e.g. , by encoding module 124, into combined location embedding 116. Combined location embedding 116 may be generated from first location embedding 370 and second location embedding 374 in various ways, such as by using concatenation, addition, averaging, and so forth. Because first location embedding 370 and second location embedding 374 individually capture, respectively, spatial heterogeneity and spatial dependence of geospatial measures associated with the geographic location of interest, combined location embedding 116 also captures spatial heterogeneity and spatial dependence of these geospatial measures.

[0042] Encoding module 124 may encode combined location embedding 116, dense teleconnection embedding 242 described previously, and other data 240 into a joint encoding as depicted at bottom left of Fig. 2. Then, as described previously with respect to Fig. 2, inference module 126 may apply one or more machine learning models (e.g, LSTM 246) from database 128 to joint encoding, e.g., to a temporal sequence of joint encodings, to generate the predicted geospatial measure 130. Because combined location embedding 116 captures both spatial heterogeneity and spatial dependence of the geospatial measures associated with the geographic location of interest, these data characteristics are also captured in predicted geospatial measure 130.

[0043] Other types of location embeddings may be used instead of location embedding(s) 116 generated using the process depicted in Fig. 3. For example, in some implementations, a location embedding may be used that incorporates both position coordinates (e.g, longitude and latitude) and a spatial context of geographic objects such as points of interest in or near the geographic location. In other implementations, a tile or image-based location embedding may be used, e.g ., based on high elevation digital imagery, maps, etc.

[0044] In some implementations, inference module 126 may use other data 240, in addition to or instead of location embedding 116, to generate predicted geospatial measure 130. For example, time-series data associated with various geographic locations, such as the geographic location of interest, or other geographic locations that may not necessarily be proximate to the geographic location of interest, but otherwise have similar features such as climate, soil composition, topography, etc ., may be leveraged by inference module 126 to generate predicted geospatial measure 130.

[0045] Fig. 4 illustrates a flowchart of an example method 400 for predicting a geospatial measure for a geographic location of interest. The operations of Fig. 4 can be performed by one or more processors, such as one or more processors of the various computing devices/ systems described herein, such as by geospatial knowledge system 104. For convenience, operations of method 400 will be described as being performed by a system configured with selected aspects of the present disclosure. Other implementations may include additional operations than those illustrated in Fig. 4, may perform step(s) of Fig. 4 in a different order and/or in parallel, and/or may omit one or more of the operations of Fig. 4.

[0046] At block 402, the system, e.g. , by way of teleconnection module 120, may identify a plurality of reference geographic locations that are disparate from the geographic location of interest and that influence the geospatial measure in the geographic location of interest. For example, sea surface temperatures and/or other conditions observed in specific remote geographic locations (often areas over large bodies of water such as oceans or seas) sometime in the past may exert outsized influence (e.g, via a spatial -temporal mapping comprising a teleconnection) on current climate conditions in particular geographic locations. Teleconnection module 120 may identify these geographic locations, e.g, based on prior analysis that established teleconnections between disparate geographic locations.

[0047] At block 404, the system may extract one or more features from each of the plurality of reference geographic locations. For example, teleconnection module 120 may extract teleconnection features 122 of sea surface temperatures measured in the plurality of reference geographic locations. At block 406, the system, e.g, by way of encoding module 124, may encode the extracted features and a location embedding generated for the geographic location of

IB interest into a joint embedding. In some implementations, one encoder ( e.g ., bottleneck FFN 238) may generate dense teleconnection embedding 242 as depicted in Fig. 2, and another encoder may simply concatenate dense teleconnection embedding 242 with other data, such as the location embedding 116 (and other data 240 where applicable).

[0048] At block 408, the system, e.g., by way of inference module 126, may apply a sequence encoder 244 to the joint embedding to generate encoded data ( Y in Fig. 2) indicative of the predicted geospatial measure. In some implementations, sequence encoder 244 may take the form of a recurrent neural network, such as an LSTM or GRU-based network. At block 410, the system, e.g, by way of inference module 126, may apply the encoded data indicative of the predicted geospatial measure ( Y in Fig. 2) as input across decoder 248 to generate the predicted geospatial measure 130.

[0049] Fig. 5 is a block diagram of an example computing device 510 that may optionally be utilized to perform one or more aspects of techniques described herein. Computing device 510 typically includes at least one processor 514 which communicates with a number of peripheral devices via bus subsystem 512. These peripheral devices may include a storage subsystem 524, including, for example, a memory subsystem 525 and a file storage subsystem 526, user interface output devices 520, user interface input devices 522, and a network interface subsystem 516. The input and output devices allow user interaction with computing device 510. Network interface subsystem 516 provides an interface to outside networks and is coupled to corresponding interface devices in other computing devices.

[0050] User interface input devices 522 may include a keyboard, pointing devices such as a mouse, trackball, touchpad, or graphics tablet, a scanner, a touchscreen incorporated into the display, audio input devices such as voice recognition systems, microphones, and/or other types of input devices. In some implementations in which computing device 510 takes the form of a HMD or smart glasses, a pose of a user’s eyes may be tracked for use, e.g, alone or in combination with other stimuli (e.g, blinking, pressing a button, etc.), as user input. In general, use of the term "input device" is intended to include all possible types of devices and ways to input information into computing device 510 or onto a communication network.

[0051] User interface output devices 520 may include a display subsystem, a printer, a fax machine, or non-visual displays such as audio output devices. The display subsystem may include a cathode ray tube (CRT), a flat-panel device such as a liquid crystal display (LCD), a projection device, one or more displays forming part of a HMD, or some other mechanism for creating a visible image. The display subsystem may also provide non-visual display such as via audio output devices. In general, use of the term "output device" is intended to include all possible types of devices and ways to output information from computing device 510 to the user or to another machine or computing device.

[0052] Storage subsystem 524 stores programming and data constructs that provide the functionality of some or all of the modules described herein. For example, the storage subsystem 524 may include the logic to perform selected aspects of method 400 described herein, as well as to implement various components depicted in Figs. 1-3.

[0053] These software modules are generally executed by processor 514 alone or in combination with other processors. Memory 525 used in the storage subsystem 524 can include a number of memories including a main random access memory (RAM) 530 for storage of instructions and data during program execution and a read only memory (ROM) 532 in which fixed instructions are stored. A file storage subsystem 526 can provide persistent storage for program and data files, and may include a hard disk drive, a floppy disk drive along with associated removable media, a CD-ROM drive, an optical drive, or removable media cartridges. The modules implementing the functionality of certain implementations may be stored by file storage subsystem 526 in the storage subsystem 524, or in other machines accessible by the processor(s) 514.

[0054] Bus subsystem 512 provides a mechanism for letting the various components and subsystems of computing device 510 communicate with each other as intended. Although bus subsystem 512 is shown schematically as a single bus, alternative implementations of the bus subsystem may use multiple busses.

[0055] Computing device 510 can be of varying types including a workstation, server, computing cluster, blade server, server farm, or any other data processing system or computing device. Due to the ever-changing nature of computers and networks, the description of computing device 510 depicted in Fig. 5 is intended only as a specific example for purposes of illustrating some implementations. Many other configurations of computing device 510 are possible having more or fewer components than the computing device depicted in Fig. 5. [0056] While several implementations have been described and illustrated herein, a variety of other means and/or structures for performing the function and/or obtaining the results and/or one or more of the advantages described herein may be utilized, and each of such variations and/or modifications is deemed to be within the scope of the implementations described herein. More generally, all parameters, dimensions, materials, and configurations described herein are meant to be exemplary and that the actual parameters, dimensions, materials, and/or configurations will depend upon the specific application or applications for which the teachings is/are used. Those skilled in the art will recognize, or be able to ascertain using no more than routine experimentation, many equivalents to the specific implementations described herein. It is, therefore, to be understood that the foregoing implementations are presented by way of example only and that, within the scope of the appended claims and equivalents thereto, implementations may be practiced otherwise than as specifically described and claimed. Implementations of the present disclosure are directed to each individual feature, system, article, material, kit, and/or method described herein. In addition, any combination of two or more such features, systems, articles, materials, kits, and/or methods, if such features, systems, articles, materials, kits, and/or methods are not mutually inconsistent, is included within the scope of the present disclosure.