fermi-gce-flows

所属分类:论文
开发工具:Jupyter Notebook
文件大小:132136KB
下载次数:0
上传日期:2022-03-28 00:42:53
上 传 者sh-1993
说明:  基于模拟的银河中心伽马射线过剩推断。与[https://arxiv.or...]关联的代码库(https://arxiw.org abs 2110.06931)
(Simulation-based inference for the Galactic Center gamma-ray excess. Code repository associated with <https://arxiv.org/abs/2110.06931>.)

文件列表:
LICENSE.txt (34522, 2022-03-28)
__init__.py (0, 2022-03-28)
combine_samples.py (6030, 2022-03-28)
data (0, 2022-03-28)
data\external (0, 2022-03-28)
data\external\ModelO_r25_q1_pibrem_new.npy (1572992, 2022-03-28)
data\external\template_Aic.npy (1572992, 2022-03-28)
data\external\template_Api.npy (1572992, 2022-03-28)
data\external\template_Fic.npy (1572992, 2022-03-28)
data\external\template_Fpi.npy (1572992, 2022-03-28)
data\external\template_disk_r_s_5_z_s_0.3.npy (1572992, 2022-03-28)
data\external\template_disk_r_s_5_z_s_1.npy (1572992, 2022-03-28)
data\external\template_nbub.npy (1572992, 2022-03-28)
data\feature_maps (0, 2022-03-28)
data\feature_maps\x_map_0.npy (524416, 2022-03-28)
data\feature_maps\x_map_1.npy (262272, 2022-03-28)
data\feature_maps\x_map_2.npy (131200, 2022-03-28)
data\feature_maps\x_map_3.npy (65664, 2022-03-28)
data\feature_maps\x_map_4.npy (16512, 2022-03-28)
data\feature_maps\x_map_5.npy (4224, 2022-03-28)
data\feature_maps\x_map_6.npy (1152, 2022-03-28)
data\fermi_data (0, 2022-03-28)
data\fermi_data\ModelO_r25_q1_ics.npy (1572992, 2022-03-28)
data\fermi_data\ModelO_r25_q1_pibrem.npy (1572992, 2022-03-28)
data\fermi_data\fermidata_counts.npy (1572992, 2022-03-28)
data\fermi_data\fermidata_exposure.npy (1572992, 2022-03-28)
data\fermi_data\fermidata_pscmask.npy (196736, 2022-03-28)
data\fermi_data\template_bub.npy (1572992, 2022-03-28)
data\fermi_data\template_dif.npy (1572992, 2022-03-28)
data\fermi_data\template_dsk.npy (1572992, 2022-03-28)
data\fermi_data\template_gce.npy (1572992, 2022-03-28)
data\fermi_data\template_iso.npy (1572992, 2022-03-28)
data\fermi_data\template_psc.npy (1572992, 2022-03-28)
data\logs (0, 2022-03-28)
data\logs\mlruns (0, 2022-03-28)
data\logs\mlruns\12 (0, 2022-03-28)
... ...

# Simulation-based inference for the Galactic Center Excess [Siddharth Mishra-Sharma](https://github.com/smsharma/fermi-gce-flows/blob/master/smsharma@mit.edu) and [Kyle Cranmer](https://github.com/smsharma/fermi-gce-flows/blob/master/kyle.cranmer@nyu.edu) [![License: AGPL v3](https://github.com/smsharma/fermi-gce-flows/blob/master/https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://github.com/smsharma/fermi-gce-flows/blob/master/https://www.gnu.org/licenses/agpl-3.0) [![arXiv](https://github.com/smsharma/fermi-gce-flows/blob/master/https://img.shields.io/badge/arXiv-2110.06931%20-green.svg)](https://github.com/smsharma/fermi-gce-flows/blob/master/https://arxiv.org/abs/2110.06931) ![Summary of model.](https://github.com/smsharma/fermi-gce-flows/blob/master/paper/arXiv-v1/plots/hig.png) ## Abstract The nature of the _Fermi_ gamma-ray Galactic Center Excess (GCE) has remained a persistent mystery for over a decade. Although the excess is broadly compatible with emission expected due to dark matter annihilation, an explanation in terms of a population of unresolved astrophysical point sources e.g., millisecond pulsars, remains viable. The effort to uncover the origin of the GCE is hampered in particular by an incomplete understanding of diffuse emission of Galactic origin. This can lead to spurious features that make it difficult to robustly differentiate smooth emission, as expected for a dark matter origin, from more "clumpy" emission expected for a population of relatively bright, unresolved point sources. We use recent advancements in the field of simulation-based inference, in particular density estimation techniques using normalizing flows, in order to characterize the contribution of modeled components, including unresolved point sources, to the GCE. Compared to traditional techniques based on the statistical distribution of photon counts, our machine learning-based method is able to utilize more of the information contained in a given model of the Galactic Center emission, and in particular can perform posterior parameter estimation while accounting for pixel-to-pixel spatial correlations in the gamma-ray map. On application to _Fermi_ data, the method generically attributes a smaller fraction of the GCE flux to unresolved point source-like emission when compared to traditional approaches. We nevertheless infer such a contribution to make up a non-negligible fraction of the GCE across all analysis variations considered, with at least 38+9-19% of the excess being consistent with a point source origin in our baseline analysis. ## Code Dependencies are given in [environment.yml](https://github.com/smsharma/fermi-gce-flows/blob/master/environment.yml). - [simulate.py](https://github.com/smsharma/fermi-gce-flows/blob/master/simulate.py) produces simulated maps for training. In the [scripts](https://github.com/smsharma/fermi-gce-flows/blob/master/scripts/) folder, `sbatch --array=0-999 simulate.sh` parallelizes sample generation in a SLURM HPC environment. - [combine_samples.py](https://github.com/smsharma/fermi-gce-flows/blob/master/combine_samples.py) combines the generated samples into single files in order to use them for training. [scripts/combine_samples.sh](https://github.com/smsharma/fermi-gce-flows/blob/master/scripts/combine_samples.sh) submits this as a SLURM job. - [train.py](https://github.com/smsharma/fermi-gce-flows/blob/master/train.py) trains the model. Experiments are managed using `MLflow'. [scripts/submit_train.py](https://github.com/smsharma/fermi-gce-flows/blob/master/scripts/submit_train.py) can loop over a grid of analysis configurations and submit a SLURM script for each; see options in [train.py](https://github.com/smsharma/fermi-gce-flows/blob/master/train.py). - [nptfit.py](https://github.com/smsharma/fermi-gce-flows/blob/master/nptfit.py) runs a NPTF fit, requiring `NPTFit` to be installed. [scripts/submit_nptfit.py](https://github.com/smsharma/fermi-gce-flows/blob/master/scripts/submit_nptfit.py) submits SLURM scripts for the different configurations explored in the paper. ### Using the pre-trained model - The notebook [notebooks/02_00_analysis_minimal.ipynb](https://github.com/smsharma/fermi-gce-flows/blob/master/notebooks/02_00_analysis_minimal.ipynb) shows a minimal example of loading the pre-trained model included in this repository, drawing samples from it, and reproducing the baseline analysis on _Fermi_ data using the plotting scripts in [utils/plotting.py](https://github.com/smsharma/fermi-gce-flows/blob/master/utils/plotting.py). ## Citation ``` @article{Mishra-Sharma:2021abc, author = "Mishra-Sharma, Siddharth and Cranmer, Kyle", title = "{A neural simulation-based inference approach for characterizing the Galactic Center $\gamma$-ray excess}", year = "2021", eprint = "2110.06931", archivePrefix = "arXiv", primaryClass = "astro-ph.HE", SLACcitation = "%%CITATION = ARXIV:2110.06931;%%" } ``` The repository contains - Code that is part of [sbi](https://github.com/smsharma/fermi-gce-flows/blob/master/https://github.com/mackelab/sbi) for inference, - [Code](https://github.com/smsharma/fermi-gce-flows/blob/master/https://github.com/smsharma/mining-for-substructure-lens) associated with [1909.02005](https://github.com/smsharma/fermi-gce-flows/blob/master/https://arxiv.org/abs/1909.02005) for scripting and data processing, - Code that is part of [NPTFit-Sim](https://github.com/smsharma/fermi-gce-flows/blob/master/https://github.com/nickrodd/NPTFit-Sim) for forward modeling, and - [Code](https://github.com/smsharma/fermi-gce-flows/blob/master/https://github.com/deepsphere/deepsphere-pytorch) associated with [2012.15000](https://github.com/smsharma/fermi-gce-flows/blob/master/https://arxiv.org/abs/2012.15000) for constructing the feature extractor network.

近期下载者

相关文件


收藏者