Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–32 of 32 results for author: Ouyang, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2605.28362  [pdf, ps, other

    cs.RO

    Accelerating Robot Path Planning via Connectivity-Preserving Region Proposal Network

    Authors: Zhanzheng Ma, Cancan Zhao, Shuai Zhang, Bo Ouyang

    Abstract: Mobile robot path planning methods are often constrained by vast search spaces, resulting in latency in samplingbased algorithms. Learning-based approaches frequently suffer from local region fragmentation and global topological inconsistency. To tackle the problem, we present the Connectivity- Preserving Region Proposal Network (CP-RPN), a segmentationguided model designed to predict compact and… ▽ More

    Submitted 27 May, 2026; originally announced May 2026.

  2. arXiv:2605.26759  [pdf, ps, other

    cs.LG

    Time Series Causal Discovery via Context-Conditioned and Causality-Augmented Pretraining

    Authors: Biao Ouyang, Tengxue Zhang, Zhihao Zhuang, Yang Shu, Chenjuan Guo, Bin Yang

    Abstract: Causal discovery from time series is critical for many real-world applications, such as tracing the root causes of anomalies. Existing approaches typically rely on dataset-specific optimization, making it difficult to transfer their causal discovery capabilities to new time series governed by diverse causal mechanisms. In this paper, we propose \textbf{PTCD}, a novel \textbf{P}retraining framework… ▽ More

    Submitted 12 June, 2026; v1 submitted 26 May, 2026; originally announced May 2026.

    Comments: 20 pages

  3. arXiv:2604.05416  [pdf, ps, other

    cs.AI

    Multi-Agent Pathfinding with Non-Unit Integer Edge Costs via Enhanced Conflict-Based Search and Graph Discretization

    Authors: Hongkai Fan, Qinjing Xie, Bo Ouyang, Yaonan Wang, Zhi Yan, Jiawen He, Zheng Fang

    Abstract: Multi-Agent Pathfinding (MAPF) plays a critical role in various domains. Traditional MAPF methods typically assume unit edge costs and single-timestep actions, which limit their applicability to real-world scenarios. MAPFR extends MAPF to handle non-unit costs with real-valued edge costs and continuous-time actions, but its geometric collision model leads to an unbounded state space that compromis… ▽ More

    Submitted 7 April, 2026; originally announced April 2026.

    Comments: 16 pages, 7 figures, submitted to cs.AI, Multi-Agent Systems, Pathfinding Optimization

    ACM Class: I.2.1; I.2.6; I.2.9

  4. arXiv:2603.06350  [pdf, ps, other

    cs.DC cs.AI cs.LG

    MoEless: Efficient MoE LLM Serving via Serverless Computing

    Authors: Hanfei Yu, Bei Ouyang, Shwai He, Ang Li, Hao Wang

    Abstract: Large Language Models (LLMs) have become a cornerstone of AI, driving progress across diverse domains such as content creation, search and recommendation systems, and AI-assisted workflows. To alleviate extreme training costs and advancing model scales, Mixture-of-Experts (MoE) has become a popular backbone for modern LLMs, which are commonly served in distributed deployment using expert paralleli… ▽ More

    Submitted 6 March, 2026; originally announced March 2026.

  5. arXiv:2512.07344  [pdf, ps, other

    cs.DC cs.AI

    Venus: An Efficient Edge Memory-and-Retrieval System for VLM-based Online Video Understanding

    Authors: Shengyuan Ye, Bei Ouyang, Tianyi Qian, Liekang Zeng, Mu Yuan, Xiaowen Chu, Weijie Hong, Xu Chen

    Abstract: Vision-language models (VLMs) have demonstrated impressive multimodal comprehension capabilities and are being deployed in an increasing number of online video understanding applications. While recent efforts extensively explore advancing VLMs' reasoning power in these cases, deployment constraints are overlooked, leading to overwhelming system overhead in real-world deployments. To address that,… ▽ More

    Submitted 7 January, 2026; v1 submitted 8 December, 2025; originally announced December 2025.

    Comments: Accepted by IEEE International Conference on Computer Communications 2026

  6. arXiv:2511.18293  [pdf, ps, other

    cs.RO

    AIA-UltraNeRF:Acoustic-Impedance-Aware Neural Radiance Field with Hash Encodings for Robotic Ultrasound Reconstruction and Localization

    Authors: Shuai Zhang, Jingsong Mu, Cancan Zhao, Leiqi Tian, Zhijun Xing, Bo Ouyang, Xiang Li

    Abstract: Neural radiance field (NeRF) is a promising approach for reconstruction and new view synthesis. However, previous NeRF-based reconstruction methods overlook the critical role of acoustic impedance in ultrasound imaging. Localization methods face challenges related to local minima due to the selection of initial poses. In this study, we design a robotic ultrasound system (RUSS) with an acoustic-imp… ▽ More

    Submitted 23 November, 2025; originally announced November 2025.

  7. arXiv:2511.01756  [pdf, ps, other

    cs.CV

    HGFreNet: Hop-hybrid GraphFomer for 3D Human Pose Estimation with Trajectory Consistency in Frequency Domain

    Authors: Kai Zhai, Ziyan Huang, Qiang Nie, Xiang Li, Bo Ouyang

    Abstract: 2D-to-3D human pose lifting is a fundamental challenge for 3D human pose estimation in monocular video, where graph convolutional networks (GCNs) and attention mechanisms have proven to be inherently suitable for encoding the spatial-temporal correlations of skeletal joints. However, depth ambiguity and errors in 2D pose estimation lead to incoherence in the 3D trajectory. Previous studies have at… ▽ More

    Submitted 3 November, 2025; originally announced November 2025.

  8. arXiv:2510.23051  [pdf, ps, other

    cs.LG

    SwiftTS: A Swift Selection Framework for Time Series Pre-trained Models via Multi-task Meta-Learning

    Authors: Tengxue Zhang, Biao Ouyang, Yang Shu, Xinyang Chen, Chenjuan Guo, Bin Yang

    Abstract: Pre-trained models exhibit strong generalization to various downstream tasks. However, given the numerous models available in the model hub, identifying the most suitable one by individually fine-tuning is time-consuming. In this paper, we propose \textbf{SwiftTS}, a swift selection framework for time series pre-trained models. To avoid expensive forward propagation through all candidates, SwiftTS… ▽ More

    Submitted 7 March, 2026; v1 submitted 27 October, 2025; originally announced October 2025.

    Comments: Accepted by ICLR 2026

  9. arXiv:2508.14153  [pdf, ps, other

    cs.CV cs.AI

    LENS: Learning to Segment Anything with Unified Reinforced Reasoning

    Authors: Lianghui Zhu, Bin Ouyang, Yuxuan Zhang, Tianheng Cheng, Rui Hu, Haocheng Shen, Longjin Ran, Xiaoxin Chen, Li Yu, Wenyu Liu, Xinggang Wang

    Abstract: Text-prompted image segmentation enables fine-grained visual understanding and is critical for applications such as human-computer interaction and robotics. However, existing supervised fine-tuning methods typically ignore explicit chain-of-thought (CoT) reasoning at test time, which limits their ability to generalize to unseen prompts and domains. To address this issue, we introduce LENS, a scala… ▽ More

    Submitted 18 November, 2025; v1 submitted 19 August, 2025; originally announced August 2025.

    Comments: Code is released at https://github.com/hustvl/LENS

  10. arXiv:2508.10378  [pdf, ps, other

    cs.RO

    A Semantic-Aware Framework for Safe and Intent-Integrative Assistance in Upper-Limb Exoskeletons

    Authors: Yu Chen, Shu Miao, Chunyu Wu, Jingsong Mu, Bo OuYang, Xiang Li

    Abstract: Upper-limb exoskeletons are primarily designed to provide assistive support by accurately interpreting and responding to human intentions. In home-care scenarios, exoskeletons are expected to adapt their assistive configurations based on the semantic information of the task, adjusting appropriately in accordance with the nature of the object being manipulated. However, existing solutions often lac… ▽ More

    Submitted 14 August, 2025; originally announced August 2025.

  11. arXiv:2504.08242  [pdf, other

    cs.DC cs.AI cs.NI

    Jupiter: Fast and Resource-Efficient Collaborative Inference of Generative LLMs on Edge Devices

    Authors: Shengyuan Ye, Bei Ouyang, Liekang Zeng, Tianyi Qian, Xiaowen Chu, Jian Tang, Xu Chen

    Abstract: Generative large language models (LLMs) have garnered significant attention due to their exceptional capabilities in various AI tasks. Traditionally deployed in cloud datacenters, LLMs are now increasingly moving towards more accessible edge platforms to protect sensitive user data and ensure privacy preservation. The limited computational resources of individual edge devices, however, can result… ▽ More

    Submitted 10 April, 2025; originally announced April 2025.

    Comments: Accepted by IEEE International Conference on Computer Communications 2025

  12. arXiv:2503.04252  [pdf, other

    cs.DB cs.LG

    RCRank: Multimodal Ranking of Root Causes of Slow Queries in Cloud Database Systems

    Authors: Biao Ouyang, Yingying Zhang, Hanyin Cheng, Yang Shu, Chenjuan Guo, Bin Yang, Qingsong Wen, Lunting Fan, Christian S. Jensen

    Abstract: With the continued migration of storage to cloud database systems,the impact of slow queries in such systems on services and user experience is increasing. Root-cause diagnosis plays an indispensable role in facilitating slow-query detection and revision. This paper proposes a method capable of both identifying possible root cause types for slow queries and ranking these according to their potenti… ▽ More

    Submitted 6 March, 2025; originally announced March 2025.

    Comments: Accepted by VLDB 2025

  13. arXiv:2503.03803  [pdf, ps, other

    cs.CV

    EgoLife: Towards Egocentric Life Assistant

    Authors: Jingkang Yang, Shuai Liu, Hongming Guo, Yuhao Dong, Xiamengwei Zhang, Sicheng Zhang, Pengyun Wang, Zitang Zhou, Binzhu Xie, Ziyue Wang, Bei Ouyang, Zhengyu Lin, Marco Cominelli, Zhongang Cai, Yuanhan Zhang, Peiyuan Zhang, Fangzhou Hong, Joerg Widmer, Francesco Gringoli, Lei Yang, Bo Li, Ziwei Liu

    Abstract: We introduce EgoLife, a project to develop an egocentric life assistant that accompanies and enhances personal efficiency through AI-powered wearable glasses. To lay the foundation for this assistant, we conducted a comprehensive data collection study where six participants lived together for one week, continuously recording their daily activities - including discussions, shopping, cooking, social… ▽ More

    Submitted 9 February, 2026; v1 submitted 5 March, 2025; originally announced March 2025.

    Comments: This version corrects the author affiliation to reflect the accurate institutional information at the time of publication. No technical content of the paper has been changed

  14. arXiv:2408.10746  [pdf, ps, other

    cs.DC cs.AI cs.LG cs.NI

    Resource-Efficient Personal Large Language Models Fine-Tuning with Collaborative Edge Computing

    Authors: Shengyuan Ye, Bei Ouyang, Tianyi Qian, Liekang Zeng, Jingyi Li, Jiangsu Du, Xiaowen Chu, Guoliang Xing, Xu Chen

    Abstract: Large language models (LLMs) have unlocked a plethora of powerful applications at the network edge, such as intelligent personal assistants. Data privacy and security concerns have prompted a shift towards edge-based fine-tuning of personal LLMs, away from cloud reliance. However, this raises issues of computational intensity and resource scarcity, hindering training efficiency and feasibility. Wh… ▽ More

    Submitted 14 February, 2026; v1 submitted 20 August, 2024; originally announced August 2024.

  15. arXiv:2303.03854  [pdf, other

    cs.SE

    CBIM: object-level cloud collaboration platform for supporting across-domain asynchronous design

    Authors: Zijian Wang, Boyuan Ouyang, Rafael Sacks

    Abstract: The conventional approach of designing BIM projects requires packaging of building information as files to exchange designs. This study develops a series of components to implement a previously established Cloud BIM (CBIM) platform that facilitates fileless cloud collaboration across BIM disciplines. A CBIM connector was developed to synchronize design changes from one discipline client to a CBIM… ▽ More

    Submitted 7 March, 2023; originally announced March 2023.

  16. arXiv:2302.14581  [pdf, other

    cs.CV

    HopFIR: Hop-wise GraphFormer with Intragroup Joint Refinement for 3D Human Pose Estimation

    Authors: Kai Zhai, Qiang Nie, Bo Ouyang, Xiang Li, Shanlin Yang

    Abstract: 2D-to-3D human pose lifting is fundamental for 3D human pose estimation (HPE), for which graph convolutional networks (GCNs) have proven inherently suitable for modeling the human skeletal topology. However, the current GCN-based 3D HPE methods update the node features by aggregating their neighbors' information without considering the interaction of joints in different joint synergies. Although s… ▽ More

    Submitted 19 August, 2023; v1 submitted 28 February, 2023; originally announced February 2023.

    Comments: Accepted by ICCV 2023

  17. arXiv:2207.10438   

    cs.RO

    Incorporating Prior Knowledge into Reinforcement Learning for Soft Tissue Manipulation with Autonomous Grasping Point Selection

    Authors: Xian He, Shuai Zhang, Shanlin Yang, Bo Ouyang

    Abstract: Previous soft tissue manipulation studies assumed that the grasping point was known and the target deformation can be achieved. During the operation, the constraints are supposed to be constant, and there is no obstacles around the soft tissue. To go beyond these assumptions, a deep reinforcement learning framework with prior knowledge is proposed for soft tissue manipulation under unknown constra… ▽ More

    Submitted 25 December, 2023; v1 submitted 21 July, 2022; originally announced July 2022.

    Comments: The manuscript requires major revision

  18. arXiv:2204.09753  [pdf

    cs.RO

    Path Planning Algorithms for Robotic Aquaculture Monitoring

    Authors: Anthony Davis, Srijita Mukherjee, Paul S. Wills, Bing Ouyang

    Abstract: Aerial drones have great potential to monitor large areas quickly and efficiently. Aquaculture is an industry that requires continuous water quality data to successfully grow and harvest fish. The Hybrid Aerial Underwater Robotic System (HAUCS) is designed to collect water quality data of aquaculture ponds to reduce labor costs for farmers. The routing of drones to cover each fish pond on an aquac… ▽ More

    Submitted 20 April, 2022; originally announced April 2022.

  19. arXiv:2104.12146  [pdf, other

    cs.CV

    3D Adversarial Attacks Beyond Point Cloud

    Authors: Jinlai Zhang, Lyujie Chen, Binbin Liu, Bo Ouyang, Qizhi Xie, Jihong Zhu, Weiming Li, Yanmei Meng

    Abstract: Recently, 3D deep learning models have been shown to be susceptible to adversarial attacks like their 2D counterparts. Most of the state-of-the-art (SOTA) 3D adversarial attacks perform perturbation to 3D point clouds. To reproduce these attacks in the physical scenario, a generated adversarial 3D point cloud need to be reconstructed to mesh, which leads to a significant drop in its adversarial ef… ▽ More

    Submitted 15 November, 2021; v1 submitted 25 April, 2021; originally announced April 2021.

    Comments: 8 pages, 6 figs

  20. arXiv:2104.04724  [pdf, other

    cs.CV

    Occlusion Guided Self-supervised Scene Flow Estimation on 3D Point Clouds

    Authors: Bojun Ouyang, Dan Raviv

    Abstract: Understanding the flow in 3D space of sparsely sampled points between two consecutive time frames is the core stone of modern geometric-driven systems such as VR/AR, Robotics, and Autonomous driving. The lack of real, non-simulated, labeled data for this task emphasizes the importance of self- or un-supervised deep architectures. This work presents a new self-supervised training method and an arch… ▽ More

    Submitted 16 October, 2021; v1 submitted 10 April, 2021; originally announced April 2021.

    Comments: Accepted at 3DV 2021 (Poster)

  21. arXiv:2104.02963  [pdf, other

    cs.CV cs.LG

    The art of defense: letting networks fool the attacker

    Authors: Jinlai Zhang, Yinpeng Dong, Binbin Liu, Bo Ouyang, Jihong Zhu, Minchi Kuang, Houqing Wang, Yanmei Meng

    Abstract: Robust environment perception is critical for autonomous cars, and adversarial defenses are the most effective and widely studied ways to improve the robustness of environment perception. However, all of previous defense methods decrease the natural accuracy, and the nature of the DNNs itself has been overlooked. To this end, in this paper, we propose a novel adversarial defense for 3D point cloud… ▽ More

    Submitted 6 June, 2022; v1 submitted 7 April, 2021; originally announced April 2021.

  22. arXiv:2101.01461  [pdf, other

    cs.CV

    PointCutMix: Regularization Strategy for Point Cloud Classification

    Authors: Jinlai Zhang, Lyujie Chen, Bo Ouyang, Binbin Liu, Jihong Zhu, Yujing Chen, Yanmei Meng, Danfeng Wu

    Abstract: As 3D point cloud analysis has received increasing attention, the insufficient scale of point cloud datasets and the weak generalization ability of networks become prominent. In this paper, we propose a simple and effective augmentation method for the point cloud data, named PointCutMix, to alleviate those problems. It finds the optimal assignment between two point clouds and generates new trainin… ▽ More

    Submitted 5 February, 2021; v1 submitted 5 January, 2021; originally announced January 2021.

    Comments: 8 pages,5 figures

  23. arXiv:2011.14880  [pdf, other

    cs.CV cs.LG

    Occlusion Guided Scene Flow Estimation on 3D Point Clouds

    Authors: Bojun Ouyang, Dan Raviv

    Abstract: 3D scene flow estimation is a vital tool in perceiving our environment given depth or range sensors. Unlike optical flow, the data is usually sparse and in most cases partially occluded in between two temporal samplings. Here we propose a new scene flow architecture called OGSF-Net which tightly couples the learning for both flow and occlusions between frames. Their coupled symbiosis results in a… ▽ More

    Submitted 19 April, 2021; v1 submitted 30 November, 2020; originally announced November 2020.

    Comments: Aaccepted at CVPR 2021 Workshop on Autonomous Driving

  24. arXiv:2005.03457  [pdf, other

    cs.CV

    NTIRE 2020 Challenge on NonHomogeneous Dehazing

    Authors: Codruta O. Ancuti, Cosmin Ancuti, Florin-Alexandru Vasluianu, Radu Timofte, Jing Liu, Haiyan Wu, Yuan Xie, Yanyun Qu, Lizhuang Ma, Ziling Huang, Qili Deng, Ju-Chin Chao, Tsung-Shan Yang, Peng-Wen Chen, Po-Min Hsu, Tzu-Yi Liao, Chung-En Sun, Pei-Yuan Wu, Jeonghyeok Do, Jongmin Park, Munchurl Kim, Kareem Metwaly, Xuelu Li, Tiantong Guo, Vishal Monga , et al. (27 additional authors not shown)

    Abstract: This paper reviews the NTIRE 2020 Challenge on NonHomogeneous Dehazing of images (restoration of rich details in hazy image). We focus on the proposed solutions and their results evaluated on NH-Haze, a novel dataset consisting of 55 pairs of real haze free and nonhomogeneous hazy images recorded outdoor. NH-Haze is the first realistic nonhomogeneous haze dataset that provides ground truth images.… ▽ More

    Submitted 7 May, 2020; originally announced May 2020.

    Comments: CVPR Workshops Proceedings 2020

  25. arXiv:2004.14407  [pdf

    cs.LG cond-mat.mtrl-sci

    Learning from Sparse Datasets: Predicting Concrete's Strength by Machine Learning

    Authors: Boya Ouyang, Yuhai Li, Yu Song, Feishu Wu, Huizi Yu, Yongzhe Wang, Mathieu Bauchy, Gaurav Sant

    Abstract: Despite enormous efforts over the last decades to establish the relationship between concrete proportioning and strength, a robust knowledge-based model for accurate concrete strength predictions is still lacking. As an alternative to physical or chemical-based models, data-driven machine learning (ML) methods offer a new solution to this problem. Although this approach is promising for handling t… ▽ More

    Submitted 29 April, 2020; originally announced April 2020.

  26. arXiv:1911.03267  [pdf, other

    eess.IV cs.CV cs.LG eess.SP

    Algorithmic Design and Implementation of Unobtrusive Multistatic Serial LiDAR Image

    Authors: Chi Ding, Zheng Cao, Matthew S. Emigh, Jose C. Principe, Bing Ouyang, Anni Vuorenkoski, Fraser Dalgleish, Brian Ramos, Yanjun Li

    Abstract: To fully understand interactions between marine hydrokinetic (MHK) equipment and marine animals, a fast and effective monitoring system is required to capture relevant information whenever underwater animals appear. A new automated underwater imaging system composed of LiDAR (Light Detection and Ranging) imaging hardware and a scene understanding software module named Unobtrusive Multistatic Seria… ▽ More

    Submitted 8 November, 2019; originally announced November 2019.

  27. arXiv:1909.03373  [pdf, other

    cs.AI

    Artificial intelligence empowered multi-AGVs in manufacturing systems

    Authors: Dong Li, Bo Ouyang, Duanpo Wu, Yaonan Wang

    Abstract: AGVs are driverless robotic vehicles that picks up and delivers materials. How to improve the efficiency while preventing deadlocks is the core issue in designing AGV systems. In this paper, we propose an approach to tackle this problem.The proposed approach includes a traditional AGV scheduling algorithm, which aims at solving deadlock problems, and an artificial neural network based component, w… ▽ More

    Submitted 7 September, 2019; originally announced September 2019.

  28. arXiv:1709.03486  [pdf, other

    cs.RO

    Robot Composite Learning and the Nunchaku Flipping Challenge

    Authors: Leidi Zhao, Yiwen Zhao, Siddharth Patil, Dylan Davies, Cong Wang, Lu Lu, Bo Ouyang

    Abstract: Advanced motor skills are essential for robots to physically coexist with humans. Much research on robot dynamics and control has achieved success on hyper robot motor capabilities, but mostly through heavily case-specific engineering. Meanwhile, in terms of robot acquiring skills in a ubiquitous manner, robot learning from human demonstration (LfD) has achieved great progress, but still has limit… ▽ More

    Submitted 11 September, 2017; originally announced September 2017.

  29. arXiv:1708.05192  [pdf, other

    cs.RO

    Multiform Adaptive Robot Skill Learning from Humans

    Authors: Leidi Zhao, Raheem Lawhorn, Siddharth Patil, Steve Susanibar, Lu Lu, Cong Wang, Bo Ouyang

    Abstract: Object manipulation is a basic element in everyday human lives. Robotic manipulation has progressed from maneuvering single-rigid-body objects with firm grasping to maneuvering soft objects and handling contact-rich actions. Meanwhile, technologies such as robot learning from demonstration have enabled humans to intuitively train robots. This paper discusses a new level of robotic learning-based m… ▽ More

    Submitted 17 August, 2017; originally announced August 2017.

    Comments: Accepted to 2017 Dynamic Systems and Control Conference (DSCC), Tysons Corner, VA, October 11-13

  30. arXiv:1705.01217  [pdf, other

    cs.CV

    Marine Animal Classification with Correntropy Loss Based Multi-view Learning

    Authors: Zheng Cao, Shujian Yu, Bing Ouyang, Fraser Dalgleish, Anni Vuorenkoski, Gabriel Alsenas, Jose Principe

    Abstract: To analyze marine animals behavior, seasonal distribution and abundance, digital imagery can be acquired by visual or Lidar camera. Depending on the quantity and properties of acquired imagery, the animals are characterized as either features (shape, color, texture, etc.), or dissimilarity matrices derived from different shape analysis methods (shape context, internal distance shape context, etc.)… ▽ More

    Submitted 2 May, 2017; originally announced May 2017.

  31. arXiv:1506.08352  [pdf, ps, other

    cs.SI cs.NI physics.soc-ph

    Threshold for the Outbreak of Cascading Failures in Degree-degree Uncorrelated Networks

    Authors: Junbiao Liu, Xinyu Jin, Lurong Jiang, Yongxiang Xia, Bo Ouyang, Fang Dong, Yicong Lang, Wenping Zhang

    Abstract: In complex networks, the failure of one or very few nodes may cause cascading failures. When this dynamical process stops in steady state, the size of the giant component formed by remaining un-failed nodes can be used to measure the severity of cascading failures, which is critically important for estimating the robustness of networks. In this paper, we provide a cascade of overload failure model… ▽ More

    Submitted 27 June, 2015; originally announced June 2015.

    Comments: 11 pages, 4 figures

  32. arXiv:1405.3368  [pdf, ps, other

    cs.NI

    A Scale-Free Topology Construction Model for Wireless Sensor Networks

    Authors: Lurong Jiang, Xinyu Jin, Yongxiang Xia, Bo Ouyang, Duanpo Wu, Xi Chen

    Abstract: A local-area and energy-efficient (LAEE) evolution model for wireless sensor networks is proposed. The process of topology evolution is divided into two phases. In the first phase, nodes are distributed randomly in a fixed region. In the second phase, according to the spatial structure of wireless sensor networks, topology evolution starts from the sink, grows with an energy-efficient preferential… ▽ More

    Submitted 14 May, 2014; originally announced May 2014.

    Comments: 13pages, 3 figures