An AI-Driven Framework for Energy-Efficient Environmental Monitoring in Smart Cities Using Edge Intelligence

arXiv cs.AI Papers

Summary

This paper presents an AI-driven framework for energy-efficient environmental monitoring in smart cities using edge intelligence and TinyML, which dynamically activates sensors based on spatiotemporal conditions to reduce energy consumption and extend sensor lifespan.

arXiv:2605.22824v1 Announce Type: cross Abstract: Environmental monitoring is a crucial component of the smart city infrastructure. It enables informed decision making which enhances sustainability, public health and urban planning. However, the large-scale deployments of the smart sensors have raised concerns on excessive energy consumption and redundant data collection as well as limited sensor lifespan. To resolve these issues, we present an AI-driven framework for energy-efficient environmental monitoring in smart cities utilizing edge intelligence. Our proposed framework leverages TinyML-enabled edge devices and context-aware adaptive decision-making in order to dynamically activate the sensors based on the spatiotemporal conditions, environmental statistics and energy constraints. The sensors will be dynamically activated based on a utility function that takes in factors such as real-time environmental conditions, sensor location, and remaining battery lifespan. Our framework will reduce unnecessary sensing and communication while maintaining high coverage for monitoring. We introduce a hierarchical Edge Intelligence architecture to support deployments in city-wide scales. We conducted evaluation using a city-scale simulation driven by real multi-sensor environmental traces, which demonstrates that the proposed mechanism significantly reduces energy consumption and extends sensor lifespan when compared to static, periodic, and UCB-based adaptive sensing strategies. The results highlight the potential of edge intelligence and adaptive AI techniques for building sustainable and efficient smart city monitoring systems.
Original Article
View Cached Full Text

Cached at: 05/25/26, 08:59 AM

# An AI-Driven Framework for Energy-Efficient Environmental Monitoring in Smart Cities Using Edge Intelligence
Source: [https://arxiv.org/html/2605.22824](https://arxiv.org/html/2605.22824)
1stYichen LiuIndependent Researcher Mercer Island, WA, USAyil160@ucsd\.eduORCID: 0000\-0003\-3804\-29702ndImam Akintomiwa AkinladeHarvard Business School Boston, MA, USAiakinlade@mba2023\.hbs\.eduORCID: 0009\-0005\-1207\-16523rdXiaochong JiangIndependent Researcher Seattle, WA, USAjiang\.xiaoc@northeastern\.eduORCID: 0009\-0008\-0586\-5851 4thWenting YangIndependent Researcher San Diego, CA, USAwey023@ucsd\.eduORCID: 0009\-0009\-3525\-92275thShiqi YangIndependent Researcher New York, NY, USAsy3506@nyu\.eduORCID: 0009\-0005\-8846\-7266

###### Abstract

Environmental monitoring is a crucial component of the smart city infrastructure\. It enables informed decision making which enhances sustainability, public health and urban planning\. However, the large\-scale deployments of the smart sensors have raised concerns on excessive energy consumption and redundant data collection as well as limited sensor lifespan\. To resolve these issues, we present an AI\-driven framework for energy\-efficient environmental monitoring in smart cities utilizing edge intelligence\. Our proposed framework leverages TinyML\-enabled edge devices and context\-aware adaptive decision\-making in order to dynamically activate the sensors based on the spatiotemporal conditions, environmental statistics and energy constraints\. The sensors will be dynamically activated based on a utility function that takes in factors such as real\-time environmental conditions, sensor location, and remaining battery lifespan\. Our framework will reduce unnecessary sensing and communication while maintaining high coverage for monitoring\. We introduce a hierarchical Edge Intelligence architecture to support deployments in city\-wide scales\. We conducted evaluation using a city\-scale simulation driven by real multi\-sensor environmental traces, which demonstrates that the proposed mechanism significantly reduces energy consumption and extends sensor lifespan when compared to static, periodic, and UCB\-based adaptive sensing strategies\. The results highlight the potential of edge intelligence and adaptive AI techniques for building sustainable and efficient smart city monitoring systems\.

## IIntroduction

Rapid urbanization has expedited the adoption of smart city technologies that intend to promote sustainability, health benefits, and improved quality of human life in urban areas\[[1](https://arxiv.org/html/2605.22824#bib.bib1)\]\. Among the adopted smart city technologies, environmental monitoring systems provide real\-time observations of various environmental parameters that affect the quality of life in urban areas\. The use of large\-scale sensor networks seeks to provide urban authorities with a better understanding of various environmental dynamics in order to proactively address emerging issues that affect urban areas, such as pollution events, urban heat island effects, and climate\-related events\[[2](https://arxiv.org/html/2605.22824#bib.bib2)\]\.

Despite their importance in smart city initiatives, various environmental monitoring systems face serious challenges in their operations and scalability in smart cities\. For instance, most sensor networks deployed in various smart cities use static or periodic sensing paradigms where the sensor nodes operate continuously or periodically without considering the prevailing environmental conditions\. Although static or periodic sensing paradigms are simple to implement in smart cities, they have shown serious shortcomings in terms of data redundancy, increased energy consumption, and reduced lifetimes of the sensor nodes in smart cities, particularly in cases where the sensor nodes are powered by batteries or have limited power supply\[[3](https://arxiv.org/html/2605.22824#bib.bib3)\]\. These factors will impact the long\-term deployment of the smart city monitoring systems and increase the overall cost of maintenance\[[4](https://arxiv.org/html/2605.22824#bib.bib4)\]\.

Recently, significant advancements have been made in both areas of edge computing and Tiny Machine Learning \(TinyML\), which created new opportunities to increase the efficiency of IoT systems\[[5](https://arxiv.org/html/2605.22824#bib.bib5)\]\. TinyML facilitates the execution of machine learning inferences on microcontrollers that require ultra\-low power, which allows sensor devices to process data and make decisions locally\[[6](https://arxiv.org/html/2605.22824#bib.bib6)\]\. This reduces the need to send data to a centralized server, and in turn, resulting in a reduction in communication costs, latency, as well as power consumption\. However, most existing TinyML\-based solutions have focused on the execution of local inferences, for example, anomaly detection and signal classification, in which scenarios the sensor activation strategies remain largely static\.

However, the real\-world setting in cities, especially, is naturally non\-stationary and dynamic, with the conditions in the surroundings changing in terms of time and space\. This, in turn, indicates that the informativeness of the sensor data will vary through time and space, and the sensor activation strategy will need to adapt to the context, including the locations, time of day, recent trends in the surroundings, and the availability of resources\[[7](https://arxiv.org/html/2605.22824#bib.bib7)\]\. This has led to the need to design intelligent sensor activation strategies that can adaptively determine the most effective allocation of sensor resources in order to maximize the monitoring efficiency under the constraint of energy consumption\[[8](https://arxiv.org/html/2605.22824#bib.bib8)\]\.

In this paper, we present a novel AI\-based framework for energy\-efficient environmental monitoring in smart cities based on the concept of edge intelligence\. In the proposed framework, TinyML\-based sensor nodes and an edge\-intelligence\-based decision\-making mechanism are leveraged to control the activation of environmental sensors according to the spatiotemporal context and energy factors\. Instead of maintaining the activation of all sensors at all times, only the most informative sensors are activated at each monitoring interval, thereby reducing redundant sensing and enhancing the overall lifetime of the network\. Moreover, a novel Hierarchical Edge Intelligence architecture is proposed to support the deployment of the proposed framework in city\-scale sensor networks\.

The effectiveness of the proposed framework is evaluated by simulation\-based experiments, where we compare our method with static and periodic sensing approaches\. We can see through the results that the proposed framework significantly minimizes the energy consumption while maintaining high levels of environmental monitoring coverage, which makes it a viable and sustainable solution for smart cities\.

The remainder of the paper is organized as follows\. Section II discusses the related work regarding the concepts of smart city environmental monitoring, edge intelligence, and adaptive sensing strategies\. Section III describes the proposed framework and the methodology\. Section IV discusses the experimental evaluation\. Finally, Section V provides the conclusion and future research directions\.

![Refer to caption](https://arxiv.org/html/2605.22824v1/Drawing17.png)Figure 1:Comprehensive system architecture diagram illustrating the interaction between the sensor layer, Edge Intelligence Layer, and cloud monitoring layer\. The edge layer orchestrates sensor activation based on real\-time context and energy constraints\.
## IIRelated Work

Energy\-efficient monitoring systems lie at the intersection of wireless sensor networks \(WSNs\), edge computing, and adaptive control\. This section reviews key advancements in these areas and identifies the gap addressed by our framework\.

### II\-AIoT\-Based Environmental Monitoring

IoT\-based urban sensing has been widely studied for city management\. Most conventional architectures follow a ‘sense and send’ model, in which nodes periodically transmit data to a centralized cloud infrastructure\[[1](https://arxiv.org/html/2605.22824#bib.bib1),[9](https://arxiv.org/html/2605.22824#bib.bib9)\]\. Prior work improved air\-quality monitoring and coverage, but still faces calibration, redundancy, communication delay, and battery\-drain issues\[[10](https://arxiv.org/html/2605.22824#bib.bib10),[11](https://arxiv.org/html/2605.22824#bib.bib11),[3](https://arxiv.org/html/2605.22824#bib.bib3),[12](https://arxiv.org/html/2605.22824#bib.bib12)\]\. Compressive sensing can reduce data size\[[13](https://arxiv.org/html/2605.22824#bib.bib13)\], but it does not directly minimize sensing energy at the source\.

### II\-BEdge Intelligence and TinyML

To address the bottlenecks of cloud\-centric systems, the paradigm has shifted toward edge computing\[[5](https://arxiv.org/html/2605.22824#bib.bib5)\]\. TinyML further enables inference on resource\-constrained microcontrollers\[[6](https://arxiv.org/html/2605.22824#bib.bib6)\]\. Prior work has shown the feasibility of efficient edge models and on\-device environmental inference\[[14](https://arxiv.org/html/2605.22824#bib.bib14),[15](https://arxiv.org/html/2605.22824#bib.bib15),[16](https://arxiv.org/html/2605.22824#bib.bib16)\]\. However, most existing TinyML applications focus on optimizing theinference modelitself rather than using inference outputs to dynamically control sensing hardware or duty cycles\.

### II\-CAdaptive and Context\-Aware Sensing

Adaptive sensing strategies seek to conserve energy by adjusting sensing behavior to changing conditions\. Early methods used threshold\-based sleep scheduling\[[17](https://arxiv.org/html/2605.22824#bib.bib17)\], while later work exploited spatiotemporal correlations and decentralized coordination\[[18](https://arxiv.org/html/2605.22824#bib.bib18)\]\. More recently, machine learning and reinforcement learning have been explored for adaptive sensing\[[8](https://arxiv.org/html/2605.22824#bib.bib8),[19](https://arxiv.org/html/2605.22824#bib.bib19)\], and context\-aware online learning has also been applied in related IoT domains\[[20](https://arxiv.org/html/2605.22824#bib.bib20)\]\. Although promising, many of these methods remain too computationally heavy for extreme edge devices\.

UCB\-based online learning has also been explored for adaptive sensor selection in multi\-sensing wireless sensor networks\. In particular, Ghosh et al\. developed a learning\-based adaptive sensor selection framework that uses an upper\-confidence\-bound strategy to balance sensing quality and energy consumption while predicting inactive measurements from correlated active sensors\[[21](https://arxiv.org/html/2605.22824#bib.bib21)\]\. This line of work confirms that lightweight bandit\-based selection can serve as a strong adaptive baseline\. However, these existing UCB\-based methods primarily focus on node\-level selection and do not explicitly incorporate hierarchical edge coordination, spatiotemporal context\-aware utility estimation, or TinyML\-generated local feedback for city\-scale smart\-city monitoring\.

### II\-DSummary and Research Gap

Existing systems are often either simple but inefficient, or adaptive but computationally expensive\. There is still a lack of a lightweight framework that uses TinyML feedback to support real\-time, energy\-aware sensor activation without continuous cloud dependence\. This paper addresses that gap through lightweight inference and adaptive utility\-based selection\.

## IIIProposed Methodology

### III\-ASystem Model and Architecture Overview

We consider the case of a smart city environmental monitoring system, which consists of a large number of geographically dispersed sensors in the city\. This system is designed to operate under severe energy constraints assuming that continuous communication and sensing are impractical for long term deployments\.

As illustrated in Fig\.[1](https://arxiv.org/html/2605.22824#S1.F1), the proposed framework is based on a three\-layer horizontal architecture\. From left to right, we can see a Sensor Layer, an Edge Intelligence Layer, and a Cloud Layer\. The key design is the hierarchical allocation of responsibilities\. The Sensor Layer are used for local inference and summarization of the environmental dynamics; the Edge Intelligence Layer will make decisions based on contextual information to facilitate sensor activation; the Cloud Layer is used to provide passive data aggregation, long\-term storage, and visualization\.

### III\-BSensor Layer \(TinyML\-Enabled Edge Devices\)

We letS=\{s1,s2,…,sN\}S=\\\{s\_\{1\},s\_\{2\},\\dots,s\_\{N\}\\\}denote the set of environmental sensor nodes deployed across the city\. Each sensor node is equipped with:

- •One or more environmental sensors \(e\.g\., air quality, noise, temperature\),
- •A low\-power microcontroller capable of running TinyML inference,
- •A limited energy budget determined by battery capacity or energy harvesting\.

Rather than continuously transmitting raw sensor readings, each node uses a TinyML model to generate a brief feedback signal summarizing the local environmental dynamics\. This feedback can for example comprise of:

- •A change or anomaly indicator,
- •Signal variability or confidence score,
- •A coarse event likelihood estimate\.

We denote the summarized feedback of sensorssat timettasI^s​\(t\)\\hat\{I\}\_\{s\}\(t\)\. This design will minimize the communication overhead and allows sensors to remain in a dormant state unless being explicitly activated by the Edge Intelligence Layer\.

### III\-CEdge Intelligence Layer \(System Decision Core\)

The Edge Intelligence Layer acts as the core of the decision process which manages a group of nearby sensors \(e\.g\., within a geographic cluster\)\. It operates in discrete monitoring intervalst=1,2,…t=1,2,\\dots, and follows an observe–decide–update cycle\. At each monitoring intervaltt, the Edge Intelligence Layer observes a context vectorCtC\_\{t\}, which may include:

- •Time of day,
- •Geographic zone or cluster identifier,
- •Recent aggregated environmental trends,
- •Remaining energy levels of sensor nodes\.

The Edge Intelligence Layer will take this context vector as input to determine which subset of sensors should be activated for full sensing and transmission in the current interval\. For high scalability, the sensors are logically organized into clusters which ensures the activation decision can be made hierarchically\. The high\-level decisions will identify regions of interest, and the local decisions will select individual sensors in a cluster\.

### III\-DCloud Layer

The Cloud Layer receives compressed summary information and aggregated metrics in a passive manner from the Edge Intelligence Layer\. It can support long\-term storage, visualization dashboards, and reporting for city operators\. Note that in our framework the cloud does not take part in the sensing decisions, which will preserve the system’s low latency and energy efficiency\.

### III\-EEnergy\-Aware Utility Model

Every sensorsshas an associated estimated energy costEsE\_\{s\}which represents the overall cost of sensing and data transmission\. The framework also maintains a utility estimateUsU\_\{s\}for every sensor to balance the tradeoff between monitoring effectiveness and energy efficiency\.

The sensing reward is defined as follows:

Rs=α⋅Is−β⋅Es,R\_\{s\}=\\alpha\\cdot I\_\{s\}\-\\beta\\cdot E\_\{s\},\(1\)where:

- •IsI\_\{s\}denotes the information gain associated with activating sensorss,
- •EsE\_\{s\}is the corresponding energy cost,
- •α\\alphaandβ\\betaare between factors to strike a balance between the quality of monitoring and energy comsumption\.

Rather than estimatingIsI\_\{s\}directly, the framework uses the feedback provided by TinyML, denoted asI^s\\hat\{I\}\_\{s\}as a lightweight proxy, which makes it more practical for edge deployment\.

Algorithm 1Adaptive Edge\-Based Sensor Activation0:Sensor set

SS, energy budget

BB, learning rate

η\\eta, energy costs

\{Es\}s∈S\\\{E\_\{s\}\\\}\_\{s\\in S\}
1:Initialize utility estimates

UsU\_\{s\}for all

s∈Ss\\in S
2:foreach monitoring interval

ttdo

3:Observe current context

CtC\_\{t\}
4:foreach sensor

s∈Ss\\in Sdo

5:Compute

Scores←Us/Es\\text\{Score\}\_\{s\}\\leftarrow U\_\{s\}/E\_\{s\}
6:endfor

7:Select a subset

St⊆SS\_\{t\}\\subseteq Sof top\-

KKsensors maximizing

Scores\\text\{Score\}\_\{s\}subject to budget

BB
8:Activate sensors in

StS\_\{t\}and collect feedback

I^s\\hat\{I\}\_\{s\}for all

s∈Sts\\in S\_\{t\}
9:foreach sensor

s∈Sts\\in S\_\{t\}do

10:Update

Us←\(1−η\)⋅Us\+η⋅I^sU\_\{s\}\\leftarrow\(1\-\\eta\)\\cdot U\_\{s\}\+\\eta\\cdot\\hat\{I\}\_\{s\}
11:endfor

12:endfor

### III\-FAdaptive Sensor Activation Algorithm

The Adaptive Sensor Activation Algorithm is only executed in the Edge Intelligence Layer and follows a discrete\-time online decision process\. It is specifically designed to be lightweight, transparent, and computationally inexpensive, which ensures the algorithm’s appropriateness for real\-time application in devices that manage extensive sets of resource\-constrained sensors\.

In each monitoring intervalt=1,2,…t=1,2,\\dots, the algorithm consists of three stages: scoring, constrained selection, and online update\.

#### III\-F1Sensor Scoring and Ranking

At the beginning of each monitoring periodtt, the edge coordinator has a utility estimateUs​\(t\)U\_\{s\}\(t\)for each sensors∈Ss\\in S, reflecting the historical usefulness of the sensor in detecting useful environmental changes\.

To incorporate energy awareness, each sensorsswill be associated with an activation cost estimateEsE\_\{s\}which summarizes the related energy costs\. The edge coordinator will calculate a normalized selection score for every sensor:

Scores​\(t\)=Us​\(t\)Es\.\\text\{Score\}\_\{s\}\(t\)=\\frac\{U\_\{s\}\(t\)\}\{E\_\{s\}\}\.\(2\)This score measures the expected information contribution per unit energy, which in turn enables fair comparison of different sensors that have different energy profiles\. Sensors that have higher scores are considered to be more cost\-effective to be activated\.

#### III\-F2Top\-K Selection Under Energy Budget

For a given energy budgetBBin the current interval, the edge coordinator identifies which sensors are to be activated\. More specifically, the sensors are ranked in descending order ofScores​\(t\)\\text\{Score\}\_\{s\}\(t\), and the top\-KKsensors are selected such that:

∑s∈StEs≤B,\\sum\_\{s\\in S\_\{t\}\}E\_\{s\}\\leq B,\(3\)whereSt⊆SS\_\{t\}\\subseteq Sdenotes the selected sensor subset at timett\.

The value ofKKis not fixed in advance but implicitly decided by the available energy budgetBBand the energy cost of each sensor nodeEsE\_\{s\}\. Such mechanism can adaptively control the number of active sensors according to the constraints\.

Only sensors in the setStS\_\{t\}are eligible to receive activation commands and are active in terms of sensing and transmission during the interval\. Other sensors are in a low power or sleep state, which saves power\.

#### III\-F3Feedback Collection and Online Utility Update

After being activated, each sensors∈Sts\\in S\_\{t\}sends a concise feedback signalI^s​\(t\)\\hat\{I\}\_\{s\}\(t\), which is a result of the sensor’s internal TinyML inference\. This feedback signal can be regarded as a proxy of the informational value of the sensor readings\.

Subsequently, the edge coordinator updates the estimate of the utility of each activated sensor by using an exponential moving average update rule:

Us​\(t\+1\)←\(1−η\)⋅Us​\(t\)\+η⋅I^s​\(t\),U\_\{s\}\(t\+1\)\\leftarrow\(1\-\\eta\)\\cdot U\_\{s\}\(t\)\+\\eta\\cdot\\hat\{I\}\_\{s\}\(t\),\(4\)whereη∈\(0,1\)\\eta\\in\(0,1\)is a learning rate that determines the rate of adaptation, and sensors that are not activated in intervalttmaintain their previously computed utilities\.

This update rule allows the framework to dynamically adjust to new changes in the urban environment, eliminating the need to retrain the model or store large amounts of data\.

#### III\-F4Algorithm Summary and Complexity

Algorithm[1](https://arxiv.org/html/2605.22824#alg1)describes the overall adaptive sensor activation process, including initialization, interval\-wise scoring, top\-K selection subject to energy constraints, activation, and finally, update to the utility\.

We can observe that the time complexity of the algorithm is linearly dependent on the number of sensors in each edge cluster, denoted by \(O​\(N\)O\(N\)\), and dominated by score computation and ranking\. Hence, the algorithm is highly efficient in terms of real\-time execution at the edge which facilitates large\-scale sensor networks\.

## IVResults and Discussion

Energy \(mAh\)306090120120Static95Periodic76UCB70Proposed

\(a\)Daily Energy Consumption
Detection Rate \(%\)25507510078%Static82%Periodic89%UCB91%Proposed

\(b\)Event Detection Rate
Lifetime \(Days\)100200300180Static227Periodic284UCB309Proposed

\(c\)Estimated Network Lifetime

Figure 2:Performance evaluation results for four sensing strategies: static sensing, periodic sensing, UCB\-based sensing, and the proposed framework\. \(a\) Average daily energy consumption, \(b\) High\-pollution event detection rate, and \(c\) estimated sensor network lifetime\. The proposed framework outperforms baseline strategies across all metrics\.### IV\-ASimulation Setup

The proposed framework was tested within a trace\-driven city\-scale simulation based on the UK Air Quality Reanalysis \(AQREAN\) dataset\[[22](https://arxiv.org/html/2605.22824#bib.bib22)\]\. AQREAN provides hourly gridded air\-quality fields on a 0\.1∘latitude\-longitude grid\. In our simulation, 20 grid cells were mapped to 20 geographical zones, and the traces of PM2\.5, PM10, CO, NO2, O3, and SO2were used to drive zone\-level dynamics\. The hourly data were linearly interpolated to 15\-minute intervals, which yields 2880 decision rounds over 30 days\. Each zone contains 50 heterogeneous virtual sensor nodes, for 1000 nodes in total\. Node readings are generated from the corresponding AQREAN trace with sensor noise, heterogeneous energy costs, and battery levels, and the episodic high\-pollution events are injected to test detection performance\. The context includes zone, time\-of\-day, recent pollutant levels, short\-term trends, and sensor energy state\. We consider three comparison strategies for evaluation:

- •Static Sensing:All sensors remain active continuously\.
- •Periodic Sensing:Sensors are activated at fixed time intervals\.
- •UCB\-Based Adaptive Sensing:Sensors are selected based on an upper\-confidence\-bound policy according to the historical sensing reward and energy cost, without any context\-aware mechanism\.

In the following analysis, we focus on sensor\-node energy consumption\. The computation cost of the Edge Intelligence Layer is assumed negligible compared with sensing and communication cost\.

### IV\-BEnergy Consumption Analysis

Table I:Energy Consumption ComparisonFigure[2](https://arxiv.org/html/2605.22824#S4.F2)\(a\) and Table[I](https://arxiv.org/html/2605.22824#S4.T1)compare the average daily energy consumption of the four sensing strategies\. Static sensing consumes 120 mAh/day, while periodic sensing reduces this to 95 mAh/day\. The UCB\-based sensing strategy further reduces daily energy consumption to 76 mAh/day by adaptively prioritizing sensors with higher confidence\-adjusted utility\.

The proposed framework shows the lowest amount of daily energy consumption at 70 mAh/day, which reflects a 42% reduction when compared to the case of static sensing\. It also outperforms the UCB baseline because the proposed adaptive sensor activation algorithm selects only a limited number of sensors at each interval since it uses historical utility, spatiotemporal context and TinyML\-derived local feedback\.

### IV\-CEnvironmental Monitoring Coverage

Table II:Detection CoverageFig\.[2](https://arxiv.org/html/2605.22824#S4.F2)\(b\) and Table[II](https://arxiv.org/html/2605.22824#S4.T2)show the detection rate of high\-pollution events for the four strategies\. Although our proposed framework uses fewer sensors, it achieves the highest detection rate, 91%\. This is higher than the static, periodic, and UCB\-based strategies, which achieve 78%, 82%, and 89%, respectively\. The UCB baseline already improves coverage over periodic sensing, confirming that online learning is a stronger benchmark than fixed scheduling alone\. The improvement can be attributed to the fact that the algorithm adapts to variable regions in the environment rather than using uniform sampling\.

The comparison with UCB further shows that context\-aware sensing can improve monitoring effectiveness beyond generic confidence\-based exploration while still reducing the overall sensing activity\.

### IV\-DSensor Network Lifetime

Table III:Network LifetimeThe sensor network lifetime is directly determined from the daily energy consumption under the assumption of identical nominal battery capacity\. Based on the static sensing scenario, the battery capacity is estimated asCbat=120×180=21600C\_\{\\text\{bat\}\}=120\\times 180=21600mAh\. Using this capacity, the lifespan of the periodic sensing strategy, UCB\-based sensing strategy, and the proposed strategy are estimated as21600/95≈22721600/95\\approx 227days,21600/76≈28421600/76\\approx 284days, and21600/70≈30921600/70\\approx 309days, respectively\.

As shown in Fig\.[2](https://arxiv.org/html/2605.22824#S4.F2)\(c\) and Table[III](https://arxiv.org/html/2605.22824#S4.T3), the proposed framework significantly improves sensor network lifetime by avoiding unnecessary activation and allowing non\-selected nodes to remain in low\-power state for longer\. The UCB baseline also extends lifetime substantially compared with static and periodic sensing, but the proposed method remains superior because it better aligns activation decisions with context and current environmental informativeness\.

### IV\-EDiscussion

From the obtained results we can see that, when combined with adaptive AI methodologies, edge intelligence can balance energy efficiency, monitoring accuracy, and network lifetime\. Different from static or periodic sensing paradigms, our proposed framework ensures more effective alignment of sensing decisions with environmental relevance and resource constraints\. The additional UCB comparison also strengthens the novelty justification of this work: while UCB\-based adaptive sensing is already more competitive than fixed scheduling, the proposed framework consistently performs better because it integrates TinyML\-enabled local feedback, explicit spatiotemporal context\-awareness, and hierarchical edge coordination\.

### IV\-FLimitations

Although the results are promising, several practical issues remain\. First, the simulations assume predominantly stable wireless links, whereas city\-canyon environments may introduce dropouts that delay activation commands\. Second, the analysis assumes a uniform degradation rate across sensor types, although low\-cost devices may fail unpredictably for reasons unrelated to battery life\. Finally, manual battery replacement cost is not included in the current model\.

## VConclusion

Environmental monitoring plays a key role in enabling sustainable and resilient smart cities\. However, extensive sensor networks often face challenges related to limited power supplies and inefficient static sensing strategies\. This paper proposes an AI\-based framework for energy\-efficient environmental monitoring in smart cities using edge computing to address these challenges\.

By employing TinyML\-based edge devices and an energy\-aware decision process, the framework selects the most informative sensors in real time based on environmental conditions and available resources\. To support scalability, a hierarchical Edge Intelligence architecture is introduced\. Simulations show that energy consumption is reduced considerably and sensor lifetime is increased while maintaining robust environmental monitoring capability compared with static sensing, periodic sensing, and a UCB\-based adaptive baseline\.

The results indicate that edge intelligence and adaptive AI provide a practical approach to sustainable sensing infrastructure in smart cities\. Future work will focus on practical pilots, heterogeneous sensors, and advanced learning mechanisms to improve robustness and adaptability in complex smart\-city environments\.

## References

- \[1\]A\. Zanella, N\. Bui, A\. Castellani, L\. Vangelista, and M\. Zorzi, “Internet of Things for Smart Cities,”IEEE Internet of Things Journal, vol\. 1, no\. 1, pp\. 22–32, Feb\. 2014\.
- \[2\]M\. U\. G\. Khan, M\. A\. Alauddin, and M\. A\. Moni, “A survey of smart city sensing systems,”IEEE Consumer Electronics Magazine, vol\. 11, no\. 2, pp\. 45–52, 2022\.
- \[3\]T\. Rault, A\. Bouabdallah, and Y\. Challal, “Energy efficiency in wireless sensor networks: A top\-down survey,”Computer Networks, vol\. 67, pp\. 104–122, 2014\.
- \[4\]C\. Perera, C\. H\. Liu, and S\. Jayawardena, “The Emerging Internet of Things Marketplace From an Industrial Perspective: A Survey,”IEEE Transactions on Emerging Topics in Computing, vol\. 3, no\. 4, pp\. 585–598, Dec\. 2015\.
- \[5\]W\. Shi, J\. Cao, Q\. Zhang, Y\. Li, and L\. Xu, “Edge Computing: Vision and Challenges,”IEEE Internet of Things Journal, vol\. 3, no\. 5, pp\. 637–646, Oct\. 2016\.
- \[6\]S\. Deng, H\. Zhao, W\. Fang, J\. Yin, S\. Dustdar, and A\. Y\. Zomaya, “Edge Intelligence: The Confluence of Edge Computing and Artificial Intelligence,”IEEE Internet of Things Journal, vol\. 7, no\. 8, pp\. 7457–7469, Aug\. 2020\.
- \[7\]H\. M\. Al\-Masri and Q\. H\. Mahmoud, “Context\-Aware Mobile Sensing for Smart Cities: A Survey,”IEEE Access, vol\. 8, pp\. 185850–185870, 2020\.
- \[8\]Y\. H\. Wu, H\. S\. Chen, and M\. J\. Wu, “Intelligent Resource Allocation for IoT\-based Smart City Environmental Monitoring,”IEEE Sensors Journal, vol\. 21, no\. 10, pp\. 11880–11890, 2021\.
- \[9\]A\. A\. Laghari, K\. Wu, R\. A\. Laghari, M\. Ali, and A\. A\. Khan, “A review and state of art of Internet of Things \(IoT\),”Archives of Computational Methods in Engineering, vol\. 29, no\. 3, pp\. 1395–1413, 2022\.
- \[10\]B\. Maag, Z\. Zhou, and L\. Thiele, “A survey on sensor calibration in air quality monitoring networks,”IEEE Internet of Things Journal, vol\. 5, no\. 6, pp\. 4857–4869, 2018\.
- \[11\]S\. Kaivonen and E\. Ngai, “Real\-time air pollution monitoring with sensors on city bus,”Digital Communications and Networks, vol\. 6, no\. 1, pp\. 23–30, 2020\.
- \[12\]F\. K\. Shaikh and S\. Zeadally, “Energy harvesting in wireless sensor networks: A comprehensive review,”Renewable and Sustainable Energy Reviews, vol\. 55, pp\. 1041–1054, 2016\.
- \[13\]M\. B\. Alazaadah, K\. M\. Al\-Mulla, and A\. M\. Al\-Sadi, “Compressive sensing for energy\-efficient IoT\-based health monitoring systems,”IEEE Sensors Journal, vol\. 21, no\. 15, pp\. 16822–16830, 2021\.
- \[14\]C\. Banbury, V\. J\. Reddi, M\. Lam, W\. Fu, A\. Fazel, J\. Holleman, et al\., “Micronets: Neural network architectures for migrating deep learning to the edge,”Proceedings of the 4th MLSys Conference, 2021\.
- \[15\]V\. Venkatesh and Y\. Liu, “DP\-Prox: A Robust and Differentially Private Framework for Federated Instruction Tuning of Small LLMs on 8 GB Edge Devices,” inProceedings of the IEEE 2026 International Conference on Computing and Communication Workshop \(CCWC\), 2026\.
- \[16\]S\. Saha, S\. Sandha, and M\. Srivastava, “TinyML for Ultra\-Low Power AI,”IEEE Access, vol\. 10, pp\. 101890–101908, 2022\.
- \[17\]C\. Alippi, G\. Anastasi, M\. Di Francesco, and M\. Roveri, “An adaptive sampling algorithm for effective energy management in wireless sensor networks with energy\-hungry sensors,”IEEE Trans\. Instrum\. Meas\., vol\. 59, no\. 2, pp\. 335–344, 2010\.
- \[18\]R\. Willett, A\. Martin, and R\. Nowak, “Backcasting: adaptive sampling for sensor networks,”Proceedings of the 3rd international symposium on Information processing in sensor networks \(IPSN\), pp\. 124–133, 2004\.
- \[19\]M\. A\. Alsheikh, S\. Lin, D\. Niyato, and H\. P\. Tan, “Machine Learning in Wireless Sensor Networks: Algorithms, Strategies, and Applications,”IEEE Communications Surveys & Tutorials, vol\. 16, no\. 4, pp\. 1996–2018, 2014\.
- \[20\]Y\. Liu, P\. Zhou, L\. Yang, Y\. Wu, Z\. Xu, K\. Liu, and X\. Wang, “Privacy\-preserving context\-based electric vehicle dispatching for energy scheduling in microgrids: An online learning approach,”IEEE Transactions on Emerging Topics in Computational Intelligence, vol\. 6, no\. 3, pp\. 462–478, June 2022\.
- \[21\]S\. Ghosh, S\. De, S\. Chatterjee, and M\. Portmann, “Learning\-based adaptive sensor selection framework for multi\-sensing WSN,”IEEE Sensors Journal, vol\. 21, no\. 24, pp\. 27979–27990, 2021\.
- \[22\]R\. M\. Barratt, N\. P\. Young, G\. W\. Curley, and D\. R\. Derwent, “UK Air Quality Reanalysis \(AQREAN\),”CEDA Archive, 2020\. \[Online\]\. Available: https://catalogue\.ceda\.ac\.uk/uuid/7d44ef2a9e9346e79863f53193db189e/

Similar Articles

Can urban economics help model and improve agentic AI systems?

Reddit r/ArtificialInteligence

This article explores how concepts from urban economics, such as traffic, zoning, and pollution, can model externalities in agentic AI systems. It introduces a Behavioral Externality Multiplier (BEM) and proposes a layered framework involving architecture, substrate, and governance to measure and mitigate costly consequences of cheap AI actions.