26 resultados para Convex Metric Spaces
Resumo:
In this paper, we address the problem of robust information embedding in digital data. Such a process is carried out by introducing modifications to the original data that one would like to keep minimal. It assumes that the data, which includes the embedded information, is corrupted before the extraction is carried out. We propose a principled way to tailor an efficient embedding process for given data and noise statistics. © Springer-Verlag Berlin Heidelberg 2005.
Resumo:
Indentation of ceramic materials with smooth indenters such as parabolae of revolution and spheres can be conducted in the elastic regime to relatively high loads. Ceramic single crystals thus provide excellent calibration media for load-and depth-sensing indentation testing; however, they are generally anisotropic and a complete elastic analysis is cumbersome. This study presents a simplified procedure for the determination of the stiffness of contact for the indentation of an anisotropic half-space by a rigid frictionless parabola of revolution which, to first order, approximates spherical indentation. Using a similar approach, a new procedure is developed for analysing conical indentation of anisotropic elastic media. For both indenter shapes, the contact is found to be elliptical, and equations are determined for the size, shape and orientation of the ellipse and the indentation modulus.
Resumo:
In this paper we take seriously the call for strategy-as-practice research to address the material, spatial and bodily aspects of strategic work. Drawing on a video-ethnographic study of strategic episodes in a financial trading context, we develop a conceptual framework that elaborates on strategic work as socially accomplished within particular spaces that are constructed through different orchestrations of material, bodily and discursive resources. Building on the findings, our study identifies three types of strategic work - private work, collaborative work and negotiating work - that are accomplished within three distinct spaces that are constructed through multimodal constellations of semiotic resources. We show that these spaces, and the activities performed within them, are continuously shifting in ways that enable and constrain the particular outcomes of a strategic episode. Our framework contributes to the strategy-as-practice literature by identifying the importance of spaces in conducting strategic work and providing insight into the way that these spaces are constructed.
Resumo:
This paper considers the religious practices of Tamil Hindus who have settled in the West Midlands and South West of England in order to explore how devotees of a specific ethno-regional Hindu tradition with a well-established UK infrastructure in the site of its adherents’ population density adapt their religious practices in settlement areas which lack this infrastructure. Unlike the majority of the UK Tamil population who live in the London area, the participants in this study did not have ready access to an ethno-religious infrastructure of Tamil-orientated temples and public rituals. The paper examines two means by which this absence was addressed as well as the intersections and negotiations of religion and ethnicity these entailed: firstly, Tamil Hindus’ attendance of temples in their local area which are orientated towards a broadly imagined Hindu constituency or which cater to a non-Tamil ethno-linguistic or sectarian community; and, secondly, through the ‘DIY’ performance of ethnicised Hindu ritual in non-institutional settings.
Resumo:
This work contributes to the development of search engines that self-adapt their size in response to fluctuations in workload. Deploying a search engine in an Infrastructure as a Service (IaaS) cloud facilitates allocating or deallocating computational resources to or from the engine. In this paper, we focus on the problem of regrouping the metric-space search index when the number of virtual machines used to run the search engine is modified to reflect changes in workload. We propose an algorithm for incrementally adjusting the index to fit the varying number of virtual machines. We tested its performance using a custom-build prototype search engine deployed in the Amazon EC2 cloud, while calibrating the results to compensate for the performance fluctuations of the platform. Our experiments show that, when compared with computing the index from scratch, the incremental algorithm speeds up the index computation 2–10 times while maintaining a similar search performance.
Resumo:
Video streaming via Transmission Control Protocol (TCP) networks has become a popular and highly demanded service, but its quality assessment in both objective and subjective terms has not been properly addressed. In this paper, based on statistical analysis a full analytic model of a no-reference objective metric, namely pause intensity (PI), for video quality assessment is presented. The model characterizes the video playout buffer behavior in connection with the network performance (throughput) and the video playout rate. This allows for instant quality measurement and control without requiring a reference video. PI specifically addresses the need for assessing the quality issue in terms of the continuity in the playout of TCP streaming videos, which cannot be properly measured by other objective metrics such as peak signal-to-noise-ratio, structural similarity, and buffer underrun or pause frequency. The performance of the analytical model is rigidly verified by simulation results and subjective tests using a range of video clips. It is demonstrated that PI is closely correlated with viewers' opinion scores regardless of the vastly different composition of individual elements, such as pause duration and pause frequency which jointly constitute this new quality metric. It is also shown that the correlation performance of PI is consistent and content independent. © 2013 IEEE.
Resumo:
On 5 October 2015 the inquest into Connor Sparrowhawk’s death began. A young autistic man, aged 18, died in the bath on 4 July 2013. He had a seizure. The rolling tweets from @LBInquest are harrowing to say the least. Unimaginable torture for Sara and Richard (his mother and step-father), as well as his siblings and others caring. Comments from the inquest such as ‘I felt that Connor should be checked on every 5 or 10 minutes when he was in the bath because of his epilepsy’ and ‘ensuring someone was outside the door when he was bathing was basic nursing care’ sound all the alarm bells for lack of care, because allegedly this did not happen. Clearly there was no one person looking out for him when he needed it the most. On 16 October 2015 the inquest jury found Connor’s death was contributed by neglect. This article will explore the absence of care in a care-less system.
Resumo:
In this paper a full analytic model for pause intensity (PI), a no-reference metric for video quality assessment, is presented. The model is built upon the video play out buffer behavior at the client side and also encompasses the characteristics of a TCP network. Video streaming via TCP produces impairments in play continuity, which are not typically reflected in current objective metrics such as PSNR and SSIM. Recently the buffer under run frequency/probability has been used to characterize the buffer behavior and as a measurement for performance optimization. But we show, using subjective testing, that under run frequency cannot reflect the viewers' quality of experience for TCP based streaming. We also demonstrate that PI is a comprehensive metric made up of a combination of phenomena observed in the play out buffer. The analytical model in this work is verified with simulations carried out on ns-2, showing that the two results are closely matched. The effectiveness of the PI metric has also been proved by subjective testing on a range of video clips, where PI values exhibit a good correlation with the viewers' opinion scores. © 2012 IEEE.
Resumo:
This research focuses on automatically adapting a search engine size in response to fluctuations in query workload. Deploying a search engine in an Infrastructure as a Service (IaaS) cloud facilitates allocating or deallocating computer resources to or from the engine. Our solution is to contribute an adaptive search engine that will repeatedly re-evaluate its load and, when appropriate, switch over to a dierent number of active processors. We focus on three aspects and break them out into three sub-problems as follows: Continually determining the Number of Processors (CNP), New Grouping Problem (NGP) and Regrouping Order Problem (ROP). CNP means that (in the light of the changes in the query workload in the search engine) there is a problem of determining the ideal number of processors p active at any given time to use in the search engine and we call this problem CNP. NGP happens when changes in the number of processors are determined and it must also be determined which groups of search data will be distributed across the processors. ROP is how to redistribute this data onto processors while keeping the engine responsive and while also minimising the switchover time and the incurred network load. We propose solutions for these sub-problems. For NGP we propose an algorithm for incrementally adjusting the index to t the varying number of virtual machines. For ROP we present an ecient method for redistributing data among processors while keeping the search engine responsive. Regarding the solution for CNP, we propose an algorithm determining the new size of the search engine by re-evaluating its load. We tested the solution performance using a custom-build prototype search engine deployed in the Amazon EC2 cloud. Our experiments show that when we compare our NGP solution with computing the index from scratch, the incremental algorithm speeds up the index computation 2{10 times while maintaining a similar search performance. The chosen redistribution method is 25% to 50% faster than other methods and reduces the network load around by 30%. For CNP we present a deterministic algorithm that shows a good ability to determine a new size of search engine. When combined, these algorithms give an adapting algorithm that is able to adjust the search engine size with a variable workload.
Resumo:
There is a growing body of literature which marks out a feminist ethics of care and it is within this framework we understand transitions from primary to secondary school education can be challenging and care-less, especially for disabled children. By exploring the narratives of parents and professionals, we investigate transitions and self-identity, as a meaningful transition depends on the care-full spaces pupils inhabit. These education narratives are all in the context of privileging academic attainment and a culture of testing and examinations. Parents and professionals, as well as children are also surveyed. Until there are care-full education processes, marginalisation will remain, impacting on disabled children’s transition to secondary school and healthy identity construction. Moreover, if educational challenges are not addressed, their life chances are increasingly limited. Interdependent caring work enables engagement in a meaningful education and positive identity formation. In school and at home, care-full spaces are key in this process.
Resumo:
This paper is about three working class women academics in their 40s, who are at different phases in their career. I take a reflexive, feminist, (Reay 2000, 2004, Ribbens and Edwards 1998) life story approach (Plummer, 2001) in order to understand their particular narratives about identity, complicity, relationships and discomfort within the academy, and then how they inhabit care-less spaces. However unique their narratives, I am able to explore an aspect of higher education – women and their working relationships – through a lens of care-less spaces, and argue that care-less-ness in the academy, can create and reproduce animosity and collusion. Notably, this is damaging for intellectual pursuits, knowledge production and markedly, the identity of woman academics. In introducing this work, I first contextualise women in the academy and define the term care-less spaces, then move onto discuss feminist methods. I then explore and critique in some detail, the substantive findings under the headings of ‘complicity and ‘faking’ it’ and ‘publishing and collaboration’. The final section concludes the paper by drawing on Herring’s (2013) legal premise, in the context of care ethics, as a way to interrogate particular care-less spaces within higher education.