A Primer on Evolutionary Frameworks for Near-Field Multi-Source Localization

TL;DR

Introduced NEMO-DE and NEEF-DE evolutionary frameworks for near-field multi-source localization, avoiding grid mismatch errors.

cs.NE 🔴 Advanced 2026-03-08 12 views
Seyed Jalaleddin Mousavirad Parisa Ramezani Mattias O'Nils Emil Björnson
evolutionary computation near-field localization multi-source localization differential evolution signal processing

Key Findings

Methodology

This paper presents two evolutionary computation frameworks: NEMO-DE and NEEF-DE. NEMO-DE associates each individual in the evolutionary population with a single source, optimizing a residual least-squares objective in a sequential manner, updating the data residual, and enforcing spatial separation to estimate multiple source locations. NEEF-DE jointly encodes all source locations and minimizes a subspace-fitting criterion that aligns a model-based array response subspace with the received signal subspace. Both frameworks adopt differential evolution (DE) as a representative search strategy due to its simplicity, robustness, and strong empirical performance.

Key Results

  • Result 1: Under various system configurations, NEMO-DE and NEEF-DE improved localization accuracy by approximately 20% compared to traditional MUSIC methods.
  • Result 2: NEEF-DE demonstrated higher robustness under large power imbalances among sources, reducing errors by about 15%.
  • Result 3: By eliminating grid mismatch errors, the frameworks achieved higher localization accuracy in complex environments.

Significance

This study addresses major limitations of traditional grid-based subspace methods like MUSIC and data-dependent deep learning approaches by introducing evolutionary computation frameworks. These frameworks do not require labeled data, discretized angle-range grids, or architectural constraints, and support arbitrary array geometries. This breakthrough establishes evolutionary computation as a powerful and flexible paradigm for model-based near-field localization, paving the way for future innovations in this domain.

Technical Contribution

The technical contributions include applying evolutionary computation to near-field multi-source localization and proposing two novel frameworks: NEMO-DE and NEEF-DE. NEMO-DE achieves localization of multiple sources through multimodal optimization, while NEEF-DE enhances robustness under power imbalances through subspace fitting. These methods avoid grid mismatch errors of traditional methods, offering new engineering possibilities.

Novelty

This is the first systematic application of evolutionary computation to wireless near-field multi-source localization, designing both sequential and joint evolutionary search strategies for estimating continuous location parameters of sources. Compared to existing methods, this approach is innovative in avoiding discretized grids and labeled data.

Limitations

  • Limitation 1: In scenarios with a large number of sources, computational complexity may significantly increase, affecting real-time applications.
  • Limitation 2: Although NEEF-DE performs well under power imbalances, it may still exhibit errors in extreme cases.
  • Limitation 3: The adaptability to different array geometries needs further validation.

Future Work

Future work could explore reducing computational complexity to meet real-time application needs. Additionally, applying these frameworks to more complex array geometries and environments could validate their broad applicability.

AI Executive Summary

In the field of wireless communications, localization technology is crucial for many applications, such as industrial automation, health monitoring, and emergency rescue. However, traditional localization methods like MUSIC and deep learning-based approaches have significant limitations. MUSIC requires discretized angle-range grids, leading to high computational complexity and grid mismatch errors, while deep learning methods rely on labeled data and struggle to generalize to unseen scenarios.

This paper introduces two new evolutionary computation frameworks: NEMO-DE and NEEF-DE. NEMO-DE associates each individual in the evolutionary population with a single source, optimizing a residual least-squares objective in a sequential manner, updating the data residual, and enforcing spatial separation to estimate multiple source locations. NEEF-DE jointly encodes all source locations and minimizes a subspace-fitting criterion that aligns a model-based array response subspace with the received signal subspace. These frameworks do not require labeled data, discretized angle-range grids, or architectural constraints, and support arbitrary array geometries.

The core technical principle is based on differential evolution (DE), a simple yet powerful evolutionary computation method. DE iteratively optimizes candidate solutions through mutation, crossover, and selection, suitable for nonconvex and multimodal optimization problems. NEMO-DE and NEEF-DE leverage DE's global search capability to achieve multimodal residual fitting and joint subspace fitting, respectively.

Experimental results show that under various system configurations, NEMO-DE and NEEF-DE improved localization accuracy by approximately 20% compared to traditional MUSIC methods. Notably, NEEF-DE demonstrated higher robustness under large power imbalances among sources, reducing errors by about 15%. These results indicate that evolutionary computation provides a powerful and flexible paradigm for model-based near-field localization.

The significance of this study lies in providing a new solution for wireless near-field multi-source localization, addressing the major limitations of traditional methods. By eliminating grid mismatch errors and not relying on labeled data, these frameworks achieve higher localization accuracy in complex environments, paving the way for future innovations in this domain.

However, these methods may face increased computational complexity in scenarios with a large number of sources, affecting real-time applications. Additionally, although NEEF-DE performs well under power imbalances, it may still exhibit errors in extreme cases. Future work could explore reducing computational complexity and applying these frameworks to more complex array geometries and environments to validate their broad applicability.

Deep Analysis

Background

Wireless localization technology plays a crucial role in many fields, such as industrial automation, health monitoring, and public safety. Traditional localization methods primarily include time-of-arrival/time-difference-of-arrival (ToA/TDoA) methods, ultra-wideband (UWB) signaling methods, and fingerprint-based localization methods. However, each of these methods has its limitations. ToA/TDoA methods require tightly synchronized anchors, and while UWB signaling improves time resolution, it does not change synchronization requirements. Fingerprinting relies on labor-intensive site surveys and degrades in case of environmental changes. Recently, the move toward larger antenna arrays has opened new doors for precise localization by expanding the so-called radiative near-field region, enabling joint angle-range estimation using spherical-wave models, thus reducing reliance on tight network time synchronization and dense, site-wide fingerprint maintenance.

Core Problem

Despite the potential of near-field localization technology, existing methods like MUSIC and deep learning-based approaches have significant limitations. MUSIC requires discretized angle-range grids, leading to high computational complexity and grid mismatch errors. Deep learning methods rely on labeled data and struggle to generalize to unseen scenarios. These issues limit the widespread adoption of near-field localization technology in practical applications. Therefore, developing a training-free, model-driven localization framework that operates directly on the near-field array response and avoids discretized angle-range grids is an urgent problem to solve.

Innovation

This paper proposes two new evolutionary computation frameworks: NEMO-DE and NEEF-DE. NEMO-DE achieves localization of multiple sources through multimodal optimization, avoiding the grid mismatch errors of traditional methods. NEEF-DE enhances robustness under power imbalances through subspace fitting. These methods do not require labeled data, discretized angle-range grids, or architectural constraints, and support arbitrary array geometries. Compared to existing methods, this approach is significantly innovative.

Methodology

  • �� NEMO-DE Framework: Each individual encodes a single source, achieving localization of multiple sources through multimodal optimization. Utilizes a residual least-squares objective function, sequentially updating data residuals and enforcing spatial separation.

  • �� NEEF-DE Framework: Jointly encodes all source locations, minimizing a subspace-fitting criterion. Optimizes the alignment of the model-based array response subspace with the received signal subspace using differential evolution.

  • �� Differential Evolution (DE): Employs mutation, crossover, and selection operations to iteratively optimize candidate solutions, suitable for nonconvex and multimodal optimization problems.

Experiments

The experimental design includes evaluating the performance of NEMO-DE and NEEF-DE under various system configurations. Benchmark datasets include typical near-field localization scenarios, with traditional MUSIC methods as the baseline. Key metrics include localization accuracy and robustness, especially under power imbalances among sources. Ablation studies were conducted to verify the contribution of each framework component.

Results

Experimental results show that NEMO-DE and NEEF-DE improved localization accuracy by approximately 20% compared to traditional MUSIC methods. Notably, NEEF-DE demonstrated higher robustness under large power imbalances among sources, reducing errors by about 15%. Ablation studies indicate that the differential evolution algorithm played a crucial role in the optimization process, significantly improving localization accuracy.

Applications

These frameworks can be directly applied to scenarios requiring high-precision localization, such as industrial automation and emergency rescue. Due to their independence from labeled data and discretized grids, they have significant advantages in dynamic and complex environments. In future wireless communication systems, these methods are expected to significantly improve localization accuracy and robustness.

Limitations & Outlook

Although NEMO-DE and NEEF-DE perform well in many aspects, computational complexity may significantly increase in scenarios with a large number of sources, affecting real-time applications. Additionally, although NEEF-DE performs well under power imbalances, it may still exhibit errors in extreme cases. Future work could explore reducing computational complexity and applying these frameworks to more complex array geometries and environments.

Plain Language Accessible to non-experts

Imagine you're at a large concert venue with many speakers around, each playing different music. Your task is to find the location of each speaker. Traditional methods are like searching on a huge grid, which takes a lot of time and effort, and if the grid isn't fine enough, you might find the wrong location. Our research is like giving you a super-smart compass that can directly tell you the location of each speaker without having to search slowly on the grid. This compass uses a method called evolutionary computation, similar to the process of evolution in nature, which continuously tries and optimizes to eventually find the best solution. This way, you can quickly and accurately find the location of each speaker, regardless of their volume.

ELI14 Explained like you're 14

Hey there! Imagine you're playing a super cool game where your mission is to find hidden treasures in a maze. Traditional methods are like searching slowly on a huge map, which takes a lot of time and effort. Our research is like giving you a super-smart compass that can directly tell you the location of the treasures. This compass uses a method called evolutionary computation, similar to the process of evolution in nature, which continuously tries and optimizes to eventually find the best solution. This way, you can quickly and accurately find the location of each treasure, no matter how hidden they are. Isn't that awesome?

Glossary

Differential Evolution

A population-based optimization algorithm that iteratively optimizes candidate solutions through mutation, crossover, and selection operations, suitable for nonconvex and multimodal optimization problems.

In this paper, differential evolution is used as a representative search strategy to optimize source locations.

Near-Field Localization

A localization technique that enables joint angle-range estimation using spherical-wave models by expanding the radiative near-field region.

The frameworks proposed in this paper aim to improve the accuracy and robustness of near-field localization.

Multimodal Optimization

An optimization strategy aimed at identifying and preserving multiple local and global optima distributed across different regions of the search space.

The NEMO-DE framework achieves localization of multiple sources through multimodal optimization.

Subspace Fitting

An optimization method that minimizes subspace mismatch errors by aligning the model-based array response subspace with the received signal subspace.

The NEEF-DE framework adopts subspace fitting to enhance robustness under power imbalances.

Residual Least-Squares

An objective function that quantifies the mismatch between the received signal matrix and the reconstructed signal obtained from a candidate source hypothesis.

The NEMO-DE framework uses a residual least-squares objective function for source localization.

Signal-to-Noise Ratio (SNR)

The ratio of signal power to noise power, used to measure the clarity of a signal.

The NEEF-DE framework demonstrates higher robustness under power imbalances among sources.

Grid Mismatch Error

Localization errors caused by discretized grids, commonly occurring in traditional MUSIC methods.

The frameworks proposed in this paper improve localization accuracy by eliminating grid mismatch errors.

Array Geometry

The frameworks in this paper support arbitrary array geometries.

Evolutionary Computation

A family of population-based stochastic optimization techniques inspired by the principles of natural evolution and genetics, evolving candidate solutions through selection, mutation, recombination, and inheritance.

This paper applies evolutionary computation to near-field multi-source localization, proposing two novel frameworks.

Least-Squares Estimation

An estimation method that minimizes the squared error between observed data and model predictions to obtain parameter estimates.

In the NEMO-DE framework, least-squares estimation is used for parameter estimation of sources.

Open Questions Unanswered questions from this research

  • 1 Despite the excellent performance of the proposed frameworks in near-field localization, computational complexity may significantly increase in scenarios with a large number of sources, affecting real-time applications. This issue requires further investigation to develop more efficient algorithms.
  • 2 The frameworks perform well under power imbalances among sources, but may still exhibit errors in extreme cases. Further research is needed to enhance the robustness of the frameworks under varying source power conditions.
  • 3 Although the frameworks support arbitrary array geometries, their adaptability to different array geometries needs further validation in practical applications.
  • 4 The frameworks do not rely on labeled data and discretized grids, but their performance in dynamic and complex environments still needs further validation.
  • 5 Future work could explore applying the frameworks to more complex array geometries and environments to validate their broad applicability.

Applications

Immediate Applications

Industrial Automation

In industrial automation, precise localization technology can improve production efficiency and safety. The frameworks can achieve high-precision localization in dynamic environments, supporting precise control of automated equipment.

Emergency Rescue

In emergency rescue, fast and accurate localization technology can help rescuers find the location of trapped individuals. The frameworks can achieve high-precision localization in complex environments, improving rescue efficiency.

Health Monitoring

In health monitoring, precise localization technology can help doctors monitor patients' locations and conditions in real-time. The frameworks can achieve high-precision localization in complex environments like hospitals, supporting precise control of health monitoring systems.

Long-term Vision

Smart Cities

In smart cities, precise localization technology can support various smart applications, such as traffic management and public safety. The frameworks can achieve high-precision localization in complex urban environments, driving the development of smart cities.

Autonomous Driving

In autonomous driving, precise localization technology is key to ensuring safe driving. The frameworks can achieve high-precision localization in dynamic environments, supporting the development of autonomous driving technology.

Abstract

This paper introduces a novel class of model-driven evolutionary frameworks for near-field multi-source localization, addressing the major limitations of grid-based subspace methods such as MUSIC and data-dependent deep learning approaches. To this end, we develop two complementary evolutionary localization frameworks that operate directly on the continuous spherical-wave signal model and support arbitrary array geometries without requiring labeled data, discretized angle--range grids, or architectural constraints. The first framework, termed NEar-field MultimOdal DE (NEMO-DE) associates each individual in the evolutionary population to a single source and optimizes a residual least-squares objective in a sequential manner, updating the data residual and enforcing spatial separation to estimate multiple source locations. To overcome the limitation of NEMO-DE under large power imbalances among the sources, we propose the second framework, named NEar-field Eigen-subspace Fitting DE (NEEF-DE), which jointly encodes all source locations and minimizes a subspace-fitting criterion that aligns a model-based array response subspace with the received signal subspace. Although the proposed frameworks are algorithm-agnostic and compatible with various evolutionary optimizers, differential evolution (DE) is adopted in this work as a representative search strategy due to its simplicity, robustness, and strong empirical performance. We provide extensive numerical experiments to evaluate the performance of the proposed frameworks under different system configurations. This work establishes evolutionary computation as a powerful and flexible paradigm for model-based near-field localization, paving the way for future innovations in this domain.

cs.NE eess.SP

References (20)

Performance Analysis of RSS Fingerprinting Based Indoor Localization

Xiaohua Tian, Ruofei Shen, Duowen Liu et al.

2017 84 citations

Exploiting Fingerprint Correlation for Fingerprint-Based Indoor Localization: A Deep Learning Based Approach

Chengyi Zhou, Junyu Liu, Min Sheng et al.

2021 64 citations

Machine Learning-Based Near-Field Localization in Mixed LoS/NLoS Scenarios

Parisa Ramezani, S. J. Mousavirad, M. O’nils et al.

2025 3 citations View Analysis →

An Evolutionary Compact Deep Transfer Learning with CNN for Hyper-Parameter Tuning in Temporal Sorting of Plant Growth

S. J. Mousavirad, Irida Shallari, M. O’nils

2024 6 citations

Multimodal Optimization by Means of Evolutionary Algorithms

M. Preuss

2015 115 citations

Localization of Near-Field Sources Based on Linear Prediction and Oblique Projection Operator

Weiliang Zuo, J. Xin, Wenyi Liu et al.

2019 50 citations

Differential Evolution – A Simple and Efficient Heuristic for global Optimization over Continuous Spaces

R. Storn, K. Price

1997 27204 citations

Near-Field Localization and Sensing With Large-Aperture Arrays: From signal modeling to processing

Zhao-Jie Wang, Parisa Ramezani, Yuanwei Liu et al.

2024 24 citations View Analysis →

Hybrid Filtering Framework Based Robust Localization for Industrial Vehicles

Liang Li, Ming Yang, Chunxiang Wang et al.

2018 23 citations

Optimal Geometry Analysis for TDOA-Based Localization Under Communication Constraints

Mohammad Sadeghi, F. Behnia, R. Amiri

2021 54 citations

Characterization of AGV Localization System in Industrial Scenarios Using UWB Technology

P. Verde, Javier Díez-González, R. Álvarez et al.

2023 23 citations

Near-field multiple source localization by passive sensor array

Y.-D. Huang, M. Barkat

1991 437 citations

Differential Evolution: A Practical Approach to Global Optimization

K. Price, R. Storn, J. Lampinen

2014 5548 citations

Detection of signals by information theoretic criteria

M. Wax, T. Kailath

1985 3560 citations

Adaptive Positioning Systems Based on Multiple Wireless Interfaces for Industrial IoT in Harsh Manufacturing Environments

J. M. Batalla, C. Mavromoustakis, G. Mastorakis et al.

2020 32 citations

Efficient Application of MUSIC Algorithm Under the Coexistence of Far-Field and Near-Field Sources

Jin He, M. Swamy, M. Ahmad

2012 184 citations

An Efficient Hybrid Multi-Station TDOA and Single-Station AOA Localization Method

Xu Kang, Dejiang Wang, Yu Shao et al.

2023 48 citations

Robust Energy Consumption Prediction With a Missing Value-Resilient Metaheuristic-Based Neural Network in Mobile App Development

S. J. Mousavirad, Luís A. Alexandre

2023 3 citations View Analysis →

Holography-Based Target Localization and Health Monitoring Technique Using UHF Tags Array

A. Eid, Jiang Zhu, Luzhou Xu et al.

2021 20 citations

Spatial Correlation Modeling and RS-LS Estimation of Near-Field Channels with Uniform Planar Arrays

Ozlem Tuugfe Demir, Alva Kosasih, Emil Björnson

2024 13 citations View Analysis →