paper-with-me

Papers

Embedding Ordinality to Binary Loss Function for Improving Solar Flare Forecasting

2024-08-21 · Chetraj Pandey, Anli Ji, Jinsu Hong, Rafal A. Angryk, Berkay Aydin

In this paper, we propose a novel loss function aimed at optimizing the binary flare prediction problem by embedding the intrinsic ordinal flare characteristics into the binary cross-entropy (BCE) loss function. This modification is intended to provide the model with better guidance based on the ordinal characteristics of the data and improve the overall performance of the models. For our experiments, we employ a ResNet34-based model with transfer learning to predict $\geq$M-class flares by utilizing the shape-based features of magnetograms of active region (AR) patches spanning from $-$90$^{\circ}$ to $+$90$^{\circ}$ of solar longitude as our input data. We use a composite skill score (CSS) as our evaluation metric, which is calculated as the geometric mean of the True Skill Score (TSS) and the Heidke Skill Score (HSS) to rank and compare our models' performance. The primary contributions of this work are as follows: (i) We introduce a novel approach to encode ordinality into a binary loss function showing an application to solar flare prediction, (ii) We enhance solar flare forecasting by enabling flare predictions for each AR across the entire solar disk, without any longitudinal restrictions, and evaluate and compare performance. (iii) Our candidate model, optimized with the proposed loss function, shows an improvement of $\sim$7%, $\sim$4%, and $\sim$3% for AR patches within $\pm$30$^\circ$, $\pm$60$^\circ$, and $\pm$90$^\circ$ of solar longitude, respectively in terms of CSS, when compared with standard BCE. Additionally, we demonstrate the ability to issue flare forecasts for ARs in near-limb regions (regions between $\pm$60$^{\circ}$ to $\pm$90$^{\circ}$) with a CSS=0.34 (TSS=0.50 and HSS=0.23), expanding the scope of AR-based models for solar flare prediction. This advances the reliability of solar flare forecasts, leading to more effective prediction capabilities.

📄 PDF Abstract BibTeX arXiv:2408.11768

Code (1)

https://bitbucket.org/gsudmlab/ordinalloss-sf 공식 구현 pytorch

Tasks

Solar Flare PredictionTransfer Learning

Similar Papers 제목 키워드 기반

Ordinal Encoding as a Regularizer in Binary Loss for Solar Flare Prediction

2025-10-05 · Chetraj Pandey, Jinsu Hong, Anli Ji, Rafal A. Angryk 외 arxiv

The prediction of solar flares is typically formulated as a binary classification task, distinguishing events as either Flare (FL) or No-Flare (NF) according to a specified threshold (for example, greater than or equal t…

Binary Classification

EXCON: Extreme Instance-based Contrastive Representation Learning of Severely Imbalanced Multivariate Time Series for Solar Flare Prediction

2024-11-18 · Onur Vural, Shah Muhammad Hamdi, Soukaina Filali Boubrahimi

In heliophysics research, predicting solar flares is crucial due to their potential to impact both space-based systems and Earth's infrastructure substantially. Magnetic field data from solar active regions, recorded by …

Contrastive LearningPredictionRepresentation LearningRobust classification+2

Continuity and Ordinality Matter: Constraining Time Series Tokens for Effective Time Series Analysis with Large Language Models

2026-05-22 · Musheng Li, Ziying Zhang, Cheng jin, Yuantao Gu arxiv

Token-based time series large language models (TS-LLMs) have emerged as a promising direction for time series analysis and reasoning. However, prior studies largely overlook the inherent continuity and ordinality of time…

Time Series Analysis

Exploring Ordinality in Text Classification: A Comparative Study of Explicit and Implicit Techniques

2024-05-20 · Siva Rajesh Kasa, Aniket Goel, Karan Gupta, Sumegh Roychowdhury 외

Ordinal Classification (OC) is a widely encountered challenge in Natural Language Processing (NLP), with applications in various domains such as sentiment analysis, rating prediction, and more. Previous approaches to tac…

Ordinal ClassificationSentiment Analysistext-classificationText Classification

Improving Deep Regression with Tightness

2025-02-13 · Shihao Zhang, Yuguang Yan, Angela Yao

For deep regression, preserving the ordinality of the targets with respect to the feature representation improves performance across various tasks. However, a theoretical explanation for the benefits of ordinality is sti…

regression