File size: 2,438 Bytes
ceb9103
 
 
5ded37e
 
 
 
 
13c065f
 
 
5ded37e
13c065f
5ded37e
 
ceb9103
69d370b
5ded37e
69d370b
5ded37e
69d370b
5ded37e
 
 
69d370b
13c065f
5ded37e
13c065f
 
b759a0e
5ded37e
13c065f
69d370b
13c065f
69d370b
ceb9103
13c065f
69d370b
13c065f
 
 
 
69d370b
 
5ded37e
69d370b
13c065f
69d370b
13c065f
69d370b
13c065f
 
 
 
69d370b
13c065f
69d370b
 
 
13c065f
 
 
69d370b
 
 
5ded37e
 
13c065f
 
69d370b
5ded37e
 
69d370b
5ded37e
69d370b
5ded37e
13c065f
5ded37e
007bd48
926905f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
license: gpl-2.0
tags:
- Radio Astronomy
- Pulsar
- RRAT
- FRB
- Signal Processing
library_name: pytorch
pipeline_tag: image-segmentation
datasets:
- CRAFTS-FRT
metrics:
- recall
- FPR
---

# FRTSearch: Fast Radio Transient Search

[![Paper](https://img.shields.io/badge/Paper-AASTeX-blue.svg)](https://doi.org/10.57760/sciencedb.Fastro.00038) [![Dataset](https://img.shields.io/badge/Dataset-CRAFTS--FRT-yellow.svg)](https://doi.org/10.57760/sciencedb.Fastro.00038) [![GitHub](https://img.shields.io/badge/GitHub-FRTSearch-black.svg)](https://github.com/BinZhang109/FRTSearch)

**FRTSearch** is an end-to-end deep learning framework for detecting and characterizing Fast Radio Transients (FRTs), including: **Pulsars**, **Rotating Radio Transients (RRATs)** and **Fast Radio Bursts (FRBs)**.

## Model Info

| Item | Value |
|------|-------|
| Backbone | HRNet-W32 |
| Input | 256 × 8192 (freq × time) |
| Size | 400 MB |
| Formats | `.fits` (PSRFITS), `.fil` (Filterbank) |
| Bit Depth | 1/2/4/8/32-bit |

## QUICK START

```python
from huggingface_hub import hf_hub_download

model_path = hf_hub_download(
    repo_id="waterfall109/FRTSearch",
    filename="models/hrnet_epoch_36.pth"
)
```

Or download directly from [Files and versions](https://huggingface.co/waterfall109/FRTSearch/tree/main).

## TEST SAMPLES

This repository includes 5 test samples from 2 different telescopes to demonstrate cross-facility performance:

| Telescope | FRB | DM (pc cm⁻³) |
| :--- | :--- | :--- |
| FAST | 20121102, 20180301, 20201124 | 565, 420, 525 |
| ASKAP | 20180119, 20180212 | 400, 168 |

## CITATION

```bibtex
@article{zhang2026frtsearch,
  title={FRTSearch: Unified Detection and Parameter Inference of Fast Radio Transients using Instance Segmentation},
  author={Zhang, Bin and Wang, Yabiao and Xie, Xiaoyao et al.},
  year={2026}
}
```


### Test Sample References

When using the test samples, please also cite the original observations:

- **FAST samples**: [Guo et al. (2025)](https://doi.org/10.3847/1538-4365/adf42d)
- **SKA samples**: [Shannon et al. (2018)](https://doi.org/10.1038/s41586-018-0588-y)

## License & Acknowledgments

GPL-2.0 | Based on [MMDetection](https://github.com/open-mmlab/mmdetection) & [PRESTO](https://github.com/scottransom/presto)

<div align="center">
  <sub>Exploring the dynamic universe with AI 🌌📡 | <a href="https://github.com/BinZhang109/FRTSearch/issues">Issues</a></sub>
</div>