Papers › Enabling the discovery of fast transients: A kilonova science module for the Fink broker

Enabling the discovery of fast transients: A kilonova science module for the Fink broker

31 Oct 2022arXiv:2210.17433links table onlyarchive 2025-07-28

B. Biswas, E. E. O. Ishida, J. Peloton, A. Moller, M. V. Pruzhinskaya, R. S. de Souza, D. Muthukrishna

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

We describe the fast transient classification algorithm in the center of the kilonova (KN) science module currently implemented in the Fink broker and report classification results based on simulated catalogs and real data from the ZTF alert stream. We used noiseless, homogeneously sampled simulations to construct a basis of principal components (PCs). All light curves from a more realistic ZTF simulation were written as a linear combination of this basis. The corresponding coefficients were used as features in training a random forest classifier. The same method was applied to long (>30 days) and medium (<30 days) light curves. The latter aimed to simulate the data situation found within the ZTF alert stream. Classification based on long light curves achieved 73.87% precision and 82.19% recall. Medium baseline analysis resulted in 69.30% precision and 69.74% recall, thus confirming the robustness of precision results when limited to 30 days of observations. In both cases, dwarf flares and point Type Ia supernovae were the most frequent contaminants. The final trained model was integrated into the Fink broker and has been distributing fast transients, tagged as KN_candidates, to the astronomical community, especially through the GRANDMA collaboration. We showed that features specifically designed to grasp different light curve behaviors provide enough information to separate fast (KN-like) from slow (non-KN-like) evolving events. This module represents one crucial link in an intricate chain of infrastructure elements for multi-messenger astronomy which is currently being put in place by the Fink broker team in preparation for the arrival of data from the Vera Rubin Observatory Legacy Survey of Space and Time.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2210.17433")

Code

Syntology Ran 0 of 14 code samples harvested from 1 repository linked to this paper; 14 have no recorded run.

By repository: official repository: 14 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

b-biswas/kndetect officialmentioned in paperBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 0 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from b-biswas/kndetect. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calc_loss b-biswas/kndetect/kndetect/features.py official repository unverified BSD-3-Clause (permissive) · 94ef65b0db65b453 · report
calc_prediction b-biswas/kndetect/kndetect/features.py official repository unverified BSD-3-Clause (permissive) · 1066477f7c2e13c1 · report
filter_no_coeff_events b-biswas/kndetect/kndetect/predict.py official repository unverified BSD-3-Clause (permissive) · 005fd9c1b9a79aa4 · report
get_event_distirb b-biswas/kndetect/pc_generation/src/Generate_PC_utils.py official repository unverified BSD-3-Clause (permissive) · 2660aa2df0297e58 · report
get_event_type b-biswas/kndetect/kndetect/utils.py official repository unverified BSD-3-Clause (permissive) · 0c57b537829af8a6 · report
get_feature_names b-biswas/kndetect/kndetect/features.py official repository unverified BSD-3-Clause (permissive) · 6a1a894f29deeae9 · report
get_ids_for_target_distrib b-biswas/kndetect/pc_generation/src/Generate_PC_utils.py official repository unverified BSD-3-Clause (permissive) · 121d5e944733f478 · report
get_ids_of_eqally_spaced_objects b-biswas/kndetect/pc_generation/src/Generate_PC_utils.py official repository unverified BSD-3-Clause (permissive) · cf29d42db1872f95 · report
get_performance_statistics_df b-biswas/kndetect/kndetect/plot_lightcurve.py official repository unverified BSD-3-Clause (permissive) · 4ec9c0164d2bb6f2 · report
get_y_true_values b-biswas/kndetect/kndetect/training.py official repository unverified BSD-3-Clause (permissive) · bcb5c60e6eb55339 · report
load_pcs b-biswas/kndetect/kndetect/utils.py official repository unverified BSD-3-Clause (permissive) · 1c327719570d1402 · report
plot_light_curve b-biswas/kndetect/kndetect/plot_lightcurve.py official repository unverified BSD-3-Clause (permissive) · 5c442545cb33ac6a · report
snana_ob_type_name b-biswas/kndetect/kndetect/utils.py official repository unverified BSD-3-Clause (permissive) · 0517b87cc747e72a · report
ztf_ob_type_name b-biswas/kndetect/pc_generation/src/io_utils.py official repository unverified BSD-3-Clause (permissive) · f2864ad683433f97 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections