A heterogeneous node representation and uncertainty handling approach under local edge–cloud architectures
A heterogeneous node representation and uncertainty handling approach under local edge–cloud architectures
- Research Article
2
- 10.1016/j.comcom.2022.09.014
- Oct 3, 2022
- Computer Communications
A points of interest recommendation framework based on effective representation of heterogeneous nodes in the Internet of Things
- Conference Article
477
- 10.1109/infocom.2016.7524340
- Apr 1, 2016
The performance of mobile computing would be significantly improved by leveraging cloud computing and migrating mobile workloads for remote execution at the cloud. In this paper, to efficiently handle the peak load and satisfy the requirements of remote program execution, we propose to deploy cloud servers at the network edge and design the edge cloud as a tree hierarchy of geo-distributed servers, so as to efficiently utilize the cloud resources to serve the peak loads from mobile users. The hierarchical architecture of edge cloud enables aggregation of the peak loads across different tiers of cloud servers to maximize the amount of mobile workloads being served. To ensure efficient utilization of cloud resources, we further propose a workload placement algorithm that decides which edge cloud servers mobile programs are placed on and how much computational capacity is provisioned to execute each program. The performance of our proposed hierarchical edge cloud architecture on serving mobile workloads is evaluated by formal analysis, small-scale system experimentation, and large-scale trace-based simulations.
- Conference Article
150
- 10.1109/infcomw.2014.6849256
- Apr 1, 2014
Edge services become increasingly important as the Internet transforms into an Internet of Things (IoT). Edge services require bounded latency, bandwidth reduction between the edge and the core, service resiliency with graceful degradation, and access to resources visible only inside the NATed and secured edge networks. While the data center based cloud excels at providing general purpose computation/storage at scale, it is not suitable for edge services. We present a new model for cloud computing, which we call the Edge Cloud, that addresses edge computing specific issues by augmenting the traditional data center cloud model with service nodes placed at the network edges. We describe the architecture of the Edge Cloud and its implementation as an overlay hybrid cloud using the industry standard OpenStack cloud management framework. We demonstrate the advantages garnered by two new classes of applications enabled by the Edge Cloud - a highly accurate indoor localization that saves on latency, and a scalable and resilient video monitoring that saves on bandwidth.
- Research Article
48
- 10.1016/j.future.2019.05.003
- May 8, 2019
- Future Generation Computer Systems
Dynamic multi-objective optimized replica placement and migration strategies for SaaS applications in edge cloud
- Conference Article
5
- 10.1109/uic-atc.2017.8397448
- Aug 1, 2017
The rapid growth in technology and wide use of internet has increased smart applications such as intelligent transportation control system, and Internet of Things, which heavily rely on an efficient and reliable connectivity network. To overcome high bandwidth work load on the network, as well as minimize latency for real-time applications, the computation can be moved from the central cloud to a distributed edge cloud. The edge computing benefits various smart applications that uses distributed network for data analytics and services. Different from the existing cloud management solutions, edge computing needs to move cloud management services towards distributed heterogeneous edge nodes for multi-tenant user applications. However, existing cloud management services do not offer remote deployment of multi-tenant user applications on the cloud of edge nodes. In this paper, we propose a practical edge cloud software framework for deploying multi-tenant distributed smart applications. Having multiple distributed end nodes, auto discovery of all active end nodes is required for deploying multi-tenant user applications. However, existing cloud solutions require either private network or fixed IP address, which is not achievable for the distributed edge nodes. Most of the edge nodes connected through the public internet without fixed IP, and some of them even connect through IEEE 802.15 based sensor networks. We propose to build a software platform to manage the distributed edge nodes as well as support services to deploy and launch isolated, multi-tenant user applications through a lightweight container. We propose an architectural solution to remotely access edge cloud management services through intermittent internet connections. We open sourced our whole set of software solutions, and analyzed the major performance metrics of the edge cloud platform.
- Research Article
- 10.1016/j.compbiomed.2024.109068
- Aug 28, 2024
- Computers in Biology and Medicine
Dual-neighbourhood information aggregation and feature fusion for prediction of miRNA–disease association
- Research Article
14
- 10.1021/acs.jcim.2c01060
- Nov 22, 2022
- Journal of Chemical Information and Modeling
Many studies have confirmed that microRNAs (miRNAs) are mediated in the sensitivity of tumor cells to anticancer drugs. MiRNAs are emerging as a type of promising therapeutic targets to overcome drug resistance. However, there is limited attention paid to the computational prediction of the associations between miRNAs and drug sensitivity. In this work, we proposed a heterogeneous network-based representation learning method to predict miRNA-drug sensitivity associations (DGNNMDA). An miRNA-drug heterogeneous network was constructed by integrating miRNA similarity network, drug similarity network, and experimentally validated miRNA-drug sensitivity associations. Next, we developed a dual-channel heterogeneous graph neural network model to perform feature propagation among the homogeneous and heterogeneous nodes so that our method can learn expressive representations for miRNA and drug nodes. On two benchmark datasets, our method outperformed other seven competitive methods. We also verified the effectiveness of the feature propagations on homogeneous and heterogeneous nodes. Moreover, we have conducted two case studies to verify the reliability of our methods and tried to reveal the regulatory mechanism of miRNAs mediated in drug sensitivity. The source code and datasets are freely available at https://github.com/19990915fzy/DGNNMDA.
- Research Article
4
- 10.1016/j.dcmed.2022.12.007
- Dec 1, 2022
- Digital Chinese Medicine
Heterogeneous graph construction and node representation learning method of Treatise on Febrile Diseases based on graph convolutional network
- Conference Article
50
- 10.1145/3442381.3450060
- Apr 19, 2021
Representation learning methods for heterogeneous networks produce a low-dimensional vector embedding for each node that is typically fixed for all tasks involving the node. Many of the existing methods focus on obtaining a static vector representation for a node in a way that is agnostic to the downstream application where it is being used. In practice, however, downstream tasks such as link prediction require specific contextual information that can be extracted from the subgraphs related to the nodes provided as input to the task. To tackle this challenge, we develop SLiCE, a framework bridging static representation learning methods using global information from the entire graph with localized attention driven mechanisms to learn contextual node representations. We first pre-train our model in a self-supervised manner by introducing higher-order semantic associations and masking nodes, and then fine-tune our model for a specific link prediction task. Instead of training node representations by aggregating information from all semantic neighbors connected via metapaths, we automatically learn the composition of different metapaths that characterize the context for a specific task without the need for any pre-defined metapaths. SLiCE significantly outperforms both static and contextual embedding learning methods on several publicly available benchmark network datasets. We also interpret the semantic association matrix and provide its utility and relevance in making successful link predictions between heterogeneous nodes in the network.
- Research Article
6
- 10.1145/3649886
- May 6, 2024
- ACM Transactions on the Web
The emergence of online media has facilitated the dissemination of news, but has also introduced the problem of information overload. To address this issue, providing users with accurate and diverse news recommendations has become increasingly important. News possesses rich and heterogeneous content, and the factors that attract users to news reading are varied. Consequently, accurate news recommendation requires modeling of both the heterogeneous content of news and the heterogeneous user-news relationships. Furthermore, users’ news consumption is highly dynamic, which is reflected in the differences in topic concentration among different users and in the real-time changes in user interests. To this end, we propose a Heterogeneous Graph Neural Network with Personalized and Adaptive Diversity for News Recommendation (DivHGNN). DivHGNN first represents the heterogeneous content of news and the heterogeneous user-news relationships as an attributed heterogeneous graph. Then, through a heterogeneous node content adapter, it models the heterogeneous node attributes into aligned and fused node representations. With the proposed attributed heterogeneous graph neural network, DivHGNN integrates the heterogeneous relationships to enhance node representation for accurate news recommendations. We also discuss relation pruning, model deployment, and cold-start issues to further improve model efficiency. In terms of diversity, DivHGNN simultaneously models the variance of nodes through variational representation learning for providing personalized diversity. Additionally, a time-continuous exponentially decaying distribution cache is proposed to model the temporal dynamics of user real-time interests for providing adaptive diversity. Extensive experiments on real-world news datasets demonstrate the effectiveness of the proposed method.
- Conference Article
20
- 10.1145/3394486.3403388
- Aug 20, 2020
Recently, network embedding has been successfully used in recommendation systems. Researchers have made efforts to utilize additional auxiliary information (e.g., social relations of users) to improve performance. However, such auxiliary information lacks compatibility for all recommendation scenarios, thus it is difficult to apply in some industrial scenarios where generality is required. Moreover, the heterogeneous nature between users and items aggravates the difficulty in network information fusion. Many works tried to transform user-item heterogeneous network to two homogeneous graphs (i.e., user-user and item-item), and then fuse information separately. This may limit the representation power of learned embedding due to ignoring the adjacent relationship in the original graph. In addition, the sparsity of user-item interactions is an urgent problem need to be solved. To solve the above problems, we propose a universal and effective framework named Gemini, which only relies on the common interaction logs, avoiding the dependence on auxiliary information and ensuring a better generality. For the purpose of keeping original adjacent relationship, Gemini transforms the original user-item heterogeneous graph into two semi homogeneous graphs from the perspective of users and items respectively. The transformed graphs consist of two types of nodes: network nodes coming from homogeneous nodes and attribute nodes coming from heterogeneous node. Then, the node representation is learned in a homogeneous way, with considering edge embedding at the same time. Simultaneously, the interaction sparsity problem is solved to some extent as the transformed graphs contain the original second-order neighbors. For training efficiently, we also propose an iterative training algorithm to reduce computational complexity. Experimental results on the five datasets and online A/B tests in recommendations of DiDiChuXing show that Gemini outperforms state-of-the-art algorithms.
- Research Article
21
- 10.1111/coin.12219
- May 27, 2019
- Computational Intelligence
Mobile edge cloud computing has been a promising computing paradigm, where mobile users could offload their application workloads to low‐latency local edge cloud resources. However, compared with remote public cloud resources, conventional local edge cloud resources are limited in computation capacity, especially when serve large number of mobile applications. To deal with this problem, we present a hierarchical edge cloud architecture to integrate the local edge clouds and public clouds so as to improve the performance and scalability of scheduling problem for mobile applications. Besides, to achieve a trade‐off between the cost and system delay, a fault‐tolerant dynamic resource scheduling method is proposed to address the scheduling problem in mobile edge cloud computing. The optimization problem could be formulated to minimize the application cost with the user‐defined deadline satisfied. Specifically, firstly, a game‐theoretic scheduling mechanism is adopted for resource provisioning and scheduling for multiprovider mobile applications. Then, a mobility‐aware dynamic scheduling strategy is presented to update the scheduling with the consideration of mobility of mobile users. Moreover, a failure recovery mechanism is proposed to deal with the uncertainties during the execution of mobile applications. Finally, experiments are designed and conducted to validate the effectiveness of our proposal. The experimental results show that our method could achieve a trade‐off between the cost and system delay.
- Conference Article
- 10.1109/oecc.2017.8114771
- Jul 1, 2017
We present a micro edge cloud (MEC) architecture for resource optimization and implement the virtualization of resource. The virtualization solution is demonstrated to verify the overall feasibility and efficiency.
- Book Chapter
- 10.4018/979-8-3693-8497-8.ch008
- May 7, 2025
This chapter's primary objective is to focus on computer vision and edge computing (EC) advancements, challenges and future trends, further highlighting their role in reshaping industry applications in the drone industry. UAVs have garnered significant interest from both academics and industry as a crucial facilitator of IoT services. In this post, we thoroughly examine the function of edge AI for UAVs. With a focus on the function of edge AI, we examined several important UAV technological issues and applications. We also investigated the ideas of UAVs, Computer Vision and edge computing, artificial intelligence, and edge AI. Additionally, the difficulties in implementing AI on UAV edges were examined, and future directions and lessons learnt were deliberated. The device edge consists of edge devices; the local edge, which consists of the application and network layer; and the cloud edge.
- Research Article
11
- 10.1016/j.knosys.2023.111174
- Nov 11, 2023
- Knowledge-Based Systems
Centrality-based Relation aware Heterogeneous Graph Neural Network
- Ask R Discovery
- Chat PDF
AI summaries and top papers from 250M+ research sources.