paper-with-me

Papers

Last-layer committee machines for uncertainty estimations of benthic imagery

2025-04-22 · H. Martin Gillis, Isaac Xu, Benjamin Misiuk, Craig J. Brown, Thomas Trappenberg

Automating the annotation of benthic imagery (i.e., images of the seafloor and its associated organisms, habitats, and geological features) is critical for monitoring rapidly changing ocean ecosystems. Deep learning approaches have succeeded in this purpose; however, consistent annotation remains challenging due to ambiguous seafloor images, potential inter-user annotation disagreements, and out-of-distribution samples. Marine scientists implementing deep learning models often obtain predictions based on one-hot representations trained using a cross-entropy loss objective with softmax normalization, resulting with a single set of model parameters. While efficient, this approach may lead to overconfident predictions for context-challenging datasets, raising reliability concerns that present risks for downstream tasks such as benthic habitat mapping and marine spatial planning. In this study, we investigated classification uncertainty as a tool to improve the labeling of benthic habitat imagery. We developed a framework for two challenging sub-datasets of the recently publicly available BenthicNet dataset using Bayesian neural networks, Monte Carlo dropout inference sampling, and a proposed single last-layer committee machine. This approach resulted with a > 95% reduction of network parameters to obtain per-sample uncertainties while obtaining near-identical performance compared to computationally more expensive strategies such as Bayesian neural networks, Monte Carlo dropout, and deep ensembles. The method proposed in this research provides a strategy for obtaining prioritized lists of uncertain samples for human-in-the-loop interventions to identify ambiguous, mislabeled, out-of-distribution, and/or difficult images for enhancing existing annotation tools for benthic mapping and other applications.

📄 PDF Abstract BibTeX arXiv:2504.16952

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Monte Carlo Dropout 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Full-data accuracy with fewer labels for training and fine-tuning machine-learning force fields

2026-07-16 · Sheng Bi, Yi-Ze Wang, Jun Cheng arxiv

Machine-learning force fields (MLFFs) are reliable only near their training distribution, making efficient construction of diverse training sets a major bottleneck for both train-from-scratch and foundation fine-tuning w…

Active Learning

Uncertainty Estimation using Variance-Gated Distributions

2025-09-07 · H. Martin Gillis, Isaac Xu, Thomas Trappenberg arxiv

Evaluation of per-sample uncertainty quantification from neural networks is essential for decision-making involving high-risk applications. A common approach is to use the predictive distribution from Bayesian or approxi…

Improving Generalization by Permutation Routing Across Model Copies

2026-05-10 · Shuhei Kashiwamura, Timothee Leleu arxiv

We introduce a use of the \(M\)-cover (or \(M\)-layer) transform for machine learning. The method replicates a model \(M\) times, but instead of coupling the copies through parameter averaging or an explicit attractive f…

Osteoporotic and Neoplastic Compression Fracture Classification on Longitudinal CT

2016-01-27 · Yinong Wang, Jianhua Yao, Joseph E. Burns, Ronald M. Summers

Classification of vertebral compression fractures (VCF) having osteoporotic or neoplastic origin is fundamental to the planning of treatment. We developed a fracture classification system by acquiring quantitative morpho…

ClassificationGeneral Classification

Soft Mode in the Dynamics of Over-realizable On-line Learning for Soft Committee Machines

2021-04-29 · Frederieke Richert, Roman Worschech, Bernd Rosenow

Over-parametrized deep neural networks trained by stochastic gradient descent are successful in performing many tasks of practical relevance. One aspect of over-parametrization is the possibility that the student network…