Adv Remote Sensing

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:15 AM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

What are the four components of Change Detection Analysis?

Identification (where the change has happened)

Quantification (magnitude of difference, extent, rate of change)

Characterization (what type of change, forest loss, regrowth, fire, land cover conversion)

Accuracy Assessment (how reliable, reference with management plans, GEI, other reference data)


2
New cards

What is the difference between Land Cover and Land Use?

Land Cover is the biophysical component of what Remote Sensing sees (i.e. vegetation, what is actually on the ground).

Easy to detect and more straightforward.


Land Use is how the land is used by humans (i.e. pasture, plantation, residential, industrial). Often needs extra info like zoning and management records, on top of RS.

3
New cards

What are the two types of temporal analysis?

Change Detection

Time Series

4
New cards

What is Precision and Recall?

Precision involves the False Positives, i.e. out of the pixels that were mapped, how many were actually changed? P = TP/ (TP+FN). High precision means there were not a lot of false positives, aka user accuracy is high

Recall: out of all the pixels that changed, how many were we able to detect? High recall means that there were little to missed detections aka false negatives AKA Producers Error.

5
New cards

What is overall Accuracy?

Total True (+) + (-) over everything.

6
New cards

What is the issue with overall accuracy? How does Precision and Recall account for this?

Can be misleading because if there is a small change in an environment where change is rare, the algorithm may not detect change, but overall accuracy will still be high.


Precision and recall account for this …. not sure

7
New cards

What is an F1 Score and how does it incorporate precision and recall?

harmonic mean of precision and recall.

F1 = 2x (P+R)/(P-R)

Values 0-1

1 is perfect aka good balance of precision and recall.

8
New cards

What are the overarching steps for a change detection workflow?

Data Acquisition - satalliete imagery, spectral data, ancillary data (land use)

Pre-Processing (atmospheric correction, geometric co-registration, cloud masking)

Change Detection Variables (spectral bands, vegetation indices (NDVI, EVI, NBR), classification)

Change Detection Strategies (visual detection, image differencing, Post classification)

Validation (OA, Precision, Recall, F1 Score

9
New cards

What is visual Detection

Manual Delination of change (very repetitive)

good for large and obvious changes

x subjective

x not good for subtle changes at the pixel level

x time and labour intensive

x difficult to scale

10
New cards

What is Image Differencing?

subtracting pixel values, (e.g. NDVi before and after)

(-) vegetation loss

0 stable

(+) vegetation growth

easy to compute, preserves magnitude

x can’t tell what type of change is occuring

x sensitive to seasonal/ phenological changes or atmospheric differences

11
New cards

What is Post Classification Comparison

Turning pixels to graphs

classifying 2 images at different time points

Compare thematic changes

LAND COVER ALREADY MADE

Og land cover → new land cover (very explicit))


x errors are propogated from each classification to final map

x ignores subtle changes within same class.

12
New cards

What is a False Positive?

False Negative?

True Positive?

True Negative?

FP = map detected change but reference material didn’t

FN = no change detected on map but reference material did

TP = both map and reference detected change

TN = both map and reference did not detect change.

13
New cards

What are apparent changes in Change Detection?

Cloud/shadow masking

sensor differences

image misregistration

seasonal/ phenological variation

drought in one year

transient objects (cars)

14
New cards

What values does RS use in Change Detection? Think of NDVI and bands

reflectance change

temperature change

texture change (how smooth pixel is)

structure change (LIDAR, active sensors)

15
New cards

What is Pixel Based Detection?

each pixel is individually analyzed

changes involve changes in spectral values, indicies, class labels

Simple and widely used w/ Landsat and sentinel-2 data

x sensitive to image misregistration and pixel level noise

very popular

16
New cards

What is Object Based Detection. What are it’s advantages?

pxels are grouped into meaningly objects

changes are seen as changes in shape size, spectral values, texture, spatial context.

useful for high reso imagery (pixels are on cm scale)

useful for highly defined features.

17
New cards

What is Change Detection in RS?

identifying and quantifying differences in land surface conditions bt observations at discrete time points.