this post was submitted on 11 Apr 2025
394 points (94.2% liked)

Technology

68772 readers
4368 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 36 points 3 days ago* (last edited 3 days ago) (1 children)

I was hoping the article would tell us more about the technique he developed.

The model I implemented can be used for other time domain studies in astronomy, and potentially anything else that comes in a temporal format

All I gathered from it is that it is a time-series model.

[โ€“] [email protected] 27 points 3 days ago* (last edited 3 days ago) (1 children)

I found his paper: https://iopscience.iop.org/article/10.3847/1538-3881/ad7fe6 (no paywall ๐Ÿ˜ƒ)

From the intro:

VARnet leverages a one-dimensional wavelet decomposition in order to minimize the impact of spurious data on the analysis, and a novel modification to the discrete Fourier transform (DFT) to quickly detect periodicity and extract features of the time series. VARnet integrates these analyses into a type prediction for the source by leveraging machine learning, primarily CNN.

They start with some good old fashioned signal processing, before feeding the result into a neutral net. The NN was trained on synthetic data.

FC = Fully Connected layer, so they're mixing FC with mostly convolutional layers in their NN. I haven't read the whole paper, I'm happy to be corrected.