paper-with-me

홈 › Papers

A Machine Learning Framework for Handling Unreliable Absence Label and Class Imbalance for Marine Stinger Beaching Prediction

2025-01-20 · Amuche Ibenegbu, Amandine Schaeffer, Pierre Lafaye de Micheaux, Rohitash Chandra

Bluebottles (\textit{Physalia} spp.) are marine stingers resembling jellyfish, whose presence on Australian beaches poses a significant public risk due to their venomous nature. Understanding the environmental factors driving bluebottles ashore is crucial for mitigating their impact, and machine learning tools are to date relatively unexplored. We use bluebottle marine stinger presence/absence data from beaches in Eastern Sydney, Australia, and compare machine learning models (Multilayer Perceptron, Random Forest, and XGBoost) to identify factors influencing their presence. We address challenges such as class imbalance, class overlap, and unreliable absence data by employing data augmentation techniques, including the Synthetic Minority Oversampling Technique (SMOTE), Random Undersampling, and Synthetic Negative Approach that excludes the negative class. Our results show that SMOTE failed to resolve class overlap, but the presence-focused approach effectively handled imbalance, class overlap, and ambiguous absence data. The data attributes such as the wind direction, which is a circular variable, emerged as a key factor influencing bluebottle presence, confirming previous inference studies. However, in the absence of population dynamics, biological behaviours, and life cycles, the best predictive model appears to be Random Forests combined with Synthetic Negative Approach. This research contributes to mitigating the risks posed by bluebottles to beachgoers and provides insights into handling class overlap and unreliable negative class in environmental modelling.

📄 PDF Abstract BibTeX arXiv:2501.11293

Code (1)

dare-ml/bluebottle-xai 공식 구현

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…

Similar Papers 제목 키워드 기반

Task-Augmented Cross-View Imputation Network for Partial Multi-View Incomplete Multi-Label Classification

2024-09-12 · Xiaohuan Lu, Lian Zhao, Wai Keung Wong, Jie Wen 외

In real-world scenarios, multi-view multi-label learning often encounters the challenge of incomplete training data due to limitations in data collection and unreliable annotation processes. The absence of multi-view fea…

ImputationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning

Addressing practical challenges in Active Learning via a hybrid query strategy

2021-10-07 · Deepesh Agarwal, Pravesh Srivastava, Sergio Martin-del-Campo, Balasubramaniam Natarajan 외

Active Learning (AL) is a powerful tool to address modern machine learning problems with significantly fewer labeled training instances. However, implementation of traditional AL methodologies in practical scenarios is a…

Active Learning

Vehicle occupancy estimation in Automated Guideway Transit via deep learning with Wi-Fi probe requests

2025-01-28 · Ziyue Li, Qianwen Guo

This study contributes to the advancement of vehicle occupancy estimation in Automated Guideway Transit (AGT) systems using Wi-Fi probe requests and deep learning models. We propose a comprehensive framework for evaluati…

Navigating Towards Fairness with Data Selection

2024-12-15 · Yixuan Zhang, Zhidong Li, Yang Wang, Fang Chen 외

Machine learning algorithms often struggle to eliminate inherent data biases, particularly those arising from unreliable labels, which poses a significant challenge in ensuring fairness. Existing fairness techniques that…

FairnessHoldout Set

Unifying Model Explainability and Robustness via Machine-Checkable Concepts

2020-07-01 · Vedant Nanda, Till Speicher, John P. Dickerson, Krishna P. Gummadi 외

As deep neural networks (DNNs) get adopted in an ever-increasing number of applications, explainability has emerged as a crucial desideratum for these models. In many real-world tasks, one of the principal reasons for re…