26
Bayesian Networks for Environmental Resource Management Peter Towbin Applied Math and Statistics

Bayesian Networks for Environmental Resource Management

  • Upload
    les

  • View
    32

  • Download
    0

Embed Size (px)

DESCRIPTION

Bayesian Networks for Environmental Resource Management. Peter Towbin Applied Math and Statistics. Bayesian Networks for Environmental Resource Management. Context: Why are Bayesian Networks of interest? Goal: Assess BN research tools available for ERM. - PowerPoint PPT Presentation

Citation preview

Page 1: Bayesian Networks for Environmental Resource Management

Bayesian Networksfor

Environmental Resource Management

Peter TowbinApplied Math and Statistics

Page 2: Bayesian Networks for Environmental Resource Management

Bayesian Networksfor

Environmental Resource Management

1. Context: Why are Bayesian Networks of interest?

2. Goal: Assess BN research tools available for ERM.

3. Project: Exploring Open Source alpha releases!

Page 3: Bayesian Networks for Environmental Resource Management

Why are Bayesian Networks of interest?

• Knowledge discovery: surveys.

• Inference: decision support: water treatment.

• Group cognition, trust.

Page 4: Bayesian Networks for Environmental Resource Management

Mekong River CommissionMandate For Public Participation

Involvement of public and the public opinion in the workof MRC is believed to be a prerequisite for the overall aimand vision of our Mekong Agreement, i.e., sustainabledevelopment of the Mekong River Basin. As a case in point,public inputs are expected to be required at the various stages of the formulation of the Basin Development Plan.

Public Participation is a process through which key stakeholders gain influence and take part in decision making in the planning, implementation, monitoring and evaluation of MRC programs and projects.

“Public Participation in the Context of the MRC”- Approved by MRC Joint Committee, 1999.

Page 5: Bayesian Networks for Environmental Resource Management

MRC Decision Support System

QuickTime™ and aTIFF (Uncompressed) decompressor

are needed to see this picture.

Page 6: Bayesian Networks for Environmental Resource Management

One of the most direct intersections of decision support technology and participatory resource management has been in the field of PPGIS: Public Participatory Geographic Information Systems

PPGIS systems are being used to manage problems such as erosion, deforestation, and over-fishing by documenting land rights and providing context and focus for decision making and management.

Mt. Pulag National Park Benguet, Nueva Vizcaya and Ifugao villages, Philippines.

Scale: 1:10,000, Area covered: 360 km 2.

Manual on Participatory 3-Dimensional Modeling for Natural Resource Management By Giacomo Rambaldi and Jasmin Callosa-Tarr

PPGIS: Public Participatory GIS

Page 7: Bayesian Networks for Environmental Resource Management

Community Forestry Management: Village Survey Team

Page 8: Bayesian Networks for Environmental Resource Management
Page 9: Bayesian Networks for Environmental Resource Management
Page 10: Bayesian Networks for Environmental Resource Management
Page 11: Bayesian Networks for Environmental Resource Management
Page 12: Bayesian Networks for Environmental Resource Management
Page 13: Bayesian Networks for Environmental Resource Management

Group Model Building

• Stimulate knowledge elicitation/discovery.– “Tacit Knowledge”

• Better decision compliance, because:– Sense of ownership of the process.

– Model captures participant requirements.

– Model facilitates ongoing dialog and learning.

Page 14: Bayesian Networks for Environmental Resource Management
Page 15: Bayesian Networks for Environmental Resource Management
Page 16: Bayesian Networks for Environmental Resource Management
Page 17: Bayesian Networks for Environmental Resource Management
Page 18: Bayesian Networks for Environmental Resource Management
Page 19: Bayesian Networks for Environmental Resource Management

Choosing a Bayes Net Package

• Compatibility with GIS package: GeoNetworks Open Source java GIS. (Although NASA World Wind hails!)

• Source access required: “Open Source”.• Portability, existing graphics capability.

• unbbayes.sourceforge.net

• jbnc.sourceforge.net

• bnj.sourceforge.net

Page 20: Bayesian Networks for Environmental Resource Management

Assessing BNJ

• ~200 files of code. GUI• alpha release of 3rd Gen: Problem.• Not much in the way of learning yet (port K2)• Exact and approximate inference algorithms:

– Graph/clique algorithms.– Pearl, Variable Elimination, Message Passing.– PolyTree Reduction, Edge Deletion.

• What if some nodes are not tabular (spatio-temporal model…): Sampling.

Page 21: Bayesian Networks for Environmental Resource Management

Sampling Algorithms

I implemented two algorithms using BNJ data structures andnetwork import utilities:

• Forward sampling.• (Gibbs sampling).• Metropolis Hastings MCMC sampling.

Used one of their algorithms to compare and check results:

• AIS: Adaptive Importance Sampling.

Page 22: Bayesian Networks for Environmental Resource Management

Forward Sampling

• Simple and elegant.

• Topological ordering.

• Sample at each node: p(node | Parents).

• Issue: given unlikely evidence in the graph, may have large percentage of samples fail.

Page 23: Bayesian Networks for Environmental Resource Management

MCMC: Metropolis-Hastings

Page 24: Bayesian Networks for Environmental Resource Management

Run Times

Page 25: Bayesian Networks for Environmental Resource Management

Variances

Page 26: Bayesian Networks for Environmental Resource Management

The End