SlideShare a Scribd company logo
1 of 15
A NOVEL ACTIVE LEARNING STRATEGY FOR DOMAIN ADAPTATION IN THE CLASSIFICATION OF REMOTE SENSING IMAGES C. Persello L. Bruzzone e-mail: claudio.persello@disi.unitn.it, lorenzo.bruzzone@ing.unitn.it,  Web page: http://rslab.disi.unitn.it
C. Persello,  L. Bruzzone Outline Background on Domain Adaptation and Active Learning 1 Aim of the Work 2 Proposed Approach to Address Domain Adaptation Problems with Active Learning 3 Experimental Results 4 Conclusions 5 2
Introduction Scenario: Growing availability of space-borne datathat gives the opportunity to develop several applications related to land-cover mapping andmonitoring. Problem: Common automatic classification techniques are based on supervised learning methods, which require a set of new training samples every time that a new remote sensing image has to be classified Need for the developmentof efficient techniques capable to adapt the supervised classifier trained on a image for the classification of another similar but not identical image acquired either: 1) on a different area,or 2) on the same area at a different time. C. Persello,  L. Bruzzone 3
Background on Domain Adaptation Domain Adaptation: models the problem of adapting a supervised classifier trained on a given image (source domain) to the classification of another similar but not identical image (target domain) acquired either on a different area, or on the same area at a different time. Assumption: Source and target domainshare the same set of land cover classes.  Source Domain Target Domain Semisupervisedtechniques (e.g., [1], [2]) Problem: correct converngence is not always possible Class 𝜔1   Class 𝜔2   Unknown Class Class 𝜔3   [1] L. Bruzzone, D. Fernandez Prieto, “Unsupervised retraining of a maximum-likelihood classifier for the analysis of multitemporal remote-sensing images,” IEEE Trans. Geosci. Remote Sens., Vol. 39, No.2, pp. 456-460, 2001. [2] L. Bruzzone, M. Marconcini, “Domain Adaptation Problems: a DASVM Classification Technique and a Circular Validation Strategy,” IEEE Trans. Pattern Analysis and Machine Intelligence, Vol. 32, 2010, No. 5, pp. 770-787, 2010. C. Persello,  L. Bruzzone 4
Working Assumption Working Assumption: In this work we assume that some samples (as little as possible) from the target domain can be labeled by the user and added to the existing training set. Proposed solution: use of Active Learning [1], [2] procedure for selecting the most informative samples of the target domain. General Active Process U G: Supervisedclassifier; Q: Query function; S: Supervisor;  T: Training set; U: Unlabeleddata classification Ti Ti-1 G Update T X S Q [1] S. Rajan, J. Ghosh, and M. M. Crawford, “An active learning approach to hyperspectral data classification,” IEEE Transactions on Geoscience and Remote Sensing, vol. 46, no. 4, pp. 1231-1242, Apr. 2008. [2]B. Demir, C. Persello, and L. Bruzzone, “Batch mode active learning methods for the interactive classification of remote sensing images,” IEEE Transactions on Geoscience and Remote Sensing, vol. 49, no.3, pp. 1014-1031, March 2011. C. Persello,  L. Bruzzone 5
Aim of the Work Aim of the Work: propose a novel Domain Adaptation technique based on Active Learning, which aims at classifying the target image, while requiring the minimum number of labeled samples from the new image. Basic Idea: iterative process based on labeling and adding to the training set the most informative samples from the target domain (query+), while removingfrom the training set the source-domain samples that do not fit with the distributions of the classes in the target domain (query-).  Example: Source Domain Target Domain Query- Query+ Convergence reached! Class 𝜔1   Class 𝜔2   Class 𝜔3   C. Persello,  L. Bruzzone 6
Proposed Technique Classification technique: Gaussian Maximum Likelihood 𝑦𝑡=argmax𝜔𝑛∈Ω𝑝𝐱𝑡|𝜔𝑛,  Ω=𝜔1,𝜔2,…,𝜔𝐶. Query+: selects the batch of the h+ most informative samples from the pool of unlabeled samples, which are taken from the target domain. 𝐱+=argmin𝐱∈𝑈𝑝(𝑖)𝐱|𝜔𝑚𝑎𝑥1−𝑝(𝑖)𝐱|𝜔𝑚𝑎𝑥2, 𝜔𝑚𝑎𝑥1=argmax𝜔𝑛∈Ω𝑝(𝑖)𝐱|𝜔𝑛,  𝜔𝑚𝑎𝑥2=argmax𝜔𝑚∈Ω𝜔𝑚𝑎𝑥1}{𝑝(𝑖)(𝐱|𝜔𝑚)}   Second largest class-conditional density  Largest class-conditional density  𝑝𝑖𝐱|𝜔2   𝑝𝑖𝐱|𝜔3   𝑝𝑖𝐱|𝜔1   x 𝐱+   C. Persello,  L. Bruzzone 7
Proposed Technique Query-: removesfrom the source-domain training set the labeled samples that do not fit withthe distribution of the classes in the target domain. 𝐱−=argmax𝐱∈𝑇(0)𝑝0𝐱|𝜔𝑐−𝑝𝑖𝐱|𝜔𝑐   Class-conditional density computed using source-domain samples Class-conditional density computed using samples at iteration i 𝑝𝑖𝐱|𝜔2   𝑝0𝐱|𝜔2   𝑝0𝐱|𝜔1   𝑝𝑖𝐱|𝜔1   𝑝0𝐱−|𝜔1   𝑝𝑖𝐱−|𝜔1   x - x C. Persello,  L. Bruzzone 8
Proposed Technique Combination of Query+ and Query-: Both queries work at the same time on the basis of the following parameters: ,[object Object]
h− number of samples selected by q-;
𝛼=h+/h−Stop Criterion: we considered the Bhattacharyya distance:  The active learning process is stopped when 𝐵𝑖 reaches a stable saturation point. This allows the user to detect the convergence of the algorithm without a test set on the target domain   𝐵𝑖=1𝐶𝑛=1𝐶𝐵𝑛𝑖   𝐵𝑛𝑖=−ln𝒙𝑝0𝐱|𝜔n𝑝𝑖𝐱|𝜔n   Class-conditional density computed using source-domain samples Class-conditional density computed using samples at iteration i C. Persello,  L. Bruzzone 9
Data Set Description: VHR data set Data set: Two Quickbirdimages acquired in 2006 over two rural areas in Trento, Italy. Reference labeled data: Two sets of labeled samples for each image. Land-cover classes: Vineyard, water, agriculture fields, forest, apple tree, urban area. Image QB1 Image QB2 C. Persello,  L. Bruzzone 10
Data Set Description Distribution of labeled samples on bands 3 and 4 of the two Quickbird images Source Domain Target Domain C. Persello,  L. Bruzzone 11
Experimental Results Averaged learning curves over ten trials ,[object Object]
Initial training set size: 965 samples

More Related Content

What's hot

PSF_Introduction_to_R_Package_for_Pattern_Sequence (1)
PSF_Introduction_to_R_Package_for_Pattern_Sequence (1)PSF_Introduction_to_R_Package_for_Pattern_Sequence (1)
PSF_Introduction_to_R_Package_for_Pattern_Sequence (1)neeraj7svp
 
The Power of Ensembles in Machine Learning
The Power of Ensembles in Machine LearningThe Power of Ensembles in Machine Learning
The Power of Ensembles in Machine LearningAmit Kapoor
 
[Chung il kim] 0829 thesis
[Chung il kim] 0829 thesis[Chung il kim] 0829 thesis
[Chung il kim] 0829 thesisChung-Il Kim
 
Color reduction using the combination of the kohonen self organized feature m...
Color reduction using the combination of the kohonen self organized feature m...Color reduction using the combination of the kohonen self organized feature m...
Color reduction using the combination of the kohonen self organized feature m...Konstantinos Zagoris
 
Satellite image compression technique
Satellite image compression techniqueSatellite image compression technique
Satellite image compression techniqueacijjournal
 
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...Konstantinos Demertzis
 
2014-mo444-practical-assignment-02-paulo_faria
2014-mo444-practical-assignment-02-paulo_faria2014-mo444-practical-assignment-02-paulo_faria
2014-mo444-practical-assignment-02-paulo_fariaPaulo Faria
 
Audio augmentation
Audio augmentationAudio augmentation
Audio augmentationTomoya Koike
 
Iccv2009 recognition and learning object categories p2 c01 - recognizing a ...
Iccv2009 recognition and learning object categories   p2 c01 - recognizing a ...Iccv2009 recognition and learning object categories   p2 c01 - recognizing a ...
Iccv2009 recognition and learning object categories p2 c01 - recognizing a ...zukun
 
Instance based learning
Instance based learningInstance based learning
Instance based learningswapnac12
 
SVM - Functional Verification
SVM - Functional VerificationSVM - Functional Verification
SVM - Functional VerificationSai Kiran Kadam
 

What's hot (15)

PSF_Introduction_to_R_Package_for_Pattern_Sequence (1)
PSF_Introduction_to_R_Package_for_Pattern_Sequence (1)PSF_Introduction_to_R_Package_for_Pattern_Sequence (1)
PSF_Introduction_to_R_Package_for_Pattern_Sequence (1)
 
The Power of Ensembles in Machine Learning
The Power of Ensembles in Machine LearningThe Power of Ensembles in Machine Learning
The Power of Ensembles in Machine Learning
 
[Chung il kim] 0829 thesis
[Chung il kim] 0829 thesis[Chung il kim] 0829 thesis
[Chung il kim] 0829 thesis
 
Color reduction using the combination of the kohonen self organized feature m...
Color reduction using the combination of the kohonen self organized feature m...Color reduction using the combination of the kohonen self organized feature m...
Color reduction using the combination of the kohonen self organized feature m...
 
Thesis Presentation
Thesis PresentationThesis Presentation
Thesis Presentation
 
Presentation v3.2
Presentation v3.2Presentation v3.2
Presentation v3.2
 
Satellite image compression technique
Satellite image compression techniqueSatellite image compression technique
Satellite image compression technique
 
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
 
A1804010105
A1804010105A1804010105
A1804010105
 
IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...
IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...
IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...
 
2014-mo444-practical-assignment-02-paulo_faria
2014-mo444-practical-assignment-02-paulo_faria2014-mo444-practical-assignment-02-paulo_faria
2014-mo444-practical-assignment-02-paulo_faria
 
Audio augmentation
Audio augmentationAudio augmentation
Audio augmentation
 
Iccv2009 recognition and learning object categories p2 c01 - recognizing a ...
Iccv2009 recognition and learning object categories   p2 c01 - recognizing a ...Iccv2009 recognition and learning object categories   p2 c01 - recognizing a ...
Iccv2009 recognition and learning object categories p2 c01 - recognizing a ...
 
Instance based learning
Instance based learningInstance based learning
Instance based learning
 
SVM - Functional Verification
SVM - Functional VerificationSVM - Functional Verification
SVM - Functional Verification
 

Viewers also liked

Modelling Adaptation Policies As Domain-Specific Constraints
Modelling Adaptation Policies As Domain-Specific ConstraintsModelling Adaptation Policies As Domain-Specific Constraints
Modelling Adaptation Policies As Domain-Specific ConstraintsFoCAS Initiative
 
PhD_Thesis_GionaMatasci_2014_wCopyrights
PhD_Thesis_GionaMatasci_2014_wCopyrightsPhD_Thesis_GionaMatasci_2014_wCopyrights
PhD_Thesis_GionaMatasci_2014_wCopyrightsGiona Matasci
 
008 20151221 Return of Frustrating Easy Domain Adaptation
008 20151221 Return of Frustrating Easy Domain Adaptation008 20151221 Return of Frustrating Easy Domain Adaptation
008 20151221 Return of Frustrating Easy Domain AdaptationHa Phuong
 
009_20150201_Structural Inference for Uncertain Networks
009_20150201_Structural Inference for Uncertain Networks009_20150201_Structural Inference for Uncertain Networks
009_20150201_Structural Inference for Uncertain NetworksHa Phuong
 
Deep Learning for Computer Vision: Transfer Learning and Domain Adaptation (U...
Deep Learning for Computer Vision: Transfer Learning and Domain Adaptation (U...Deep Learning for Computer Vision: Transfer Learning and Domain Adaptation (U...
Deep Learning for Computer Vision: Transfer Learning and Domain Adaptation (U...Universitat Politècnica de Catalunya
 
Deep Learning for Computer Vision: Generative models and adversarial training...
Deep Learning for Computer Vision: Generative models and adversarial training...Deep Learning for Computer Vision: Generative models and adversarial training...
Deep Learning for Computer Vision: Generative models and adversarial training...Universitat Politècnica de Catalunya
 

Viewers also liked (7)

Modelling Adaptation Policies As Domain-Specific Constraints
Modelling Adaptation Policies As Domain-Specific ConstraintsModelling Adaptation Policies As Domain-Specific Constraints
Modelling Adaptation Policies As Domain-Specific Constraints
 
PhD_Thesis_GionaMatasci_2014_wCopyrights
PhD_Thesis_GionaMatasci_2014_wCopyrightsPhD_Thesis_GionaMatasci_2014_wCopyrights
PhD_Thesis_GionaMatasci_2014_wCopyrights
 
008 20151221 Return of Frustrating Easy Domain Adaptation
008 20151221 Return of Frustrating Easy Domain Adaptation008 20151221 Return of Frustrating Easy Domain Adaptation
008 20151221 Return of Frustrating Easy Domain Adaptation
 
009_20150201_Structural Inference for Uncertain Networks
009_20150201_Structural Inference for Uncertain Networks009_20150201_Structural Inference for Uncertain Networks
009_20150201_Structural Inference for Uncertain Networks
 
ISM2014
ISM2014ISM2014
ISM2014
 
Deep Learning for Computer Vision: Transfer Learning and Domain Adaptation (U...
Deep Learning for Computer Vision: Transfer Learning and Domain Adaptation (U...Deep Learning for Computer Vision: Transfer Learning and Domain Adaptation (U...
Deep Learning for Computer Vision: Transfer Learning and Domain Adaptation (U...
 
Deep Learning for Computer Vision: Generative models and adversarial training...
Deep Learning for Computer Vision: Generative models and adversarial training...Deep Learning for Computer Vision: Generative models and adversarial training...
Deep Learning for Computer Vision: Generative models and adversarial training...
 

Similar to Persello Bruzzone IGARSS 2011.pptx

METHODS FOR INCREMENTAL LEARNING: A SURVEY
METHODS FOR INCREMENTAL LEARNING: A SURVEYMETHODS FOR INCREMENTAL LEARNING: A SURVEY
METHODS FOR INCREMENTAL LEARNING: A SURVEYIJDKP
 
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETSCOMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETScscpconf
 
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETSCOMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETScsandit
 
CONCATENATED DECISION PATHS CLASSIFICATION FOR TIME SERIES SHAPELETS
CONCATENATED DECISION PATHS CLASSIFICATION FOR TIME SERIES SHAPELETSCONCATENATED DECISION PATHS CLASSIFICATION FOR TIME SERIES SHAPELETS
CONCATENATED DECISION PATHS CLASSIFICATION FOR TIME SERIES SHAPELETSijcisjournal
 
Concatenated decision paths classification for time series shapelets
Concatenated decision paths classification for time series shapeletsConcatenated decision paths classification for time series shapelets
Concatenated decision paths classification for time series shapeletsijics
 
Centralized Class Specific Dictionary Learning for wearable sensors based phy...
Centralized Class Specific Dictionary Learning for wearable sensors based phy...Centralized Class Specific Dictionary Learning for wearable sensors based phy...
Centralized Class Specific Dictionary Learning for wearable sensors based phy...Sherin Mathews
 
Centralized Class Specific Dictionary Learning for Wearable Sensors based phy...
Centralized Class Specific Dictionary Learning for Wearable Sensors based phy...Centralized Class Specific Dictionary Learning for Wearable Sensors based phy...
Centralized Class Specific Dictionary Learning for Wearable Sensors based phy...sherinmm
 
Analytical study of feature extraction techniques in opinion mining
Analytical study of feature extraction techniques in opinion miningAnalytical study of feature extraction techniques in opinion mining
Analytical study of feature extraction techniques in opinion miningcsandit
 
ANALYTICAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
ANALYTICAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MININGANALYTICAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
ANALYTICAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MININGcsandit
 
Radial Basis Function Neural Network (RBFNN), Induction Motor, Vector control...
Radial Basis Function Neural Network (RBFNN), Induction Motor, Vector control...Radial Basis Function Neural Network (RBFNN), Induction Motor, Vector control...
Radial Basis Function Neural Network (RBFNN), Induction Motor, Vector control...cscpconf
 
Particle swarm optimization
Particle swarm optimizationParticle swarm optimization
Particle swarm optimizationMahesh Tibrewal
 
Ch 9-1.Machine Learning: Symbol-based
Ch 9-1.Machine Learning: Symbol-basedCh 9-1.Machine Learning: Symbol-based
Ch 9-1.Machine Learning: Symbol-basedbutest
 
Ch 9-1.Machine Learning: Symbol-based
Ch 9-1.Machine Learning: Symbol-basedCh 9-1.Machine Learning: Symbol-based
Ch 9-1.Machine Learning: Symbol-basedbutest
 
Noise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networkNoise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networknooriasukmaningtyas
 
deepnet-lourentzou.ppt
deepnet-lourentzou.pptdeepnet-lourentzou.ppt
deepnet-lourentzou.pptyang947066
 
Dual Learning for Machine Translation (NIPS 2016)
Dual Learning for Machine Translation (NIPS 2016)Dual Learning for Machine Translation (NIPS 2016)
Dual Learning for Machine Translation (NIPS 2016)Toru Fujino
 
Performance evaluation of transfer learning based deep convolutional neural n...
Performance evaluation of transfer learning based deep convolutional neural n...Performance evaluation of transfer learning based deep convolutional neural n...
Performance evaluation of transfer learning based deep convolutional neural n...IJECEIAES
 
MAXIMUM CORRENTROPY BASED DICTIONARY LEARNING FOR PHYSICAL ACTIVITY RECOGNITI...
MAXIMUM CORRENTROPY BASED DICTIONARY LEARNING FOR PHYSICAL ACTIVITY RECOGNITI...MAXIMUM CORRENTROPY BASED DICTIONARY LEARNING FOR PHYSICAL ACTIVITY RECOGNITI...
MAXIMUM CORRENTROPY BASED DICTIONARY LEARNING FOR PHYSICAL ACTIVITY RECOGNITI...sherinmm
 
Maximum Correntropy Based Dictionary Learning Framework for Physical Activity...
Maximum Correntropy Based Dictionary Learning Framework for Physical Activity...Maximum Correntropy Based Dictionary Learning Framework for Physical Activity...
Maximum Correntropy Based Dictionary Learning Framework for Physical Activity...sherinmm
 

Similar to Persello Bruzzone IGARSS 2011.pptx (20)

METHODS FOR INCREMENTAL LEARNING: A SURVEY
METHODS FOR INCREMENTAL LEARNING: A SURVEYMETHODS FOR INCREMENTAL LEARNING: A SURVEY
METHODS FOR INCREMENTAL LEARNING: A SURVEY
 
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETSCOMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
 
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETSCOMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
COMBINED CLASSIFIERS FOR TIME SERIES SHAPELETS
 
CONCATENATED DECISION PATHS CLASSIFICATION FOR TIME SERIES SHAPELETS
CONCATENATED DECISION PATHS CLASSIFICATION FOR TIME SERIES SHAPELETSCONCATENATED DECISION PATHS CLASSIFICATION FOR TIME SERIES SHAPELETS
CONCATENATED DECISION PATHS CLASSIFICATION FOR TIME SERIES SHAPELETS
 
Concatenated decision paths classification for time series shapelets
Concatenated decision paths classification for time series shapeletsConcatenated decision paths classification for time series shapelets
Concatenated decision paths classification for time series shapelets
 
Centralized Class Specific Dictionary Learning for wearable sensors based phy...
Centralized Class Specific Dictionary Learning for wearable sensors based phy...Centralized Class Specific Dictionary Learning for wearable sensors based phy...
Centralized Class Specific Dictionary Learning for wearable sensors based phy...
 
Centralized Class Specific Dictionary Learning for Wearable Sensors based phy...
Centralized Class Specific Dictionary Learning for Wearable Sensors based phy...Centralized Class Specific Dictionary Learning for Wearable Sensors based phy...
Centralized Class Specific Dictionary Learning for Wearable Sensors based phy...
 
Analytical study of feature extraction techniques in opinion mining
Analytical study of feature extraction techniques in opinion miningAnalytical study of feature extraction techniques in opinion mining
Analytical study of feature extraction techniques in opinion mining
 
ANALYTICAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
ANALYTICAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MININGANALYTICAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
ANALYTICAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
 
Radial Basis Function Neural Network (RBFNN), Induction Motor, Vector control...
Radial Basis Function Neural Network (RBFNN), Induction Motor, Vector control...Radial Basis Function Neural Network (RBFNN), Induction Motor, Vector control...
Radial Basis Function Neural Network (RBFNN), Induction Motor, Vector control...
 
Particle swarm optimization
Particle swarm optimizationParticle swarm optimization
Particle swarm optimization
 
Ch 9-1.Machine Learning: Symbol-based
Ch 9-1.Machine Learning: Symbol-basedCh 9-1.Machine Learning: Symbol-based
Ch 9-1.Machine Learning: Symbol-based
 
Ch 9-1.Machine Learning: Symbol-based
Ch 9-1.Machine Learning: Symbol-basedCh 9-1.Machine Learning: Symbol-based
Ch 9-1.Machine Learning: Symbol-based
 
Noise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networkNoise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural network
 
deepnet-lourentzou.ppt
deepnet-lourentzou.pptdeepnet-lourentzou.ppt
deepnet-lourentzou.ppt
 
Dual Learning for Machine Translation (NIPS 2016)
Dual Learning for Machine Translation (NIPS 2016)Dual Learning for Machine Translation (NIPS 2016)
Dual Learning for Machine Translation (NIPS 2016)
 
Performance evaluation of transfer learning based deep convolutional neural n...
Performance evaluation of transfer learning based deep convolutional neural n...Performance evaluation of transfer learning based deep convolutional neural n...
Performance evaluation of transfer learning based deep convolutional neural n...
 
MAXIMUM CORRENTROPY BASED DICTIONARY LEARNING FOR PHYSICAL ACTIVITY RECOGNITI...
MAXIMUM CORRENTROPY BASED DICTIONARY LEARNING FOR PHYSICAL ACTIVITY RECOGNITI...MAXIMUM CORRENTROPY BASED DICTIONARY LEARNING FOR PHYSICAL ACTIVITY RECOGNITI...
MAXIMUM CORRENTROPY BASED DICTIONARY LEARNING FOR PHYSICAL ACTIVITY RECOGNITI...
 
Maximum Correntropy Based Dictionary Learning Framework for Physical Activity...
Maximum Correntropy Based Dictionary Learning Framework for Physical Activity...Maximum Correntropy Based Dictionary Learning Framework for Physical Activity...
Maximum Correntropy Based Dictionary Learning Framework for Physical Activity...
 
nnml.ppt
nnml.pptnnml.ppt
nnml.ppt
 

More from grssieee

Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...grssieee
 
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODELSEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODELgrssieee
 
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...grssieee
 
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIESTHE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIESgrssieee
 
GMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUSGMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUSgrssieee
 
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETERPROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETERgrssieee
 
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...grssieee
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...grssieee
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...grssieee
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...grssieee
 
test 34mb wo animations
test  34mb wo animationstest  34mb wo animations
test 34mb wo animationsgrssieee
 
2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdf2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdfgrssieee
 
DLR open house
DLR open houseDLR open house
DLR open housegrssieee
 
DLR open house
DLR open houseDLR open house
DLR open housegrssieee
 
DLR open house
DLR open houseDLR open house
DLR open housegrssieee
 
Tana_IGARSS2011.ppt
Tana_IGARSS2011.pptTana_IGARSS2011.ppt
Tana_IGARSS2011.pptgrssieee
 
Solaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.pptSolaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.pptgrssieee
 

More from grssieee (20)

Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
 
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODELSEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
 
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
 
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIESTHE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
 
GMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUSGMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUS
 
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETERPROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
 
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
 
Test
TestTest
Test
 
test 34mb wo animations
test  34mb wo animationstest  34mb wo animations
test 34mb wo animations
 
Test 70MB
Test 70MBTest 70MB
Test 70MB
 
Test 70MB
Test 70MBTest 70MB
Test 70MB
 
2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdf2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdf
 
DLR open house
DLR open houseDLR open house
DLR open house
 
DLR open house
DLR open houseDLR open house
DLR open house
 
DLR open house
DLR open houseDLR open house
DLR open house
 
Tana_IGARSS2011.ppt
Tana_IGARSS2011.pptTana_IGARSS2011.ppt
Tana_IGARSS2011.ppt
 
Solaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.pptSolaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.ppt
 

Persello Bruzzone IGARSS 2011.pptx

  • 1. A NOVEL ACTIVE LEARNING STRATEGY FOR DOMAIN ADAPTATION IN THE CLASSIFICATION OF REMOTE SENSING IMAGES C. Persello L. Bruzzone e-mail: claudio.persello@disi.unitn.it, lorenzo.bruzzone@ing.unitn.it, Web page: http://rslab.disi.unitn.it
  • 2. C. Persello, L. Bruzzone Outline Background on Domain Adaptation and Active Learning 1 Aim of the Work 2 Proposed Approach to Address Domain Adaptation Problems with Active Learning 3 Experimental Results 4 Conclusions 5 2
  • 3. Introduction Scenario: Growing availability of space-borne datathat gives the opportunity to develop several applications related to land-cover mapping andmonitoring. Problem: Common automatic classification techniques are based on supervised learning methods, which require a set of new training samples every time that a new remote sensing image has to be classified Need for the developmentof efficient techniques capable to adapt the supervised classifier trained on a image for the classification of another similar but not identical image acquired either: 1) on a different area,or 2) on the same area at a different time. C. Persello, L. Bruzzone 3
  • 4. Background on Domain Adaptation Domain Adaptation: models the problem of adapting a supervised classifier trained on a given image (source domain) to the classification of another similar but not identical image (target domain) acquired either on a different area, or on the same area at a different time. Assumption: Source and target domainshare the same set of land cover classes. Source Domain Target Domain Semisupervisedtechniques (e.g., [1], [2]) Problem: correct converngence is not always possible Class 𝜔1   Class 𝜔2   Unknown Class Class 𝜔3   [1] L. Bruzzone, D. Fernandez Prieto, “Unsupervised retraining of a maximum-likelihood classifier for the analysis of multitemporal remote-sensing images,” IEEE Trans. Geosci. Remote Sens., Vol. 39, No.2, pp. 456-460, 2001. [2] L. Bruzzone, M. Marconcini, “Domain Adaptation Problems: a DASVM Classification Technique and a Circular Validation Strategy,” IEEE Trans. Pattern Analysis and Machine Intelligence, Vol. 32, 2010, No. 5, pp. 770-787, 2010. C. Persello, L. Bruzzone 4
  • 5. Working Assumption Working Assumption: In this work we assume that some samples (as little as possible) from the target domain can be labeled by the user and added to the existing training set. Proposed solution: use of Active Learning [1], [2] procedure for selecting the most informative samples of the target domain. General Active Process U G: Supervisedclassifier; Q: Query function; S: Supervisor; T: Training set; U: Unlabeleddata classification Ti Ti-1 G Update T X S Q [1] S. Rajan, J. Ghosh, and M. M. Crawford, “An active learning approach to hyperspectral data classification,” IEEE Transactions on Geoscience and Remote Sensing, vol. 46, no. 4, pp. 1231-1242, Apr. 2008. [2]B. Demir, C. Persello, and L. Bruzzone, “Batch mode active learning methods for the interactive classification of remote sensing images,” IEEE Transactions on Geoscience and Remote Sensing, vol. 49, no.3, pp. 1014-1031, March 2011. C. Persello, L. Bruzzone 5
  • 6. Aim of the Work Aim of the Work: propose a novel Domain Adaptation technique based on Active Learning, which aims at classifying the target image, while requiring the minimum number of labeled samples from the new image. Basic Idea: iterative process based on labeling and adding to the training set the most informative samples from the target domain (query+), while removingfrom the training set the source-domain samples that do not fit with the distributions of the classes in the target domain (query-). Example: Source Domain Target Domain Query- Query+ Convergence reached! Class 𝜔1   Class 𝜔2   Class 𝜔3   C. Persello, L. Bruzzone 6
  • 7. Proposed Technique Classification technique: Gaussian Maximum Likelihood 𝑦𝑡=argmax𝜔𝑛∈Ω𝑝𝐱𝑡|𝜔𝑛, Ω=𝜔1,𝜔2,…,𝜔𝐶. Query+: selects the batch of the h+ most informative samples from the pool of unlabeled samples, which are taken from the target domain. 𝐱+=argmin𝐱∈𝑈𝑝(𝑖)𝐱|𝜔𝑚𝑎𝑥1−𝑝(𝑖)𝐱|𝜔𝑚𝑎𝑥2, 𝜔𝑚𝑎𝑥1=argmax𝜔𝑛∈Ω𝑝(𝑖)𝐱|𝜔𝑛,  𝜔𝑚𝑎𝑥2=argmax𝜔𝑚∈Ω𝜔𝑚𝑎𝑥1}{𝑝(𝑖)(𝐱|𝜔𝑚)}   Second largest class-conditional density Largest class-conditional density 𝑝𝑖𝐱|𝜔2   𝑝𝑖𝐱|𝜔3   𝑝𝑖𝐱|𝜔1   x 𝐱+   C. Persello, L. Bruzzone 7
  • 8. Proposed Technique Query-: removesfrom the source-domain training set the labeled samples that do not fit withthe distribution of the classes in the target domain. 𝐱−=argmax𝐱∈𝑇(0)𝑝0𝐱|𝜔𝑐−𝑝𝑖𝐱|𝜔𝑐   Class-conditional density computed using source-domain samples Class-conditional density computed using samples at iteration i 𝑝𝑖𝐱|𝜔2   𝑝0𝐱|𝜔2   𝑝0𝐱|𝜔1   𝑝𝑖𝐱|𝜔1   𝑝0𝐱−|𝜔1   𝑝𝑖𝐱−|𝜔1   x - x C. Persello, L. Bruzzone 8
  • 9.
  • 10. h− number of samples selected by q-;
  • 11. 𝛼=h+/h−Stop Criterion: we considered the Bhattacharyya distance: The active learning process is stopped when 𝐵𝑖 reaches a stable saturation point. This allows the user to detect the convergence of the algorithm without a test set on the target domain   𝐵𝑖=1𝐶𝑛=1𝐶𝐵𝑛𝑖   𝐵𝑛𝑖=−ln𝒙𝑝0𝐱|𝜔n𝑝𝑖𝐱|𝜔n   Class-conditional density computed using source-domain samples Class-conditional density computed using samples at iteration i C. Persello, L. Bruzzone 9
  • 12. Data Set Description: VHR data set Data set: Two Quickbirdimages acquired in 2006 over two rural areas in Trento, Italy. Reference labeled data: Two sets of labeled samples for each image. Land-cover classes: Vineyard, water, agriculture fields, forest, apple tree, urban area. Image QB1 Image QB2 C. Persello, L. Bruzzone 10
  • 13. Data Set Description Distribution of labeled samples on bands 3 and 4 of the two Quickbird images Source Domain Target Domain C. Persello, L. Bruzzone 11
  • 14.
  • 15. Initial training set size: 965 samples
  • 16. For the proposed technique we used:h+=2 h−=10   C. Persello, L. Bruzzone 12
  • 17.
  • 18. a spatially correlated test set TS1
  • 19. a training set T2 spatially disjoint from T1
  • 20. a test set TS2 spatially correlated with T2Area 1 T1 TS1 T2 TS2 Area 2 C. Persello, L. Bruzzone 13
  • 21.
  • 22. Initial training set size: 707 samples
  • 23. For the proposed technique we used:h+=10 h−=30   C. Persello, L. Bruzzone 14
  • 24.
  • 25.
  • 26. Extend the proposed method to kernel-based classifiers.C. Persello, L. Bruzzone 15