
Citation: Mohammed A. Soghaier, Khwaja M.I. Saeed, Khushhal K. Zaman. Public Health Emergency of International Concern (PHEIC) has Declared Twice in 2014; Polio and Ebola at the Top[J]. AIMS Public Health, 2015, 2(2): 218-222. doi: 10.3934/publichealth.2015.2.218
[1] | Aman Santoso, Titania Nur Kusumah, Sumari Sumari, Anugrah Ricky Wijaya, Rini Retnosari, Ihsan Budi Rachman, Siti Marfuah, Muhammad Roy Asrori . Synthesis of biodiesel from waste cooking oil using heterogeneous catalyst of Na2O/γ-Al2O3 assisted by ultrasonic wave. AIMS Energy, 2022, 10(5): 1059-1073. doi: 10.3934/energy.2022049 |
[2] | Hussein A. Mahmood, Ali O. Al-Sulttani, Hayder A. Alrazen, Osam H. Attia . The impact of different compression ratios on emissions, and combustion characteristics of a biodiesel engine. AIMS Energy, 2024, 12(5): 924-945. doi: 10.3934/energy.2024043 |
[3] | Dejene Beyene, Dejene Bekele, Bezu Abera . Biodiesel from blended microalgae and waste cooking oils: Optimization, characterization, and fuel quality studies. AIMS Energy, 2024, 12(2): 408-438. doi: 10.3934/energy.2024019 |
[4] | Sunbong Lee, Shaku Tei, Kunio Yoshikawa . Properties of chicken manure pyrolysis bio-oil blended with diesel and its combustion characteristics in RCEM, Rapid Compression and Expansion Machine. AIMS Energy, 2014, 2(3): 210-218. doi: 10.3934/energy.2014.3.210 |
[5] | Lihao Chen, Hu Wu, Kunio Yoshikawa . Research on upgrading of pyrolysis oil from Japanese cedar by blending with biodiesel. AIMS Energy, 2015, 3(4): 869-883. doi: 10.3934/energy.2015.4.869 |
[6] | Yadessa Gonfa Keneni, Jorge Mario Marchetti . Oil extraction from plant seeds for biodiesel production. AIMS Energy, 2017, 5(2): 316-340. doi: 10.3934/energy.2017.2.316 |
[7] | Conrad Omonhinmin, Enameguono Olomukoro, Ayodeji Ayoola, Evans Egwim . Utilization of Moringa oleifera oil for biodiesel production: A systematic review. AIMS Energy, 2020, 8(1): 102-121. doi: 10.3934/energy.2020.1.102 |
[8] | Sandra M. Damasceno, Vanny Ferraz, David L. Nelson, José D. Fabris . Selective adsorption of fatty acid methyl esters onto a commercial molecular sieve or activated charcoal prepared from the Acrocomia aculeata cake remaining from press-extracting the fruit kernel oil. AIMS Energy, 2018, 6(5): 801-809. doi: 10.3934/energy.2018.5.801 |
[9] | Husam Al-Mashhadani, Sandun Fernando . Properties, performance, and applications of biofuel blends: a review. AIMS Energy, 2017, 5(4): 735-767. doi: 10.3934/energy.2017.4.735 |
[10] | A. A. Ayoola, F. K. Hymore, C. A. Omonhinmin, O. Agboola, E. E. Alagbe, D. Oyekunle, M. O. Bello . Biodiesel production from used vegetable oil and CaO catalyst impregnated with KNO3 and NaNO3. AIMS Energy, 2020, 8(3): 527-537. doi: 10.3934/energy.2020.3.527 |
With the rapid growth of mobile devices, it is feasible and urgent-demand to deploy image recognition applications on mobile devices to provide image recognition services. However, since the constraint computing and storage resource, as well as energy resources, it is difficult to perform all image recognition applications on mobile devices. In recent years, a popular solution is to offload the image recognition tasks to the remote cloud servers [1,2]. That is, the image recognition applications deployed on mobile devices, they only responsible for collecting images. Then, the mobile devices upload the images to the cloud servers to perform recognition tasks. Although this solution can save the computing and storage resources, as well as the energy resources of mobile devices. In doing so, mobile devices can provide long-lasting image recognition services for mobile users. However, in 5G networks, if hundreds of thousands of mobile users upload images to the cloud servers at the same time, the core network can be overload and even incurs network congestion, it is very likely resulting in long transmission delays. Therefore, traditional cloud computing solution cannot meet the requirements of real time response.
Mobile Edge Computing (MEC), as an emerging architecture, it is possible to solve the traditional computing solution problems that cannot meet the users real time demands [3,4,5,6]. In MEC architecture, many small-scale edge servers are deploying at the edge of the network. These edge servers can provide computing and storage resources for image recognition applications. Thus, mobile users can offload the image recognition tasks to the edge servers rather than the cloud servers. Since users close to the edge servers, generally, one hope. Therefore, the transmission delays can be reduced. In traditional cloud computing scheme, running deep neural network models on the cloud servers can achieve good performance. The reason is that cloud servers are regarded as rich computing and storage resources, as well as stored a large number of trainable images. It is well known that using a large number of trainable images to train a very deep neural networks can achieve good performance. However, in MEC architecture, a single edge server has a small range so that it only can collect a small number of images. Therefore, it is inappropriate to use deep neural network models to run the image recognition tasks.
To address this problem, in this paper, we propose a location-ware feature extraction algorithm for image recognition, called DAGDNEP. In DAGDNEP, we employ DAGDNEP to construct two adjacency graphs to preserve the intra-class information and the inter-class information that make every samples linked to its homogeneous and heterogeneous neighbors respectively and also, we introduce a heat kernel function as weight when construct matrix of the intra-class and inter-class. Thus, DAGDNEP could keep the geometric structure of the given data that find an optimal projection matrix. Experimental results validate the effectiveness of our DAGDNEP in comparison with DAGDNE algorithm.
The reminder of this paper is organized as follows. Section 2 introduces the related work, which includes mobile edge computing and feature extraction algorithm. In Section 3, we introduce the proposed feature extraction algorithm. In section, we discuss the combination between MEC architecture and the proposed algorithms. The experimental results are presented in Section 4. Finally, we provide the concluding remarks in Section 5.
Mobile Edge Computing (MEC), which can provide computing and storage resources for image recognition applications by deploying some small-scale servers at the edge of the network [3,4,5,6]. MEC mainly solves the problems of traditional mobile cloud computing that directly upload the raw images to the cloud servers that incurs long response time [7]. With the explosive growth of mobile traffic, if hundreds of thousands of mobile users upload the image data to cloud servers at the same time, it may incur the core network congestion, resulting longer transmission delays and longer response time. The architecture of MEC is as shown in Figure 1, which consists of three layers of components, mobile devices, edge servers and cloud servers.
Mobile Devices: Mobile devices are the front-end devices, such as smartphone, laptop, iWatch, etc. Mobile devices are utilized to install image recognition applications. Since the constraint computing and storage resources of mobile devices, we only use them to capture images and receive results, as well as show results. Edge Servers: Edge servers are small scale servers deploying at the edge of the network. Edge servers are typically performing single function with limited resources, such as cache servers and specialized servers. Since edge servers close to users, using edge servers to provide computing and storage resources for image recognition applications can reduce the transmission delay. This is because mobile users only require upload the captured image to the edge servers instead of cloud servers. Cloud Servers: Cloud servers are regarded as having rich computing and storage resources. In general, the cloud servers are very far away from users.
Many feature extraction algorithms are proposed in recent years, such as discriminant neighborhood embedding [8], marginal Fisher analysis [9,10], local features discriminant projection [7], Appropriate points choosing based DAGDNE [11], double adjacency graphs-based discriminant neighborhood embedding [12].
For example, Zhang et al. [8] proposed discriminant neighborhood embedding, which supposes that multi-class data points in high-dimensional space tend to move due to local intra-class attraction or inter-class repulsion, and the optimal embedding from the point of view of classification is discovered consequently. Yan et al. [9,10] proposed marginal fisher analysis, which adopts two adjacency graphs to preserving the geometric structure. This approach first constructs two adjacency graphs, the intrinsic graph and the penalty graph, of which the intrinsic graph characterizes the intra-class compactness and connects each data point with its neighboring points of the same class, while the penalty graph connects the marginal points and characterizes the inter-class separability. Ding and Zhang [12] proposed double adjacency graphs-based discriminant neighborhood embedding, which let each sample be respectively linked to its homogeneous and heterogeneous neighbors by constructing two adjacency graphs. As a consequence, balance links are produced, neighbors belonging to the same class are compact while neighbors belonging to different classes become separable in the subspace. Thus, DAGDNE could keep the local structure of a given data and find a good projection matrix.
However, these algorithms ignore the location information. Thus, these algorithms just preserve the local structure but ignore the location information. Nevertheless, in the task of clustering or classification, the location information is very important.
In this section, we will introduce the location-aware feature extraction algorithm, called DAGDNEP. Let
Similar to DAGDNE algorithm, DAGDNEP requires to construct two adjacency graphs. Let
The intra-class adjacency matrix
$
F_{ij}^w = \left\{ {exp(−||xi−xj||2β), xi∈NHwk(xj) or xj∈NHwk(xi)0 , otherwise } \right.$
|
(1) |
$F_{ij}^b = \left\{ {exp(−||xi−xj||2β),, xi∈NHbk(xj) or xj∈NHbk(xi)0 , otherwise } \right.$
|
(2) |
where
The intra-class scatter
$\Phi ({\bf{P}}) = {\rm{ }}\sum\limits_{i, j} {||{{\bf{P}}^T}{{\bf{x}}_i} - {{\bf{P}}^T}{{\bf{x}}_j}|{|^2}} F_{ij}^w = {\rm{ }}2tr\{ {{\bf{P}}^T}{\bf{X}}({{\bf{D}}^w} - {{\bf{F}}^w}){{\bf{X}}^T}{\bf{P}}\} $ | (3) |
$\Psi ({\bf{P}}) = {\rm{ }}\sum\limits_{i, j} {||{{\bf{P}}^T}{{\bf{x}}_i} - {{\bf{P}}^T}{{\bf{x}}_j}|{|^2}} F_{ij}^b = {\rm{ }}2tr\{ {{\bf{P}}^T}{\bf{X}}({{\bf{D}}^b} - {{\bf{F}}^b}){{\bf{X}}^T}{\bf{P}}\} $ | (4) |
where
In order to achieve impressive accuracy, the extracted features need to satisfy that features from the same class labels are compact while features from different class labels become separable. To this end, we need to maximize the margin of total inter-class scatter and total intra-class scatter, i.e.,
$\Theta ({\bf{P}}) = \Psi ({\bf{P}}) - \Phi ({\bf{P}})$ | (5) |
DAGDNEP aims to find a feature extractor
$\left\{ {maxP tr{PTXSXTP}s.t. PTP=I } \right.$
|
(6) |
Where
${\bf{XS}}{{\bf{X}}^T}{\bf{P}} = \lambda {\bf{P}}$ | (7) |
Thus,
The details of DAGDNEP is given in Algorithm 1.
Algorithm 1. Location-aware Feature Extraction (DAGDNEP) |
Input: A training image set Output: Feature Extractor: Step 1. Compute the intra-class scatter matrix Step 2. Eigenvalue decomposition of Step 3. Choose the first |
The DAGDNEP algorithm is an improved version of the DAGDNE algorithm. DAGDNE could keep the local intrinsic structure for the raw image data through the extracted features by constructing two adjacency graphs. However, DAGDNE just gives the weight value +1 when construct intra-class adjacency graph and inter-class adjacency graph. That just give +1 cannot preserve the geometric structure of the given data and the geometric structure plays a different role in the classification task. Therefore, when extracting the discriminative features from the raw image data, some more important discriminative features may miss. DAGDNEP regulates heat kernel function as the weight that can preserve the geometric structure among data. As a result, DAGDNEP can achieve a good performance.
Since a single edge server only collects a small amount of images, it is inappropriate to use deep neural network models to perform image recognition tasks. The reason is that using deep neural network models cannot achieve good performance due to the small number of images stored on a single edge server. In the contrast, the proposed feature extraction algorithm can well fit the small number of images and achieve good performance. In this sense, Combining the MEC architecture [13,14,15,16,17] and the proposed feature extraction algorithm to provide image recognition services is advisable.
We have conducted experiments on two datasets, which are publicly available, UMIST and ORL datasets. Wherein the UMIST dataset contains 564 face images of 20 individuals and the ORL dataset contains 400 face images of 40 individuals, with 10 images for each individual.
DAGDNE and the proposed algorithm are implemented in MATLAB 2015b, and are conducted on an i5 Intel ® Core CPU 2.50 GHz machine with 4G bytes of memory. In our experiment, which requires the nearest neighbor parameter
To evaluate the effectiveness and the correctness of DAGDNEP, experiments are carried out on UMIST and ORL databases, and the results are compared with DAGDNE.
In the experiment, the parameter
The UMIST dataset consists of 564 images of 20 individuals, taking into account race, sex and appearance. Each subject is taken in a range of poses from profile to frontal views. The pre-cropped dataset is used and the size of each image is
First, we consider parameter choose, the nearest neighbor parameter
Figure 4 (a) and (b) show the accuracy of two algorithms vs. dimensionality of subspace with different
The ORL dataset is composed of 40 distinct subjects, each of which contains 10 different gray-scale images. In ORL dataset, images for each subject were taken by varying the lighting, facial expressions or facial details at different times, and all were taken against a dark homogenous background in an upright and frontal position. The size of each image is
In this experiment, we reduce dimensionality with two times so as to get a high running speed. When choose parameter, similar to UMIST dataset, the neighborhood parameter
Figure 7 shows the accuracy of DAGDNE and DAGDNEP algorithms vs. dimensionality of subspace with different
In this paper, we proposed a location-aware feature extraction algorithm to fit the image recognition in the MEC environment. By considering that in MEC architecture, a single edge server only collects a small number of images, we propose a location-aware feature extraction algorithm, which can achieve good performance when the trainable images are very few. Moreover, the proposed feature extraction algorithm considers the location information of the images, compared with traditional feature extraction algorithms, it achieves higher accuracy. Thus, by combining the MEC architecture and the proposed feature extraction algorithm, it is possible to support the mobile devices to provide long-lasting real time response and high accuracy image recognition services. Finally, on two publicly datasets, we demonstrate the effectiveness of our proposed feature extraction algorithm.
The work is supported by National Natural Science Foundation of China (No.61003100), Hubei Provincial Natural Science Foundation of China (No. 2017CFA012), National Natural Science Foundation of China (No. 61572012), National Natural Science Foundation of Hubei Province (No.2015CFB525) and Wuhan science and technology plan innovation team project (No.201307020402005).
All authors declare no conflicts of interest in this paper.
[1] |
Katz RL, Fernandez JA, McNabb SJ (2010) Disease surveillance, capacity building and implementation of the International Health Regulations (IHR [2005]). BMC Public Health 10: S1. doi: 10.1186/1471-2458-10-S1-S1
![]() |
[2] | Baker MG, Forsyth AM (2007) The new International Health Regulations: a revolutionary change in global health security. N Z Med J 120: U2872. |
[3] |
Plotkin B (2007) Human rights and other provisions in the revised International Health Regulations (2005). Public health 121: 840-845. doi: 10.1016/j.puhe.2007.08.001
![]() |
[4] | Katz R, Fischer J (2010) The revised international Health Regulations: a framework for global pandemic response. Global health governance 3. |
[5] |
Katz R (2009) Use of revised International Health Regulations during influenza A (H1N1) epidemic, 2009. Emerging infectious diseases 15: 1165. doi: 10.3201/eid1508.090665
![]() |
[6] |
Mitka M (2013) Deadly MERS Coronavirus Not Yet a Global Concern. JAMA 310: 569-569. doi: 10.1001/jama.2013.251229
![]() |
[7] | Organization WH (2014) WHO statement on the second meeting of the International Health Regulations Emergency Committee concerning the international spread of wild poliovirus. Saudi Med J 35: 920-922. |
[8] |
Gostin LO, Friedman EA (2014) Ebola: a crisis in global health leadership. Lancet 384: 1323-1325. doi: 10.1016/S0140-6736(14)61791-8
![]() |
[9] |
Wolz A (2014) Face to face with Ebola—an emergency care center in Sierra Leone. N Engl J Med 371: 1081-1083. doi: 10.1056/NEJMp1410179
![]() |
[10] |
GOSTIN LO (2014) Global Polio Eradication: Espionage, Disinformation, and the Politics of Vaccination. Milbank Q 92: 413-417. doi: 10.1111/1468-0009.12065
![]() |
[11] | Suk JE, Van Cangh T, Beauté J, et al. (2014) The interconnected and cross-border nature of risks posed by infectious diseases. Glob Health Action 7. |
[12] |
Team WER (2014) Ebola virus disease in West Africa—the first 9 months of the epidemic and forward projections. N Engl J Med 371: 1481-1495. doi: 10.1056/NEJMoa1411100
![]() |
[13] | Mideksa TK (2005) Vaccination and disease eradication: a dynamic analysis. |
[14] | Jeffs B (2006) A clinical guide to viral haemorrhagic fevers: Ebola, Marburg and Lassa. Trop Doct 36: 1-4. |
[15] |
Faden H, Modlin JF, Thoms ML, et al. (1990) Comparative evaluation of immunization with live attenuated and enhanced-potency inactivated trivalent poliovirus vaccines in childhood: systemic and local immune responses. J Infect Dis 162: 1291-1297. doi: 10.1093/infdis/162.6.1291
![]() |
[16] | UN Mission for Ebola Emergency Response (UNMEER) (2015) Available from: https://ebolaresponse.un.org/un-mission-ebola-emergency-response-unmeer. |
[17] |
Aylward B, Yamada T (2011) The polio endgame. N Engl J Med 364: 2273-2275. doi: 10.1056/NEJMp1104329
![]() |
[18] |
Cochi SL, Jafari HS, Armstrong GL, et al. (2014) A world without polio. J Infect Dis 210: S1-S4. doi: 10.1093/infdis/jiu383
![]() |
[19] | World Helath Organization (2014) WHO guidance for implementation of the IHR temporary recommendations under the ihr (2005) to reduce the international spread of polio. |
[20] | Organization WH (2014) WHO interim guidance for Ebola event management at points of entry. |
[21] |
Farrar JJ, Piot P (2014) The Ebola emergency immediate action, ongoing strategy. N Engl J Med 371: 1545-1546. doi: 10.1056/NEJMe1411471
![]() |
[22] |
Klepac P, Metcalf CJE, McLean AR, et al. (2013) Towards the endgame and beyond: complexities and challenges for the elimination of infectious diseases. Philos Trans R Soc Lond B Biol Sci 368: 20120137. doi: 10.1098/rstb.2012.0137
![]() |
[23] | Chakravarthi I (2009) Ignored outcomes of Polio Eradication. Economic and Political Weekly 44: 69-71. |