<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Solution for Change Detection for Large Area in ArcGIS Image Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-image-analyst-questions/solution-for-change-detection-for-large-area/m-p/1538670#M730</link>
    <description>&lt;P&gt;Many Thanks Pavan , Your usual support &amp;amp; feedback is always appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Sep 2024 07:55:02 GMT</pubDate>
    <dc:creator>Muhmmad_Ali</dc:creator>
    <dc:date>2024-09-14T07:55:02Z</dc:date>
    <item>
      <title>Solution for Change Detection for Large Area</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/solution-for-change-detection-for-large-area/m-p/1536238#M725</link>
      <description>&lt;P&gt;Hi , I appreciate your valuable inputs in the below challenges&amp;nbsp;&lt;/P&gt;&lt;P&gt;Challenge no.1: performing Change Detection CD Process utilizing two different time series satellite high resolution satellite imagery for large area (more than 150,000 Sq.Km ). Currently CD has been performing manually – where group of analysts visualize the two satellite imageries then digitize the changes – and I work to automate the CD process, my approach is to use Esri pre-trained deep learning models for object classes as Building, Road &amp;amp; developing new models for 9 more classes then run the 10 models on the two imageries to detect the objects then I identify &amp;nbsp;the changes , I have two questions: -&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is the above-mentioned approach, correct?&lt;/LI&gt;&lt;LI&gt;Most of Esri pre-trained models’ precision ranges from 64% to 92% &amp;amp; I tried to enhance them by doing transfer learning methods, but always ending up with lower precision percentage, is it impossible to target more than 95% precision score?&lt;/LI&gt;&lt;LI&gt;What is the best geospatial method to identify changes from the detected objects throughout the process?&lt;/LI&gt;&lt;LI&gt;Is there any better approach to perform CD process automatically &amp;amp; in efficient way?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Challenge no.2: I am trying train a model that detects the below objects, is it possible to train one model able to detect the below objects efficiently?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alimo0b_0-1725810066175.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114522i48F1181F2B598864/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alimo0b_0-1725810066175.png" alt="alimo0b_0-1725810066175.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2024 15:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/solution-for-change-detection-for-large-area/m-p/1536238#M725</guid>
      <dc:creator>Muhmmad_Ali</dc:creator>
      <dc:date>2024-09-08T15:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Solution for Change Detection for Large Area</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/solution-for-change-detection-for-large-area/m-p/1538425#M728</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/657936"&gt;@Muhmmad_Ali&lt;/a&gt;&amp;nbsp;thank you for posting here.. I believe a problem can have multiple solutions and the solution you are considering looks good to me. But, sharing some other&amp;nbsp; approaches below for your consideration.&lt;/P&gt;&lt;P&gt;Answer to "Challenge no 2" -- yea.. because I can detect it with my naked eye.. as long as enough training data you can train a model to detect that (and, similar objects) . Quality of models depends on the training data.. and some other techniques.. I am sharing two my blogs on effectively creating and using training data for object detection:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-labeling-images-for-object-detection-models/" target="_blank" rel="noopener"&gt;Tips for labeling images for object detection models (esri.com)&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/geoai/tips-for-training-data-preparation-for-object-detection-models/" target="_blank" rel="noopener"&gt;Tips for training data preparation for object detection models (esri.com)&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Binary change detection (change or no change) -&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;workflow do: &lt;A title="https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/detect-change.htm." href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/detect-change.htm." target="_blank" rel="noreferrer noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/detect-change.htm.&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;notebook: &lt;A title="https://developers.arcgis.com/python/samples/change-detection-of-buildings-from-satellite-imagery/" href="https://developers.arcgis.com/python/samples/change-detection-of-buildings-from-satellite-imagery/" target="_blank" rel="noreferrer noopener"&gt;https://developers.arcgis.com/python/samples/change-detection-of-buildings-from-satellite-imagery/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Multi-class change detection using image segmentation deep learning models&lt;/STRONG&gt;&lt;BR /&gt;&lt;A title="https://developers.arcgis.com/python/samples/multi-class-change-detection-using-segmentation-deep-learning-models/" href="https://developers.arcgis.com/python/samples/multi-class-change-detection-using-segmentation-deep-learning-models/" target="_blank" rel="noreferrer noopener"&gt;https://developers.arcgis.com/python/samples/multi-class-change-detection-using-segmentation-deep-learning-models/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Less common&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;1. Do object detection using the same Deep learning model against before and after rasters.. next, use intersect (or, other similar) tool to understand the change.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional resources:&lt;/STRONG&gt;&lt;BR /&gt;&lt;A title="https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/change-detection-in-arcgis-pro.htm" href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/change-detection-in-arcgis-pro.htm" target="_blank" rel="noreferrer noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/change-detection-in-arcgis-pro.htm&lt;/A&gt;&lt;BR /&gt;&lt;A title="https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/time-series-change-detection.htm" href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/time-series-change-detection.htm" target="_blank" rel="noreferrer noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/time-series-change-detection.htm&lt;/A&gt;&lt;BR /&gt;&lt;A title="https://doc.arcgis.com/en/imagery/workflows/resources/image-change-detection.htm" href="https://doc.arcgis.com/en/imagery/workflows/resources/image-change-detection.htm" target="_blank" rel="noreferrer noopener"&gt;https://doc.arcgis.com/en/imagery/workflows/resources/image-change-detection.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 18:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/solution-for-change-detection-for-large-area/m-p/1538425#M728</guid>
      <dc:creator>PavanYadav</dc:creator>
      <dc:date>2024-09-13T18:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Solution for Change Detection for Large Area</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/solution-for-change-detection-for-large-area/m-p/1538670#M730</link>
      <description>&lt;P&gt;Many Thanks Pavan , Your usual support &amp;amp; feedback is always appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2024 07:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/solution-for-change-detection-for-large-area/m-p/1538670#M730</guid>
      <dc:creator>Muhmmad_Ali</dc:creator>
      <dc:date>2024-09-14T07:55:02Z</dc:date>
    </item>
  </channel>
</rss>

