paper-with-me

Papers

Enhancing the Reliability in Machine Learning for Gravitational Wave Parameter Estimation with Attention-Based Models

2025-01-17 · Hibiki Iwanaga, Mahoro Matsuyama, Yousuke Itoh

We introduce a technique to enhance the reliability of gravitational wave parameter estimation results produced by machine learning. We develop two independent machine learning models based on the Vision Transformer to estimate effective spin and chirp mass from spectrograms of gravitational wave signals from binary black hole mergers. To enhance the reliability of these models, we utilize attention maps to visualize the areas our models focus on when making predictions. This approach enables demonstrating that both models perform parameter estimation based on physically meaningful information. Furthermore, by leveraging these attention maps, we demonstrate a method to quantify the impact of glitches on parameter estimation. We show that as the models focus more on glitches, the parameter estimation results become more strongly biased. This suggests that attention maps could potentially be used to distinguish between cases where the results produced by the machine learning model are reliable and cases where they are not.

📄 PDF Abstract BibTeX arXiv:2501.10486

Code (0)

등록된 구현이 없습니다.

Tasks

parameter estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Residual Connection 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Deep Learning for Real-time Gravitational Wave Detection and Parameter Estimation with LIGO Data

2017-11-21 · Daniel George, E. A. Huerta

The recent Nobel-prize-winning detections of gravitational waves from merging black holes and the subsequent detection of the collision of two neutron stars in coincidence with electromagnetic observations have inaugurat…

Gravitational Wave Detectionparameter estimationTime Series Analysis

Machine-Learning Love: classifying the equation of state of neutron stars with Transformers

2022-10-15 · Gonçalo Gonçalves, Márcio Ferreira, João Aveiro, Antonio Onofre 외

The use of the Audio Spectrogram Transformer (AST) model for gravitational-wave data analysis is investigated. The AST machine-learning model is a convolution-free classifier that captures long-range global dependencies …

Deep Learning for Real-time Gravitational Wave Detection and Parameter Estimation: Results with Advanced LIGO Data

2017-11-08 · Daniel George, E. A. Huerta

The recent Nobel-prize-winning detections of gravitational waves from merging black holes and the subsequent detection of the collision of two neutron stars in coincidence with electromagnetic observations have inaugurat…

Gravitational Wave Detectionparameter estimationTime SeriesTime Series Analysis

Gravix: Active Learning for Gravitational Waves Classification Algorithms

2024-08-18 · Raja Vavekanand, Kira Sam, Vavek Bharwani

This project explores the integration of Bayesian Optimization (BO) algorithms into a base machine learning model, specifically Convolutional Neural Networks (CNNs), for classifying gravitational waves among background n…

Active LearningBayesian OptimizationClassificationHyperparameter Optimization

Gravitational-wave selection effects using neural-network classifiers

2020-07-13 · Davide Gerosa, Geraint Pratten, Alberto Vecchio

We present a novel machine-learning approach to estimate selection effects in gravitational-wave observations. Using techniques similar to those commonly employed in image classification and pattern recognition, we train…

image-classificationImage Classification