期刊文献+
共找到127,895篇文章
< 1 2 250 >
每页显示 20 50 100
LiDAR-Visual SLAM with Integrated Semantic and Texture Information for Enhanced Ecological Monitoring Vehicle Localization
1
作者 Yiqing Lu Liutao Zhao Qiankun Zhao 《Computers, Materials & Continua》 SCIE EI 2025年第1期1401-1416,共16页
Ecological monitoring vehicles are equipped with a range of sensors and monitoring devices designed to gather data on ecological and environmental factors.These vehicles are crucial in various fields,including environ... Ecological monitoring vehicles are equipped with a range of sensors and monitoring devices designed to gather data on ecological and environmental factors.These vehicles are crucial in various fields,including environmental science research,ecological and environmental monitoring projects,disaster response,and emergency management.A key method employed in these vehicles for achieving high-precision positioning is LiDAR(lightlaser detection and ranging)-Visual Simultaneous Localization and Mapping(SLAM).However,maintaining highprecision localization in complex scenarios,such as degraded environments or when dynamic objects are present,remains a significant challenge.To address this issue,we integrate both semantic and texture information from LiDAR and cameras to enhance the robustness and efficiency of data registration.Specifically,semantic information simplifies the modeling of scene elements,reducing the reliance on dense point clouds,which can be less efficient.Meanwhile,visual texture information complements LiDAR-Visual localization by providing additional contextual details.By incorporating semantic and texture details frompaired images and point clouds,we significantly improve the quality of data association,thereby increasing the success rate of localization.This approach not only enhances the operational capabilities of ecological monitoring vehicles in complex environments but also contributes to improving the overall efficiency and effectiveness of ecological monitoring and environmental protection efforts. 展开更多
关键词 LiDAR-Visual simultaneous localization and mapping integrated semantic texture information
在线阅读 下载PDF
Exploration into the Localization Path of International High-end Boutique Hotels:A Case Study of Hotel Indigo Shanghai on the Bund
2
作者 XU Meng YU Ziping 《Journal of Landscape Research》 2025年第1期59-62,共4页
Taking the Hotel Indigo Shanghai on the Bund as an example,this paper explores the localization of international high-end boutique hotels in China by using the methods of literature research and case study.The results... Taking the Hotel Indigo Shanghai on the Bund as an example,this paper explores the localization of international high-end boutique hotels in China by using the methods of literature research and case study.The results show that the localization of international high-end boutique hotels is embodied in brand building,spatial layout,service design and cultural activity planning,and that the perfect integration of international brand concept and local culture is an important factor for its success in the Chinese market.The research aims to provide reference for promoting the in-depth development and integration of international high-end boutique hotels in the Chinese market and the localization process of state-owned high-end boutique hotels in the future host country. 展开更多
关键词 Boutique hotel localization Hotel Indigo
在线阅读 下载PDF
An Overview of LoRa Localization Technologies
3
作者 Huajiang Ruan Panjun Sun +2 位作者 Yuanyuan Dong Hamid Tahaei Zhaoxi Fang 《Computers, Materials & Continua》 2025年第2期1645-1680,共36页
Traditional Global Positioning System(GPS)technology,with its high power consumption and limited perfor-mance in obstructed environments,is unsuitable for many Internet of Things(IoT)applications.This paper explores L... Traditional Global Positioning System(GPS)technology,with its high power consumption and limited perfor-mance in obstructed environments,is unsuitable for many Internet of Things(IoT)applications.This paper explores LoRa as an alternative localization technology,leveraging its low power consumption,robust indoor penetration,and extensive coverage area,which render it highly suitable for diverse IoT settings.We comprehensively review several LoRa-based localization techniques,including time of arrival(ToA),time difference of arrival(TDoA),round trip time(RTT),received signal strength indicator(RSSI),and fingerprinting methods.Through this review,we evaluate the strengths and limitations of each technique and investigate hybrid models to potentially improve positioning accuracy.Case studies in smart cities,agriculture,and logistics exemplify the versatility of LoRa for indoor and outdoor applications.Our findings demonstrate that LoRa technology not only overcomes the limitations of GPS regarding power consumption and coverage but also enhances the scalability and efficiency of IoT deployments in complex environments. 展开更多
关键词 LoRa localization IOT TDOA RSSI application hybrid models
在线阅读 下载PDF
Robust Image Forgery Localization Using Hybrid CNN-Transformer Synergy Based Framework
4
作者 Sachin Sharma Brajesh Kumar Singh Hitendra Garg 《Computers, Materials & Continua》 2025年第3期4691-4708,共18页
Image tampering detection and localization have emerged as a critical domain in combating the pervasive issue of image manipulation due to the advancement of the large-scale availability of sophisticated image editing... Image tampering detection and localization have emerged as a critical domain in combating the pervasive issue of image manipulation due to the advancement of the large-scale availability of sophisticated image editing tools.The manual forgery localization is often reliant on forensic expertise.In recent times,machine learning(ML)and deep learning(DL)have shown promising results in automating image forgery localization.However,the ML-based method relies on hand-crafted features.Conversely,the DL method automatically extracts shallow spatial features to enhance the accuracy.However,DL-based methods lack the global co-relation of the features due to this performance degradation noticed in several applications.In the proposed study,we designed FLTNet(forgery localization transformer network)with a CNN(convolution neural network)encoder and transformer-based attention.The encoder extracts local high-dimensional features,and the transformer provides the global co-relation of the features.In the decoder,we have exclusively utilized a CNN to upsample the features that generate tampered mask images.Moreover,we evaluated visual and quantitative performance on three standard datasets and comparison with six state-of-the-art methods.The IoU values of the proposed method on CASIA V1,CASIA V2,and CoMoFoD datasets are 0.77,0.82,and 0.84,respectively.In addition,the F1-scores of these three datasets are 0.80,0.84,and 0.86,respectively.Furthermore,the visual results of the proposed method are clean and contain rich information,which can be used for real-time forgery detection.The code used in the study can be accessed through URL:https://github.com/ajit2k5/Forgery-Localization(accessed on 21 January 2025). 展开更多
关键词 Image tampering convolution neural network(CNN) HYBRID TRANSFORMER localization
在线阅读 下载PDF
Two-Phase Software Fault Localization Based on Relational Graph Convolutional Neural Networks
5
作者 Xin Fan Zhenlei Fu +2 位作者 Jian Shu Zuxiong Shen Yun Ge 《Computers, Materials & Continua》 2025年第2期2583-2607,共25页
Spectrum-based fault localization (SBFL) generates a ranked list of suspicious elements by using the program execution spectrum, but the excessive number of elements ranked in parallel results in low localization accu... Spectrum-based fault localization (SBFL) generates a ranked list of suspicious elements by using the program execution spectrum, but the excessive number of elements ranked in parallel results in low localization accuracy. Most researchers consider intra-class dependencies to improve localization accuracy. However, some studies show that inter-class method call type faults account for more than 20%, which means such methods still have certain limitations. To solve the above problems, this paper proposes a two-phase software fault localization based on relational graph convolutional neural networks (Two-RGCNFL). Firstly, in Phase 1, the method call dependence graph (MCDG) of the program is constructed, the intra-class and inter-class dependencies in MCDG are extracted by using the relational graph convolutional neural network, and the classifier is used to identify the faulty methods. Then, the GraphSMOTE algorithm is improved to alleviate the impact of class imbalance on classification accuracy. Aiming at the problem of parallel ranking of element suspicious values in traditional SBFL technology, in Phase 2, Doc2Vec is used to learn static features, while spectrum information serves as dynamic features. A RankNet model based on siamese multi-layer perceptron is constructed to score and rank statements in the faulty method. This work conducts experiments on 5 real projects of Defects4J benchmark. Experimental results show that, compared with the traditional SBFL technique and two baseline methods, our approach improves the Top-1 accuracy by 262.86%, 29.59% and 53.01%, respectively, which verifies the effectiveness of Two-RGCNFL. Furthermore, this work verifies the importance of inter-class dependencies through ablation experiments. 展开更多
关键词 Software fault localization graph neural network RankNet inter-class dependency class imbalance
在线阅读 下载PDF
Importance of hematological and inflammatory markers in the localization of gastric cancer
6
作者 Suleyman Dolu Mehmet B Cengiz +2 位作者 Huseyin Dongelli Mustafa Gurbuz Mehmet E Arayici 《World Journal of Gastrointestinal Oncology》 2025年第4期93-103,共11页
BACKGROUND Gastric cancer is a major global health concern,often diagnosed at advanced stages,leading to poor prognosis.Proximal and distal gastric cancers exhibit distinct clinicopathological features.AIM To investig... BACKGROUND Gastric cancer is a major global health concern,often diagnosed at advanced stages,leading to poor prognosis.Proximal and distal gastric cancers exhibit distinct clinicopathological features.AIM To investigate the diagnostic value of hematological and inflammatory markers in differentiating proximal and distal gastric cancers and to evaluate their association with clinical outcomes.METHODS A retrospective cohort study was conducted on 150 patients diagnosed with gastric adenocarcinoma through histopathological analysis.Patients were categorized into proximal gastric cancer and distal gastric cancer groups.Laboratory parameters were analyzed.RESULTS Of the 150 patients,84 had proximal gastric cancer and 66 had distal gastric cancer.Dysphagia was significantly more common in the proximal gastric cancer group,while anemia and higher platelet-to-lymphocyte ratio values were observed in the distal gastric cancer group(P=0.031).Tumor stage and neutrophil-to-lymphocyte ratio emerged as independent predictors of all-cause mortality.No significant differences were found in other laboratory or biochemical parameters between the groups.CONCLUSION Proximal and distal gastric cancers demonstrate distinct clinical and laboratory profiles.The platelet-to-lymphocyte ratio may serve as a valuable marker in differentiating cancer localization,while the neutrophil-to-lymphocyte ratio is a prognostic indicator for mortality.These findings highlight the potential of hematological markers in optimizing diagnosis and treatment strategies for gastric cancer. 展开更多
关键词 Gastric cancer Cancer localization Inflammatory markers Distal gastric cancer Proximal gastric cancer Hematological markers
在线阅读 下载PDF
SNR and RSSI Based an Optimized Machine Learning Based Indoor Localization Approach:Multistory Round Building Scenario over LoRa Network 被引量:1
7
作者 Muhammad Ayoub Kamal Muhammad Mansoor Alam +1 位作者 Aznida Abu Bakar Sajak Mazliham Mohd Su’ud 《Computers, Materials & Continua》 SCIE EI 2024年第8期1927-1945,共19页
In situations when the precise position of a machine is unknown,localization becomes crucial.This research focuses on improving the position prediction accuracy over long-range(LoRa)network using an optimized machine ... In situations when the precise position of a machine is unknown,localization becomes crucial.This research focuses on improving the position prediction accuracy over long-range(LoRa)network using an optimized machine learning-based technique.In order to increase the prediction accuracy of the reference point position on the data collected using the fingerprinting method over LoRa technology,this study proposed an optimized machine learning(ML)based algorithm.Received signal strength indicator(RSSI)data from the sensors at different positions was first gathered via an experiment through the LoRa network in a multistory round layout building.The noise factor is also taken into account,and the signal-to-noise ratio(SNR)value is recorded for every RSSI measurement.This study concludes the examination of reference point accuracy with the modified KNN method(MKNN).MKNN was created to more precisely anticipate the position of the reference point.The findings showed that MKNN outperformed other algorithms in terms of accuracy and complexity. 展开更多
关键词 Indoor localization MKNN LoRa machine learning classification RSSI SNR localization
在线阅读 下载PDF
Scheme Based on Multi-Level Patch Attention and Lesion Localization for Diabetic Retinopathy Grading 被引量:1
8
作者 Zhuoqun Xia Hangyu Hu +4 位作者 Wenjing Li Qisheng Jiang Lan Pu Yicong Shu Arun Kumar Sangaiah 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第7期409-430,共22页
Early screening of diabetes retinopathy(DR)plays an important role in preventing irreversible blindness.Existing research has failed to fully explore effective DR lesion information in fundus maps.Besides,traditional ... Early screening of diabetes retinopathy(DR)plays an important role in preventing irreversible blindness.Existing research has failed to fully explore effective DR lesion information in fundus maps.Besides,traditional attention schemes have not considered the impact of lesion type differences on grading,resulting in unreasonable extraction of important lesion features.Therefore,this paper proposes a DR diagnosis scheme that integrates a multi-level patch attention generator(MPAG)and a lesion localization module(LLM).Firstly,MPAGis used to predict patches of different sizes and generate a weighted attention map based on the prediction score and the types of lesions contained in the patches,fully considering the impact of lesion type differences on grading,solving the problem that the attention maps of lesions cannot be further refined and then adapted to the final DR diagnosis task.Secondly,the LLM generates a global attention map based on localization.Finally,the weighted attention map and global attention map are weighted with the fundus map to fully explore effective DR lesion information and increase the attention of the classification network to lesion details.This paper demonstrates the effectiveness of the proposed method through extensive experiments on the public DDR dataset,obtaining an accuracy of 0.8064. 展开更多
关键词 DDR dataset diabetic retinopathy lesion localization multi-level patch attention mechanism
在线阅读 下载PDF
Deep brain implantable microelectrode arrays for detection and functional localization of the subthalamic nucleus in rats with Parkinson’s disease 被引量:1
9
作者 Luyi Jing Zhaojie Xu +11 位作者 Penghui Fan Botao Lu Fan Mo Ruilin Hu Wei Xu Jin Shan Qianli Jia Yuxin Zhu Yiming Duan Mixia Wang Yirong Wu Xinxia Cai 《Bio-Design and Manufacturing》 SCIE EI CAS CSCD 2024年第4期439-452,共14页
The subthalamic nucleus(STN)is considered the best target for deep brain stimulation treatments of Parkinson’s disease(PD).It is difficult to localize the STN due to its small size and deep location.Multichannel micr... The subthalamic nucleus(STN)is considered the best target for deep brain stimulation treatments of Parkinson’s disease(PD).It is difficult to localize the STN due to its small size and deep location.Multichannel microelectrode arrays(MEAs)can rapidly and precisely locate the STN,which is important for precise stimulation.In this paper,16-channel MEAs modified with multiwalled carbon nanotube/poly(3,4-ethylenedioxythiophene):poly(styrene sulfonate)(MWCNT/PEDOT:PSS)nanocomposites were designed and fabricated,and the accurate and rapid identification of the STN in PD rats was performed using detection sites distributed at different brain depths.These results showed that nuclei in 6-hydroxydopamine hydrobromide(6-OHDA)-lesioned brains discharged more intensely than those in unlesioned brains.In addition,the MEA simultaneously acquired neural signals from both the STN and the upper or lower boundary nuclei of the STN.Moreover,higher values of spike firing rate,spike amplitude,local field potential(LFP)power,and beta oscillations were detected in the STN of the 6-OHDA-lesioned brain,and may therefore be biomarkers of STN localization.Compared with the STNs of unlesioned brains,the power spectral density of spikes and LFPs synchronously decreased in the delta band and increased in the beta band of 6-OHDA-lesioned brains.This may be a cause of sleep and motor disorders associated with PD.Overall,this work describes a new cellular-level localization and detection method and provides a tool for future studies of deep brain nuclei. 展开更多
关键词 Functional localization Implantable microelectrode arrays Parkinson’s disease Subthalamic nucleus
在线阅读 下载PDF
Survey of Indoor Localization Based on Deep Learning
10
作者 Khaldon Azzam Kordi Mardeni Roslee +3 位作者 Mohamad Yusoff Alias Abdulraqeb Alhammadi Athar Waseem Anwar Faizd Osman 《Computers, Materials & Continua》 SCIE EI 2024年第5期3261-3298,共38页
This study comprehensively examines the current state of deep learning (DL) usage in indoor positioning.It emphasizes the significance and efficiency of convolutional neural networks (CNNs) and recurrent neuralnetwork... This study comprehensively examines the current state of deep learning (DL) usage in indoor positioning.It emphasizes the significance and efficiency of convolutional neural networks (CNNs) and recurrent neuralnetworks (RNNs). Unlike prior studies focused on single sensor modalities like Wi-Fi or Bluetooth, this researchexplores the integration of multiple sensor modalities (e.g.,Wi-Fi, Bluetooth, Ultra-Wideband, ZigBee) to expandindoor localization methods, particularly in obstructed environments. It addresses the challenge of precise objectlocalization, introducing a novel hybrid DL approach using received signal information (RSI), Received SignalStrength (RSS), and Channel State Information (CSI) data to enhance accuracy and stability. Moreover, thestudy introduces a device-free indoor localization algorithm, offering a significant advancement with potentialobject or individual tracking applications. It recognizes the increasing importance of indoor positioning forlocation-based services. It anticipates future developments while acknowledging challenges such as multipathinterference, noise, data standardization, and scarcity of labeled data. This research contributes significantly toindoor localization technology, offering adaptability, device independence, and multifaceted DL-based solutionsfor real-world challenges and future advancements. Thus, the proposed work addresses challenges in objectlocalization precision and introduces a novel hybrid deep learning approach, contributing to advancing locationcentricservices.While deep learning-based indoor localization techniques have improved accuracy, challenges likedata noise, standardization, and availability of training data persist. However, ongoing developments are expectedto enhance indoor positioning systems to meet real-world demands. 展开更多
关键词 Deep learning indoor localization wireless-based localization
在线阅读 下载PDF
Improved PSO-Extreme Learning Machine Algorithm for Indoor Localization
11
作者 Qiu Wanqing Zhang Qingmiao +1 位作者 Zhao Junhui Yang Lihua 《China Communications》 SCIE CSCD 2024年第5期113-122,共10页
Wi Fi and fingerprinting localization method have been a hot topic in indoor positioning because of their universality and location-related features.The basic assumption of fingerprinting localization is that the rece... Wi Fi and fingerprinting localization method have been a hot topic in indoor positioning because of their universality and location-related features.The basic assumption of fingerprinting localization is that the received signal strength indication(RSSI)distance is accord with the location distance.Therefore,how to efficiently match the current RSSI of the user with the RSSI in the fingerprint database is the key to achieve high-accuracy localization.In this paper,a particle swarm optimization-extreme learning machine(PSO-ELM)algorithm is proposed on the basis of the original fingerprinting localization.Firstly,we collect the RSSI of the experimental area to construct the fingerprint database,and the ELM algorithm is applied to the online stages to determine the corresponding relation between the location of the terminal and the RSSI it receives.Secondly,PSO algorithm is used to improve the bias and weight of ELM neural network,and the global optimal results are obtained.Finally,extensive simulation results are presented.It is shown that the proposed algorithm can effectively reduce mean error of localization and improve positioning accuracy when compared with K-Nearest Neighbor(KNN),Kmeans and Back-propagation(BP)algorithms. 展开更多
关键词 extreme learning machine fingerprinting localization indoor localization machine learning particle swarm optimization
在线阅读 下载PDF
Phase induced localization transition
12
作者 Tong Liu Xingbo Wei Youguo Wang 《Chinese Physics B》 SCIE EI CAS CSCD 2024年第10期362-365,共4页
Localization phenomenon is an important research field in condensed matter physics.However,due to the complexity and subtlety of disordered systems,new localization phenomena always emerge unexpectedly.For example,it ... Localization phenomenon is an important research field in condensed matter physics.However,due to the complexity and subtlety of disordered systems,new localization phenomena always emerge unexpectedly.For example,it is generally believed that the phase of the hopping term does not affect the localization properties of the system,so the calculation of the phase is often ignored in the study of localization.Here,we introduce a quasiperiodic model and demonstrate that the phase change of the hopping term can significantly alter the localization properties of the system through detailed numerical simulations,such as the inverse participation ratio and multifractal analysis.This phase-induced localization transition provides valuable information for the study of localization physics. 展开更多
关键词 PHASE localization QUASIPERIODIC
在线阅读 下载PDF
Interplay between topology and localization on superconducting circuits
13
作者 关欣 霍炳燕 陈刚 《Chinese Physics B》 SCIE EI CAS CSCD 2024年第6期240-246,共7页
Topological insulators occupy a prominent position in the realm of condensed matter physics. Nevertheless, the presence of strong disorder has the potential to disrupt the integrity of topological states, leading to t... Topological insulators occupy a prominent position in the realm of condensed matter physics. Nevertheless, the presence of strong disorder has the potential to disrupt the integrity of topological states, leading to the localization of all states.This study delves into the intricate interplay between topology and localization within the one-dimensional Su–Schrieffer–Heeger(SSH) model, which incorporates controllable off-diagonal quasi-periodic modulations on superconducting circuits.Through the application of external alternating current(ac) magnetic fluxes, each transmon undergoes controlled driving,enabling independent tuning of all coupling strengths. Within a framework of this model, we construct comprehensive phase diagrams delineating regions characterized by extended topologically nontrivial states, critical localization, and coexisting topological and critical localization phases. The paper also addresses the dynamics of qubit excitations, elucidating distinct quantum state transfers resulting from the intricate interplay between topology and localization. Additionally, we propose a method for detecting diverse quantum phases utilizing existing experimental setups. 展开更多
关键词 TOPOLOGY localization superconducting circuits
在线阅读 下载PDF
Dynamical localization in a non-Hermitian Floquet synthetic system
14
作者 可汗 张嘉明 +1 位作者 霍良 赵文垒 《Chinese Physics B》 SCIE EI CAS CSCD 2024年第5期147-151,共5页
We investigate the non-Hermitian effects on quantum diffusion in a kicked rotor model where the complex kicking potential is quasi-periodically modulated in the time domain.The synthetic space with arbitrary dimension... We investigate the non-Hermitian effects on quantum diffusion in a kicked rotor model where the complex kicking potential is quasi-periodically modulated in the time domain.The synthetic space with arbitrary dimension can be created by incorporating incommensurate frequencies in the quasi-periodical modulation.In the Hermitian case,strong kicking induces the chaotic diffusion in the four-dimension momentum space characterized by linear growth of mean energy.We find that the quantum coherence in deep non-Hermitian regime can effectively suppress the chaotic diffusion and hence result in the emergence of dynamical localization.Moreover,the extent of dynamical localization is dramatically enhanced by increasing the non-Hermitian parameter.Interestingly,the quasi-energies become complex when the non-Hermitian parameter exceeds a certain threshold value.The quantum state will finally evolve to a quasi-eigenstate for which the imaginary part of its quasi-energy is large most.The exponential localization length decreases with the increase of the non-Hermitian parameter,unveiling the underlying mechanism of the enhancement of the dynamical localization by nonHermiticity. 展开更多
关键词 Floquet system non-Hermitian physics dynamical localization
在线阅读 下载PDF
Scenario Modeling-Aided AP Placement Optimization Method for Indoor Localization and Network Access
15
作者 Pan Hao Chen Yu +1 位作者 Qi Xiaogang Liu Meili 《China Communications》 SCIE CSCD 2024年第3期37-50,共14页
Owing to the ubiquity of wireless networks and the popularity of WiFi infrastructures,received signal strength(RSS)-based indoor localization systems have received much attention.The placement of access points(APs)sig... Owing to the ubiquity of wireless networks and the popularity of WiFi infrastructures,received signal strength(RSS)-based indoor localization systems have received much attention.The placement of access points(APs)significantly influences localization accuracy and network access.However,the indoor scenario and network access are not fully considered in previous AP placement optimization methods.This study proposes a practical scenario modelingaided AP placement optimization method for improving localization accuracy and network access.In order to reduce the gap between simulation-based and field measurement-based AP placement optimization methods,we introduce an indoor scenario modeling and Gaussian process-based RSS prediction method.After that,the localization and network access metrics are implemented in the multiple objective particle swarm optimization(MOPSO)solution,Pareto front criterion and virtual repulsion force are applied to determine the optimal AP placement.Finally,field experiments demonstrate the effectiveness of the proposed indoor scenario modeling method and RSS prediction model.A thorough comparison confirms the localization and network access improvement attributed to the proposed anchor placement method. 展开更多
关键词 indoor localization MOPSO network access RSS prediction
在线阅读 下载PDF
Elevating Localization Accuracy in Wireless Sensor Networks:A Refined DV-Hop Approach
16
作者 Muhammad Aamer Ejaz Kamalrulnizam Abu Bakar +4 位作者 Ismail Fauzi Bin Isnin Babangida Isyaku Taiseer Abdalla Elfadil Eisa Abdelzahir Abdelmaboud Asma Abbas Hassan Elnour 《Computers, Materials & Continua》 SCIE EI 2024年第10期1511-1528,共18页
Localization is crucial in wireless sensor networks for various applications,such as tracking objects in outdoor environments where GPS(Global Positioning System)or prior installed infrastructure is unavailable.Howeve... Localization is crucial in wireless sensor networks for various applications,such as tracking objects in outdoor environments where GPS(Global Positioning System)or prior installed infrastructure is unavailable.However,traditional techniques involve many anchor nodes,increasing costs and reducing accuracy.Existing solutions do not address the selection of appropriate anchor nodes and selecting localized nodes as assistant anchor nodes for the localization process,which is a critical element in the localization process.Furthermore,an inaccurate average hop distance significantly affects localization accuracy.We propose an improved DV-Hop algorithm based on anchor sets(AS-IDV-Hop)to improve the localization accuracy.Through simulation analysis,we validated that the ASIDV-Hop proposed algorithm is more efficient in minimizing localization errors than existing studies.The ASIDV-Hop algorithm provides an efficient and cost-effective solution for localization in Wireless Sensor Networks.By strategically selecting anchor and assistant anchor nodes and rectifying the average hop distance,AS-IDV-Hop demonstrated superior performance,achieving a mean accuracy of approximately 1.59,which represents about 25.44%,38.28%,and 73.00%improvement over other algorithms,respectively.The estimated localization error is approximately 0.345,highlighting AS-IDV-Hop’s effectiveness.This substantial reduction in localization error underscores the advantages of implementing AS-IDV-Hop,particularly in complex scenarios requiring precise node localization. 展开更多
关键词 localization anchor nodes COLLINEARITY CONNECTIVITY hop based
在线阅读 下载PDF
A UWB/IMU-Assisted Fingerprinting Localization Framework with Low Human Efforts
17
作者 Pan Hao Chen Yu +1 位作者 Qi Xiaogang Liu Meili 《China Communications》 SCIE CSCD 2024年第6期40-52,共13页
With the rapid development of smart phone,the location-based services(LBS)have received great attention in the past decades.Owing to the widespread use of WiFi and Bluetooth devices,Received Signal Strength Indication... With the rapid development of smart phone,the location-based services(LBS)have received great attention in the past decades.Owing to the widespread use of WiFi and Bluetooth devices,Received Signal Strength Indication(RSSI)fingerprintbased localization method has obtained much development in both academia and industries.In this work,we introduce an efficient way to reduce the labor-intensive site survey process,which uses an UWB/IMU-assisted fingerprint construction(UAFC)and localization framework based on the principle of Automatic radio map generation scheme(ARMGS)is proposed to replace the traditional manual measurement.To be specific,UWB devices are employed to estimate the coordinates when the collector is moved in a reference point(RP).An anchor self-localization method is investigated to further reduce manual measurement work in a wide and complex environment,which is also a grueling,time-consuming process that is lead to artificial errors.Moreover,the measurements of IMU are incorporated into the UWB localization algorithm and improve the label accuracy in fingerprint.In addition,the weighted k-nearest neighbor(WKNN)algorithm is applied to online localization phase.Finally,filed experiments are carried out and the results confirm the effectiveness of the proposed approach. 展开更多
关键词 indoor localization machine learning ultra wideband WiFi fingerprint
在线阅读 下载PDF
Source localization in signed networks with effective distance
18
作者 马志伟 孙蕾 +2 位作者 丁智国 黄宜真 胡兆龙 《Chinese Physics B》 SCIE EI CAS CSCD 2024年第2期577-585,共9页
While progress has been made in information source localization,it has overlooked the prevalent friend and adversarial relationships in social networks.This paper addresses this gap by focusing on source localization ... While progress has been made in information source localization,it has overlooked the prevalent friend and adversarial relationships in social networks.This paper addresses this gap by focusing on source localization in signed network models.Leveraging the topological characteristics of signed networks and transforming the propagation probability into effective distance,we propose an optimization method for observer selection.Additionally,by using the reverse propagation algorithm we present a method for information source localization in signed networks.Extensive experimental results demonstrate that a higher proportion of positive edges within signed networks contributes to more favorable source localization,and the higher the ratio of propagation rates between positive and negative edges,the more accurate the source localization becomes.Interestingly,this aligns with our observation that,in reality,the number of friends tends to be greater than the number of adversaries,and the likelihood of information propagation among friends is often higher than among adversaries.In addition,the source located at the periphery of the network is not easy to identify.Furthermore,our proposed observer selection method based on effective distance achieves higher operational efficiency and exhibits higher accuracy in information source localization,compared with three strategies for observer selection based on the classical full-order neighbor coverage. 展开更多
关键词 complex networks signed networks source localization effective distance
在线阅读 下载PDF
Source localization based on field signatures:Laboratory ultrasonic validation
19
作者 Mahmoud Eissa Dmitry Sukhanov 《Journal of Electronic Science and Technology》 EI CAS CSCD 2024年第3期47-56,共10页
Location awareness in wireless networks is essential for emergency services,navigation,gaming,and many other applications.This article presents a method for source localization based on measuring the amplitude-phase d... Location awareness in wireless networks is essential for emergency services,navigation,gaming,and many other applications.This article presents a method for source localization based on measuring the amplitude-phase distribution of the field at the base station.The existing scatterers in the target area create unique scattered field interference at each source location.The unique field interference at each source location results in a unique field signature at the base station which is used for source localization.In the proposed method,the target area is divided into a grid with a step of less than half the wavelength.Each grid node is characterized by its field signature at the base station.Field signatures corresponding to all nodes are normalized and stored in the base station as fingerprints for source localization.The normalization of the field signatures avoids the need for time synchronization between the base station and the source.When a source transmits signals,the generated field signature at the base station is normalized and then correlated with the stored fingerprints.The maximum correlation value is given by the node to which the source is the closest.Numerical simulations and results of experiments on ultrasonic waves in the air show that the ultrasonic source is correctly localized using broadband field signatures with one base station and without time synchronization.The proposed method is potentially applicable for indoor localization and navigation of mobile robots. 展开更多
关键词 Base station Field signature FINGERPRINTS localization Ultrasonic frequencies
在线阅读 下载PDF
The effect of right versus left long-term single-sided deafness on sound source localization
20
作者 Qingqing Xia Shuoshuo Kang +6 位作者 Qian Wang Mengdi Hong Aiting Chen Wei Chen Fei Ji Jianan Li Shiming Yang 《Journal of Otology》 CAS CSCD 2024年第3期158-162,共5页
Purpose: To analyze the effect of right versus left long-term single-sided deafness(SSD) on sound source localization(SSL), discuss the necessity of intervention and treatment for SSD patients, and analyze the therape... Purpose: To analyze the effect of right versus left long-term single-sided deafness(SSD) on sound source localization(SSL), discuss the necessity of intervention and treatment for SSD patients, and analyze the therapeutic effect of long-term unilateral cochlear implantation(UCI) from the perspective of SSL.Methods: This study included 25 patients with SSD, 11 patients with UCI, and 30 participants with normal hearing(NH). Their SSL ability was tested by obtaining their average root mean square(RMS) error values of SSL test.Results: The results showed that the RMS error value of SSD, UCI and NH groups were 52.26 ± 20.25°, 69.84 ±12.14° and 4.27 ± 2.66°, respectively. The ability of SSL was better in the SSD-L group than that in the SSD-R group, and no significant difference existed in the SSD-R and the UCI group.Conclusion: When bilateral deafness patients select unilateral treatment, right-side cochlear implantation may be more beneficial in terms of SSL, which means that the central auditory cortex in long-term SSD patients is affected differently based on which side their deafness occurs. 展开更多
关键词 Single-sided deafness Cochlear implantation Sound source localization Treatment
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部