Adaptive Traffic Element-Based Streetlight Control Using Neighbor Discovery Algorithm Based on IoT Events

Yupeng Tan,Sheng Xu,Chengyue Su
2024-12-02
Abstract:Intelligent streetlight systems divide the streetlight network into multiple sectors, activating only the streetlights in the corresponding sectors when traffic elements pass by, rather than all streetlights, effectively reducing energy waste. This strategy requires streetlights to understand their neighbor relationships to illuminate only the streetlights in their respective sectors. However, manually configuring the neighbor relationships for a large number of streetlights in complex large-scale road streetlight networks is cumbersome and prone to errors. Due to the crisscrossing nature of roads, it is also difficult to determine the neighbor relationships using GPS or communication positioning. In response to these issues, this article proposes a systematic approach to model the streetlight network as a social network and construct a neighbor relationship probabilistic graph using IoT event records of streetlights detecting traffic elements. Based on this, a multi-objective genetic algorithm based probabilistic graph clustering method is designed to discover the neighbor relationships of streetlights. Considering the characteristic that pedestrians and vehicles usually move at a constant speed on a section of a road, speed consistency is introduced as an optimization objective, which, together with traditional similarity measures, forms a multi-objective function, enhancing the accuracy of neighbor relationship discovery. Extensive experiments on simulation datasets were conducted, comparing the proposed algorithm with other probabilistic graph clustering algorithms. The results demonstrate that the proposed algorithm can more accurately identify the neighbor relationships of streetlights compared to other algorithms, effectively achieving adaptive streetlight control for traffic elements.
Machine Learning,Systems and Control
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how the intelligent streetlight system can automatically and accurately discover the neighbor relationships between streetlight nodes in a complex and large - scale road network, so as to achieve adaptive lighting control based on traffic elements. Specifically, the paper proposes improvement schemes for the following problems: 1. **Complexity and error - prone nature of manual configuration of neighbor relationships**: In large - scale and complex road networks, manually configuring the neighbor relationships of a large number of streetlight nodes is both cumbersome and error - prone. 2. **Limitations of GPS or communication positioning technologies**: Due to the complex interlacing of roads, using GPS or communication positioning technologies to determine the neighbor relationships of nodes may be unreliable. 3. **Existing methods cannot effectively handle the accuracy of information transfer**: In complex road networks, traditional information transfer strategies may lead to inaccurate information transfer. To solve these problems, the paper proposes a systematic method, which models the streetlight network as a social network and uses Internet of Things (IoT) event records to construct a probability graph to represent the neighbor relationships between streetlight nodes. Then, a probability - graph - based clustering method using multi - objective genetic algorithm (MOGA) is designed to discover the neighbor relationships of streetlight nodes. To improve the accuracy of neighbor relationship discovery, speed consistency is introduced as one of the optimization objectives, combined with traditional similarity measures to form a multi - objective function. ### Main contributions 1. **New modeling method**: A method that does not rely on geographical location information is proposed. Instead, based on IoT event records, the streetlight network is modeled as a social network represented by a probability graph. By applying the clustering method, the neighbor relationships between streetlight nodes can be automatically discovered, thereby achieving adaptive lighting control based on traffic elements. 2. **Introduction of speed consistency measure**: Speed consistency is taken as a secondary optimization objective, combined with traditional similarity measures to form a multi - objective optimization function, which guides the search process of the genetic algorithm and improves the accuracy of the clustering algorithm. 3. **Experimental verification**: Simulated data sets in multiple scenarios are generated, and extensive experiments are carried out on the proposed clustering algorithm. Compared with other probability - graph - based clustering algorithms, the effectiveness and superiority of the proposed algorithm are verified. Through these innovations, the paper provides a more efficient and accurate method to achieve adaptive lighting control in intelligent streetlight systems, especially suitable for complex large - scale road networks.