paper-with-me

Papers

Combining UPerNet and ConvNeXt for Contrails Identification to reduce Global Warming

2023-10-07 · Zhenkuan Wang

Semantic segmentation is a critical tool in computer vision, applied in various domains like autonomous driving and medical imaging. This study focuses on aircraft contrail detection in global satellite images to improve contrail models and mitigate their impact on climate change.An innovative data preprocessing technique for NOAA GOES-16 satellite images is developed, using brightness temperature data from the infrared channel to create false-color images, enhancing model perception. To tackle class imbalance, the training dataset exclusively includes images with positive contrail labels.The model selection is based on the UPerNet architecture, implemented using the MMsegmentation library, with the integration of two ConvNeXt configurations for improved performance. Cross-entropy loss with positive class weights enhances contrail recognition. Fine-tuning employs the AdamW optimizer with a learning rate of $2.5 \times 10^{-4}$.During inference, a multi-model prediction fusion strategy and a contrail determination threshold of 0.75 yield a binary prediction mask. RLE encoding is used for efficient prediction result organization.The approach achieves exceptional results, boasting a high Dice coefficient score, placing it in the top 5\% of participating teams. This underscores the innovative nature of the segmentation model and its potential for enhanced contrail recognition in satellite imagery.For further exploration, the code and models are available on GitHub: \url{https://github.com/biluko/2023GRIC.git}.

📄 PDF Abstract BibTeX arXiv:2310.04808

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingModel SelectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

ConvNeXt 설명 없음
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…

Similar Papers 제목 키워드 기반

OpenContrails: Benchmarking Contrail Detection on GOES-16 ABI

2023-04-04 · Joe Yue-Hei Ng, Kevin McCloskey, Jian Cui, Vincent R. Meijer 외

Contrails (condensation trails) are line-shaped ice clouds caused by aircraft and are likely the largest contributor of aviation-induced climate change. Contrail avoidance is potentially an inexpensive way to significant…

Benchmarking

Performance evaluation of deep segmentation models for Contrails detection

2022-11-27 · Akshat Bhandari, Sriya Rallabandi, Sanchit Singhal, Aditya Kasliwal 외

Contrails, short for condensation trails, are line-shaped ice clouds produced by aircraft engine exhaust when they fly through cold and humid air. They generate a greenhouse effect by absorbing or directing back to Earth…

Segmentation

GVCCS: A Dataset for Contrail Identification and Tracking on Visible Whole Sky Camera Sequences

2025-07-24 · Gabriel Jarry, Ramon Dalmau, Philippe Very, Franck Ballerini 외 arxiv

Aviation's climate impact includes not only CO2 emissions but also significant non-CO2 effects, especially from contrails. These ice clouds can alter Earth's radiative balance, potentially rivaling the warming effect of …

Semantic SegmentationPanoptic SegmentationInstance Segmentation

Visual Analysis and Detection of Contrails in Aircraft Engine Simulations

2022-08-03 · Nafiul Nipu, Carla Floricel, Negar Naghashzadeh, Roberto Paoli 외

Contrails are condensation trails generated from emitted particles by aircraft engines, which perturb Earth's radiation budget. Simulation modeling is used to interpret the formation and development of contrails. These s…

Clustering

Contrail-to-Flight Attribution Using Ground Visible Cameras and Flight Surveillance Data

2025-10-19 · Ramon Dalmau, Gabriel Jarry, Philippe Very arxiv

Aviation's non-CO2 effects, particularly contrails, are a significant contributor to its climate impact. Persistent contrails can evolve into cirrus-like clouds that trap outgoing infrared radiation, with radiative forci…