IEEE A Comprehensive Approach To Multiple Threat Detection Using Edge Computing and Advance Object Detection
IEEE A Comprehensive Approach To Multiple Threat Detection Using Edge Computing and Advance Object Detection
C. Passive Detection:
Passive Missile Warning Systems detect the heat emitted by
the missile's flame rather than emitting their own signals and
detecting reflections. The challenge is to distinguish missile
heat signatures from background noise. Passive detection
mainly uses two spectral regions: the Infrared (IR) band and
the Ultraviolet (UV) band.
D. Infrared Sensing:
All objects emit IR energy if they are above absolute zero
(0°K). Hotter objects emit more energy, and the peak
wavelength decreases as the temperature increases. IR
Figure 1.3: Constituents of UV spectral band UVC, UVB and UVA energy behaves similarly to visible light, traveling in straight
lines and being reflected or absorbed upon hitting surfaces.
For detecting heat-seeking missiles, IR radiation from all IR-based missile warning systems must filter out numerous
sources except rockets is considered background clutter, detected objects before issuing a warning.
which can reduce the effectiveness of missile detection
systems. Fortunately, most IR energy emitted by the Earth's E. Ultraviolet Sensing:
surface falls within the 10 μm window, while the Sun's UV detection technology emerged in the early 1950s. It is a
radiation peaks in the visible band and reflects off the dual-use photoelectric detection technology similar to
Earth's surface, dominating the region above 3 μm and infrared and laser detection. UV radiation from the sun is
leaving a window around 4 μm for missile detection. The absorbed by the atmosphere, creating a relatively uniform
sky also reflects and scatters a certain amount of IR, but its UV background. This uniformity allows for easy
intensity is lower than that of the Earth's surface. discrimination of aircraft and other objects against the UV
background. The UV spectrum ranges from 100nm to
The relative amounts of IR energy emitted at various 400nm, with specific regions useful for detection.
wavelengths for different temperatures. The prominent
wavelengths for CO, CO2, and H2O and their intensities are F. Previous Research and Development:
observable in missile plumes.
After an IR-guided missile is launched, it autonomously A. Collecting Data:
follows its target until impact or fuel exhaustion. This "fire- Many online datasets are available for building a CNN
and-forget" capability means the missile continuously image classifier. However, the required dataset for this study
adjusts its trajectory toward the target. However, the is unique and classified, so it's not publicly accessible.
missile's direction change does not happen instantaneously. Ideally, a Solar Blind UV camera would record UV videos
of missiles, but since this camera is unavailable, missile
The threat of MANPADS has led to the development of videos from public sources like YouTube were used. These
unguided missile warning sensors. These sensors use wide videos are in the visible spectrum and include background
field-of-view UV or infrared detectors to sense missile clutter, lacking UV plume details, as shown in Figure 3.1.
plume emissions Extensive processing is needed to isolate the plume from the
background in these videos.
G. UV Atmospheric Scattering:
Solar radiation is absorbed by ozone in the stratosphere and
troposphere, creating a dark mid-UV region in the
atmosphere. This allows missile plume UV emissions to be
detected against a dark background, providing high contrast.
However, atmospheric scattering limits detection range,
spreading the plume image and creating a radiance field
around the point source.
H. Data Labeling:
Figure 3.4: Aircraft Flying Over High Power Transmission (High For instance, if you want to create a system that can detect
Transmission Wires Emitting Corona) airplanes in images, you need to train the deep learning
model with a dataset that includes video frames and the
F. Scenario 4 – Formation Flying: coordinates of a bounding box around each airplane, as
Figure 3.5 illustrates a scenario where two aircraft are flying shown in Figure 3.7. If there are different types of objects to
in formation, and a missile chases both initially. The camera identify, each object needs a class label.
on one aircraft's tail captures the missile changing its
trajectory to follow the other aircraft. This scenario helps In object detection, the dataset includes the original image
train the system to identify when a detected missile is not a and five values for each object: the class label and the
threat to the subject aircraft, despite the increasing intensity coordinates of the bounding box where the object is located.
and size of the plume. These values can be formatted as (class xmin ymin xmax
ymax) or (class xmin ymin width height).
IV. RESULTS
Here are the results of our algorithm, on which we test Figure 4.3: Detection Of Decreasing Plume
different scenarios (plume, corona, approaching missile) etc.
The approach velocity of a threat can be estimated using
V. CONCLUSION
certain calculations, though it won't give the exact speed.
This estimate is useful for distinguishing between a missile
and another aircraft since missiles and aircraft typically have Passive missile warning systems are vital components of the
different approach speeds. Missiles tend to approach much Electronic Support (ES) systems in an Electronic Warfare
faster compared to other aircraft. This differentiation helps (EW) suite on aircraft. These systems alert pilots and guide
in classifying and identifying the type of threat more Electronic Countermeasure (ECM) systems, such as
accurately. Directed Infrared Countermeasures (DIRCM), to defend
against incoming guided missiles.
A. Future Work