3 resultados para early detection
em Digital Commons - Michigan Tech
Resumo:
Invasive and exotic species present a serious threat to the health and sustainability of natural ecosystems. These species often benefit from anthropogenic activities that aid their introduction and dispersal. This dissertation focuses on invasion dynamics of the emerald ash borer, native to Asia, and European earthworms. These species have shown detrimental impacts in invaded forest ecosystems across the Great Lakes region, and continue to spread via human-assisted long distance dispersal and by natural modes of dispersal into interior forests from areas of introduction. Successful forest management requires that the impact and effect of invasive species be considered and incorporated into management plans. Understanding patterns and constraints of introduction, establishment, and spread will aid in this effort. To assist in efforts to locate introduction points of emerald ash borer, a multicriteria risk model was developed to predict the highest risk areas. Important parameters in the model were road proximity, land cover type, and campground proximity. The model correctly predicted 85% of known emerald ash borer invasion sites to be at high risk. The model’s predictions across northern Michigan can be used to focus and guide future monitoring efforts. Similar modeling efforts were applied to the prediction of European earthworm invasion in northern Michigan forests. Field sampling provided a means to improve upon modeling efforts for earthworms to create current and future predictions of earthworm invasion. Those sites with high soil pH and high basal area of earthworm preferred overstory species (such as basswood and maples) had the highest likelihood of European earthworm invasion. Expanding beyond Michigan into the Upper Great Lakes region, earthworm populations were sampled across six National Wildlife Refuges to identify potential correlates and deduce specific drivers and constraints of earthworm invasion. Earthworm communities across all refuges were influenced by patterns of anthropogenic activity both within refuges and in surrounding ecoregions of study. Forest composition, soil pH, soil organic matter, anthropogenic cover, and agriculture proximity also proved to be important drivers of earthworm abundance and community composition. While there are few management options to remove either emerald ash borer or European earthworms from forests after they have become well established, prevention and early detection are important and can be beneficial. An improved understanding the factors controlling the distribution and invasion patterns of exotic species across the landscape will aid efforts to determine their consequences and generate appropriate forest management solutions to sustain ecosystem health in the presence of these invaders.
Resumo:
Invasive exotic plants have altered natural ecosystems across much of North America. In the Midwest, the presence of invasive plants is increasing rapidly, causing changes in ecosystem patterns and processes. Early detection has become a key component in invasive plant management and in the detection of ecosystem change. Risk assessment through predictive modeling has been a useful resource for monitoring and assisting with treatment decisions for invasive plants. Predictive models were developed to assist with early detection of ten target invasive plants in the Great Lakes Network of the National Park Service and for garlic mustard throughout the Upper Peninsula of Michigan. These multi-criteria risk models utilize geographic information system (GIS) data to predict the areas at highest risk for three phases of invasion: introduction, establishment, and spread. An accuracy assessment of the models for the ten target plants in the Great Lakes Network showed an average overall accuracy of 86.3%. The model developed for garlic mustard in the Upper Peninsula resulted in an accuracy of 99.0%. Used as one of many resources, the risk maps created from the model outputs will assist with the detection of ecosystem change, the monitoring of plant invasions, and the management of invasive plants through prioritized control efforts.
Resumo:
Fuzzy community detection is to identify fuzzy communities in a network, which are groups of vertices in the network such that the membership of a vertex in one community is in [0,1] and that the sum of memberships of vertices in all communities equals to 1. Fuzzy communities are pervasive in social networks, but only a few works have been done for fuzzy community detection. Recently, a one-step forward extension of Newman’s Modularity, the most popular quality function for disjoint community detection, results into the Generalized Modularity (GM) that demonstrates good performance in finding well-known fuzzy communities. Thus, GMis chosen as the quality function in our research. We first propose a generalized fuzzy t-norm modularity to investigate the effect of different fuzzy intersection operators on fuzzy community detection, since the introduction of a fuzzy intersection operation is made feasible by GM. The experimental results show that the Yager operator with a proper parameter value performs better than the product operator in revealing community structure. Then, we focus on how to find optimal fuzzy communities in a network by directly maximizing GM, which we call it Fuzzy Modularity Maximization (FMM) problem. The effort on FMM problem results into the major contribution of this thesis, an efficient and effective GM-based fuzzy community detection method that could automatically discover a fuzzy partition of a network when it is appropriate, which is much better than fuzzy partitions found by existing fuzzy community detection methods, and a crisp partition of a network when appropriate, which is competitive with partitions resulted from the best disjoint community detections up to now. We address FMM problem by iteratively solving a sub-problem called One-Step Modularity Maximization (OSMM). We present two approaches for solving this iterative procedure: a tree-based global optimizer called Find Best Leaf Node (FBLN) and a heuristic-based local optimizer. The OSMM problem is based on a simplified quadratic knapsack problem that can be solved in linear time; thus, a solution of OSMM can be found in linear time. Since the OSMM algorithm is called within FBLN recursively and the structure of the search tree is non-deterministic, we can see that the FMM/FBLN algorithm runs in a time complexity of at least O (n2). So, we also propose several highly efficient and very effective heuristic algorithms namely FMM/H algorithms. We compared our proposed FMM/H algorithms with two state-of-the-art community detection methods, modified MULTICUT Spectral Fuzzy c-Means (MSFCM) and Genetic Algorithm with a Local Search strategy (GALS), on 10 real-world data sets. The experimental results suggest that the H2 variant of FMM/H is the best performing version. The H2 algorithm is very competitive with GALS in producing maximum modularity partitions and performs much better than MSFCM. On all the 10 data sets, H2 is also 2-3 orders of magnitude faster than GALS. Furthermore, by adopting a simply modified version of the H2 algorithm as a mutation operator, we designed a genetic algorithm for fuzzy community detection, namely GAFCD, where elite selection and early termination are applied. The crossover operator is designed to make GAFCD converge fast and to enhance GAFCD’s ability of jumping out of local minimums. Experimental results on all the data sets show that GAFCD uncovers better community structure than GALS.