Replies: 10 comments 16 replies
-
|
Hi @fwitmer @rawann31 @iamkb28 , Adversarial training to make the model more robust to noise and distortions , is an excellent idea. While adversarial training is a powerful method for improving generalization, I wanted to propose an additional idea to complement the existing pipeline: Integrating Digital Elevation Models (DEMs) for terrain-based refinement and Short-Wave Infrared (SWIR) data for spectral enhancements. Incorporating DEM data into the pipeline can help refine segmentation by addressing challenges in steep terrains or cliffs. For instance, areas above a certain elevation can be excluded as water bodies, reducing misclassifications. I believe this combination of DEM and SWIR with adversarial training could significantly improve the model’s overall robustness and accuracy. Would love to hear your feedback on this direction! Looking forward to collaborating on these exciting ideas! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @Shashank-248 for the suggestions! DEM and SWIR integration sound great for improving accuracy. I agree that combining them with adversarial training can make the model more robust. Looking forward to collaborating! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much for your recommendations. I really appreciate them. If you have any other ideas or tested anything, please share it. I’m eager to hear from you! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your feedback. I understand the challenges associated with integrating SWIR data due to the lack of availability from Planet satellites and the calibration requirements with other sources( such as Sentinel-2 and Found in a thread/guide that platforms like Google Earth Engine allow remote processing of SWIR data. However much research and lookout is needed). I will look into relevant papers to identify additional challenges in coastline extraction and explore other potential solutions. In the meantime, I will proceed with integrating DEM into the existing NDWI and Otsu-based pipeline as a first step. Looking forward to sharing more updates and collaborating further! Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your thoughtful suggestions and insights! I'll definitely explore platforms like Google Earth Engine for SWIR data and review research papers to better understand the challenges in coastline extraction. Additionally, I'll focus on researching adversarial training techniques to explore how they can improve the model's robustness and accuracy. If I come across any promising findings or ideas, I'll be sure to share them with the team. Looking forward to learning and contributing meaningfully! Regards, |
Beta Was this translation helpful? Give feedback.
-
|
Hi @fwitmer @rawann31 @Shashank-248, I came across a research paper that proposes an innovative approach to coastline extraction, which could significantly enhance the current model without the need for adversarial training. By integrating these methods, we can potentially reduce computational resource usage and improve the overall accuracy of the coastline extraction process. The key steps from the paper are as follows: 1. Image Extraction In the research, the authors extract images from a variety of satellite sources, including Envisat, ERS, Landsat, IKONOS, DMC, ALOS, SPOT, Kompsat, Proba, IRS, and SCISAT. The image below serves as a reference of how this technique works: Figure: Coastline extraction example using the proposed steps (source: [An Algorithm for Coastline Extraction I believe this approach can significantly improve the performance and complement the existing plans with NDWI-based labeling and SWIR/DEM integration. If this approach seems promising to you, I'd like to begin testing it on my local system to evaluate its effectiveness and compatibility with the current model. Please share your thoughts or any feedback on this approach. Looking forward to hearing from you! |
Beta Was this translation helpful? Give feedback.
-
|
Hey @iamkb28 , Hi @rawann31 @fwitmer , Future planning about integration of additional SWIR bands for better differentiation between water, vegetation, and built-up areas. Share your thoughts about this direction! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Shashank-248 , Thank you so much for your valuable feedback and thoughtful suggestions on my approach. I really appreciate the time and insights you've shared. I found your approach with Modified NDWI and spatial features quite interesting. One aspect I'm particularly curious about is Alaska's dynamic coastline. Given the region's dynamic nature—frequent tidal fluctuations, glacial calving, and sediment movement—how do you envision the model adapting to these changes? Would it require frequent retraining, or do you suggest any adaptive modeling techniques to maintain accuracy over time? |
Beta Was this translation helpful? Give feedback.
-
|
Hello mentor @rawann31 , I have submitted my proposal & it would be great if I could get some feedback on my proposal so I could make necessary changes if required. Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
Hi @rawann31, I have submitted my proposal on the GSoC portal and I’d really appreciate any further feedback.. Regards, |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hi @fwitmer @rawann31,
I just read through the current progress on the project, and I thought of an idea that could help improve the model’s performance even further. If it’s already been considered, that’s great, but I wanted to suggest adversarial training.
While the pipeline for coastline extraction using NDWI with sliding windows and the re-training of the DeepWaterMap algorithm is a solid approach, satellite imagery (even with 3-5m resolution) can still be affected by factors like atmospheric interference, sensor noise, and lighting variations. These factors can lead to inaccuracies in coastline detection.
By training the model on adversarial images, we could improve its robustness to these distortions and ensure better generalization, especially in more complex or noisy imagery. If this hasn’t been implemented yet, it might be worth exploring.
Looking forward to hearing your thoughts on this!
Beta Was this translation helpful? Give feedback.
All reactions