ML4GW / ML4GW/DeepClean

Alternative loss functions

Open
#24 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

loss function research topic
Dominant language
Python
Stars
10
Forks
6
PR merge metrics
No merged PRs in 30d

Description

While the PSDLoss loss function essentially measures PSDR (or ASDR if asd=True), and this might function as a good proxy for DeepClean's ability to improve the sensitivity of astrophysical searches, there might be other loss functions out there which measure this more directly with continuous functions and hence be optimized via gradient descent.

Take for example equation (1) in the SenseMonitor white paper, which gives the average distance to which an interferometer with a given spectral density could detect a BNS inspiral with SNR > 8. The integral in this equation could be replace by a sum over the relevant frequency bins, with a minus sign in to minimize rather than maximize, and in principle we could optimize this equation directly.

This really asks three questions:

  • Are there other loss functions worth considering that might optimize production metrics more directly?
  • How are we going to compare the performance of models trained using two loss functions in a way that produces conclusive answers as to which we ought to use?
  • Does optimizing these metrics more directly ultimately lead to better performance according to the metric(s) which answer the previous question?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names PSDLoss, ASDR, and equation (1) from the SenseMonitor white paper, but it names no files or tests. First locate the existing loss implementation and model-evaluation entry points, then review the proposed metric and comparison questions. Done requires an agreed candidate loss, evaluation method, and evidence-based choice.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.