Skip to content

sensorlab/ZeroUED

Repository files navigation

ZeroUED

Design Principles of Zero-Shot Self-Supervised Unknown Emitter Detectors

Mikhail Krasnov, Ljupcho Milosheski, Mihael Mohorčič and Carolina Fortuna

Paper link: 2511.07026

image image

Background

In this paper, we investigate the design space for unknown emitter detectors over the two data transmitions scenarios: same and different messages.

Evaluated approaches:

We have chosen two datasets for evaluation:

Installation

  1. pip install -r reqs.txt
  2. Create an account at https://wandb.ai
  3. Login with your token (can be found in https://wandb.ai/quickstart?product=models) wandb login
  4. Download the data (if does not work for ORACLE - download it manualy from here)
    python download_data.py
    
  5. Create ORACLE Dataset
    python create_oracle_dataset.py 62ft/ data_256_62ft.h5
    
  6. Run experiemnts from config python run_experiments configs/wisig/raw_iq/ae_config.yaml

Repository structure

configs/ Configurations of epxeriments.

src/ Dir of the source code.

- src/trainers.py       Trainers that handles learning process of different approaches.
- src/datasets.py       Datasets objects.
- src/metrics.py        Code for metrics computation.
- src/config_manager.py Handles configs files.  
- src/architectures   Dir with Features extractors, Mlp head and Viewmakers.

run_experiments.py Code for runing experiments using config.

reqs.txt and env.yaml Dependences.

download_data.py Script to download datasets.

Citation

@article{krasnov2025design,
  title={Design Principles of Zero-Shot Self-Supervised Unknown Emitter Detectors},
  author={Krasnov, Mikhail and Milosheski, Ljupcho and Mohor{\v{c}}i{\v{c}}, Mihael and Fortuna, Carolina},
  journal={arXiv preprint arXiv:2511.07026},
  year={2025}
}

Acknowledgment

This work was supported in part by the European Union’s Horizon Europe research and innovation programme under the NANCY project (GA No. 101096456), EnerTEF (GA No. 101172887) and in part by the Slovenian Research and Innovation Agency under the grant P2-0016.

About

Self-supervised specific emitter identification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •