758 research outputs found
Memory resource balancing for virtualized computing
Virtualization has become a common abstraction layer in modern data centers. By multiplexing hardware resources into multiple virtual machines (VMs) and thus enabling several operating systems to run on the same physical platform simultaneously, it can effectively reduce power consumption and building size or improve security by isolating VMs.
In a virtualized system, memory resource management plays a critical role in achieving high resource utilization and performance. Insufficient memory allocation to a VM will degrade its performance dramatically. On the contrary, over-allocation causes waste of memory resources. Meanwhile, a VM’s memory demand may vary significantly. As a result, effective memory resource management calls for a dynamic memory balancer, which, ideally, can adjust memory allocation in a timely manner for each VM based on their current memory demand and thus achieve the best memory utilization and the optimal overall performance.
In order to estimate the memory demand of each VM and to arbitrate possible memory resource contention, a widely proposed approach is to construct an LRU-based miss ratio curve (MRC), which provides not only the current working set size (WSS) but also the correlation between performance and the target memory allocation size. Unfortunately, the cost of constructing an MRC is nontrivial. In this dissertation, we first present a low overhead LRU-based memory demand tracking scheme, which includes three orthogonal optimizations: AVL-based LRU organization, dynamic hot set sizing and intermittent memory tracking. Our evaluation results show that, for the whole SPEC CPU 2006 benchmark suite, after applying the three optimizing techniques, the mean overhead of MRC construction is lowered from 173% to only 2%.
Based on current WSS, we then predict its trend in the near future and take different strategies for different prediction results. When there is a sufficient amount of physical memory on the host, it locally balances its memory resource for the VMs. Once the local memory resource is insufficient and the memory pressure is predicted to sustain for a sufficiently long time, a relatively expensive solution, VM live migration, is used to move one or more VMs from the hot host to other host(s). Finally, for transient memory pressure, a remote cache is used to alleviate the temporary performance penalty. Our experimental results show that this design achieves 49% center-wide speedup
Male Clients of Male Sex Workers in China: An Ignored High-Risk Population.
BackgroundThere is a high prevalence of HIV/syphilis among male sex workers, but no formal study has ever been conducted focusing on male clients of male sex workers (MCM). A detailed investigation was thus called for, to determine the burden and sociobehavioral determinants of HIV and syphilis among these MCM in China.MethodsAs part of a multicenter cross-sectional study, using respondent-driven and snowball sampling, 2958 consenting adult men who have sex with men (MSM) were recruited, interviewed, and tested for HIV and syphilis between 2008 and 2009. The distributions of sociodemographic characteristics, risk behaviors, and HIV/syphilis prevalence were determined and compared between MCM and other MSM.ResultsAmong recruited MSM, 5.0% (n = 148) were MCM. HIV prevalences for MCM and other MSM were 7.4% and 7.7%, whereas 18.9% and 14.0% were positive for syphilis, respectively. Condomless anal intercourse (CAI) was reported by 59.5% of MCM and 48.2% of MSM. Multiple logistic regression revealed that compared with other MSM, MCM were more likely to have less education [for ≤ elementary level, adjusted odds ratio (aOR) = 3.13, 95% confidence interval (95% CI): 1.42 to 6.90], higher income (for >500 US Dollars per month, aOR = 2.97, 95% CI: 1.53 to 5.77), more often found partners at parks/restrooms (aOR = 4.01, 95% CI: 2.34 to 6.85), reported CAI (aOR = 1.49, 95% CI: 1.05 to 2.10), reported a larger sexual network (for ≥ 10, aOR = 2.70, 95% CI: 1.44 to 5.07), and higher odds of syphilis (aOR = 1.54, 95% CI: 1.00 to 2.38).ConclusionsThe greater frequency of risk behaviors and high prevalence of HIV and syphilis indicated that HIV/syphilis prevention programs in China need to pay special attention to MCM as a distinct subgroup, which was completely ignored until date
Interaction-aware Spatio-temporal Pyramid Attention Networks for Action Classification
Local features at neighboring spatial positions in feature maps have high
correlation since their receptive fields are often overlapped. Self-attention
usually uses the weighted sum (or other functions) with internal elements of
each local feature to obtain its weight score, which ignores interactions among
local features. To address this, we propose an effective interaction-aware
self-attention model inspired by PCA to learn attention maps. Furthermore,
since different layers in a deep network capture feature maps of different
scales, we use these feature maps to construct a spatial pyramid and then
utilize multi-scale information to obtain more accurate attention scores, which
are used to weight the local features in all spatial positions of feature maps
to calculate attention maps. Moreover, our spatial pyramid attention is
unrestricted to the number of its input feature maps so it is easily extended
to a spatio-temporal version. Finally, our model is embedded in general CNNs to
form end-to-end attention networks for action classification. Experimental
results show that our method achieves the state-of-the-art results on the
UCF101, HMDB51 and untrimmed Charades.Comment: Accepted by ECCV201
On the use of explainable AI for susceptibility modeling: Examining the spatial pattern of SHAP values
Hydro-morphological processes (HMP, any natural phenomenon contained within the spectrum defined between debris flows and flash floods) are globally occurring natural hazards which pose great threats to our society, leading to fatalities and economical losses. For this reason, understanding the dynamics behind HMPs is needed to aid in hazard and risk assessment. In this work, we take advantage of an explainable deep learning model to extract global and local interpretations of the HMP occurrences across the whole Chinese territory. We use a deep neural network architecture and interpret the model results through the spatial pattern of SHAP values. In doing so, we can understand the model prediction on a hierarchical basis, looking at how the predictor set controls the overall susceptibility as well as doing the same at the level of the single mapping unit. Our model accurately predicts HMP occurrences with AUC values measured in a ten-fold cross-validation ranging between 0.83 and 0.86. This level of predictive performance attests for an excellent prediction skill. The main difference with respect to traditional statistical tools is that the latter usually lead to a clear interpretation at the expense of high performance, which is otherwise reached via machine/deep learning solutions, though at the expense of interpretation. The recent development of explainable AI is the key to combine both strengths. In this work, we explore this combination in the context of HMP susceptibility modeling. Specifically, we demonstrate the extent to which one can enter a new level of data-driven interpretation, supporting the decision-making process behind disaster risk mitigation and prevention actions
- …