SlideShare a Scribd company logo
Competence Centre on Information Extraction
    and Image Understanding for Earth Observation




                           July 2009
                                                       using OTB



                      Télécom ParisTech
                Marie Liénou - Marine Campedel
                                                 Image Semantic Coding




1
and Image Understanding for Earth Observation
                                                SUMMARY
 Competence Centre on Information Extraction




                                                     COC
                                                                  Notion of
                                                               semantic Coding
                                                                                      A promising
                                                                                       approach

                                                                Semantic Coding
                                                                   OTB tool

                                                                                  Development of
                                                      Conclusion and               an OTB tool
                                                       perspectives


                                                                                                    2
and Image Understanding for Earth Observation
                                                COC = COmpetence Centre…
 Competence Centre on Information Extraction



                                                 Tripartite agreement between CNES – DLR and Télécom
                                                  ParisTech
                                                 Signed in June 2005

                                                 Goal : joint action on image understanding
                                                    SAR/Optical, HR and VHR, temporal series
                                                    Feature extraction, modeling, indexing, compression,
                                                     (interactive) classification, interpretation, knowledge
                                                     representation, reasoning, …
                                                 Means
                                                    ~ 4 new phds / year
                                                    ~10 permanent researchers partially involved
                                                    financial support for specific actions (studentships, engineers,
                                                     post-docs)

                                                                                                                        3
and Image Understanding for Earth Observation
                                                Image Semantic coding
 Competence Centre on Information Extraction


                                                         Semantic                        Coding



                                                         Meaning                    Compression
                                                       Understanding              Reduce data while
                                                       Interpretation           ensuring informational
                                                       Image to text?                  content

                                                           [Barnard et al., 2003 ; Jeon et al., 2003]
                                                           [Li et Bretschneider, 2006]

                                                      Goal: find an image representation able to
                                                      capture the contained semantics
                                                      Idea: use text indexing approach + active learning

                                                                                                           4
and Image Understanding for Earth Observation
                                                Image Semantic coding
                                                            Visual interaction
 Competence Centre on Information Extraction



                                                            Manual annotation




                                                             Feature
                                                             extraction
                                                                                                  Where is
                                                           Quantization                          semantics?
                                                                                 Automatic
                                                                                 annotation
                                                           « visual words »
                                                                                              Active learning


                                                               Indexing                            Mining
                                                                                                                5
and Image Understanding for Earth Observation
                                                Image Semantic coding vs KIM
 Competence Centre on Information Extraction




                                                  « Design and evaluation of HMC for Image Information Mining »
                                                  Daschiel and Datcu
                                                  IEEE transaction on multimedia, vol 7, no6, dec. 2005



                                                                                                                  6
and Image Understanding for Earth Observation
                                                A promising approach
 Competence Centre on Information Extraction



                                                 Feature extraction
                                                    Segmentation, arbitrar regions
                                                    “Classical” signature: color, texture, shape descriptors
                                                    Experiments: intensity mean and variance in each spectral band


                                                 Quantization
                                                    K-Means: each estimated cluster corresponds to one “visual word”
                                                    K estimated using MDL (Minimum Description Length) descriptor


                                                 Bag-of-words signature for semantics identification
                                                    Count visual words on image regions which will be annotated
                                                    Normalize (tf-idf)


                                                 Exploitation using machine learning (SVM, LDA)
                                                                                                                   7
and Image Understanding for Earth Observation
                                                A promising approach
 Competence Centre on Information Extraction



                                                 Marie Lienou PhD work (march 2009)
                                                 Tested on several VHR (multispectral) images
                                                 Compared to other classification approachs (GMM, SVM)

                                                                        Visual word
                                                                        production
                                                Feature                                                    Classification
                                                             Quantization                Count words
                                                extraction                                                 SVM, LDA
                                                                                                                            Annotations

                                                Feature                     Classification
                                                                                                           Majority rule
                                                extraction                  GMM, SVM
                                                                                             Low level
                                                                                             annotations

                                                 Recognition accuracy demonstrated for “semantically complex”
                                                  classes Ex: “urban area”
                                                 LDA = fast + does not need negative examples
                                                                                                                                   8
and Image Understanding for Earth Observation
                                                OTB tool: cocSemanticCoding
 Competence Centre on Information Extraction


                                                 Feature extraction
                                                    Vectorial image with as many components as feature dimension
                                                    Exploitation of OTB extractors at each pixel
                                                 Quantization
                                                    Use of K-Means filter
                                                 Bag-of-words signature
                                                    Count visual words on image regions which will be annotated
                                                    Normalization (tf-idf)


                                                 Learning from manual annotation
                                                      Fluid interface facilities
                                                      Learn LDA from only target samples
                                                      Learn SVM from target samples and counter examples
                                                      Classify the whole image
                                                      Iterate
                                                                                                                   9
Competence Centre on Information Extraction
     and Image Understanding for Earth Observation
                                                     OTB tool: cocSemanticCoding




10
Competence Centre on Information Extraction
     and Image Understanding for Earth Observation
                                                     OTB tool: cocSemanticCoding




11
Competence Centre on Information Extraction
     and Image Understanding for Earth Observation
                                                     OTB tool: cocSemanticCoding




12
Competence Centre on Information Extraction
     and Image Understanding for Earth Observation




13
Competence Centre on Information Extraction
     and Image Understanding for Earth Observation




14
Competence Centre on Information Extraction
     and Image Understanding for Earth Observation




15
and Image Understanding for Earth Observation
 Competence Centre on Information Extraction




                                                Learning and classification tools
                                                LDA on occurrence data
                                                SVM on TFiDF data (features)
                                                Both results can be obtained with same labeling for comparison
                                                Difficulty for the user : compute features adapted to the underlying
                                                semantics


                                                                                                                       16
and Image Understanding for Earth Observation
                                                Conclusion
 Competence Centre on Information Extraction


                                                 OTB useful features
                                                    Vectorial image representation
                                                    Great diversity of available filters (extractors, classifiers)
                                                        New = LDA classifier + estimator
                                                    Visualization tools


                                                 cocSemanticCoding tool availability
                                                    www.tsi.enst.fr/~campedel/
                                                    will be updated


                                                 Necessity to valorize research results
                                                    Engineering process (C++ programming)
                                                    Not easy but OTB is a nice initiative to help researchers
                                                    In the future: centralize processing tools (in OTB) + easy their
                                                     exploitation (documentations, interfaces)
                                                                                                                      17
and Image Understanding for Earth Observation
                                                Perspectives
 Competence Centre on Information Extraction


                                                 Other COC tools should be integrated in
                                                  cocSemanticCoding
                                                      MDL to estimate of visual words number
                                                      new feature extractors (QMF-based texture descriptors)
                                                      Feature selection
                                                      Complete relevance feedback framework

                                                 New approaches for image interpretation
                                                    From semantics to knowledge?
                                                    Knowledge engineering: modeling (ontologies) + reasoning
                                                    Several works on characterizing relations between identified
                                                     concepts and/or image objects




                                                                                                                    18

More Related Content

PPTX
E Cognition User Summit2009 S Lang Zgis Object Validity
PDF
AAAI08 tutorial: visual object recognition
PDF
W kent2003 the-unsolvableidentityproblem
KEY
1 three partitioned-model_unifi_cnr
PDF
Comprehensive Guide to Taxonomy of Future Knowledge
KEY
Study proposal: Dohorap
PPTX
Defense Powepoint
E Cognition User Summit2009 S Lang Zgis Object Validity
AAAI08 tutorial: visual object recognition
W kent2003 the-unsolvableidentityproblem
1 three partitioned-model_unifi_cnr
Comprehensive Guide to Taxonomy of Future Knowledge
Study proposal: Dohorap
Defense Powepoint

What's hot (20)

PDF
IntelliGO semantic similarity measure for Gene Ontology annotations
PDF
Towards Neuro–Information Science
PDF
SCHEME OF WORK 2010
 
PPTX
Economic Attention Networks
PDF
A Study of Semantic Proximity between Archetype Terms based on SNOMED CT Rela...
PPTX
Elettronica: Multimedia Information Processing in Smart Environments by Aless...
PDF
Tutorial kcc-2011
PDF
Workshop on sparse image and signal processing
PDF
Fcv bio cv_simoncelli
KEY
Evolution: It's a process
PDF
PDF
Patent valuation using MDMP methodology
PDF
Probabilistic generative models for machine vision
PDF
A Cognitive Heuristic model for Local Community Recognition
PDF
Fundamentals of visual communication unit iii
PDF
Maya
PDF
Kbms knowledge
PDF
Meaning across Disciplines
PDF
Hoip10 presentacion video-vigilancia_uam
KEY
3 a cognitive heuristic model of community recognition final
IntelliGO semantic similarity measure for Gene Ontology annotations
Towards Neuro–Information Science
SCHEME OF WORK 2010
 
Economic Attention Networks
A Study of Semantic Proximity between Archetype Terms based on SNOMED CT Rela...
Elettronica: Multimedia Information Processing in Smart Environments by Aless...
Tutorial kcc-2011
Workshop on sparse image and signal processing
Fcv bio cv_simoncelli
Evolution: It's a process
Patent valuation using MDMP methodology
Probabilistic generative models for machine vision
A Cognitive Heuristic model for Local Community Recognition
Fundamentals of visual communication unit iii
Maya
Kbms knowledge
Meaning across Disciplines
Hoip10 presentacion video-vigilancia_uam
3 a cognitive heuristic model of community recognition final
Ad

Viewers also liked (20)

PPT
Valids Presentation (2010.07)
PPT
путь клиента
 
PPTX
Jane Charlton Jisc Comms Inst Innov Project C M Jan2010
PPTX
World hunger bueno
DOCX
What is the future of cloud security linked in
DOCX
Vocab
PPT
Activity 2. November 2010.Juvenile exploitation.Italy
PDF
English presentationiterlegis 130215
XLS
Kas saribelen questionnaire for 1 2-3-4-5 ing-2011
PDF
Φύλλο εικόνας Background
PDF
Μπουμπουλίνα
PPT
Compulink Core Presentation
PPT
Bullfighting
PDF
Cocreatie voor en door het onderwijs - marketing management congres fontys ho...
 
PDF
101108 goldmedia web tv monitor 2010_english
PPT
Slides for the open evening rp 27.05.10
DOCX
Shashikumar_CV
PPTX
Flashback Scenes
PPTX
How To Help Employers Recognise Your Talent
Valids Presentation (2010.07)
путь клиента
 
Jane Charlton Jisc Comms Inst Innov Project C M Jan2010
World hunger bueno
What is the future of cloud security linked in
Vocab
Activity 2. November 2010.Juvenile exploitation.Italy
English presentationiterlegis 130215
Kas saribelen questionnaire for 1 2-3-4-5 ing-2011
Φύλλο εικόνας Background
Μπουμπουλίνα
Compulink Core Presentation
Bullfighting
Cocreatie voor en door het onderwijs - marketing management congres fontys ho...
 
101108 goldmedia web tv monitor 2010_english
Slides for the open evening rp 27.05.10
Shashikumar_CV
Flashback Scenes
How To Help Employers Recognise Your Talent
Ad

Similar to Image semantic coding using OTB (20)

PDF
Conferencia Web semantica Mihai Datcu
PPTX
Semantics empowered Physical-Cyber-Social Systems for EarthCube
PDF
Situation recognition acm mm 121029
PDF
Fcv taxo zisserman
ZIP
Matching Domain Ontologies A Comparative Study [Mode De Compatibilité]
PDF
Fcv scene hebert
PDF
ARCOMEM Flyer
PDF
PDF
Utilizing Semantics in the Production of iTV Shows (ESWC 2009)
PPTX
SECURE: Semantics Empowered resCUe enviRonmEnt
PDF
Semantic Technology: State of the arts and Trends
PDF
Towards Social Webtops Using Semantic Wiki
PDF
Fcv scene efros
PDF
VBPR 1st seminar
PDF
NIPS2009: Understand Visual Scenes - Part 2
PPTX
Integrative Multi-Scale Analyses
PDF
DataONE_cobb_hubbub2012_20120924_v05
PDF
Towards Timely Efficient Semantic Reasoning for the Networked Society
PPTX
Supporting Valorization of Cultural Heritage Documentation: TIVal Approach
PDF
The Knowledge Reengineering Bottleneck
Conferencia Web semantica Mihai Datcu
Semantics empowered Physical-Cyber-Social Systems for EarthCube
Situation recognition acm mm 121029
Fcv taxo zisserman
Matching Domain Ontologies A Comparative Study [Mode De Compatibilité]
Fcv scene hebert
ARCOMEM Flyer
Utilizing Semantics in the Production of iTV Shows (ESWC 2009)
SECURE: Semantics Empowered resCUe enviRonmEnt
Semantic Technology: State of the arts and Trends
Towards Social Webtops Using Semantic Wiki
Fcv scene efros
VBPR 1st seminar
NIPS2009: Understand Visual Scenes - Part 2
Integrative Multi-Scale Analyses
DataONE_cobb_hubbub2012_20120924_v05
Towards Timely Efficient Semantic Reasoning for the Networked Society
Supporting Valorization of Cultural Heritage Documentation: TIVal Approach
The Knowledge Reengineering Bottleneck

More from melaneum (9)

PDF
Implementing kohonen's som with missing data in OTB
PDF
Overview of the PolSARpro V4.0 software. The open source toolbox for polarime...
PDF
Toward a gui remote-sensing environment built over OTB
PDF
Urban area detection and segmentation using OTB
PDF
The use of Orfeo Toolbox in the context of map updating
PDF
Assessment of interest points detection algorithms in OTB
PDF
Reference algorithm implementations in OTB: textbook cases
PDF
Object counting in high resolution remote sensing images with OTB
PDF
The Orfeo Toolbox remote sensing image processing software
Implementing kohonen's som with missing data in OTB
Overview of the PolSARpro V4.0 software. The open source toolbox for polarime...
Toward a gui remote-sensing environment built over OTB
Urban area detection and segmentation using OTB
The use of Orfeo Toolbox in the context of map updating
Assessment of interest points detection algorithms in OTB
Reference algorithm implementations in OTB: textbook cases
Object counting in high resolution remote sensing images with OTB
The Orfeo Toolbox remote sensing image processing software

Recently uploaded (20)

PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
Spectroscopy.pptx food analysis technology
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
cuic standard and advanced reporting.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
Building Integrated photovoltaic BIPV_UPV.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
sap open course for s4hana steps from ECC to s4
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Advanced methodologies resolving dimensionality complications for autism neur...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Spectroscopy.pptx food analysis technology
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
The Rise and Fall of 3GPP – Time for a Sabbatical?
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MYSQL Presentation for SQL database connectivity
20250228 LYD VKU AI Blended-Learning.pptx
cuic standard and advanced reporting.pdf
Programs and apps: productivity, graphics, security and other tools
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
The AUB Centre for AI in Media Proposal.docx

Image semantic coding using OTB

  • 1. Competence Centre on Information Extraction and Image Understanding for Earth Observation July 2009 using OTB Télécom ParisTech Marie Liénou - Marine Campedel Image Semantic Coding 1
  • 2. and Image Understanding for Earth Observation SUMMARY Competence Centre on Information Extraction COC Notion of semantic Coding A promising approach Semantic Coding OTB tool Development of Conclusion and an OTB tool perspectives 2
  • 3. and Image Understanding for Earth Observation COC = COmpetence Centre… Competence Centre on Information Extraction  Tripartite agreement between CNES – DLR and Télécom ParisTech  Signed in June 2005  Goal : joint action on image understanding  SAR/Optical, HR and VHR, temporal series  Feature extraction, modeling, indexing, compression, (interactive) classification, interpretation, knowledge representation, reasoning, …  Means  ~ 4 new phds / year  ~10 permanent researchers partially involved  financial support for specific actions (studentships, engineers, post-docs) 3
  • 4. and Image Understanding for Earth Observation Image Semantic coding Competence Centre on Information Extraction Semantic Coding Meaning Compression Understanding Reduce data while Interpretation ensuring informational Image to text? content [Barnard et al., 2003 ; Jeon et al., 2003] [Li et Bretschneider, 2006] Goal: find an image representation able to capture the contained semantics Idea: use text indexing approach + active learning 4
  • 5. and Image Understanding for Earth Observation Image Semantic coding Visual interaction Competence Centre on Information Extraction Manual annotation Feature extraction Where is Quantization semantics? Automatic annotation « visual words » Active learning Indexing Mining 5
  • 6. and Image Understanding for Earth Observation Image Semantic coding vs KIM Competence Centre on Information Extraction « Design and evaluation of HMC for Image Information Mining » Daschiel and Datcu IEEE transaction on multimedia, vol 7, no6, dec. 2005 6
  • 7. and Image Understanding for Earth Observation A promising approach Competence Centre on Information Extraction  Feature extraction  Segmentation, arbitrar regions  “Classical” signature: color, texture, shape descriptors  Experiments: intensity mean and variance in each spectral band  Quantization  K-Means: each estimated cluster corresponds to one “visual word”  K estimated using MDL (Minimum Description Length) descriptor  Bag-of-words signature for semantics identification  Count visual words on image regions which will be annotated  Normalize (tf-idf)  Exploitation using machine learning (SVM, LDA) 7
  • 8. and Image Understanding for Earth Observation A promising approach Competence Centre on Information Extraction  Marie Lienou PhD work (march 2009)  Tested on several VHR (multispectral) images  Compared to other classification approachs (GMM, SVM) Visual word production Feature Classification Quantization Count words extraction SVM, LDA Annotations Feature Classification Majority rule extraction GMM, SVM Low level annotations  Recognition accuracy demonstrated for “semantically complex” classes Ex: “urban area”  LDA = fast + does not need negative examples 8
  • 9. and Image Understanding for Earth Observation OTB tool: cocSemanticCoding Competence Centre on Information Extraction  Feature extraction  Vectorial image with as many components as feature dimension  Exploitation of OTB extractors at each pixel  Quantization  Use of K-Means filter  Bag-of-words signature  Count visual words on image regions which will be annotated  Normalization (tf-idf)  Learning from manual annotation  Fluid interface facilities  Learn LDA from only target samples  Learn SVM from target samples and counter examples  Classify the whole image  Iterate 9
  • 10. Competence Centre on Information Extraction and Image Understanding for Earth Observation OTB tool: cocSemanticCoding 10
  • 11. Competence Centre on Information Extraction and Image Understanding for Earth Observation OTB tool: cocSemanticCoding 11
  • 12. Competence Centre on Information Extraction and Image Understanding for Earth Observation OTB tool: cocSemanticCoding 12
  • 13. Competence Centre on Information Extraction and Image Understanding for Earth Observation 13
  • 14. Competence Centre on Information Extraction and Image Understanding for Earth Observation 14
  • 15. Competence Centre on Information Extraction and Image Understanding for Earth Observation 15
  • 16. and Image Understanding for Earth Observation Competence Centre on Information Extraction Learning and classification tools LDA on occurrence data SVM on TFiDF data (features) Both results can be obtained with same labeling for comparison Difficulty for the user : compute features adapted to the underlying semantics 16
  • 17. and Image Understanding for Earth Observation Conclusion Competence Centre on Information Extraction  OTB useful features  Vectorial image representation  Great diversity of available filters (extractors, classifiers)  New = LDA classifier + estimator  Visualization tools  cocSemanticCoding tool availability  www.tsi.enst.fr/~campedel/  will be updated  Necessity to valorize research results  Engineering process (C++ programming)  Not easy but OTB is a nice initiative to help researchers  In the future: centralize processing tools (in OTB) + easy their exploitation (documentations, interfaces) 17
  • 18. and Image Understanding for Earth Observation Perspectives Competence Centre on Information Extraction  Other COC tools should be integrated in cocSemanticCoding  MDL to estimate of visual words number  new feature extractors (QMF-based texture descriptors)  Feature selection  Complete relevance feedback framework  New approaches for image interpretation  From semantics to knowledge?  Knowledge engineering: modeling (ontologies) + reasoning  Several works on characterizing relations between identified concepts and/or image objects 18