Alternative loss functions
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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