Literature DB >> 31186354

Quantifying the sensing power of vehicle fleets.

Kevin P O'Keeffe1, Amin Anjomshoaa2, Steven H Strogatz3, Paolo Santi2,4, Carlo Ratti2.   

Abstract

Sensors can measure air quality, traffic congestion, and other aspects of urban environments. The fine-grained diagnostic information they provide could help urban managers to monitor a city's health. Recently, a "drive-by" paradigm has been proposed in which sensors are deployed on third-party vehicles, enabling wide coverage at low cost. Research on drive-by sensing has mostly focused on sensor engineering, but a key question remains unexplored: How many vehicles would be required to adequately scan a city? Here, we address this question by analyzing the sensing power of a taxi fleet. Taxis, being numerous in cities, are natural hosts for the sensors. Using a ball-in-bin model in tandem with a simple model of taxi movements, we analytically determine the fraction of a city's street network sensed by a fleet of taxis during a day. Our results agree with taxi data obtained from nine major cities and reveal that a remarkably small number of taxis can scan a large number of streets. This finding appears to be universal, indicating its applicability to cities beyond those analyzed here. Moreover, because taxis' motion combines randomness and regularity (passengers' destinations being random, but the routes to them being deterministic), the spreading properties of taxi fleets are unusual; in stark contrast to random walks, the stationary densities of our taxi model obey Zipf's law, consistent with empirical taxi data. Our results have direct utility for town councilors, smart-city designers, and other urban decision makers.
Copyright © 2019 the Author(s). Published by PNAS.

Entities:  

Keywords:  city science; mobile sensing; urban monitoring; urban sustainability

Mesh:

Substances:

Year:  2019        PMID: 31186354      PMCID: PMC6600988          DOI: 10.1073/pnas.1821667116

Source DB:  PubMed          Journal:  Proc Natl Acad Sci U S A        ISSN: 0027-8424            Impact factor:   11.205


Monitoring urban environments is a challenging task; pollution, infrastructural strain, and other quantities of interest vary widely over many scales—both spatial and temporal—requiring much effort to accurately measure. The field of urban sensing seeks to solve this problem (1–3). With the proliferation of powerful and affordable sensors, it promises a cost-efficient way to monitor urban phenomena at the required fine-scale spatiotemporal resolutions. Even so, traditional approaches to urban sensing, which fall into two main categories (Fig. 1), have limitations. At one extreme, airborne sensors such as satellites scan wide areas, but only during certain time windows. At the other extreme, stationary sensors collect data over long periods of time, but with limited spatial range. Recently, however, “drive-by sensing” has emerged as a new sensing strategy, which offers coverage good in both space and time (4–7). Here, sensors are mounted on “crowd-sourced” urban vehicles, such as cars, taxis, buses, or trucks. This piggy-backing allows the sensors to scan the wide areas traversed by their hosts, allowing the spatiotemporal profile of a city to be explored with great ease and accuracy.
Fig. 1.

Comparison of different sensing methods. Airborne sensors, such as satellites, provide good spatial coverage, but their temporal coverage is limited to the time interval when the sensors pass over the location being sensed. Conversely, stationary sensors collect data for long periods of time, but have limited spatial range. Drive-by sensing offers some advantages of both methods. By using host vehicles as “data mules,” drive-by sensing offers a cheap, scalable, and sustainable way to accurately monitor cities in both space and time.

Comparison of different sensing methods. Airborne sensors, such as satellites, provide good spatial coverage, but their temporal coverage is limited to the time interval when the sensors pass over the location being sensed. Conversely, stationary sensors collect data for long periods of time, but have limited spatial range. Drive-by sensing offers some advantages of both methods. By using host vehicles as “data mules,” drive-by sensing offers a cheap, scalable, and sustainable way to accurately monitor cities in both space and time. Research on drive-by sensing has so far been technological, focused on the engineering difficulties of the sensors (8), managing the dynamic network they comprise (9, 10), and parsing the data they collect (11–13). Yet, the efficiency of the crowd-sourced aspect of drive-by sensing, on which the viability of the approach rests, has not been analyzed—how many vehicles are required to accurately monitor a city’s environment? The answer to this question hinges on the mobility patterns of the host fleet; wide coverage requires the vehicles to densely explore a city’s spatiotemporal “volume.” We call the extent to which a vehicle fleet achieves this their sensing power. In what follows, we present a case study of the sensing power of taxi fleets. We choose to study taxis as sensor hosts because they are pervasive in cities and because datasets characterizing their mobility patterns are publicly available. Consider a fleet of sensor-equipped vehicles moving through a city, sampling a reference quantity during a time period . We represent the city by a street network , whose nodes represent possible passenger-pickup and -dropoff locations and whose edges represent street segments potentially scannable by the vehicle fleet during . We use the proviso “potentially scannable” since some segments are never traversed by taxis in our datasets and so are permanently out of reach of taxi-based sensing, as further discussed in . To model the taxis’ movements, we introduce the taxi-drive process, a schematic of which is presented in Fig. 2 . The model assumes that taxis travel to randomly chosen destinations via shortest paths, with ties between multiple shortest paths broken at random. Once a destination is reached, another destination is chosen, again at random, and the process repeats. To reflect heterogeneities in real passenger data, destinations in the taxi-drive process are not chosen uniformly at random. Instead, previously visited nodes are chosen preferentially: The probability of selecting a node is proportional to , where is the total number of times node has been visited at during and is an adjustable parameter that depends on the city. This “preferential return” mechanism is known to capture the statistical properties of human mobility (14) and, as we show, also captures those of taxis.
Fig. 2.

Taxi-drive process. A–C show a schematic of the taxi-drive process. (A) A taxi picks up a passenger at node . Then, a destination node (blue circle) is randomly chosen. (B) The shortest path between and is taken (dashed arrow). No edges have yet been sensed. (C) After the edges connecting and have been traversed by the sensor-equipped taxi, they become “sensed,” which we denote by coloring them red. Now, at , the taxi proceeds to its next pickup at, say, . There are two shortest paths connecting and , so one is chosen at random. This process then repeats. (D) Distribution of street-segment popularities predicted by the taxi-drive process (blue histogram) agrees with empirical data from Manhattan (brown histogram). (E) By contrast, a random-walk model of taxi movement (i.e., a random walk performed on the street) incorrectly predicts a skewed, unimodal distribution of street-segment popularities, in qualitative disagreement with the data. For D and E, the (directed) Manhattan street network on which the taxi-drive and random-walk processes were run was obtained by using the Python package “osmnx.” The taxi-drive parameter was 1.5, and the process was run for time steps, after which the distribution of was approximately stationary.

Taxi-drive process. A–C show a schematic of the taxi-drive process. (A) A taxi picks up a passenger at node . Then, a destination node (blue circle) is randomly chosen. (B) The shortest path between and is taken (dashed arrow). No edges have yet been sensed. (C) After the edges connecting and have been traversed by the sensor-equipped taxi, they become “sensed,” which we denote by coloring them red. Now, at , the taxi proceeds to its next pickup at, say, . There are two shortest paths connecting and , so one is chosen at random. This process then repeats. (D) Distribution of street-segment popularities predicted by the taxi-drive process (blue histogram) agrees with empirical data from Manhattan (brown histogram). (E) By contrast, a random-walk model of taxi movement (i.e., a random walk performed on the street) incorrectly predicts a skewed, unimodal distribution of street-segment popularities, in qualitative disagreement with the data. For D and E, the (directed) Manhattan street network on which the taxi-drive and random-walk processes were run was obtained by using the Python package “osmnx.” The taxi-drive parameter was 1.5, and the process was run for time steps, after which the distribution of was approximately stationary.

Results

To compare our model to data, we quantify the sensing power of a vehicle fleet as its covering fraction , defined as the average fraction of street segments in that are “covered” or sensed by a taxi during time period , assuming that vehicles are selected uniformly at random from the vehicle fleet . (In , we consider an alternate definition.) We have computed for 10 datasets from 9 cities: New York (confined to the borough of Manhattan), Chicago, Vienna, San Francisco, Singapore, Beijing, Changsha, Hangzhou, and Shanghai. (We used two independent datasets for Shanghai, one from 2014 and the other from 2015. For the 2015 dataset, we chose the subset of taxi trips starting and ending in the subcity “Yangpu” and hereafter consider it a separate city.) Each dataset consists of a set of taxi trips. The representation of these trips differs, however, by city and roughly falls into two categories. The Chinese cities comprise the first category, in which the global positioning system (GPS) coordinates of each taxi’s trajectory were recorded, along with the identification (ID) number of the taxi. Knowing taxi IDs lets us calculate explicitly as a function of the number of sensor-equipped vehicles , as desired. Accordingly, we call these the “vehicle-level” datasets. For the remaining cities, however, trips were recorded without taxi IDs; in these cases, we know only how many trips were taken, not how many taxis were in operation for the duration of our datasets. (Although taxi IDs are available for Yangpu and New York City, for reasons discussed in , we exclude them from the vehicle-level datasets.) So for these “trip-level” datasets, we can only calculate the dependence of on , the number of trips, which serves as an indirect measure of the sensing power. Finally, since we represent cities by their street networks, and not as domains in continuous space, we map GPS coordinates to street segments using OpenStreetMap, so that trips are expressed by sequences of street segments . We find that, despite its simplicity, the taxi-drive process captures the statistical properties of real taxis’ movements. Specifically, it produces realistic distributions of segment popularities , the relative number of times (so that the sum to 1) each street segment is sensed by the fleet during (in turn, these allow us to calculate our main target, ). Fig. 2 shows the empirical distribution of the obtained from our New York dataset (brown histogram). Consistent with previous findings (15), the distribution is heavy-tailed and closely follows Zipf’s law (this is also true of the other cities; ). The distribution predicted by the taxi-drive process (blue histogram) is consistent with the data. This good agreement is surprising. One might expect that the many factors absent from the taxi-drive process—variations in street-segment lengths and driving speeds, taxi–taxi interactions, human-routing decisions, and heterogeneities in passenger-pickup and -dropoff times and locations—would play a role in the statistical properties of real taxis. Yet our results show that, at the macroscopic level of segment popularity distributions, these complexities are unimportant. Moreover, the agreement of the model and the data are not trivial. Compare, for example, the predictions of a random-walk model (Fig. 2). With their skewed unimodal distribution, the random-walk fails to capture the qualitative behavior observed in the data. Having obtained the segment popularities , we can predict the sensing power analytically by using a simple ball-in-bin model. We treat street segments as “bins” into which “balls” are placed when they are traversed by a sensor-equipped taxi. Using the segment popularities as the bin probabilities (recall that the are normalized and can thus be used as probabilities), we derive () the approximate expressionHere, is the average distance (measured in segments) traveled by a taxi chosen randomly from during , and is the number of scannable street segments (). The trip-level expression is the same as Eq. with replaced by , the average number of segments in a randomly selected trip ( Materials and Methods, Eq. ). Fig. 3 compares the analytic predictions for against our data for a reference period of d (see for how the empirical were calculated). We tested the prediction given by Eq. in two ways: using estimated from our datasets (thick line) and using estimated from the stationary distribution of the taxi-drive process (dashed line). In both cases, theory agrees well with data, although the latter estimate is less accurate (which is to be expected, since it is derived from a model). Note that the curves from different cities in Fig. 3 are strikingly similar. This similarity stems from the near-universal distributions of (shown in and discussed in ) and suggests that might also be universal.
Fig. 3.

Sensing power . Theoretical and empirical street-covering fractions for all datasets are shown. A–F show the trip-level data, where the independent variable is the number of trips , and G–J show the vehicle-level data, where the independent variable is the number of vehicles . Thick and dashed curves show the analytic predictions for by using estimated from data and the taxi-drive process, respectively. Red dots show the empirical , whose calculation we describe in . Notice in A–F that the number of trips needed to scan half a city’s street segments, , is remarkably low—∼2,000 = 10%—and in G–J, . Exact figures for each are given in . We list the city name, date, parameter , and goodness-of-fit parameter for when empirical are used () and taxi-drive are used () for each city. (A) San Francisco, 05/24/08, , , . (B) New York City (NYC), 01/05/11, , , . (C) Chicago, 05/21/14, , , . (D) Vienna, 03/25/11, , , . (E) Yangpu, 04/02/15, , , . (F) Singapore, 02/16/11, , , . (G) Beijing, 03/01/14, , , . (H) Changsha, 03/01/14, , , . (I) Hangzhou, 04/21/15, , , . (J) Shanghai, 03/06/14, , , .

Sensing power . Theoretical and empirical street-covering fractions for all datasets are shown. A–F show the trip-level data, where the independent variable is the number of trips , and G–J show the vehicle-level data, where the independent variable is the number of vehicles . Thick and dashed curves show the analytic predictions for by using estimated from data and the taxi-drive process, respectively. Red dots show the empirical , whose calculation we describe in . Notice in A–F that the number of trips needed to scan half a city’s street segments, , is remarkably low—∼2,000 = 10%—and in G–J, . Exact figures for each are given in . We list the city name, date, parameter , and goodness-of-fit parameter for when empirical are used () and taxi-drive are used () for each city. (A) San Francisco, 05/24/08, , , . (B) New York City (NYC), 01/05/11, , , . (C) Chicago, 05/21/14, , , . (D) Vienna, 03/25/11, , , . (E) Yangpu, 04/02/15, , , . (F) Singapore, 02/16/11, , , . (G) Beijing, 03/01/14, , , . (H) Changsha, 03/01/14, , , . (I) Hangzhou, 04/21/15, , , . (J) Shanghai, 03/06/14, , , . Fig. 4 tests for universality in the curves. Using the vehicle-level data, we plot vs. , which removes the city-dependent term from Eq. ( shows how and are city-dependent. Note that we assume the are universal, so we do not scale them out.) With no other adjustments, the resulting curves nearly coincide, as if collapsing on a single, universal curve. (The fidelity of the collapse, however, varies by day; .) In , we perform the same rescaling for the trip-level data, which shows a poorer collapse. However, since these datasets are of lower quality than the vehicle-level data, less trust should be placed in them. Hence, given the good collapse of the vehicle-level data, we conclude that the sensing power of vehicle fleets, as encoded by , might be universal.
Fig. 4.

Scaling collapse. Empirical street-covering fractions vs. normalized number of sensor-equipped vehicles from the four vehicle-level datasets. Remarkably, with no adjustable parameters, the curves for all four datasets fall close to the same curve, suggesting that, at a statistical level, taxis cover street networks in a universal fashion. For each dataset, the estimated values of were found by drawing vehicles at random and computing the covering fractions. This process was repeated 10 times. The variance in each realization was , so error bars were omitted. For the theoretical curve Eq. , the was estimated by using the taxi-drive process with on the Beijing street network. The choice of Beijing was arbitrary, since, recall, the from different cities are nearly universal.

Scaling collapse. Empirical street-covering fractions vs. normalized number of sensor-equipped vehicles from the four vehicle-level datasets. Remarkably, with no adjustable parameters, the curves for all four datasets fall close to the same curve, suggesting that, at a statistical level, taxis cover street networks in a universal fashion. For each dataset, the estimated values of were found by drawing vehicles at random and computing the covering fractions. This process was repeated 10 times. The variance in each realization was , so error bars were omitted. For the theoretical curve Eq. , the was estimated by using the taxi-drive process with on the Beijing street network. The choice of Beijing was arbitrary, since, recall, the from different cities are nearly universal. The fast saturation of the curves tells us that taxi fleets have large, but limited, sensing power; popular street segments are easily covered, but unpopular segments, being visited so rarely, are progressively more difficult to reach. A law of diminishing returns is at play, which means that, while scanning an entire city is difficult, a significant fraction can be scanned with relative ease. In particular, as detailed in , of vehicles are required to scan 80% of a city’s scannable street segments, but of segments are covered by just of vehicles ( reports similar numbers for the trip-level data). Most strikingly, as shown in , one-third of the street segments in Manhattan are sensed by as few as 10 random taxis. In fact, because our estimates for are lower bounds (), the above-quoted values for are likely lower. These remarkably small values of and are encouraging findings and certify that drive-by sensing is readily feasible at the city scale, thus achieving the main goal of our work.

Discussion

Requiring that segments be scanned just once a day, as assumed in our analysis, could be too coarse a temporal resolution for some urban quantities which we desire to monitor. Air quality, for instance, has large temporal variations and would therefore require multiple readings dispersed evenly over time to be adequately sensed. To see if drive-by sensing can accommodate more demanding temporal requirements, we derived () an expression for the adjusted sensing power of a vehicle fleet, defined as the average number of segments covered at least once in each of equally sized subintervals of 1 d. Larger thus corresponds to greater temporal resolution. In , we plot for , so that segments must be scanned at least once in the morning, afternoon, and evening, defined by the intervals . We find that while reduced, the sensing power is still large; of vehicle are needed to scan half of Manhattan’s street segments, and of vehicles scan one-third of segments. This demonstrates that drive-by sensing can still efficiently provide sensing at finer resolutions in time. further discusses this point. Because taxis are concentrated in commercial and tourist areas, taxi-based drive-by sensing has an inherent spatial bias. This bias could have harmful consequences, such as underserving socioeconomically disadvantaged neighborhoods. A hybrid approach to sensing could overcome this pitfall. Sensor-equipped taxis could be used to scan popular areas of a city, while the remaining hard-to-reach areas could be scanned by vehicles dedicated exclusively to sensing (as opposed to third-party vehicles on which drive-by sensing “parasitically” relies). We discuss the spatial bias of drive-by sensing comprehensively in . There are many ways to extend our results. To keep things simple, we characterized the sensing power of taxi fleets with respect to the simplest possible cover metric: the raw number of segments traversed by a taxi at least once, (where, as defined in , is the number of times the -th segment is sensed at the end of the reference period). A more general metric would be , where could represent the length of the segment or an effective sensing area. Extensions to the taxi-drive model would also be interesting. We have shown that the taxi drive produces realistic distributions of segment popularities , but have said nothing about the spatial patterns of —could the model be tweaked to capture these patterns? The techniques used in ref. 16 could be useful here. Finally, it would also be interesting to see if the sensing power could be inferred from the street network alone—that is, without data on taxi-mobility patterns. First steps in this direction are taken in . Taxis traveling in cities share some of the features of nonstandard diffusive processes. Like Levy walks (17) or the run-and-tumble motion of bacteria (18), their movements are partly regular and partly random. As such, they produce stationary densities on street networks that obey Zipf’s law, contrary to a standard random walk. Future work could examine if other aspects of taxis’ spreading behavior are also unusual. Perhaps the hybrid motion exemplified by taxis offers advantages in graph exploration (19), foraging (20), and other classic applications of stochastic processes (21). The work most closely related to drive-by sensing is on “vehicle-sensor networks” (22). Here, sensors capable of communicating with each other are fitted on vehicles, resulting in a dynamic network. The ability to share information enables more efficient, “cooperative” sensing, but has the drawback of large operational cost. Most studies of vehicle-sensor networks are therefore in silico (23). Since the sensors used in drive-by sensing do not communicate, drive-by sensors are significantly cheaper to implement than vehicle-sensor networks. Vehicles other than taxis can be used for drive-by sensing. Candidates include private cars, trash trucks, or school buses. Since putting sensors on private cars might lead to privacy concerns, city-owned buses or trucks seem better choices for sensor hosts. The mobility patterns of school buses and trash trucks are, however, different from those of taxis; they follow fixed routes at fixed times, limiting their sensing power. The diverse data supplied by drive-by sensing have broad utility. High-resolution air-quality readings can help combat pollution, while measurements of air temperature and humidity can help improve the calibration of meteorological models (24, 25) and are useful in the detection of gas leaks (26). Degraded road segments can be identified with accelerometer data, helping inform preventive repair (27, 28), while pedestrian-density data can be helpful in the modeling of crowd dynamics (29). Finally, information on parking-spot occupancy, Wi-Fi access points, and street-light infrastructure—all obtainable with modern sensors—will enable advanced city analytics as well as facilitate the development of new big-data and internet-of-things services and applications. In short, drive-by sensing will empower urban leaders with rich streams of useful data. Our study reveals these to be obtainable with remarkably small numbers of sensors.

Materials and Methods

We derive an expression for the sensing power of a vehicle fleet. We quantify this by their covering fraction , the average fraction of street segments covered at least once when vehicles move on the street network , according to the taxi-drive process during a reference period . Given the nontrivial topology of and the non-Markovian nature of the taxi-drive process, it is difficult to solve for exactly. We can, however, derive a good approximation. It turns out that it is easier to first solve for the trip-level metric—that is, when , the number of trips, is the dependent variable, so we begin with this case; the vehicle-level expression then follows naturally. Imagine we have a population of taxi trajectories. We define a taxi trajectory as a sequence of street segments . The source of the population of trajectories is unimportant for now; it could come from a taxi (or fleet of taxis) moving according to the taxi-drive process or from empirical data, as we later discuss. Given , our strategy to find is to map to a “ball-in-bin process”: We imagine street segments as bins into which balls are added, when they are traversed by a trajectory taken from . Note that, in contrast to the traditional ball-in-bin process, a random number of balls is added at each step, since taxis’ trajectories have random length.

Trajectories with Unit Length.

Let be the random length of a trajectory. The special case of is easily solved, because then drawing trips at random from is equivalent to placing balls into bins, where is the number of segments, and each bin is selected with probability . As indicated by the notation, we estimate the bin probability with the segment popularities discussed in Results; the segment popularities can be used as probabilities, since, recall, they are defined as the relative number of times each segment is traversed, and therefore sum to 1. Let , where is the number of balls in the -th bin. It is well known that the are multinomial random variables,where . The (random) fraction of segments covered iswhere represents the indicator function of event . The expectation of this quantity is(note that we introduce as a subscript for explanatory purposes). The number of balls in each bin is binomially distributed . The survival function of the binomial function is . Substituting this into Eq. gives the result

Trajectories with Fixed Length.

Trajectories of fixed (i.e., nonrandom) length impose spatial correlations between the bin-ball counts (recall that in the classic ball-and-bin problem, the are already correlated, since their sum is constant and equal to the total number of balls added). This is because trajectories are contiguous in space; a trajectory that covers a given segment is more likely to cover neighboring segments. Given the nontrivial topology of the street network , the correlations between bins are hard to characterize. To get around this, we make the strong assumption that for , the spatial correlations between bins are asymptotically zero. This assumption greatly simplifies our analysis. It lets us reimagine the ball-in-bin process so that adding a trajectory of length is equivalent to adding balls into (not necessarily contiguous) bins chosen randomly according to . Then, selecting trajectories of length from is equivalent to throwing balls into bins . Hence, the expected coverage is a simple modification of Eq. :Assuming neighboring segments are spatially uncorrelated is a drastic simplification and effectively removes the spatial dimension from our model. Yet, surprisingly, as shown in Fig. 3, it leads to predictions that agree well with data.

Trajectories with Random Lengths.

Generalizing to random is straightforward. Let be the number of segments covered by trajectories. By the law of total expectationThe first term in the summand is given by Eq. . For the second term, we need to know how the trajectory lengths are distributed. In , we show (note, here measures the number of segments covered by a taxi, and not the distance of the trip; ). It is known that a sum of lognormal random variables is itself approximately lognormal , for some and . There are many different choices for ; for a review, see ref. 30. We follow the Fenton–Wilkinson method, in which and . Then,Substituting this into Eq. givesThe above equation fully specifies the desired . It turns out, however, that the sum over is dominated by its expectation, so we collapse it, replacing by its expected value . This yields the much simpler expression , orwhich appears in Results.

Extension to Vehicle Level.

Translating our analysis to the level of vehicles is straightforward. Let be the random number of segments that a random vehicle in covers in the reference period (in , we show how are distributed in our datasets). Then, we simply replace with in the expression for to get ,

Model Parameters.

The parameters in Eq. as easily estimated from our datasets (). The bin probabilities are trickier. They have a clear definition in the ball-in-bin formalism, but in our model, the interpretation is not as clean; they represent the probability that a subunit of a trajectory taken at random from covers the -th segment . As mentioned above, we estimate these with the segment popularities, which we calculate in two ways: (i) deriving them directly from our datasets; or (ii) from the taxi-drive process (recall that these methods led to similar distributions of , as shown in Fig. 2).
  3 in total

1.  Theory of continuum random walks and application to chemotaxis.

Authors: 
Journal:  Phys Rev E Stat Phys Plasmas Fluids Relat Interdiscip Topics       Date:  1993-10

2.  Mobile system for on-road measurements of air pollutants.

Authors:  Ryszard J Katulski; Jacek Namieśnik; Jarosław Sadowski; Jacek Stefański; Krystyna Szymańska; Waldemar Wardencki
Journal:  Rev Sci Instrum       Date:  2010-04       Impact factor: 1.523

3.  Understanding road usage patterns in urban areas.

Authors:  Pu Wang; Timothy Hunter; Alexandre M Bayen; Katja Schechtner; Marta C González
Journal:  Sci Rep       Date:  2012-12-20       Impact factor: 4.379

  3 in total
  4 in total

Review 1.  Toward Integrated Large-Scale Environmental Monitoring Using WSN/UAV/Crowdsensing: A Review of Applications, Signal Processing, and Future Perspectives.

Authors:  Alessio Fascista
Journal:  Sensors (Basel)       Date:  2022-02-25       Impact factor: 3.576

2.  What Can Network Science Tell Us About Phonology and Language Processing?

Authors:  Michael S Vitevitch
Journal:  Top Cogn Sci       Date:  2021-04-09

3.  Networks and long-range mobility in cities: A study of more than one billion taxi trips in New York City.

Authors:  A P Riascos; José L Mateos
Journal:  Sci Rep       Date:  2020-03-04       Impact factor: 4.379

4.  What Do Cognitive Networks Do? Simulations of Spoken Word Recognition Using the Cognitive Network Science Approach.

Authors:  Michael S Vitevitch; Gavin J D Mullin
Journal:  Brain Sci       Date:  2021-12-10
  4 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.