1 resultado para Image pre-processing
em Research Open Access Repository of the University of East London.
Filtro por publicador
- Repository Napier (3)
- Abertay Research Collections - Abertay University’s repository (1)
- Academic Archive On-line (Stockholm University; Sweden) (1)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (1)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (21)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (12)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (3)
- Aston University Research Archive (36)
- Biblioteca de Teses e Dissertações da USP (2)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (11)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (75)
- Biblioteca Valenciana Digital - Ministerio de Educación, Cultura y Deporte - Valencia - Espanha (1)
- Biblioteca Virtual del Sistema Sanitario Público de Andalucía (BV-SSPA), Junta de Andalucía. Consejería de Salud y Bienestar Social, Spain (1)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (52)
- Brock University, Canada (2)
- Bucknell University Digital Commons - Pensilvania - USA (3)
- Bulgarian Digital Mathematics Library at IMI-BAS (11)
- CaltechTHESIS (1)
- CentAUR: Central Archive University of Reading - UK (33)
- CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal (13)
- Cochin University of Science & Technology (CUSAT), India (19)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (23)
- CORA - Cork Open Research Archive - University College Cork - Ireland (3)
- CUNY Academic Works (4)
- Dalarna University College Electronic Archive (4)
- Department of Computer Science E-Repository - King's College London, Strand, London (1)
- Digital Commons - Michigan Tech (6)
- Digital Commons at Florida International University (8)
- Digital Peer Publishing (4)
- DigitalCommons@The Texas Medical Center (10)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (28)
- Duke University (1)
- Gallica, Bibliotheque Numerique - Bibliothèque nationale de France (French National Library) (BnF), France (31)
- Galway Mayo Institute of Technology, Ireland (1)
- Harvard University (2)
- Illinois Digital Environment for Access to Learning and Scholarship Repository (1)
- Institutional Repository of Leibniz University Hannover (1)
- Instituto Politécnico de Bragança (1)
- Instituto Politécnico de Leiria (1)
- Instituto Politécnico de Viseu (1)
- Instituto Politécnico do Porto, Portugal (10)
- Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul (1)
- Massachusetts Institute of Technology (5)
- Memoria Académica - FaHCE, UNLP - Argentina (3)
- National Center for Biotechnology Information - NCBI (14)
- Nottingham eTheses (4)
- Open Access Repository of Indian Theses (1)
- Publishing Network for Geoscientific & Environmental Data (8)
- QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast (5)
- RCAAP - Repositório Científico de Acesso Aberto de Portugal (1)
- ReCiL - Repositório Científico Lusófona - Grupo Lusófona, Portugal (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (15)
- Repositório da Produção Científica e Intelectual da Unicamp (31)
- Repositorio de la Universidad de Cuenca (1)
- Repositório Institucional da Universidade Federal do Rio Grande do Norte (1)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (84)
- Repositorio Institucional Universidad de Medellín (1)
- Repositorio Institucional Universidad EAFIT - Medelin - Colombia (1)
- Research Open Access Repository of the University of East London. (1)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (17)
- SAPIENTIA - Universidade do Algarve - Portugal (1)
- Scielo Saúde Pública - SP (21)
- Scielo Uruguai (1)
- Universidad de Alicante (9)
- Universidad del Rosario, Colombia (2)
- Universidad Politécnica de Madrid (72)
- Universidade Complutense de Madrid (3)
- Universidade do Minho (8)
- Universidade Federal do Pará (3)
- Universidade Federal do Rio Grande do Norte (UFRN) (9)
- Universitat de Girona, Spain (13)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (3)
- Université de Lausanne, Switzerland (51)
- Université de Montréal, Canada (10)
- Université Laval Mémoires et thèses électroniques (1)
- University of Canberra Research Repository - Australia (2)
- University of Connecticut - USA (1)
- University of Michigan (33)
- University of Queensland eSpace - Australia (33)
- University of Southampton, United Kingdom (2)
- University of Washington (1)
- Worcester Research and Publications - Worcester Research and Publications - UK (1)
Resumo:
We present Dithen, a novel computation-as-a-service (CaaS) cloud platform specifically tailored to the parallel ex-ecution of large-scale multimedia tasks. Dithen handles the upload/download of both multimedia data and executable items, the assignment of compute units to multimedia workloads, and the reactive control of the available compute units to minimize the cloud infrastructure cost under deadline-abiding execution. Dithen combines three key properties: (i) the reactive assignment of individual multimedia tasks to available computing units according to availability and predetermined time-to-completion constraints; (ii) optimal resource estimation based on Kalman-filter estimates; (iii) the use of additive increase multiplicative decrease (AIMD) algorithms (famous for being the resource management in the transport control protocol) for the control of the number of units servicing workloads. The deployment of Dithen over Amazon EC2 spot instances is shown to be capable of processing more than 80,000 video transcoding, face detection and image processing tasks (equivalent to the processing of more than 116 GB of compressed data) for less than $1 in billing cost from EC2. Moreover, the proposed AIMD-based control mechanism, in conjunction with the Kalman estimates, is shown to provide for more than 27% reduction in EC2 spot instance cost against methods based on reactive resource estimation. Finally, Dithen is shown to offer a 38% to 500% reduction of the billing cost against the current state-of-the-art in CaaS platforms on Amazon EC2 (Amazon Lambda and Amazon Autoscale). A baseline version of Dithen is currently available at dithen.com.