首页 > 最新文献

IEEE Transactions on Mobile Computing最新文献

英文 中文
Source Routing for LEO Mega-Constellations Based on Bloom Filter 基于布隆滤波器的LEO巨型星座源路由
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-10 DOI: 10.1109/TMC.2025.3586626
Hefan Zhang;Zhiyuan Wang;Wenhao Lu;Shan Zhang;Hongbin Luo
Low-earth-orbit (LEO) mega-constellations with inter-satellite links (ISLs) are becoming the Internet backbone in space. Satellites within LEO often need the capability to enforce data forwarding paths. For example, they may need to bypass the satellites over the untrusted areas for the data of mission-critical applications or minimize latency for the data of time-sensitive applications. However, typical source/segment routing techniques (e.g., SRv6) suffer from scalability issue, since they record source-route-style forwarding information via the list-based structure. This results in great payload and forwarding overhead. To overcome this drawback, we propose a source/segment routing architecture for LEO mega-constellations, which is named as Link-identified Routing (LiR). LiR leverages in-packet bloom filter (BF) to record source-route-style forwarding information. BF could efficiently record multiple elements via a probabilistic data structure, but overlooks the order of the encoded elements. To address this, LiR identifies each unidirectional ISL, and represents the path by encoding ISL identifiers into BF. We investigate how to optimize BF configuration and ISL encoding policy to address false positives caused by BF. We implement LiR in Linux kernel and develop a container-based emulator for performance evaluation. Results show that LiR significantly outperforms SRv6 in terms of packet forwarding and data delivery efficiency.
具有卫星间链路(ISLs)的低地球轨道(LEO)巨型星座正在成为太空互联网的骨干。低轨道卫星通常需要执行数据转发路径的能力。例如,对于关键任务应用程序的数据,它们可能需要绕过不受信任区域的卫星,或者将时间敏感应用程序的数据延迟降至最低。然而,典型的源/段路由技术(例如,SRv6)存在可伸缩性问题,因为它们通过基于列表的结构记录源路由类型的转发信息。这将导致巨大的负载和转发开销。为了克服这一缺点,我们提出了一种用于LEO巨型星座的源/段路由架构,称为链路识别路由(Link-identified routing, LiR)。LiR利用包内布隆过滤器(BF)记录源路由类型的转发信息。BF可以通过概率数据结构有效地记录多个元素,但忽略了编码元素的顺序。为了解决这个问题,LiR识别每个单向ISL,并通过将ISL标识符编码到BF来表示路径。我们研究了如何优化BF配置和ISL编码策略来解决BF引起的误报问题。我们在Linux内核中实现了LiR,并开发了一个基于容器的仿真器来进行性能评估。结果表明,LiR在数据包转发和数据传输效率方面明显优于SRv6。
{"title":"Source Routing for LEO Mega-Constellations Based on Bloom Filter","authors":"Hefan Zhang;Zhiyuan Wang;Wenhao Lu;Shan Zhang;Hongbin Luo","doi":"10.1109/TMC.2025.3586626","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586626","url":null,"abstract":"Low-earth-orbit (LEO) mega-constellations with inter-satellite links (ISLs) are becoming the Internet backbone in space. Satellites within LEO often need the capability to enforce data forwarding paths. For example, they may need to bypass the satellites over the untrusted areas for the data of mission-critical applications or minimize latency for the data of time-sensitive applications. However, typical source/segment routing techniques (e.g., SRv6) suffer from scalability issue, since they record source-route-style forwarding information via the list-based structure. This results in great payload and forwarding overhead. To overcome this drawback, we propose a source/segment routing architecture for LEO mega-constellations, which is named as Link-identified Routing (LiR). LiR leverages in-packet bloom filter (BF) to record source-route-style forwarding information. BF could efficiently record multiple elements via a probabilistic data structure, but overlooks the order of the encoded elements. To address this, LiR identifies each unidirectional ISL, and represents the path by encoding ISL identifiers into BF. We investigate how to optimize BF configuration and ISL encoding policy to address false positives caused by BF. We implement LiR in Linux kernel and develop a container-based emulator for performance evaluation. Results show that LiR significantly outperforms SRv6 in terms of packet forwarding and data delivery efficiency.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12487-12504"},"PeriodicalIF":9.2,"publicationDate":"2025-07-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223679","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Adaptive Parameter-Efficient Federated Fine-Tuning on Heterogeneous Devices 异构设备的自适应参数高效联邦微调
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-07 DOI: 10.1109/TMC.2025.3586644
Jun Liu;Yunming Liao;Hongli Xu;Yang Xu;Jianchun Liu;Chen Qian
Federated fine-tuning (FedFT) has been proposed to fine-tune the pre-trained language models in a distributed manner. However, there are two critical challenges for efficient FedFT in practical applications, i.e., resource constraints and system heterogeneity. Existing works rely on parameter-efficient fine-tuning methods, e.g., low-rank adaptation (LoRA)1, but with major limitations. Herein, based on the inherent characteristics of FedFT, we observe that LoRA layers with higher ranks added close to the output help to save resource consumption while achieving comparable fine-tuning performance. Then we propose a novel LoRA-based FedFT framework, termed LEGEND, which faces the difficulty of determining the number of LoRA layers (called, LoRA depth) and the rank of each LoRA layer (called, rank distribution). We analyze the coupled relationship between LoRA depth and rank distribution, and design an efficient LoRA configuration algorithm for heterogeneous devices, thereby promoting fine-tuning efficiency. Extensive experiments are conducted on a physical platform with 80 commercial devices. The results show that LEGEND can achieve a speedup of 1.5-2.8× and save communication costs by about 42.3% when achieving the target accuracy, compared to the advanced solutions.
联邦微调(Federated fine-tuning, FedFT)被提出以分布式的方式对预训练好的语言模型进行微调。然而,在实际应用中,有效的FedFT存在两个关键挑战,即资源约束和系统异质性。现有的工作依赖于参数高效的微调方法,如低秩自适应(LoRA)1,但存在很大的局限性。在这里,基于FedFT的固有特征,我们观察到在接近输出的地方添加更高秩的LoRA层有助于节省资源消耗,同时获得相当的微调性能。然后,我们提出了一种新的基于LoRA的FedFT框架,称为LEGEND,该框架面临确定LoRA层的数量(称为LoRA深度)和每个LoRA层的秩(称为秩分布)的困难。分析了LoRA深度与rank分布之间的耦合关系,设计了一种高效的异构设备LoRA配置算法,从而提高了微调效率。在80台商用设备的物理平台上进行了广泛的实验。结果表明,在达到目标精度的情况下,与先进的解决方案相比,LEGEND可以实现1.5-2.8倍的加速,节省约42.3%的通信成本。
{"title":"Adaptive Parameter-Efficient Federated Fine-Tuning on Heterogeneous Devices","authors":"Jun Liu;Yunming Liao;Hongli Xu;Yang Xu;Jianchun Liu;Chen Qian","doi":"10.1109/TMC.2025.3586644","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586644","url":null,"abstract":"Federated fine-tuning (FedFT) has been proposed to fine-tune the pre-trained language models in a distributed manner. However, there are two critical challenges for efficient FedFT in practical applications, i.e., resource constraints and system heterogeneity. Existing works rely on parameter-efficient fine-tuning methods, e.g., low-rank adaptation (LoRA)<sup>1</sup>, but with major limitations. Herein, based on the inherent characteristics of FedFT, we observe that LoRA layers with higher ranks added close to the output help to save resource consumption while achieving comparable fine-tuning performance. Then we propose a novel LoRA-based FedFT framework, termed LEGEND, which faces the difficulty of determining the number of LoRA layers (called, LoRA depth) and the rank of each LoRA layer (called, rank distribution). We analyze the coupled relationship between LoRA depth and rank distribution, and design an efficient LoRA configuration algorithm for heterogeneous devices, thereby promoting fine-tuning efficiency. Extensive experiments are conducted on a physical platform with 80 commercial devices. The results show that LEGEND can achieve a speedup of 1.5-2.8× and save communication costs by about 42.3% when achieving the target accuracy, compared to the advanced solutions.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12533-12549"},"PeriodicalIF":9.2,"publicationDate":"2025-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145221219","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Reducing Transmission Cost of Distributed Principal Components Analysis in Wireless Networks With Accuracy Guaranteed 降低无线网络中分布式主成分分析的传输成本并保证其准确性
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-07 DOI: 10.1109/TMC.2025.3586615
Yiyi Zhang;Peng Guo;Xuefeng Liu;Chao Cai;Kui Zhang;Jiang Liu
As a classic data processing tool, Principal Component Analysis (PCA) has been widely applied in various data analysis applications. To mitigate the high computational complexity of PCA on Big Data, distributed PCA methods have been extensively studied, which disperse the computational tasks across multiple computation units while guaranteeing the accuracy. For the scenarios of distributed PCA in wireless networks, as the data is originally dispersed across different locations, it is further required to reduce the communication cost of distributed PCA in networks, which however has been seldom studied. Reducing the communication cost of distributed PCA in wireless networks requires not only appropriately partitioning the computation of PCA, ensuring accuracy, but also effectively assigning the partitioned computations and routing strategies to the nodes. In this paper, we propose CD-PCA, a communication-efficient distributed PCA (CD-PCA) scheme. This scheme implements a transmission-benefit equipartition strategy for the network to facilitate high-accuracy distributed computation and designs novel routing strategies for nodes to execute the distributed PCA within each partitioned region. Extensive simulation results demonstrate that the proposed CD-PCA scheme can reduce transmission costs by over 30% on average compared to related methods and baseline approaches.
主成分分析作为一种经典的数据处理工具,在各种数据分析应用中得到了广泛的应用。为了缓解大数据上主成分分析的高计算复杂度,分布式主成分分析方法得到了广泛的研究,该方法将计算任务分散到多个计算单元上,同时保证了计算的准确性。对于无线网络中的分布式主成分分析场景,由于数据本来就分散在不同的位置,进一步要求降低网络中的分布式主成分分析的通信成本,但这方面的研究很少。为了降低无线网络中分布式主成分分析的通信成本,不仅需要对主成分分析的计算进行适当的划分,保证计算的准确性,而且需要将划分的计算量和路由策略有效地分配给节点。本文提出了一种高效通信的分布式主成分分析(CD-PCA)方案。该方案为网络实现了传输收益均衡分配策略,以实现高精度的分布式计算,并设计了新颖的节点路由策略,在每个分区区域内执行分布式PCA。大量的仿真结果表明,与相关方法和基线方法相比,所提出的CD-PCA方案平均可降低30%以上的传输成本。
{"title":"Reducing Transmission Cost of Distributed Principal Components Analysis in Wireless Networks With Accuracy Guaranteed","authors":"Yiyi Zhang;Peng Guo;Xuefeng Liu;Chao Cai;Kui Zhang;Jiang Liu","doi":"10.1109/TMC.2025.3586615","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586615","url":null,"abstract":"As a classic data processing tool, Principal Component Analysis (PCA) has been widely applied in various data analysis applications. To mitigate the high computational complexity of PCA on Big Data, distributed PCA methods have been extensively studied, which disperse the computational tasks across multiple computation units while guaranteeing the accuracy. For the scenarios of distributed PCA in wireless networks, as the data is originally dispersed across different locations, it is further required to reduce the communication cost of distributed PCA in networks, which however has been seldom studied. Reducing the communication cost of distributed PCA in wireless networks requires not only appropriately partitioning the computation of PCA, ensuring accuracy, but also effectively assigning the partitioned computations and routing strategies to the nodes. In this paper, we propose CD-PCA, a communication-efficient distributed PCA (CD-PCA) scheme. This scheme implements a transmission-benefit equipartition strategy for the network to facilitate high-accuracy distributed computation and designs novel routing strategies for nodes to execute the distributed PCA within each partitioned region. Extensive simulation results demonstrate that the proposed CD-PCA scheme can reduce transmission costs by over 30% on average compared to related methods and baseline approaches.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12711-12725"},"PeriodicalIF":9.2,"publicationDate":"2025-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223684","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Adaptive Computation Offloading Scheme Based on a Collaborative Architecture With Heterogeneous MEC Nodes: A DRL Approach 基于异构MEC节点协同体系结构的自适应计算卸载方案:一种DRL方法
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-07 DOI: 10.1109/TMC.2025.3586623
Haixing Wu;Jiameng Zheng;Shunfu Jin
Mobile edge computing (MEC) has become an effective paradigm to support computation-intensive applications by providing services in close proximity to user devices (UDs). In MEC networks, computation offloading technology is devoted to balancing system load and prolonging UDs’ battery life. However, most existing studies on computation offloading take the impractical assumption of the MEC scenario with homogeneous users, ignoring security requirement from certain users. Moreover, with users mobility and task arrivals correlation, most existing computing offloading approaches suffer from inefficient or suboptimal decision making in practical MEC environments. To tackle these issues, by integrating task arrivals correlation within a time slot and environment dynamics between time slots, we propose an adaptive computation offloading scheme based on a collaborative architecture with heterogeneous MEC nodes. First, considering additional security requirement from very important people (VIP) users, we present a novel collaborative architecture by separating edge/cloud servers into public and private nodes. Then, with the architecture, we develop a dynamic computation offloading (DCO) algorithm to realize adaptive computation offloading scheme in MEC environment with mobile users. Particularly, the algorithm involves three stages. 1) By extending Poisson process into Markovian arrival process (MAP), we construct an MAP-based system model to capture the behavior of time-dependent task arrivals and then analyze the system model to derive the system delay in steady state. 2) For the purpose of minimizing the system delay in each time slot, we formulate a computation offloading problem in MEC environment with mobile users. 3) Under a deep reinforcement learning (DRL) framework, by taking the system delay as environmental feedback, we solve the formulated problem and provide offloading decisions in each time slot. We evaluate the performance of DCO algorithm by comparing it with other benchmark algorithms in various application scenarios. Results demonstrate that the proposed DCO algorithm outperforms the compared algorithms in response performance.
移动边缘计算(MEC)通过在用户设备(UDs)附近提供服务,已成为支持计算密集型应用的有效范例。在MEC网络中,计算卸载技术致力于平衡系统负载和延长UDs的电池寿命。然而,现有的计算卸载研究大多采用同构用户的MEC场景假设,忽略了特定用户的安全需求。此外,由于用户移动性和任务到达相关性,大多数现有的计算卸载方法在实际MEC环境中存在效率低下或次优决策的问题。为了解决这些问题,通过整合时隙内的任务到达相关性和时隙之间的环境动态,我们提出了一种基于异构MEC节点协作架构的自适应计算卸载方案。首先,考虑到非常重要的人(VIP)用户的额外安全需求,我们提出了一种新的协作架构,将边缘/云服务器分为公共和私有节点。在此基础上,提出了一种动态计算卸载(DCO)算法,实现移动用户MEC环境下的自适应计算卸载方案。具体来说,该算法分为三个阶段。1)通过将泊松过程扩展到马尔可夫到达过程(MAP),构建了一个基于MAP的系统模型来捕捉与时间相关的任务到达行为,然后对系统模型进行分析,得出系统在稳态下的延迟。2)为了使每个时隙的系统延迟最小,我们提出了一个移动用户MEC环境下的计算卸载问题。3)在深度强化学习(DRL)框架下,以系统延迟作为环境反馈,求解公式化问题,并在每个时隙提供卸载决策。我们通过将DCO算法与其他基准算法在各种应用场景下的性能进行比较来评估其性能。结果表明,所提DCO算法在响应性能上优于比较算法。
{"title":"Adaptive Computation Offloading Scheme Based on a Collaborative Architecture With Heterogeneous MEC Nodes: A DRL Approach","authors":"Haixing Wu;Jiameng Zheng;Shunfu Jin","doi":"10.1109/TMC.2025.3586623","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586623","url":null,"abstract":"Mobile edge computing (MEC) has become an effective paradigm to support computation-intensive applications by providing services in close proximity to user devices (UDs). In MEC networks, computation offloading technology is devoted to balancing system load and prolonging UDs’ battery life. However, most existing studies on computation offloading take the impractical assumption of the MEC scenario with homogeneous users, ignoring security requirement from certain users. Moreover, with users mobility and task arrivals correlation, most existing computing offloading approaches suffer from inefficient or suboptimal decision making in practical MEC environments. To tackle these issues, by integrating task arrivals correlation within a time slot and environment dynamics between time slots, we propose an adaptive computation offloading scheme based on a collaborative architecture with heterogeneous MEC nodes. First, considering additional security requirement from very important people (VIP) users, we present a novel collaborative architecture by separating edge/cloud servers into public and private nodes. Then, with the architecture, we develop a dynamic computation offloading (DCO) algorithm to realize adaptive computation offloading scheme in MEC environment with mobile users. Particularly, the algorithm involves three stages. 1) By extending Poisson process into Markovian arrival process (MAP), we construct an MAP-based system model to capture the behavior of time-dependent task arrivals and then analyze the system model to derive the system delay in steady state. 2) For the purpose of minimizing the system delay in each time slot, we formulate a computation offloading problem in MEC environment with mobile users. 3) Under a deep reinforcement learning (DRL) framework, by taking the system delay as environmental feedback, we solve the formulated problem and provide offloading decisions in each time slot. We evaluate the performance of DCO algorithm by comparing it with other benchmark algorithms in various application scenarios. Results demonstrate that the proposed DCO algorithm outperforms the compared algorithms in response performance.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12692-12710"},"PeriodicalIF":9.2,"publicationDate":"2025-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223678","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
LSNN Model: A Lightweight Spiking Neural Network-Based Depression Classification Model for Wearable EEG Sensors LSNN模型:一种基于轻量级尖峰神经网络的可穿戴EEG传感器抑郁分类模型
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-07 DOI: 10.1109/TMC.2025.3586591
Qinglin Zhao;Lixin Zhang;Haojie Zhang;Hua Jiang;Kunbo Cui;Zhongqing Wu;Jingyu Liu;Mingqi Zhao;Fuze Tian;Bin Hu
Depression detection via wearable Electroencephalogram (EEG) sensor-assisted diagnosis system demands computationally efficient models compatible with resource-constrained edge devices. Spiking Neural Networks (SNNs) offer inherent advantages for processing the spatio-temporal patterns of EEG through event-driven neuromorphic computing. In this study, we innovatively present LSNNet, a lightweight SNN model specifically designed for wearable EEG sensors. The model exhibits low computational complexity with 7.18 K parameters and 67.68 M Floating-Point Operations (FLOPs). It requires only 246.88 KB of Random Access Memory (RAM) and 57.33 KB of Read-Only Memory (ROM) for on-board execution, and has been validated on both the single-core STM32U535CET6 and the multi-core GAP8 microcontrollers. Despite its minimal computational and memory requirements, LSNNet achieves impressive performance metrics, with a classification accuracy of 89.2%, specificity of 92.4%, and sensitivity of 86.4% in independent tests conducted on EEG data collected from 73 depressed patients and 108 healthy controls using our three-lead EEG sensor. Especially, when running on the GAP8 microcontroller, the LSNNet model has a low power consumption of 21.43 mW and a satisfactory inference time of 0.63 s while maintaining a classification accuracy of 87.5% (only with a reduction of 1.98% ). These results underscore the potential of integrating wearable EEG sensors with the LSNNet model for depression detection in the Internet of Things (IoT) era.
基于可穿戴式脑电图传感器辅助诊断系统的抑郁症检测需要与资源受限的边缘设备兼容的高效计算模型。脉冲神经网络(SNNs)通过事件驱动的神经形态计算,在处理脑电时空模式方面具有固有的优势。在这项研究中,我们创新地提出了LSNNet,一种专为可穿戴EEG传感器设计的轻量级SNN模型。该模型具有较低的计算复杂度,参数为7.18 K,浮点运算次数为67.68 M。它只需要246.88 KB的随机存取存储器(RAM)和57.33 KB的只读存储器(ROM)用于板载执行,并且已经在单核STM32U535CET6和多核GAP8微控制器上进行了验证。尽管LSNNet的计算量和内存需求很小,但在使用我们的三导联脑电图传感器收集的73名抑郁症患者和108名健康对照者的脑电图数据进行的独立测试中,LSNNet的分类准确率为89.2%,特异性为92.4%,灵敏度为86.4%,取得了令人印象深刻的性能指标。特别是,在GAP8微控制器上运行时,LSNNet模型具有21.43 mW的低功耗和0.63 s的令人满意的推理时间,同时保持87.5%的分类精度(仅降低1.98%)。这些结果强调了将可穿戴脑电图传感器与LSNNet模型集成在物联网(IoT)时代的抑郁症检测中的潜力。
{"title":"LSNN Model: A Lightweight Spiking Neural Network-Based Depression Classification Model for Wearable EEG Sensors","authors":"Qinglin Zhao;Lixin Zhang;Haojie Zhang;Hua Jiang;Kunbo Cui;Zhongqing Wu;Jingyu Liu;Mingqi Zhao;Fuze Tian;Bin Hu","doi":"10.1109/TMC.2025.3586591","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586591","url":null,"abstract":"Depression detection via wearable Electroencephalogram (EEG) sensor-assisted diagnosis system demands computationally efficient models compatible with resource-constrained edge devices. Spiking Neural Networks (SNNs) offer inherent advantages for processing the spatio-temporal patterns of EEG through event-driven neuromorphic computing. In this study, we innovatively present LSNNet, a lightweight SNN model specifically designed for wearable EEG sensors. The model exhibits low computational complexity with 7.18 K parameters and 67.68 M Floating-Point Operations (FLOPs). It requires only 246.88 KB of Random Access Memory (RAM) and 57.33 KB of Read-Only Memory (ROM) for on-board execution, and has been validated on both the single-core STM32U535CET6 and the multi-core GAP8 microcontrollers. Despite its minimal computational and memory requirements, LSNNet achieves impressive performance metrics, with a classification accuracy of 89.2%, specificity of 92.4%, and sensitivity of 86.4% in independent tests conducted on EEG data collected from 73 depressed patients and 108 healthy controls using our three-lead EEG sensor. Especially, when running on the GAP8 microcontroller, the LSNNet model has a low power consumption of 21.43 mW and a satisfactory inference time of 0.63 s while maintaining a classification accuracy of 87.5% (only with a reduction of 1.98% ). These results underscore the potential of integrating wearable EEG sensors with the LSNNet model for depression detection in the Internet of Things (IoT) era.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12640-12654"},"PeriodicalIF":9.2,"publicationDate":"2025-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223683","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
ARSys: An Efficient and Cross-Platform Development, Deployment, and Runtime System for Mobile Augmented Reality ARSys:一个高效、跨平台的移动增强现实开发、部署和运行时系统
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-07 DOI: 10.1109/TMC.2025.3586797
Chengfei Lv;Chaoyue Niu;Yu Cai;Xiaotang Jiang;Fan Wu;Guihai Chen
Augmented reality (AR) offers users immersive experiences to interact with digital contents in their physical space. However, practical AR applications are challenged by the tight coupling of algorithm and engineering during the development and deployment phases as well as the execution requirements of hybrid AR subtasks on heterogeneous and resource-constraint mobile devices. In this work, we build an end-to-end, cross-platform, and efficient AR system, called ARSys. The infrastructure in ARSys adopts the new principle of integrated design, unifies and refines AR fundamental capabilities, supports streaming media processing, model inference, and real-time rendering by exposing high-performance tensor compute engine to top, and constructs a Python multi-instance virtual machine as the cross-platform AR task execution container. The runtime mechanism of ARSys schedules AR tasks in a pipeline parallelism way and allocates subtasks to hardware backends by optimizing the slowest node. The development workbench and the deployment platform in ARSys allow the decoupling of algorithms written in Python from engineering components in C/C++ and further support remote debugging and quick validation of AR algorithms. We extensively evaluate ARSys in practical AR applications across high-end, mid-end, and low-end Android and iOS devices, demonstrating higher development, deployment, and runtime efficiency than existing MediaPipe-oriented framework. ARSys has been integrated into Mobile Taobao for production use.
增强现实(AR)为用户提供身临其境的体验,与物理空间中的数字内容进行交互。然而,在实际的AR应用中,算法和工程在开发和部署阶段的紧密耦合以及混合AR子任务在异构和资源约束的移动设备上的执行需求是一个挑战。在这项工作中,我们构建了一个端到端、跨平台、高效的AR系统,称为ARSys。ARSys中的基础架构采用全新的集成设计原则,统一和细化AR基础能力,通过向顶层暴露高性能张量计算引擎,支持流媒体处理、模型推理和实时渲染,构建Python多实例虚拟机作为跨平台AR任务执行容器。ARSys的运行机制以流水线并行的方式调度AR任务,并通过优化最慢的节点将子任务分配给硬件后端。ARSys中的开发工作台和部署平台允许将用Python编写的算法与用C/ c++编写的工程组件解耦,并进一步支持AR算法的远程调试和快速验证。我们广泛评估了ARSys在高端、中端和低端Android和iOS设备上的实际AR应用,展示了比现有的面向mediapapi的框架更高的开发、部署和运行时效率。ARSys已集成到移动淘宝中进行生产使用。
{"title":"ARSys: An Efficient and Cross-Platform Development, Deployment, and Runtime System for Mobile Augmented Reality","authors":"Chengfei Lv;Chaoyue Niu;Yu Cai;Xiaotang Jiang;Fan Wu;Guihai Chen","doi":"10.1109/TMC.2025.3586797","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586797","url":null,"abstract":"Augmented reality (AR) offers users immersive experiences to interact with digital contents in their physical space. However, practical AR applications are challenged by the tight coupling of algorithm and engineering during the development and deployment phases as well as the execution requirements of hybrid AR subtasks on heterogeneous and resource-constraint mobile devices. In this work, we build an end-to-end, cross-platform, and efficient AR system, called ARSys. The infrastructure in ARSys adopts the new principle of integrated design, unifies and refines AR fundamental capabilities, supports streaming media processing, model inference, and real-time rendering by exposing high-performance tensor compute engine to top, and constructs a Python multi-instance virtual machine as the cross-platform AR task execution container. The runtime mechanism of ARSys schedules AR tasks in a pipeline parallelism way and allocates subtasks to hardware backends by optimizing the slowest node. The development workbench and the deployment platform in ARSys allow the decoupling of algorithms written in Python from engineering components in C/C++ and further support remote debugging and quick validation of AR algorithms. We extensively evaluate ARSys in practical AR applications across high-end, mid-end, and low-end Android and iOS devices, demonstrating higher development, deployment, and runtime efficiency than existing MediaPipe-oriented framework. ARSys has been integrated into Mobile Taobao for production use.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12655-12671"},"PeriodicalIF":9.2,"publicationDate":"2025-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223677","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
RF-DEGO: A Range Free Localization Algorithm for Non Uniform Node Distributions and Obstacle Environments RF-DEGO:一种非均匀节点分布和障碍环境下的距离自由定位算法
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-07 DOI: 10.1109/TMC.2025.3586636
Haibin Sun;Yongzheng Zhang
Range-free localization algorithms have attracted considerable attention for outdoor wireless sensor network (WSN) positioning because they are less susceptible to environmental factors when estimating inter node distances and require only a few beacon nodes with known locations to rapidly determine all node positions. Among these, the connectivity based DV Hop algorithm has become widely used due to its simplicity and ease of implementation. However, its localization accuracy is limited and it is easily degraded by non uniform node distributions and obstacle environments. To address these shortcomings, this paper proposes a novel range free localization algorithm (RF-DEGO). First, a new distance estimation formula is derived from node connectivity and the probability distribution of distances. Next, the estimated distances are corrected using the local node density along communication paths, and paths identified as detouring around obstacles receive a further correction. Finally, an enhanced hierarchical Grey Wolf Optimization algorithm computes the node positions. Extensive simulation experiments under various network scenarios and parameter settings show that the proposed algorithm outperforms several existing localization methods in both accuracy and computation time, demonstrating superior overall performance and strong competitiveness.
无距离定位算法在室外无线传感器网络(WSN)定位中备受关注,因为它在估计节点间距离时不易受环境因素的影响,并且只需要几个已知位置的信标节点就可以快速确定所有节点的位置。其中,基于连通性的DV Hop算法因其简单、易于实现而得到了广泛的应用。但其定位精度有限,且容易受到不均匀节点分布和障碍物环境的影响。针对这些不足,本文提出了一种新的无距离定位算法(RF-DEGO)。首先,根据节点的连通性和距离的概率分布,推导出新的距离估计公式;接下来,使用通信路径上的局部节点密度来校正估计的距离,并且识别为绕行障碍物的路径得到进一步的校正。最后,采用改进的分层灰狼优化算法计算节点位置。在各种网络场景和参数设置下的大量仿真实验表明,该算法在精度和计算时间上都优于现有的几种定位方法,整体性能优越,具有较强的竞争力。
{"title":"RF-DEGO: A Range Free Localization Algorithm for Non Uniform Node Distributions and Obstacle Environments","authors":"Haibin Sun;Yongzheng Zhang","doi":"10.1109/TMC.2025.3586636","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586636","url":null,"abstract":"Range-free localization algorithms have attracted considerable attention for outdoor wireless sensor network (WSN) positioning because they are less susceptible to environmental factors when estimating inter node distances and require only a few beacon nodes with known locations to rapidly determine all node positions. Among these, the connectivity based DV Hop algorithm has become widely used due to its simplicity and ease of implementation. However, its localization accuracy is limited and it is easily degraded by non uniform node distributions and obstacle environments. To address these shortcomings, this paper proposes a novel range free localization algorithm (RF-DEGO). First, a new distance estimation formula is derived from node connectivity and the probability distribution of distances. Next, the estimated distances are corrected using the local node density along communication paths, and paths identified as detouring around obstacles receive a further correction. Finally, an enhanced hierarchical Grey Wolf Optimization algorithm computes the node positions. Extensive simulation experiments under various network scenarios and parameter settings show that the proposed algorithm outperforms several existing localization methods in both accuracy and computation time, demonstrating superior overall performance and strong competitiveness.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12517-12532"},"PeriodicalIF":9.2,"publicationDate":"2025-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223685","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Achievable Rate Maximization for Multi-IRS Assisted AAV-NOMA Networks 多irs辅助AAV-NOMA网络的可实现速率最大化
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-07 DOI: 10.1109/TMC.2025.3586768
Dingcheng Yang;Kangqing Wu;Yu Xu;Fahui Wu;Tiankui Zhang
The evolution towards Internet of Things (IoT) in the forthcoming sixth generation (6G) is facing massive amounts of transmitted data and harsh wireless transmission environment, which severely degrade the quality of communication. To overcome these difficulties, a novel multiple intelligent reflecting surfaces (IRSs) assisted autonomous aerial vehicle (AAV) network framework with non-orthogonal multiple access (NOMA) is proposed in this article, where the AAV applies the NOMA scheme to deliver the information to the ground users assisted by multiple IRSs. We aim to maximize the achievable rate of the considered network while guaranteeing the minimum communication rate of each user, by jointly optimizing the multi-IRS phase shifts, AAV transmit power, AAV trajectory, and NOMA decoding order. To handle the coupled variables and integer constraints, we decompose the original problem into three subproblems based on the block coordinate descent (BCD) framework. Specifically, we first obtain the multi-IRS phase shifts by applying the semidefinite relaxation (SDR) technique. Next, the AAV transmit power allocation is derived by exploiting the concave convex procedure (CCCP) method. The AAV trajectory and NOMA decoding order are finally obtained by invoking the penalty-based method and the successive convex approximation (SCA) technique. Based on these, an alternating optimization algorithm is proposed. The numerical results show that: 1) the NOMA scheme enhances the utilization of the spectrum and enhances the access capacity of the communication system; 2) the multi-IRS cooperative structure increases the reflective channels and effectively improves the air-ground transmission environment, thus enhancing the system achievable rate; 3) the proposed multi-IRS assisted AAV NOMA algorithm achieves a significant network rate improvement compared to other benchmark schemes.
即将到来的第六代(6G)向物联网(IoT)的演进面临着海量传输数据和恶劣的无线传输环境,严重降低了通信质量。为了克服这些困难,本文提出了一种新型的非正交多址(NOMA)多智能反射面辅助自主飞行器(AAV)网络框架,其中AAV采用NOMA方案在多个红外反射面辅助下向地面用户传递信息。我们通过联合优化多irs相移、AAV发射功率、AAV轨迹和NOMA解码顺序,在保证每个用户最小通信速率的同时,使所考虑的网络的可实现速率最大化。为了处理耦合变量和整数约束,我们基于块坐标下降(BCD)框架将原问题分解为三个子问题。具体来说,我们首先利用半定松弛(SDR)技术获得了多irs相移。其次,利用凹凸过程(CCCP)方法推导了AAV发射功率分配。通过调用基于惩罚的方法和逐次凸逼近(SCA)技术,最终获得AAV轨迹和NOMA解码顺序。在此基础上,提出了一种交替优化算法。数值结果表明:1)NOMA方案提高了频谱利用率,提高了通信系统的接入能力;2)多irs协同结构增加了反射通道,有效改善了地空传输环境,提高了系统可达率;3)与其他基准方案相比,本文提出的多irs辅助AAV NOMA算法实现了显著的网络速率提升。
{"title":"Achievable Rate Maximization for Multi-IRS Assisted AAV-NOMA Networks","authors":"Dingcheng Yang;Kangqing Wu;Yu Xu;Fahui Wu;Tiankui Zhang","doi":"10.1109/TMC.2025.3586768","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586768","url":null,"abstract":"The evolution towards Internet of Things (IoT) in the forthcoming sixth generation (6G) is facing massive amounts of transmitted data and harsh wireless transmission environment, which severely degrade the quality of communication. To overcome these difficulties, a novel multiple intelligent reflecting surfaces (IRSs) assisted autonomous aerial vehicle (AAV) network framework with non-orthogonal multiple access (NOMA) is proposed in this article, where the AAV applies the NOMA scheme to deliver the information to the ground users assisted by multiple IRSs. We aim to maximize the achievable rate of the considered network while guaranteeing the minimum communication rate of each user, by jointly optimizing the multi-IRS phase shifts, AAV transmit power, AAV trajectory, and NOMA decoding order. To handle the coupled variables and integer constraints, we decompose the original problem into three subproblems based on the block coordinate descent (BCD) framework. Specifically, we first obtain the multi-IRS phase shifts by applying the semidefinite relaxation (SDR) technique. Next, the AAV transmit power allocation is derived by exploiting the concave convex procedure (CCCP) method. The AAV trajectory and NOMA decoding order are finally obtained by invoking the penalty-based method and the successive convex approximation (SCA) technique. Based on these, an alternating optimization algorithm is proposed. The numerical results show that: 1) the NOMA scheme enhances the utilization of the spectrum and enhances the access capacity of the communication system; 2) the multi-IRS cooperative structure increases the reflective channels and effectively improves the air-ground transmission environment, thus enhancing the system achievable rate; 3) the proposed multi-IRS assisted AAV NOMA algorithm achieves a significant network rate improvement compared to other benchmark schemes.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12580-12594"},"PeriodicalIF":9.2,"publicationDate":"2025-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223686","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Enabling Effective OOD Detection via Plug-and-Play Network for Mobile Visual Applications 通过即插即用网络为移动视觉应用程序实现有效的OOD检测
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-07 DOI: 10.1109/TMC.2025.3586625
Zixiao Wang;Qi Dong;Tianzhang Xing;Zhidan Liu;Zhenjiang Li;Xiaojiang Chen
Mobile devices have increasingly integrated with numerous deep learning-based visual applications, such as object classification and recognition models. While these models perform well in controlled environments, their effectiveness declines in real-world environment due to out-of-distribution (OOD) data not seen during training. Existing methods for detecting OOD data often compromise normal data recognition and require extensive training on unattainable OOD data. To address these issues, we propose $mathtt {POD}$, a framework designed to enhance mobile visual applications by providing high-precision OOD detection without affecting original model performance. In the offline phase, $mathtt {POD}$ generates OOD detectors from any classification model by analyzing model’s neuron responses to various data types. In the online phase, it continuously adjusts decision boundaries by integrating results from both the original model and the detector. Evaluated on two public datasets and one self-collected dataset across various popular classification models, $mathtt {POD}$ significantly improves OOD detection performance while maintaining the accuracy of original models.
移动设备越来越多地集成了许多基于深度学习的视觉应用程序,如对象分类和识别模型。虽然这些模型在受控环境中表现良好,但由于训练期间未看到的分布外(OOD)数据,它们在真实环境中的有效性下降。现有的OOD数据检测方法往往会损害正常的数据识别,并且需要对无法获得的OOD数据进行大量培训。为了解决这些问题,我们提出了$mathtt {POD}$框架,该框架旨在通过在不影响原始模型性能的情况下提供高精度OOD检测来增强移动视觉应用。在离线阶段,$mathtt {POD}$通过分析模型的神经元对各种数据类型的响应,从任何分类模型生成OOD检测器。在在线阶段,它通过综合原始模型和检测器的结果不断调整决策边界。在两个公共数据集和一个自收集数据集上对各种流行的分类模型进行了评估,$mathtt {POD}$显著提高了OOD检测性能,同时保持了原始模型的准确性。
{"title":"Enabling Effective OOD Detection via Plug-and-Play Network for Mobile Visual Applications","authors":"Zixiao Wang;Qi Dong;Tianzhang Xing;Zhidan Liu;Zhenjiang Li;Xiaojiang Chen","doi":"10.1109/TMC.2025.3586625","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586625","url":null,"abstract":"Mobile devices have increasingly integrated with numerous deep learning-based visual applications, such as object classification and recognition models. While these models perform well in controlled environments, their effectiveness declines in real-world environment due to out-of-distribution (OOD) data not seen during training. Existing methods for detecting OOD data often compromise normal data recognition and require extensive training on unattainable OOD data. To address these issues, we propose <inline-formula><tex-math>$mathtt {POD}$</tex-math></inline-formula>, a framework designed to enhance mobile visual applications by providing high-precision OOD detection without affecting original model performance. In the offline phase, <inline-formula><tex-math>$mathtt {POD}$</tex-math></inline-formula> generates OOD detectors from any classification model by analyzing model’s neuron responses to various data types. In the online phase, it continuously adjusts decision boundaries by integrating results from both the original model and the detector. Evaluated on two public datasets and one self-collected dataset across various popular classification models, <inline-formula><tex-math>$mathtt {POD}$</tex-math></inline-formula> significantly improves OOD detection performance while maintaining the accuracy of original models.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12471-12486"},"PeriodicalIF":9.2,"publicationDate":"2025-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223680","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Elevator, Escalator, or Neither? Classifying Conveyor State Using Smartphone Under Arbitrary Pedestrian Behavior 电梯,自动扶梯,还是都不是?基于智能手机的任意行人行为下的传送带状态分类
IF 9.2 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2025-07-07 DOI: 10.1109/TMC.2025.3586618
Tianlang He;Zhiqiu Xia;S.-H. Gary Chan
Knowing a pedestrian’s conveyor state of “elevator,” “escalator,” or “neither” is fundamental to many applications such as indoor navigation and people flow management. Previous studies on classifying the conveyor state often rely on specially designed body-worn sensors or make strong assumptions on pedestrian behaviors, which greatly strangles their deployability. To overcome this, we study the classification problem under arbitrary pedestrian behaviors using the inertial navigation system (INS) of the commonly available smartphones (including accelerometer, gyroscope, and magnetometer). This problem is challenging, because the INS signals of the conveyor states are entangled by the arbitrary and diverse pedestrian behaviors. We propose ELESON, a novel and lightweight deep-learning approach that uses phone INS to classify a pedestrian to elevator, escalator, or neither. Using causal decomposition and adversarial learning, ELESON extracts the motion and magnetic features of conveyor state independent of pedestrian behavior, based on which it estimates the state confidence by means of an evidential classifier. We curate a large and diverse dataset with 36,420 instances of pedestrians randomly taking elevators and escalators under arbitrary unknown behaviors. Our extensive experiments show that ELESON is robust against pedestrian behavior, achieving a high accuracy of over 0.9 in F1 score, strong confidence discriminability of 0.81 in AUROC (Area Under the Receiver Operating Characteristics), and low computational and memory requirements fit for common smartphone deployment.
了解行人的传送带状态是“电梯”、“自动扶梯”还是“两者都不是”,对于室内导航和人流管理等许多应用来说都是至关重要的。以往的传送带状态分类研究往往依赖于专门设计的穿戴式传感器,或者对行人行为进行了较强的假设,极大地限制了其可部署性。为了克服这一问题,我们使用常用智能手机(包括加速度计、陀螺仪和磁力计)的惯性导航系统(INS)研究了任意行人行为下的分类问题。这是一个具有挑战性的问题,因为传送带状态的INS信号被任意和多样的行人行为所纠缠。我们提出了ELESON,这是一种新颖且轻量级的深度学习方法,它使用手机INS将行人分类为电梯、自动扶梯或两者都不分类。利用因果分解和对抗学习,ELESON提取了与行人行为无关的运输状态的运动和磁性特征,并在此基础上通过证据分类器估计状态置信度。我们制作了一个庞大而多样的数据集,其中包含36,420个行人在任意未知行为下随机乘坐电梯和自动扶梯的实例。我们的大量实验表明,ELESON对行人行为具有鲁棒性,在F1得分中达到0.9以上的高精度,在AUROC (Receiver Operating Characteristics Area Under Area)中达到0.81的强置信度,并且适合普通智能手机部署的低计算和内存要求。
{"title":"Elevator, Escalator, or Neither? Classifying Conveyor State Using Smartphone Under Arbitrary Pedestrian Behavior","authors":"Tianlang He;Zhiqiu Xia;S.-H. Gary Chan","doi":"10.1109/TMC.2025.3586618","DOIUrl":"https://doi.org/10.1109/TMC.2025.3586618","url":null,"abstract":"Knowing a pedestrian’s <italic>conveyor state</i> of “elevator,” “escalator,” or “neither” is fundamental to many applications such as indoor navigation and people flow management. Previous studies on classifying the conveyor state often rely on specially designed body-worn sensors or make strong assumptions on pedestrian behaviors, which greatly strangles their deployability. To overcome this, we study the classification problem under arbitrary pedestrian behaviors using the inertial navigation system (INS) of the commonly available smartphones (including accelerometer, gyroscope, and magnetometer). This problem is challenging, because the INS signals of the conveyor states are entangled by the arbitrary and diverse pedestrian behaviors. We propose ELESON, a novel and lightweight deep-learning approach that uses phone INS to classify a pedestrian to <bold>el</b>evator, <bold>es</b>calator, <bold>o</b>r <bold>n</b>either. Using causal decomposition and adversarial learning, ELESON extracts the motion and magnetic features of conveyor state independent of pedestrian behavior, based on which it estimates the state confidence by means of an evidential classifier. We curate a large and diverse dataset with 36,420 instances of pedestrians randomly taking elevators and escalators under arbitrary unknown behaviors. Our extensive experiments show that ELESON is robust against pedestrian behavior, achieving a high accuracy of over 0.9 in F1 score, strong confidence discriminability of 0.81 in AUROC (Area Under the Receiver Operating Characteristics), and low computational and memory requirements fit for common smartphone deployment.","PeriodicalId":50389,"journal":{"name":"IEEE Transactions on Mobile Computing","volume":"24 11","pages":"12626-12639"},"PeriodicalIF":9.2,"publicationDate":"2025-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223682","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
IEEE Transactions on Mobile Computing
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1