Skip to the content.

Tailings: Identification and Characterization

Mission Statement

Deliver the first data-driven solution to identifying tailings that can be sources for critical minerals, enabling safe and efficient procurement of minerals essential to national security and economic prosperity.

“Applying AI to identify more tailings and potentially more critical minerals in the United States would be a paradigm shift”

Bob Seal, Research Geologist at USGS, co-leads Earth MRI

Team

""

Project

Our project, Tailings: Identification and Characterization, is focused on helping researchers locate sites that store mine waste, or tailings, in the Southwest United States, so that they can remine them to extract critical minerals, as well as restore them to prevent environmental disasters.

Using satellite imagery and USGS mining and mineral databases, we have applied classification and segmentation to identify unknown tailings, then we have created an interactive web application, powered by Google Earth Engine, to allow users to explore and evaluate the tailings we have identified.

Product

You can explore our model predictions alongside all known tailings and mine dumps by using our web application, Tailings Search.

"

Testimonials

We have shared our product with potential users, and have had encouraging feedback, including the following quotations from stakeholders at our primary partner organizations.

“This work builds on years of work to create the USMIN database that captures prospect and mine-related features from USGS topographic maps, and it could make a very substantial contribution to addressing next generation questions.”

- Jeff Mauk, Research Geologist at the United States Geological Survey, co-leader of the USMIN database

“It looks like it has potential…if it identifies areas that haven’t been identified, and it has merit in that it identifies tailings that people already know about too.”

- Dave Baker, COO of Regeneration, a social enterprise company focused on remining and renewing tailings

In August 2022, we will hand off our work to our partners so that they can continue to develop our model and our web application.

Process

The following sections provide additional detail on the need for our project, as well as explanations of our technical approach to building our tailings prediction model.

Background

In the mining industry, the waste material left behind after a target mineral is extracted from the ore is called the mine tailing. Tailings can be seen as piles, or large ponds or dams that are located in the vicinity of the mine site.

""

Critical Minerals in Tailings

The United States Geological Survey maintains a list of critical minerals, which are mineral commodities that are considered critical to the US economy and national security. Critical minerals are used to manufacture key inputs to clean energy technologies like electric vehicles, batteries, and solar panels and they are important to the transition to a low carbon economy.

Many tailings are likely to contain critical minerals. Tailings are a largely untapped resource for our country, and remining tailings to extract critical minerals could be lucrative. The critical minerals market could top a valuation of $400 billion, exceeding the value of all the coal extracted in 2020. The previous and current administration has made securing critical minerals a high priority for the country, with nearly $75M invested annually in its procurement.

Environmental Hazards from Tailings

There’s an increased number of tailing failures around the world, as mining for critical minerals grows. Half of serious tailings dam failures in the last 70 years actually occurred in the most recent 20 years. Tailings pose a number of health hazards, environmental risks, and infrastructure risks. The toxins in tailings can be harmful to humans, especially if they seep into the groundwater and contaminate it. US federal agencies spent $2.5B reducing environmental risks from abandoned mines over the course of 9 years.

Further Reading

Partners

The tool we created will support the work of a social enterprise called Regeneration and two U.S. Geological Survey major initiatives, USMIN and EarthMRI.

""

The Regeneration team works to remine and reprocess tailings, then restore and renew ecological systems such as forests and streams that have been impacted by the tailings storage site. Our project will help Regeneration identify sites for restoration, so that they can prioritize tailings that pose the highest risk to local communities, as well as the largest opportunities for remining critical minerals.

In addition, our project will support USGS Initiatives: USMIN, which is a mineral deposit database, and EarthMRI, a project that aims to identify areas which may have unidentified critical mineral resources. Our work will help them to find unknown tailings, so that they can add them to existing databases.

Data Sources

For our training data, we used a recently updated dataset from USGS (given to us by an SME) that captured mine features such as piles, shafts, and tailings. The tailings data goes from 1945 - 2004 but after reviewing the data manually, we decided to only take tailing polygons mapped in the last 50 years (from 1972 onwards) as the older ones seem to have significant changes.

We started with over 2,000 tailing polygons in the dataset, and after quality control that removed overlapping tailings, nonvisible tailings, and very small tailings, our final count of training tailings came to 682 polygons, which you can see in the image below in yellow.

""

Models

In our project we use two different models. First, we used Keras Retinanet50 to classify if an image contained a tailing. Then, once we filtered down the images with potential tailings, we used our Mask RCNN to predict on the actual tailing polygons. We chose this method because we found going direct to object detection was not accurate. Limiting our object detection to areas that had been classified as containing tailings improved our results.

We built our model using the 682 training polygons plus 784 random images for negative data. We collected Sentinel 2 data, which is the best resolution open source satellite available today, as well as Elevation data. We ran our data first through the retinanet50 classification algorithm for potential tailing areas. Once we filtered down to those areas we then run it through the MaskRCNN to predict the actual boundaries of the tailing.

Predictions

We applied the trained models on images within a 5 kilometer radius around the 34 known Porphyry Copper Mines. In the image below, you can see three examples of the output of the our model, the blue bounding boxes are where a tailing is predicted.

""

In total the model predicted 179 tailings of which 14 were over known tailings/mine dumps, another 92 were in known mining areas, we visually inspected the remaining 73 and found 30 that had potential characteristics of being a tailing.