<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Use of Machine Learning for Anomaly Detection Problem in Large Astronomical Databases</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Central Aerohydrodynamic Institute</institution>
          ,
          <addr-line>1 Zhukovsky st, Zhukovsky, Moscow Region, 140180</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Lomonosov Moscow State University, Sternberg Astronomical Institute</institution>
          ,
          <addr-line>Universitetsky pr. 13, Moscow, 119234</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Moscow Institute of Physics and Technology</institution>
          ,
          <addr-line>9 Institutskiy per., Dolgoprudny, Moscow Region, 141701</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>National Research University Higher School of Economics</institution>
          ,
          <addr-line>21/4 Staraya Basmannaya Ulitsa, Moscow, 105066</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Space Research Institute of the Russian Academy of Sciences (IKI)</institution>
          ,
          <addr-line>84/32 Profsoyuznaya Street, Moscow, 117997</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff5">
          <label>5</label>
          <institution>Université Clermont Auvergne</institution>
          ,
          <addr-line>CNRS/IN2P3, LPC, F-63000 Clermont-Ferrand</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <fpage>205</fpage>
      <lpage>216</lpage>
      <abstract>
        <p>In this work, we address the problem of anomaly detection in large astronomical databases by machine learning methods. The importance of such study is justified by the presence of a large amount of astronomical data that cannot be processed only by human resource. We focus our attention on finding anomalous light curves in the Open Supernova Catalog. Few types of anomalies are considered: the artifacts in the data, the cases of misclassification and the presence of previously unclassified objects. On a dataset of ~ 2000 supernova (SN) candidates, we found several interesting anomalies: one active galactic nucleus (SN2006kg), one binary microlensing event (Gaia16aye), representatives of rare classes of SNe such as super-luminous supernovae, and highly reddened objects.</p>
      </abstract>
      <kwd-group>
        <kwd>Machine learning</kwd>
        <kwd>Isolation forest</kwd>
        <kwd>Gaussian processes</kwd>
        <kwd>Supernovae</kwd>
        <kwd>Transients</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        During the last couple of decades, astronomy eventually became the source of huge
amounts of data produced by different dedicated surveys and experiments, which
require careful processing to extract valuable information. Gigabytes of data are collected
daily in every domain of electromagnetic spectrum: in high-energy range [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], optics [
        <xref ref-type="bibr" rid="ref2 ref3">2,
3</xref>
        ], and radio [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], as well as in cosmic particles window [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and gravitational waves [
        <xref ref-type="bibr" rid="ref6 ref7">6,
7</xref>
        ]. The search for yet unknown statistically significant features of astronomical objects,
as well as the distinction of real features from processing artifacts is an important
problem of the automated data analysis.
      </p>
      <p>
        Supernovae (SNe) are among the most numerous objects discovered in astronomy,
and their total amount increases by several thousand per year. These objects help to
solve many astronomical puzzles: they produce the majority of heavy chemical
elements [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and high energy cosmic rays [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], they trigger star formation in galaxies [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
Moreover, the study of different types of SNe allows us to probe the composition and
distance scale of the Universe imposing strong constraints on the standard cosmological
model [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. In the last 15 years several large surveys have already gathered many
observational data on SNe and their candidates (Carnegie Supernova Project – CSP [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
the Panoramic Survey Telescope and Rapid Response System – Pan-STARRS [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and
the Dark Energy Survey – DES [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]). The surveys of new generation, like Large
Synoptic Survey Telescope [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], will produce data of unprecedented volume and
complexity.
      </p>
      <p>
        The exponential growth of astronomical data volume makes the use of machine
learning (ML) methods inevitable in this field [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Most of the ML efforts in astronomy
are concentrated in classification [e.g., 17] and regression [e.g., 18] tasks. A large
variety of ML methods were applied to supervised photometric SN classification problem
[
        <xref ref-type="bibr" rid="ref19 ref20 ref21">19–21</xref>
        ] and unsupervised characterization from spectroscopic observation [e.g., 22].
      </p>
      <p>
        Astronomical anomaly detection is the field where ML methods may be used quite
effectively taking into account the enormous amount of data that has been gathered,
however, they have not been fully implemented yet. Barring a few exceptions, most of
the previous studies may be divided into only two different trends: clustering [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] and
subspace analysis [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] methods. More recently, random forest algorithms have been
used extensively by themselves [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] or in hybrid statistical analysis [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. Although all
of this has been done to periodic variables there is not much done for transients and
even less for supernovae.
      </p>
      <p>Supernovae surveys detect hundreds of SNe candidates per year, but the lack of
spectroscopic information makes the processing algorithms to classify discovered SNe
basing on secondary features (proximity to the galaxy, monotonous flux changing with
time, absolute magnitude, etc.) Anomaly detection may solve two problems: (a)
minimize the contamination of non-SNe in large supernova databases, and (b) find inside
the SNe data rare or new classes of objects with unusual properties.</p>
      <p>
        In this paper, we suggest the algorithm of anomaly detection using the isolation forest
method and basing on real photometrical data from the Open Supernova Catalog (OSC)
[
        <xref ref-type="bibr" rid="ref27 ref28">27, 28</xref>
        ].
2.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Open Supernova Catalog</title>
      <p>
        The Open Supernova Catalog [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] is constructed by combining many publicly available
data sources. It includes many catalogs and surveys, such as Pan-STARRS [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ], the
SDSS Supernova Survey [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ], the All-Sky Automated Survey for Supernovae
(ASASSN [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ]), the intermediate Palomar Transient Factory (iPTF [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]) among others, as well
as information from individual studies. It represents an open repository for supernova
metadata, light curves, and spectra in an easily downloadable format. This catalog also
includes some contamination from non-SN objects. It contains data for more than 55000
SNe candidates among which ~13000 objects have &gt;10 photometric observations and
for ~7500 spectra are available.
      </p>
      <p>
        The catalog stores the light curves (LCs) data in different magnitude systems. Since
we need a homogeneous data sample, we extracted only the LCs in BRI, gri, and g’r’i’
filters. We assume, that g’r’i’ filters are close enough to gri filters to consider them as
the same filters. We also transform BRI magnitudes to gri using the Lupton’s
photometrical equations [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]. We also require a minimum of three photometric points in each
filter with 3-day binning. After this first cut, our sample consists of ~3000 objects.
2.2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Light Curves Approximation</title>
      <p>
        Traditionally, ML algorithms require a homogeneous input data matrix which,
unfortunately, is not the case with supernovae. A commonly used technique to transform
unevenly distributed data into a uniform grid is to approximate them with Gaussian
processes (GP [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]). Usually, each light curve is approximated by GP independently.
However, in this study we use a Multivariate Gaussian Process [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ] approximation. For each
object it takes into account the correlation between light curves in different bands,
approximating the data by GP in all filters in a one global fit (for details see Kornilov et
al. 2019, in prep.). As an approximation range we chose [–20; +100] days. We also
extrapolated the GP approximation to fill this range if needed. With this technique we
can reconstruct the missing parts of LC from its behavior in other filters.
      </p>
      <p>Gaussian process is based on the so-called kernel, a function describing the
covariance between two observations. The kernel used in our implementation of Multivariate
Gaussian Process is composed of three radial-basis functions
 ( 1,  2) = 
−( 2− 1)2
2 2
where i denotes the photometric band, and li are the parameters of Gaussian process to
be found from the light curve approximation. In addition, Multivariate Gaussian Process
kernel includes 6 constants, three of which are unit variances of basis processes and
three others describe their pairwise correlations. Totally, Multivariate Gaussian Process
has 9 parameters to be fitted.</p>
      <p>Once the Multivariate Gaussian Process approximation was done, we visually
inspected the resulting light curves. Those SNe with unsatisfactory approximation were
removed from the sample (mainly the objects with bad photometric quality). Since each
object has its own flux scale due to the different origin and different distance, we
normalized the flux vector by its maximum value. Based on the results of this
approximation, for each object we extracted the kernel parameters, the log-likelihood of the fit,
LC maximum and normalized photometry in the range of [−20, +100] days with 1- day
interval relative to the maximum. These values were used as features for the ML
algorithm (Sect. 3). Our final sample consists of 1999 objects, ∼30% of which have at least
one spectrum in the OSC. Less than 5% of our sample have &lt;20 photometric points in
all three filters.
2.3</p>
    </sec>
    <sec id="sec-4">
      <title>Dimensionality Reduction</title>
      <p>After the approximation procedure, each object has 374 features: 121×3 normalized
fluxes, the LC flux maximum, 9 fitted parameters of the Gaussian process kernel, and
the log-likelihood of the fit.</p>
      <p>
        We apply the anomaly detection algorithm not only to the full data set but also to the
dimensionality-reduced data. The reason for this is that the initial high dimensional
feature space can be too sparse for the successful performance of the isolation forest
algorithm. We applied t-SNE [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ], a variation of the stochastic neighbor embedding method
[
        <xref ref-type="bibr" rid="ref37">37</xref>
        ], for the dimensionality reduction of the data. As a result of the dimensionality
reduction, we obtain 8 separate reduced data sets corresponding to 2 to 9 t-SNE features
(dimensions).
      </p>
    </sec>
    <sec id="sec-5">
      <title>3 Anomaly Detection</title>
      <p>3.1</p>
    </sec>
    <sec id="sec-6">
      <title>Isolation Forest</title>
      <p>
        Isolation forest [
        <xref ref-type="bibr" rid="ref38 ref39">38, 39</xref>
        ] is an outlier detection technique that identifies anomalies
instead of normal observations. It is built on an ensemble of random isolation trees. Each
isolation tree is a space-partitioning tree similar to the widely known Kd-tree [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ].
However, in contrast to the Kd-tree, a space coordinate (a feature) and a split value are
selected at random for every node of the isolation tree. The tree is built until each object
of a sample is isolated in a separate leaf – the shorter path corresponds to a higher
anomaly score. For each object, the measure of its normality is the arithmetic average
of the depths of the leaves into which it is isolated. The idea of identifying normal data
vs. anomalies is presented in Fig. 1.
      </p>
      <p>Fig. 1. This scikit-learn example presents the generated 2D dataset. Regions of high
density are normal data while the outliers are spread around, which is also illustrated by the
colour – bluer colour means more anomalous behaviour</p>
      <p>Fig. 2. Three-dimensional t-SNE reduced data after application of the isolation forest
algorithm. Each point represents a supernova light curve from the data set projected into the
threedimensional space with the coordinates (x1, x2, x3). The intensity of the colour indicates the
anomaly score for each object as estimated by the isolation forest algorithm – bluer colour
means more anomalous light curve behaviour
We run the isolation forest algorithm on 10 data sets:</p>
      <p>I. data set of 364 photometric characteristics (121×3 normalized fluxes, the LC flux
maximum),</p>
      <p>II. data set of 10 parameters of the Gaussian process (9 fitted parameters of the
kernel, the log-likelihood of the fit),</p>
      <p>III. 8 data sets obtained by reducing 374 features to 2–9 t-SNE dimensions (Sect.
2.3).</p>
      <p>For each data set we obtained a list of anomalies. Contamination levels were set to
1% (20 objects with highest anomaly score) for data sets I and II. For all data sets in
case III we considered 2% contamination (40 objects with highest anomaly score). This
larger contamination was chosen to take into account the influence of the dimensionality
reduction step in the final data configuration. Given different representations of the data
and the stochastic nature of the isolation forest algorithm, the same object can be
assigned a different anomaly score depending on how many t-SNE dimensions are used.
Thus, only those objects which were listed within the 2% contamination in at least 2 of
the data sets in case III were included in the resulting group of objects to further
astrophysical analysis.</p>
      <p>An example of the isolation forest algorithm applied to the three-dimensional
reduced data set is shown in Fig. 3.
3.2</p>
    </sec>
    <sec id="sec-7">
      <title>Evaluation of t-SNE Technique</title>
      <p>Since t-SNE is a stochastic technique, we have also taken additional precautions to
ensure that the resulting anomaly list does not depend on the t-SNE initial random state.
For each number of dimensions, we run the t-SNE 1000 times. Then, the isolation forest
algorithm is applied to the newly obtained reduced dataset and a list of anomalies is
produced. Next, we counted how often each supernova is listed in the anomaly list. Fig.
3 shows the distribution of supernovae by the frequency of appearance in anomaly list
for the three-dimensional t-SNE reduced dataset (filled bars). The y-axis is normalized
to the total number of runs.</p>
      <p>Fig. 3. The distribution of supernovae by the frequency of appearance in anomaly list for the
three-dimensional t-SNE reduced dataset (filled bars). The red line denotes 2% of supernovae
with the highest anomaly score contamination (40 objects). The distribution of supernovae that
were subjected to the further analysis as anomalies in this work are marked by dashed line. The
y-axis is normalized to the total number of runs (i.e., 1000)
The isolation forest algorithm found ~100 anomalies among 1999 objects from all our
samples. We inspected visually the LCs of selected anomalies and analyzed them using
other publicly available information. Basing on this analysis, we decided whether the
object is an anomaly or not. Among the detected anomalies, there are few cases of
missclassifications, representatives of rare classes of SNe and highly reddened objects. Here
we list a few particular cases.
4.1</p>
    </sec>
    <sec id="sec-8">
      <title>Peculiar Supernovae</title>
      <p>
        By their spectral and photometric characteristics, the “normal” supernovae are
historically divided into two wide types: Type I and Type II. The more recent classification
distinguishes Type Ia, Ib, Ic, IIn, IIb, IIP, IIL supernovae. In terms of physics Type Ia
SNe are a thermonuclear explosion of a white dwarf which mass exceeded the
Chandrasekhar limit either due to accretion from a companion star or by a merging of two
white dwarfs [
        <xref ref-type="bibr" rid="ref41 ref42 ref43">41–43</xref>
        ]. These SNe tend to have approximately the same luminosity in
maximum and are considered as standard candles for cosmological scale estimates [
        <xref ref-type="bibr" rid="ref44 ref45">44,
45</xref>
        ]. However, the class of SNe Ia is not homogeneous – some of SNe are on average
by 0.2–0.3 magnitudes brighter in maximum than others and some of them are on the
contrary subluminous and fast-declining [
        <xref ref-type="bibr" rid="ref46 ref47">46, 47</xref>
        ]. The presence of non-standard SNe Ia
in cosmological samples may introduce a systematic bias [
        <xref ref-type="bibr" rid="ref48">48</xref>
        ].
      </p>
      <p>Other types of SNe mark the death of massive stars during the collapse of the core.
The envelopes of these stars extend to hundreds of solar radii and contain large amounts
of hydrogen (Type II). More massive progenitors of core-collapse supernovae can lose
mass by the stellar wind and end their lives losing all (Ib) or part of the hydrogen
envelope (IIb). An even more effective stellar wind can blow out not only the hydrogen but
also the helium envelope (Ic).</p>
      <p>
        SN2013cv is a peculiar Type Ia supernova with a large peak optical and UV
luminosity and with an absence of iron absorption lines in the early spectra. It was suggested
[
        <xref ref-type="bibr" rid="ref49">49</xref>
        ] to be an intermediate case between the normal and super-Chandrasekhar events.
      </p>
      <p>
        SN2016bln/iPTF16abc belongs to a subtype of over-luminous Type Ia SNe. Its
early-time observations show a peculiar rise time, non-evolving blue colour, and
unusual strong C II absorption. These features can be explained by the ejecta interaction
with nearby, unbound material or/and significant 56Ni mixing within the SN ejecta [
        <xref ref-type="bibr" rid="ref50">50</xref>
        ].
      </p>
      <p>
        SN2016ija was first suggested to be an early time 91T-like SN Ia with few features
and red continuum. It has been also associated to the outburst in an obscured luminous
blue variable, an intermediate luminosity red transient or a luminous red nova [
        <xref ref-type="bibr" rid="ref51">51</xref>
        ]. The
subsequent spectroscopic follow-up revealed broad Hα and calcium features, leading to
a classification as a highly extinguished Type II supernova [
        <xref ref-type="bibr" rid="ref52">52</xref>
        ].
4.2
      </p>
    </sec>
    <sec id="sec-9">
      <title>Superluminous SNe</title>
      <p>
        Superluminous SNe are supernovae with an absolute peak magnitude M&lt;–21 mag in
any band. According to [
        <xref ref-type="bibr" rid="ref53">53</xref>
        ] SLSN can be divided into three broad classes: SLSN-I
without hydrogen in their spectra, hydrogen-rich SLSN-II that often show signs of
interaction with CSM, and finally, SLSN-R, a rare class of hydrogen-poor events with
slowly evolving LCs, powered by the radioactive decay of 56Ni. SLSN-R are suspected
to be pair-instability supernovae: the deaths of stars with initial masses between 140
and 260 solar masses. Our isolation forest algorithm found 4 SLSNe in our samples.
4.3
      </p>
    </sec>
    <sec id="sec-10">
      <title>Misclassifications</title>
      <p>
        SN2006kg was first classified as a possible Type II SN [
        <xref ref-type="bibr" rid="ref54">54</xref>
        ]. It is also appeared as Type
II spectroscopically confirmed supernova in table 6 of [
        <xref ref-type="bibr" rid="ref55">55</xref>
        ]. However, further analysis
of 3.6-m New Technology Telescope spectrum revealed that SN2006kg is an active
galactic nucleus [
        <xref ref-type="bibr" rid="ref30 ref56">56, 30</xref>
        ].
      </p>
      <p>
        Gaia16aye is an object with the most non-SN-like behavior among our set of
outliers. In [
        <xref ref-type="bibr" rid="ref57">57</xref>
        ] it was reported to be a binary microlensing event – gravitational
microlensing of binary systems – the first ever discovered towards the Galactic Plane.
      </p>
      <p>
        Our analysis also revealed that 16 of detected anomalies (all from the SDSS SN
candidate catalog [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]) are likely to be stars or quasars. First, we did not find any signature
of supernovae on the corresponding multicolour light curves. Second, according to
SDSS DR15 [
        <xref ref-type="bibr" rid="ref58">58</xref>
        ], 10 of these objects are denoted as STAR. The other 6 objects have a
BOSS [
        <xref ref-type="bibr" rid="ref59">59</xref>
        ] spectrum with class "QSO" and have high redshifts.
      </p>
      <p>
        More detailed analysis of the detected anomalies is presented in [
        <xref ref-type="bibr" rid="ref60">60</xref>
        ].
      </p>
    </sec>
    <sec id="sec-11">
      <title>5 Conclusions</title>
      <p>
        The amount of astronomical data increases dramatically with time and is already beyond
human capabilities. The astronomical community already has dozens of thousands of
SN candidates, and LSST survey will discover over ten million supernovae in the
forthcoming decade [
        <xref ref-type="bibr" rid="ref61">61</xref>
        ]. Only a small fraction of them will receive a spectroscopic
confirmation. This motivates a considerable effort in photometric classification of supernovae
by types using machine learning algorithms. There is, however, another aspect of the
problem: any large photometric SN database would suffer from the non-SN
contamination (novae, kilonovae, GRB afterglows, AGNs, etc.). Moreover, the database will
inevitably contain the astronomical objects with unusual physical properties – anomalies.
In this study, we show that the isolation forest algorithm may be rather efficient in
solving this problem. This method identified ~100 potentially interesting objects from 1999
supernova candidates extracted from the Open Supernova Catalog, ~30% of which were
confirmed to be non-SN events or representatives of the rare SN classes. Among these
objects, we report for the first time the 16 star/quasar-like objects misclassified as SNe.
      </p>
      <p>It is important to note that these results are not expected to be complete. There are
several known SLSNe in our sample, which were not identified as anomalies, and
several objects with very distinguishing features, which do not affect the LC shape
significantly, so the algorithm missed them. This may indicate some defects in Gaussian
Processes approximation of initial observed LCs. Nevertheless, the above results provide
clear evidence of the effectiveness of automated anomaly detection algorithms for
photometric SN light curve analysis. This approach may be crucial for future surveys, like
LSST, when the enormous amount of data make the search of outliers impossible for
human abilities.</p>
      <p>
        The code of this work and the data are available at http://xray.sai.msu.ru/snad/.
Acknowledgements
M. Pruzhinskaya and M. Kornilov are supported by RFBR grant according to the
research project 18-32-00426 for anomaly analysis and LCs approximation. K.
Malanchev is supported by RBFR grant 18-32-00553 for preparing the Open Supernova
Catalog data. E.E.O. Ishida acknowledges support from CNRS 2017 MOMENTUM
grant and Foundation for the advancement of Theoretical Physics and
Mathematics “BASIS”. A. Volnova acknowledges support from RSF grant
18-12-00522 for analysis of interpolated LCs. We used the equipment funded by the
Lomonosov Moscow State University Program of Development. The authors
acknowledge the support from the Program of Development of M.V. Lomonosov
Moscow State University (Leading Sci-entific School “Physics of stars, relativistic
objects and galaxies”). This research has made use of NASA’s Astrophysics Data
System Bibliographic Services and following Python software packages: NumPy
[
        <xref ref-type="bibr" rid="ref62">62</xref>
        ], Matplotlib [
        <xref ref-type="bibr" rid="ref63">63</xref>
        ], SciPy [
        <xref ref-type="bibr" rid="ref64">64</xref>
        ], pandas [
        <xref ref-type="bibr" rid="ref65">65</xref>
        ], and scikit-learn [
        <xref ref-type="bibr" rid="ref66">66</xref>
        ].
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>1. GBM/Fermi Homepage, https://fermi.gsfc.nasa.gov/science/instruments/gbm.html</mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>SDSS-DR12</surname>
            <given-names>Homepage</given-names>
          </string-name>
          , https://www.sdss.org/
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>3. Gaia project Homepage, http://sci.esa.int/gaia/</mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Event</given-names>
            <surname>Horizon Telescope Homepage</surname>
          </string-name>
          , https://eventhorizontelescope.org/
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>5. IceCUBE observatory Homepage, https://icecube.wisc.edu/</mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>LIGO</given-names>
            <surname>Homepage</surname>
          </string-name>
          , https://www.ligo.caltech.edu/
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <article-title>Virgo observatory Homepage, www.virgo-gw</article-title>
          .eu/
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Nomoto</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kobayashi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Tominaga</surname>
          </string-name>
          , N.:
          <article-title>Nucleosynthesis in Stars and the Chemical Enrichment of Galaxies</article-title>
          .
          <source>ARA&amp;A</source>
          <volume>51</volume>
          ,
          <issue>457</issue>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Morlino</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>High-energy cosmic rays from Supernovae</article-title>
          . In Handbook of Supernovae, ed. Athem W. Alsabti and Paul Murdin,
          <volume>1711</volume>
          p. (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Chiaki</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yoshida</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kitayama</surname>
          </string-name>
          , T.:
          <article-title>Low-mass star formation triggered by early Supernova explosions</article-title>
          .
          <source>ApJ</source>
          <volume>762</volume>
          ,
          <issue>50</issue>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Scolnic</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>D.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rest</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al.:
          <article-title>The complete light-curve sample of spectroscopically confirmed SNe Ia from Pan-STARRS1 and cosmological constraints from the combined pantheon sample</article-title>
          .
          <source>ApJ</source>
          <volume>859</volume>
          ,
          <issue>101</issue>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>12. Carnegie Supernova Project Homepage, https://csp.obs.carnegiescience.edu/</mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <article-title>Panoramic Survey Telescope and Rapid Response System Homepage</article-title>
          , https://panstarrs.stsci.edu/
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>14. Dark Energy Survey Homepage, https://www.darkenergysurvey.org/</mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>15. Large Synoptic Survey Telescope Homepage, https://www.lsst.org/</mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Ball</surname>
            ,
            <given-names>N.M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Brunner</surname>
            ,
            <given-names>R.J.</given-names>
          </string-name>
          :
          <article-title>Data mining and machine learning in astronomy</article-title>
          .
          <source>International Journal of Modern Physics D</source>
          <volume>19</volume>
          ,
          <issue>1049</issue>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Ishida</surname>
            ,
            <given-names>E.E.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beck</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>González-Gaitán</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al.:
          <article-title>Optimizing spectroscopic follow-up strategies for supernova photometric classification with active learning</article-title>
          .
          <source>MNRAS 483</source>
          ,
          <issue>2</issue>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Beck</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ishida</surname>
            ,
            <given-names>E.E.O.</given-names>
          </string-name>
          , et al.:
          <article-title>On the realistic validation of photometric redshifts</article-title>
          .
          <source>MNRAS 468</source>
          ,
          <issue>4323</issue>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Brunel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pasquet</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pasquet</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , et al.:
          <article-title>A CNN adapted to time series for the classification of Supernovae</article-title>
          . arXiv e-prints, p. arXiv:
          <year>1901</year>
          .
          <volume>00461</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Pasquet</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pasquet</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chaumont</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and Fouchez D.:
          <article-title>PELICAN: deeP architecturE for the LIght Curve ANalysis</article-title>
          . arXiv e-prints, p. arXiv:
          <year>1901</year>
          .
          <volume>01298</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Möller</surname>
          </string-name>
          , A. and
          <string-name>
            <surname>de Boissière</surname>
          </string-name>
          , T.:
          <article-title>SuperNNova: an open-source framework for Bayesian, Neural Network based supernova classification</article-title>
          . arXiv e-prints, p. arXiv:
          <year>1901</year>
          .
          <volume>06384</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Muthukrishna</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parkinson</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Tucker</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>DASH: Deep learning for the automated spectral classification of Supernovae and their Hosts</article-title>
          . arXiv e-prints, p. arXiv:
          <year>1903</year>
          .
          <volume>02557</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Rebbapragada</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Protopapas</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brodley</surname>
            ,
            <given-names>C.E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Alcock</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Finding anomalous peri-odic time series</article-title>
          .
          <source>Machine Learning</source>
          <volume>74</volume>
          ,
          <issue>281</issue>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Henrion</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hand</surname>
            ,
            <given-names>D.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gandy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mortlock</surname>
            ,
            <given-names>D.J.:</given-names>
          </string-name>
          <article-title>CASOS: a subspace method for anom-aly detection in high dimensional astronomical databases</article-title>
          .
          <source>Statistical Analysis and Data Min-ing: The ASA Data Science Journal</source>
          <volume>6</volume>
          ,
          <issue>53</issue>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Baron</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poznanski</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>The weirdest SDSS galaxies: results from an outlier detection algorithm</article-title>
          .
          <source>MNRAS 465</source>
          ,
          <issue>4530</issue>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Nun</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pichara</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Protopapas</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kim</surname>
          </string-name>
          , D.-W.:
          <article-title>Supervised detection of anomalous light curves in massive astronomical catalogs</article-title>
          .
          <source>ApJ</source>
          <volume>793</volume>
          ,
          <issue>23</issue>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Guillochon</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parrent</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kelley</surname>
            ,
            <given-names>L.Z.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Margutti</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>An open catalog for Supernova Data</article-title>
          .
          <source>ApJ 835</source>
          ,
          <issue>64</issue>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>28. Open Supernova Catalog Homepage, https://sne.space/</mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Chambers</surname>
            ,
            <given-names>K.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Magnier</surname>
            ,
            <given-names>E.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Metcalfe</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , et al.:
          <article-title>The Pan-STARRS1 Surveys</article-title>
          . arXiv eprints,
          <source>arXiv:1612.05560</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Sako</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bassett</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>A.C.</given-names>
          </string-name>
          , et al.:
          <article-title>The data release of the Sloan Digital Sky SurveyII Supernova Survey</article-title>
          .
          <source>PASP 130</source>
          ,
          <issue>064002</issue>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Holoien</surname>
          </string-name>
          , T.W.-S.,
          <string-name>
            <surname>Brown</surname>
            ,
            <given-names>J.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vallely</surname>
            ,
            <given-names>P.J.</given-names>
          </string-name>
          , et al.:
          <article-title>The ASAS-SN bright supernova catalogue-IV</article-title>
          .
          <year>2017</year>
          . MNRAS 484,
          <year>1899</year>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nugent</surname>
            ,
            <given-names>P. E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kasliwal</surname>
            ,
            <given-names>M.M.:</given-names>
          </string-name>
          <article-title>Intermediate palomar transient factory: realtime image subtraction pipeline</article-title>
          .
          <source>PASP 128</source>
          ,
          <issue>114502</issue>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Lupton</surname>
          </string-name>
          <article-title>'s transformation equations for SDSS</article-title>
          , http://www.sdss3.org/dr8/algorithms/sdssUBVRITransform.php
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Rasmussen</surname>
            ,
            <given-names>C.E.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>C.K.I.</given-names>
          </string-name>
          :
          <article-title>Gaussian Processes for Machine Learning (Adaptive Computation and Machine Learning)</article-title>
          . The MIT Press (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Multivariate Gaussian</surname>
          </string-name>
          <article-title>Processes code</article-title>
          , http://gp.snad.space/en/latest
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Maaten</surname>
          </string-name>
          , L. v. d. and
          <string-name>
            <surname>Hinton</surname>
          </string-name>
          , G.:
          <article-title>Visualizing data using t-SNE</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>9</volume>
          ,
          <issue>2579</issue>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Hinton</surname>
            ,
            <given-names>G.E.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Roweis</surname>
          </string-name>
          , S.T.:
          <source>Advances in neural information processing systems</source>
          ,
          <volume>857</volume>
          -
          <fpage>864</fpage>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ting</surname>
            ,
            <given-names>K.M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Z.-H.</given-names>
          </string-name>
          : In 2008 Eighth IEEE International Conference on Data Mining,
          <fpage>413</fpage>
          -
          <lpage>422</lpage>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ting</surname>
            ,
            <given-names>K.M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Z.-H.</given-names>
          </string-name>
          :
          <article-title>Isolation-based Anomaly Detection</article-title>
          .
          <source>ACM Trans. Knowl. Discov. Data 6</source>
          ,
          <issue>1</issue>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Bentley</surname>
            ,
            <given-names>J.L.:</given-names>
          </string-name>
          <article-title>Multi dimensional binary search trees used associative searching</article-title>
          .
          <source>Commun. ACM</source>
          <volume>18</volume>
          ,
          <issue>509</issue>
          (
          <year>1975</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Whelan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Iben</surname>
          </string-name>
          ,
          <source>Jr. I.: Binaries and Supernovae of type I. ApJ</source>
          <volume>186</volume>
          ,
          <issue>1007</issue>
          (
          <year>1973</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Iben</surname>
            <given-names>Jr.I.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Tutukov</surname>
            <given-names>A.V.</given-names>
          </string-name>
          :
          <article-title>Supernovae of type I as end products of the evolution of bina-ries with components of moderate initial mass (M not greater than about 9 solar masses)</article-title>
          .
          <source>ApJS 54</source>
          ,
          <issue>335</issue>
          (
          <year>1984</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Webbink</surname>
            ,
            <given-names>R.F.</given-names>
          </string-name>
          :
          <article-title>Double white dwarfs as progenitors of R Coronae Borealis stars and Type I supernovae</article-title>
          .
          <source>ApJ</source>
          <volume>277</volume>
          ,
          <issue>355</issue>
          (
          <year>1984</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <surname>Perlmutter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aldering</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldhaber</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , et al.:
          <article-title>Measurements of Ω and Λ from 42 HighRedshift Supernovae</article-title>
          .
          <source>ApJ 517</source>
          ,
          <issue>565</issue>
          (
          <year>1999</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Riess</surname>
            ,
            <given-names>A.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Filippenko</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Challis</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , et al.:
          <article-title>Observational evidence from Supernovae for an accelerating universe and a cosmological constant</article-title>
          .
          <source>AJ 116</source>
          ,
          <issue>1009</issue>
          (
          <year>1998</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <surname>Filippenko</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richmond</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Branch</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , et al.:
          <article-title>The subluminous, spectroscopically peculiar type IA supernova 1991bg in the elliptical galaxy NGC 4374</article-title>
          .
          <source>AJ 104</source>
          ,
          <issue>1543</issue>
          (
          <year>1992</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          47.
          <string-name>
            <surname>Filippenko</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richmond</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matheson</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , et al.:
          <article-title>The peculiar Type IA SN 1991T - Detonation of a white dwarf? ApJ 384</article-title>
          ,
          <issue>L15</issue>
          (
          <year>1992</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          48.
          <string-name>
            <surname>Scalzo</surname>
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aldering</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antilogus</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , et al.:
          <article-title>A Search for new candidate Super-Chandrasekhar-mass Type Ia Supernovae in the Nearby Supernova Factory Data Set</article-title>
          .
          <source>ApJ 757</source>
          ,
          <issue>12</issue>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          49.
          <string-name>
            <surname>Cao</surname>
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johansson</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nugent</surname>
            ,
            <given-names>P. E.</given-names>
          </string-name>
          , et al.:
          <article-title>Absence of Fast-moving Iron in an Intermediate Type Ia Supernova between normal and super-chandrasekhar</article-title>
          .
          <source>The Astrophysical Journal</source>
          <volume>823</volume>
          ,
          <issue>147</issue>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          50.
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Piro</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          , et al.:
          <article-title>Early Observations of the Type Ia Supernova iPTF 16abc: A Case of Interaction with Nearby, Unbound Material and/or Strong Ejecta Mixing</article-title>
          .
          <source>ApJ 852</source>
          ,
          <issue>100</issue>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          51.
          <string-name>
            <surname>Blagorodnova</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neill</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kasliwal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al.:
          <article-title>Follow-up observations of DLT16am/AT2016ija with SEDM</article-title>
          .
          <source>The Astronomer's Telegram</source>
          ,
          <volume>9787</volume>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          52.
          <string-name>
            <surname>Tartaglia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sand</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Valenti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al.:
          <article-title>The Early Detection and Follow-up of the Highly Obscured Type II Supernova 2016ija/DLT16am</article-title>
          . ApJ
          <volume>853</volume>
          ,
          <issue>62</issue>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          53.
          <string-name>
            <surname>Gal-Yam</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <source>Luminous Supernovae. Science</source>
          <volume>337</volume>
          ,
          <issue>927</issue>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          54.
          <string-name>
            <surname>Bassett</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brewington</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , et al.
          <source>: SUPERNOVAE 2006kg-2006lc. Central Bureau Electronic Telegrams</source>
          <volume>688</volume>
          ,
          <issue>1</issue>
          (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          55.
          <string-name>
            <surname>Sako</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bassett</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al.:
          <article-title>The Sloan Digital Sky Survey-II Supernova Survey: Search Algorithm and Follow-up Observations</article-title>
          .
          <source>AJ 135</source>
          ,
          <issue>348</issue>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          56.
          <string-name>
            <surname>Östman</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nordin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goobar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al.:
          <article-title>NTT and NOT spectroscopy of SDSS-II supernovae</article-title>
          .
          <source>A&amp;A</source>
          <volume>526</volume>
          ,
          <issue>A28</issue>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          57.
          <string-name>
            <surname>Wyrzykowski</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leto</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Altavilla</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , et al.:
          <article-title>Gaia16aye is a binary microlensing event and is crossing the caustic again</article-title>
          .
          <source>The Astronomer's Telegram</source>
          ,
          <volume>9507</volume>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          58.
          <string-name>
            <surname>SDSS-DR15</surname>
            <given-names>Data</given-names>
          </string-name>
          , http://skyserver.sdss.org/dr15/en/tools/explore/summary.aspx
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          59.
          <string-name>
            <surname>Smee</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gunn</surname>
            ,
            <given-names>J.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uomoto</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al.:
          <article-title>The Multi-object, Fiber-fed Spectrographs for the Sloan Digital Sky Survey and the Baryon Oscillation Spectroscopic Survey</article-title>
          .
          <source>AJ 146</source>
          ,
          <issue>32</issue>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          60.
          <string-name>
            <surname>Pruzhinskaya</surname>
            ,
            <given-names>M.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malanchev</surname>
            ,
            <given-names>K.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kornilov</surname>
            ,
            <given-names>M.V.</given-names>
          </string-name>
          , et al.:
          <article-title>Anomaly Detection in the Open Supernova Catalog</article-title>
          .
          <source>MNRAS</source>
          , Volume
          <volume>489</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>3</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pages</surname>
          </string-name>
          3591-
          <fpage>3608</fpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          61. LSST Science Collaboration et al.
          <source>: LSST Science Book, Version</source>
          <volume>2</volume>
          .0. arXiv e-prints,
          <source>arXiv:0912.0201</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          62.
          <string-name>
            <surname>van der Walt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Colbert</surname>
            ,
            <given-names>S.C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Varoquaux</surname>
          </string-name>
          , G.:
          <article-title>The NumPy Array: A Structure for Efficient Numerical Computation</article-title>
          .
          <source>Computing in Science and Engineering</source>
          <volume>13</volume>
          ,
          <issue>22</issue>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          63.
          <string-name>
            <surname>Hunter</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          :
          <article-title>Matplotlib: A 2D Graphics Environment</article-title>
          .
          <source>Computing in Science and Engineering</source>
          <volume>9</volume>
          ,
          <issue>90</issue>
          (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref64">
        <mixed-citation>
          64.
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliphant</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peterson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , et al.,
          <article-title>SciPy: Open source scientific tools for Python</article-title>
          , http://www.scipy.org/ (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref65">
        <mixed-citation>
          65.
          <string-name>
            <surname>McKinney</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Data Structures for Statistical Computing in Python</article-title>
          . In: van der Walt S.,
          <string-name>
            <surname>Millman</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          . (eds.),
          <source>Proceedings of the 9th Python in Science Conference</source>
          ,
          <volume>51</volume>
          -
          <fpage>56</fpage>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref66">
        <mixed-citation>
          66.
          <string-name>
            <surname>Pedregosa</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varoquaux</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gramfort</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al.:
          <article-title>Scikit-learn: Machine Learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>12</volume>
          ,
          <issue>2825</issue>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>