{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/oracle-a-real-time-hierarchical-deep-learning","title":"ORACLE: A Real-Time, Hierarchical, Deep-Learning Photometric Classifier for the LSST","arxiv_id":"2501.01496","date":"2025-01-02","proceeding":null,"authors":["Ved G. Shah","Alex Gagliano","Konstantin Malanchev","Gautham Narayan","The LSST Dark Energy Science Collaboration"],"abstract":"We present ORACLE, the first hierarchical deep-learning model for real-time, context-aware classification of transient and variable astrophysical phenomena. ORACLE is a recurrent neural network with Gated Recurrent Units (GRUs), and has been trained using a custom hierarchical cross-entropy loss function to provide high-confidence classifications along an observationally-driven taxonomy with as little as a single photometric observation. Contextual information for each object, including host galaxy photometric redshift, offset, ellipticity and brightness, is concatenated to the light curve embedding and used to make a final prediction. Training on $\\sim$0.5M events from the Extended LSST Astronomical Time-Series Classification Challenge, we achieve a top-level (Transient vs Variable) macro-averaged precision of 0.96 using only 1 day of photometric observations after the first detection in addition to contextual information, for each event; this increases to $>$0.99 once 64 days of the light curve has been obtained, and 0.83 at 1024 days after first detection for 19-way classification (including supernova sub-types, active galactic nuclei, variable stars, microlensing events, and kilonovae). We also compare ORACLE with other state-of-the-art classifiers and report comparable performance for the 19-way classification task, in addition to delivering accurate top-level classifications much earlier. The code and model weights used in this work are publicly available at our associated GitHub repository (https://github.com/uiucsn/ELAsTiCC-Classification).","url_abs":"https://arxiv.org/abs/2501.01496v1","url_pdf":"https://arxiv.org/pdf/2501.01496v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"oracle-a-real-time-hierarchical-deep-learning","repo_url":"https://github.com/uiucsn/elasticc-classification","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"classification-1","task_name":"Classification"},{"task_slug":"time-series-classification","task_name":"Time Series Classification"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2501.01496","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2501.01496"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/uiucsn/elasticc-classification","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":8},"by_repo_kind":{"official":{"samples":8,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"f54f3d28d7a8e2ab","entry":"augment_ts_length_to_days_since_trigger","repo":"uiucsn/elasticc-classification","repo_kind":"official","path":"src/astroOracle/dataloader.py","file_url":"https://github.com/uiucsn/elasticc-classification/blob/HEAD/src/astroOracle/dataloader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f54f3d28d7a8e2ab"}},{"code_sha256_prefix":"12c54735848970f0","entry":"get_highest_prob_path","repo":"uiucsn/elasticc-classification","repo_kind":"official","path":"src/astroOracle/taxonomy.py","file_url":"https://github.com/uiucsn/elasticc-classification/blob/HEAD/src/astroOracle/taxonomy.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"12c54735848970f0"}},{"code_sha256_prefix":"a5f69fc132694f5c","entry":"get_indices_where","repo":"uiucsn/elasticc-classification","repo_kind":"official","path":"src/astroOracle/interpret_results.py","file_url":"https://github.com/uiucsn/elasticc-classification/blob/HEAD/src/astroOracle/interpret_results.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a5f69fc132694f5c"}},{"code_sha256_prefix":"b70b77286087b599","entry":"get_most_likely_path","repo":"uiucsn/elasticc-classification","repo_kind":"official","path":"src/astroOracle/taxonomy.py","file_url":"https://github.com/uiucsn/elasticc-classification/blob/HEAD/src/astroOracle/taxonomy.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b70b77286087b599"}},{"code_sha256_prefix":"a69c4160ce8a2773","entry":"get_prediction_probs","repo":"uiucsn/elasticc-classification","repo_kind":"official","path":"src/astroOracle/taxonomy.py","file_url":"https://github.com/uiucsn/elasticc-classification/blob/HEAD/src/astroOracle/taxonomy.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a69c4160ce8a2773"}},{"code_sha256_prefix":"77cc4733c4218c23","entry":"get_ts_upto_days_since_trigger","repo":"uiucsn/elasticc-classification","repo_kind":"official","path":"src/astroOracle/dataloader.py","file_url":"https://github.com/uiucsn/elasticc-classification/blob/HEAD/src/astroOracle/dataloader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"77cc4733c4218c23"}},{"code_sha256_prefix":"f53c76364c62b293","entry":"load","repo":"uiucsn/elasticc-classification","repo_kind":"official","path":"src/astroOracle/dataloader.py","file_url":"https://github.com/uiucsn/elasticc-classification/blob/HEAD/src/astroOracle/dataloader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f53c76364c62b293"}},{"code_sha256_prefix":"10982aae3770c25a","entry":"parse_args","repo":"uiucsn/elasticc-classification","repo_kind":"official","path":"src/astroOracle/class_summaries.py","file_url":"https://github.com/uiucsn/elasticc-classification/blob/HEAD/src/astroOracle/class_summaries.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"10982aae3770c25a"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}