arXiv ScienceSearch

arXiv subjects

Hakima Chaouchi

Publications and source records attributed to Hakima Chaouchi.

3 recordsLinked to original sources

Support-Aware Telemetry Compression for 5G Positioning via Conditional Conflict Graphs

Geographically separated transmission/reception points (TRPs) report quantized measurements to a Location Management Function (LMF), even when the application requires only a coarse location region. We formulate this task as a distributed zero-error function-computation problem, in which each TRP transmits an index sufficient for the LMF to reproduce the required service decision. Since positioning geometry induces a sparse and nonrectangular support, independently constructed per-terminal characteristic-graph colorings are not necessarily jointly decodable. We introduce a conditional conflict graph that exactly characterizes valid single-terminal updates and develop an alternating codebook construction that preserves global zero-error decodability. In a reproducible three-TRP study with range-equivalent timing measurements and $120$ native bins, all resulting codebooks satisfy an explicit decoder-conflict test. For service-cell sizes up to $100$ m, the achieved ideal rate is $5.38$--$5.44$ bits per epoch per TRP, compared with $6.91$ bits for raw reporting and $6.56$--$6.87$ bits for a globally valid interval-based baseline. A complementary measured six-base-station TDoA study shows that $83.77\%$ of the learned native support recurs on an independent trajectory. For these recurrent tuples, the codebooks preserve the service decision exactly and reduce the ideal rate by $22.8$--$35.6\%$ for $2$--$8$ m service grids. The feasible report-tuple set also provides a single-epoch geometric-consistency check under injected timing bias. Finally, we identify the NRPPa/OpenAirInterface integration points and safeguards required for experimental implementation.

cs.NI

Contextual-Bandit Anomaly Detection for IoT Data in Distributed Hierarchical Edge Computing

Advances in deep neural networks (DNN) greatly bolster real-time detection of anomalous IoT data. However, IoT devices can hardly afford complex DNN models, and offloading anomaly detection tasks to the cloud incurs long delay. In this paper, we propose and build a demo for an adaptive anomaly detection approach for distributed hierarchical edge computing (HEC) systems to solve this problem, for both univariate and multivariate IoT data. First, we construct multiple anomaly detection DNN models with increasing complexity, and associate each model with a layer in HEC from bottom to top. Then, we design an adaptive scheme to select one of these models on the fly, based on the contextual information extracted from each input data. The model selection is formulated as a contextual bandit problem characterized by a single-step Markov decision process, and is solved using a reinforcement learning policy network. We build an HEC testbed, implement our proposed approach, and evaluate it using real IoT datasets. The demo shows that our proposed approach significantly reduces detection delay (e.g., by 71.4% for univariate dataset) without sacrificing accuracy, as compared to offloading detection tasks to the cloud. We also compare it with other baseline schemes and demonstrate that it achieves the best accuracy-delay tradeoff. Our demo is also available online: https://rebrand.ly/91a71

cs.LG

Adaptive Anomaly Detection for IoT Data in Hierarchical Edge Computing

Advances in deep neural networks (DNN) greatly bolster real-time detection of anomalous IoT data. However, IoT devices can barely afford complex DNN models due to limited computational power and energy supply. While one can offload anomaly detection tasks to the cloud, it incurs long delay and requires large bandwidth when thousands of IoT devices stream data to the cloud concurrently. In this paper, we propose an adaptive anomaly detection approach for hierarchical edge computing (HEC) systems to solve this problem. Specifically, we first construct three anomaly detection DNN models of increasing complexity, and associate them with the three layers of HEC from bottom to top, i.e., IoT devices, edge servers, and cloud. Then, we design an adaptive scheme to select one of the models based on the contextual information extracted from input data, to perform anomaly detection. The selection is formulated as a contextual bandit problem and is characterized by a single-step Markov decision process, with an objective of achieving high detection accuracy and low detection delay simultaneously. We evaluate our proposed approach using a real IoT dataset, and demonstrate that it reduces detection delay by 84% while maintaining almost the same accuracy as compared to offloading detection tasks to the cloud. In addition, our evaluation also shows that it outperforms other baseline schemes.

cs.LG