What is a ghost detection?
A ghost detection is any sensor reading that indicates the presence of a person when none exists, or a duplicate or phantom reading of a real person.
Ghosts can be single false counts, persistent phantom tracks, or intermittent blips that inflate metrics and undermine trust in analytics.
Why it matters
- Ghosts distort occupancy and footfall metrics used for decision making.
 - They trigger unnecessary actions such as lighting, HVAC, or alerts, wasting energy and resources.
 - They erode confidence in automated systems and increase manual verification costs.
 
Common causes of ghost detections by sensor type
Different sensing modalities have different failure modes. Understanding these helps you choose the right sensor and tune processing for your environment.
Radar
- Multipath reflections: radio waves bounce off shiny surfaces, creating delayed echoes that look like extra targets.
 - Clutter and moving objects: HVAC grilles, hanging signs, or doors can create Doppler signatures that resemble people.
 - Low elevation sensitivity: radar can miss or misattribute elevation, producing phantom lateral detections.
 
Cameras (visible-light)
- Lighting changes: shadows, reflections, glare, and flickering lights create false motion.
 - Motion from objects: screens, flags, or moving backgrounds cause motion detection algorithms to trigger.
 - Privacy filtering failures: when anonymization algorithms are applied, they may introduce artifacts that appear as people.
 
LiDAR / depth sensors
- Multipath and surface scattering: complex shapes and reflective materials produce spurious depth points.
 - Ground and ceiling reflections: misinterpreted range returns can show phantom elevation.
 - Low point density: sparse returns make stable tracking difficult and increase fragmentation.
 
Thermal / heat-based sensors
- Environmental heat sources: equipment, ovens, or sunlit surfaces can mimic human thermal signatures.
 - Ventilation and airflow: hot air plumes can shift thermal gradients and look like movement.
 - Sensor saturation or thermal drift: long-term temperature changes can reduce contrast and create instability.
 
Algorithmic mitigation techniques
Many false positives are not just hardware problems — smart processing reduces ghosting substantially.
- Temporal filtering: require sustained detection over a short time window before counting.
 - Spatial smoothing: aggregate adjacent detector cells or pixels to reduce single-point noise.
 - Multi-frame tracking: link detections across frames to confirm consistent motion and trajectories.
 - Elevation-aware filtering: use height or depth thresholds to reject detections that don't match human profiles.
 - Background modeling: maintain an adaptive model of static background to ignore non-person movement.
 - Confidence scoring and thresholds: associate detection confidence and discard low-score events.
 - Sensor fusion: combine data from complementary modalities such as thermal plus PIR or radar plus low-res depth to cross-validate.
 
Each technique trades off responsiveness for robustness; the key is tuning thresholds for your operational requirements.