Changes between Version 116 and Version 117 of Other/Summer/2025/mlCoexist


Ignore:
Timestamp:
Jul 28, 2025, 5:09:20 PM (5 days ago)
Author:
aw1086
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2025/mlCoexist

    v116 v117  
    155155
    156156**Progress:**
    157 - ''Problem'': found impracticality in using binary classification (with/without RFI) on transmitting signal spectrograms. As they are pre-RFI and contain no features that reveal the impact of signal interference, Tx graphs are not suitable as input for training CNN, since the model would become a simple color detector (hue of spectrograms based on intensity of power, e.g., orange = RFI, blue = no RFI), which reduces the entire purpose of using ML for RFI detection
     157- **Problem**: found impracticality in using binary classification (with/without RFI) on transmitting signal spectrograms. As they are pre-RFI and contain no features that reveal the impact of signal interference, Tx graphs are not suitable as input for training CNN, since the model would become a simple color detector (hue of spectrograms based on intensity of power, e.g., orange = RFI, blue = no RFI), which reduces the entire purpose of using ML for RFI detection
    158158
    159 - ''Solution'': pivoted to using cropped Tx spectrograms (only signals leaked into L-band) to estimate brightness temperature, and changed the model from classification to regression
     159- **Solution**: pivoted to using cropped Tx spectrograms (only signals leaked into L-band) to estimate brightness temperature, and changed the model from classification to regression
    160160 - Force the model to extract more graphical features than just color (ex. using the area of the brighter color in graphs to approximate total Tb when leaked signal reaches the receiving site)
    161161