

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//HiPEDS – EPSRC Centre for Doctoral Training - ECPv6.15.11//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://wp.doc.ic.ac.uk/hipeds
X-WR-CALDESC:Events for HiPEDS – EPSRC Centre for Doctoral Training
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:UTC
BEGIN:STANDARD
TZOFFSETFROM:+0000
TZOFFSETTO:+0000
TZNAME:UTC
DTSTART:20140101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20171006T120000
DTEND;TZID=UTC:20171006T130000
DTSTAMP:20260418T081636
CREATED:20180420T134904Z
LAST-MODIFIED:20180420T135340Z
UID:1807-1507291200-1507294800@wp.doc.ic.ac.uk
SUMMARY:HiPEDS Seminar: Database storage tiering\, fast and slow
DESCRIPTION:Abstract: \nIn 1987\, Jim Gray and Gianfranco Putzolu introduced the five-minute rule for trading memory to reduce disk I/O using the then-current price-performance characteristics of DRAM and Hard Disk Drives (HDD). Since then\, the five-minute rule has gained wide-spread acceptance as an important rule-of-thumb in data engineering. In the first part of this talk\, we will revisit the five-minute rule three decades since its introduction and use it to identify impending changes in today’s multi-tier storage hierarchy given recent trends in the storage hardware landscape. \nIn the second part of the talk\, we will use insights from the five-minute rule to investigate the impact of merging the erstwhile-separate capacity and archival tiers into a single cold storage tier that is based on new Cold Storage Devices (CSD). We will see that despite its ability to reduce TCO\, cold storage tier cannot be realized in practice today as current database systems will suffer from crippling performance problems if CSD are used as a replacement for HDD. Then\, I will present Skipper\, an end-to-end query execution framework that substantially reduces the cost of data analytics by enabling query execution directly over CSD. \nBio: \nRaja Appuswamy is currently working as a Postdoctoral Researcher in the DIAS lab headed by Prof. Anastasia Ailamaki at EPFL. Previously\, he worked as a Visiting Researcher in the Systems and Networking group at Microsoft Research\, Cambridge\, and as a Software Development Engineer in the Windows 7 kernel team at Microsoft\, Redmond. \nHe received his PhD in Computer Science from the Vrije Universiteit\, Amsterdam\, where he worked under the guidance of Prof. Andrew S. Tanenbaum on designing and implementing a new storage stack for the MINIX 3 microkernel operating system. He also holds dual Masters degrees in Computer Science and Agricultural Engineering from the University of Florida.
URL:https://wp.doc.ic.ac.uk/hipeds/event/hipeds-seminar-database-storage-tiering-fast-and-slow/
LOCATION:Huxley 139
ORGANIZER;CN="Giannis Evagorou":MAILTO:g.evagorou15@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20170823T120000
DTEND;TZID=UTC:20170823T130000
DTSTAMP:20260418T081636
CREATED:20180420T133506Z
LAST-MODIFIED:20180420T133506Z
UID:1805-1503489600-1503493200@wp.doc.ic.ac.uk
SUMMARY:HiPEDS Seminar: Web Data Extraction: A Crash Course
DESCRIPTION:HiPEDS CDT Seminar Series with Giorgio Orsi\, Senior Research Scientist at Meltwater.\n\n\n\nAbstract: Data acquisition plays an important role in modern organisations and is a strategic business process for data-driven companies such as insurers\, retailers\, and search engines. Data acquisition processes range from manual data collection and purchase\, to cheaper but often technically challenging methods such as automated collection and crowdsourcing. The abundance of web data has made web scraping (also known as web data extraction or web wrapping) an essential tool in data acquisition processes. A wrapper is a program that turns web content into structured data using techniques ranging from visual analysis of the rendered page to DOM tree mining. Web scraping is often the only viable data collection method for websites\, in particular when no API is available. Although web scraping typically relies on inducing a wrapper for every source\, a number of semi- or fully automated techniques for web scraping have emerged. These recent advances have finally allowed for accurate and fully automated wrapper induction at the scale of hundreds of thousands of sources. They have also contributed to revitalised the area\, as evident from a growing number of web scraping startups\, e.g.\, Import.io\, DiffBot\, ScrapingHub\, and Wrapidity. \n  \nThis lecture is a crash course in Web Scraping. We will start with an overview of the available techniques and technologies\, discussing when and where they are appropriate. We will then introduce the Open Source OXPath language for declarative web scraping. \n  \nBio: Giorgio Orsi is a Senior Research Scientist at Meltwater and an Honorary Researcher at the School of Computer Science of the University of Birmingham. His research deals with the algorithmic aspects of large-scale data processing and with the logical foundations of information integration and knowledge representation. Giorgio is a co-investigator of the EPSRC Programme Grant VADA (Value Added Data Systems) and a co-founder of Wrapidity\, an Oxford University startup\, that was recently acquired by Meltwater to boost collection of outside data using AI.
URL:https://wp.doc.ic.ac.uk/hipeds/event/hipeds-seminar-web-data-extraction-a-crash-course/
LOCATION:Huxley Building\, Room 217/218\, Imperial College London\, London\, SW7 2AZ\, United Kingdom
ORGANIZER;CN="Giannis Evagorou":MAILTO:g.evagorou15@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20170518T120000
DTEND;TZID=UTC:20170518T140000
DTSTAMP:20260418T081636
CREATED:20170504T154702Z
LAST-MODIFIED:20170504T154702Z
UID:1637-1495108800-1495116000@wp.doc.ic.ac.uk
SUMMARY:Data Co-Management with Modern Hardware
DESCRIPTION:Upcoming lecture by Raja Appuswamy\, Postdoctoral Researcger in the DIAS lab at EPFL\, on data management systems\nAbstract\nThe design of data management systems has always been driven based on two aspects\, namely\, underlying hardware and applications requirements. The past few years have\, however\, witnessed dramatic changes in both these aspects. \nOn the hardware front\, computer architecture is in a phase of constant change resulting in growing heterogeneity in the design of processors\, memory\, interconnects\, and storage. With the wide-spread adoption of cloud computing\, cloud providers have started deploying customized hardware in datacenters to balance price-power-performance trifecta\, fueling this trend further. On the application front\, many organizations increasingly require fast analytics on fresh transactional data to derive timely insights. The workload generated by the ensuing new breed of applications\, also referred as “analytics 3.0” or “operational analytics”\, is also heterogeneous in nature\, as it blends transactional and analytical queries into a single stream. \nIn this talk\, I will present two projects I started in the DIAS laboratory with the focus of building data management systems that can embrace and exploit hardware and workload heterogeneity. First\, I will present Skipper\, an end-to-end query execution framework that enables cheap data analytics directly over cold storage devices. Then\, I will present Caldera\, a new Hybrid Transactional and Analytical Processing (HTAP) engine that uses heterogeneous processors (CPUs and GPGPUs) in a synergistic fashion for supporting high-throughput transaction workloads and real-time analytical workloads without any compromises. In presenting these systems\, I will both highlight the inability of current system designs to deal with emerging hardware and the potential of hardware–software codesign techniques to bring about substantial improvement in price\, performance\, or power consumption. \nSpeaker bio\nRaja Appuswamy is currently working as a Postdoctoral Researcher in the DIAS lab headed by Prof. Anastasia Ailamaki at EPFL. Previously\, he worked as a Visiting Researcher in the Systems and Networking group at Microsoft Research\, Cambridge\, and as a Software Development Engineer in the Windows 7 kernel team at Microsoft\, Redmond. \nHe received his Ph.D in Computer Science from the Vrije Universiteit\, Amsterdam\, where he worked under the guidance of Prof. Andrew S. Tanenbaum on designing and implementing a new storage stack for the MINIX 3 microkernel operating system. He also holds dual Masters degrees in Computer Science and Agricultural Engineering from the University of Florida.
URL:https://wp.doc.ic.ac.uk/hipeds/event/data-co-management-with-modern-hardware/
LOCATION:611 (Gabor Seminar Room)\, EEE Building
ORGANIZER;CN="Giannis Evagorou":MAILTO:g.evagorou15@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20170314T130000
DTEND;TZID=UTC:20170314T140000
DTSTAMP:20260418T081636
CREATED:20170301T163122Z
LAST-MODIFIED:20170315T172025Z
UID:1575-1489496400-1489500000@wp.doc.ic.ac.uk
SUMMARY:HiPEDS Seminar - Big graphs on big machines
DESCRIPTION:Speaker: Dr. Tim Harris\, Oracle Labs Cambridge \nSeminar Title: HiPEDS Seminar – Big graphs on big machines \nAbstract: Oracle’s largest SPARC M7 system provides 4096 hardware threads spread over 16 sockets in one cache-coherent address space. I will talk about our experience tuning graph analytics workloads to run well on this system\, and how we went from an implementation that stopped scaling at around 200 threads to a version that provides super-linear speed-ups on PageRank and SSSP running on 1TB+ inputs over the full machine.  I will focus on the interactions between the threads and the memory system\, and the lessons we learned in terms of how to allocate memory and distribute work on these large NUMA systems. \nBio: Tim Harris leads the Oracle Labs group in Cambridge\, UK.  His research interests span multiple layers of the stack\, including parallel programming\, VMM / OS / runtime-system interaction\, and opportunities for specialized architecture support for particular workloads.  He has also worked on the implementation of software transactional memory for multi-core computers\, and the design of programming language features based on it.  He is a co-author of the Morgan Claypool book Transactional Memory.  Tim has a BA and PhD in computer science from Cambridge University Computer Laboratory.  He was on the faculty at the Computer Laboratory from 2000-2004 where he led the department’s research on concurrent data structures and contributed to the Xen virtual machine monitor project.  He was at Microsoft Research from 2004\, and then joined Oracle Labs in 2012. \n \nSlides
URL:https://wp.doc.ic.ac.uk/hipeds/event/hipeds-seminar-big-graphs-on-big-machines/
LOCATION:Huxley Building 144\, Imperial College London\, London\, SW7 2AZ\, United Kingdom
ORGANIZER;CN="Ira Ktena":MAILTO:ira.ktena@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20170310T110000
DTEND;TZID=UTC:20170310T130000
DTSTAMP:20260418T081636
CREATED:20170207T215231Z
LAST-MODIFIED:20170207T215802Z
UID:1541-1489143600-1489150800@wp.doc.ic.ac.uk
SUMMARY:Lecture/Workshop: Model Predictive Control from an Application Point of View in Process Industry
DESCRIPTION:The aim of this lecture is to provide an industrial perspective on Model Predictive Control with emphasis on: \n\nImportant practical requirements\nPractice-proven solutions and approaches\nUnderstanding the required efforts in terms of time and money\nDifferentiation between state of the art\, state of science and vision (= inspirations for further developments)\n\nLecture outline\n\nMotivation\nModel Predictive Control for Continuous Plants\nNonlinear Model Predictive Control for Batch Plants\nReal Time Optimization\nSummary and Outlook\n\nShort Bio\nDr Birk obtained his PhD on Computer-aided analysis and design of nonlinear observers in 1992 from the University of Stuttgart. He joined BASF afterwards\, and has had several roles in the company ranging through Engineer in Advanced process Control to Senior Manager of Automation Technology to his current position as Vice President\, Executive Expert of Automation Technology. Dr Birk has lectured on several Master courses at the University of Stuttgart\, on Process Control and Production IT\, and recently on Operational technology.
URL:https://wp.doc.ic.ac.uk/hipeds/event/lectureworkshop-model-predictive-control-from-an-application-point-of-view-in-process-industry/
LOCATION:EEE 509A
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20170309T150000
DTEND;TZID=UTC:20170309T160000
DTSTAMP:20260418T081636
CREATED:20170207T214346Z
LAST-MODIFIED:20170207T215543Z
UID:1538-1489071600-1489075200@wp.doc.ic.ac.uk
SUMMARY:Seminar:   Challenges in Operational Technology for the Process Industry
DESCRIPTION:Abstract\nThe following main challenges at the interface of automation technology\, process technology and information technology will be discussed: \n\nModels within the life-cycle\nVertical integration from ERP (Enterprise Resource Planning) to actuator and vice versa\nHorizontal integration requirements for highly reliable solutions\nHuman Machine Integration\n\nFor all of these challenges the state-of-the-art and current BASF approaches will be presented. \nThe goal of the seminar is to create awareness for practical problems in the process industry and stimulate further discussions\, as well as how the scientific community can contribute to develop improved solutions for these existing and upcoming challenges. \nShort Bio\nDr Birk obtained his PhD on Computer-aided analysis and design of nonlinear observers in 1992 from the University of Stuttgart. He joined BASF afterwards\, and has had several roles in the company ranging through Engineer in Advanced process Control to Senior Manager of Automation Technology to his current position as Vice President\, Executive Expert of Automation Technology. Dr Birk has lectured on several Master courses at the University of Stuttgart\, on Process Control and Production IT\, and recently on Operational technology.
URL:https://wp.doc.ic.ac.uk/hipeds/event/seminar-challenges-in-operational-technology-for-the-process-industry/
LOCATION:611 (Gabor Seminar Room)\, EEE Building
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20170222T120000
DTEND;TZID=UTC:20170222T140000
DTSTAMP:20260418T081636
CREATED:20170220T093323Z
LAST-MODIFIED:20170220T093323Z
UID:1557-1487764800-1487772000@wp.doc.ic.ac.uk
SUMMARY:Predicting User Demographics in Social Networks
DESCRIPTION:Speaker name: Nikolaos Aletras \nAutomatically inferring user demographics in social networks is useful for both social science research and a range of downstream applications in marketing and politics. Our main hypothesis is that language use in social networks is indicative of user attributes. This talk presents recent work on inferring a new set of socioeconomic attributes\, i.e. occupational class\, income and socioeconomic class. We define a predictive task for each attribute where user-generated content is utilised to train supervised non-linear methods for classification and regression\, i.e. Gaussian Processes. We show that our models achieve strong predictive accuracy in all of the three demographics while our analysis sheds light to factors that differentiate users between occupations\, income level and socioeconomic classes. \nDr. Nikolaos Aletras is an Applied Scientist at Amazon working in the Machine Learning Core team. Previously\, I worked as a Research Associate at the Department of Computer Science at UCL\, Media Futures Group and I completed a PhD in NLP at the Department of Computer Science of the University of Sheffield.
URL:https://wp.doc.ic.ac.uk/hipeds/event/predicting-user-demographics-in-social-networks/
LOCATION:340 Huxley
ORGANIZER;CN="Giannis Evagorou":MAILTO:g.evagorou15@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20170222T120000
DTEND;TZID=UTC:20170222T140000
DTSTAMP:20260418T081636
CREATED:20170215T164511Z
LAST-MODIFIED:20170216T124826Z
UID:1551-1487764800-1487772000@wp.doc.ic.ac.uk
SUMMARY:Seminar - Predicting User Demographics in Social Networks
DESCRIPTION:Speaker name: Nikolaos Aletras \nAbstract: Automatically inferring user demographics in social networks is useful for both social science research and a range of downstream applications in marketing and politics. Our main hypothesis is that language use in social networks is indicative of user attributes. This talk presents recent work on inferring a new set of socioeconomic attributes\, i.e. occupational class\, income and socioeconomic class. We define a predictive task for each attribute where user-generated content is utilised to train supervised non-linear methods for classification and regression\, i.e. Gaussian Processes. We show that our models achieve strong predictive accuracy in all of the three demographics while our analysis sheds light to factors that differentiate users between occupations\, income level and socioeconomic classes. \nBio: Dr. Nikolaos Aletras is an Applied Scientist at Amazon working in the Machine Learning Core team. Previously\, I worked as a Research Associate at the Department of Computer Science at UCL\, Media Futures Group and I completed a PhD in NLP at the Department of Computer Science of the University of Sheffield.
URL:https://wp.doc.ic.ac.uk/hipeds/event/seminar-predicting-user-demographics-in-social-networks/
LOCATION:340 Huxley
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20161212T120000
DTEND;TZID=UTC:20161212T130000
DTSTAMP:20260418T081636
CREATED:20161202T152135Z
LAST-MODIFIED:20170102T195607Z
UID:1443-1481544000-1481547600@wp.doc.ic.ac.uk
SUMMARY:Seminar: Deep Learning Financial Market Data
DESCRIPTION:Speaker: Steven Hutt \nSeminar title: Deep Learning Financial Market Data \nAbstract: An introduction to learning patterns in financial market data \nSlides
URL:https://wp.doc.ic.ac.uk/hipeds/event/seminar-deep-learning-financial-market-data/
LOCATION:Huxley 145\, Imperial College London\, SW7 2AZ\, United Kingdom
ORGANIZER;CN="Ira Ktena":MAILTO:ira.ktena@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20161026T120000
DTEND;TZID=UTC:20161026T130000
DTSTAMP:20260418T081636
CREATED:20161003T080622Z
LAST-MODIFIED:20161103T092535Z
UID:1340-1477483200-1477486800@wp.doc.ic.ac.uk
SUMMARY:Seminar: Automatically Comparing Memory Consistency Models
DESCRIPTION:S-REPLS Seminar Slides \nSpeaker name: Dr. John Wickerson \nAbstract \nA memory consistency model (MCM) is the part of a programming language or computer architecture specification that defines which values can legally be read when a thread in a concurrent program reads from a shared memory location. Because MCMs have to take into account various optimisations employed by modern architectures (such as store buffering and instruction reordering) and compilers (such as constant propagation)\, they often end up being complex and counterintuitive\, which makes them challenging to design and to understand. \n  \nIn this work\, we identify four important tasks involved in designing and understanding MCMs: generating conformance tests\, distinguishing two MCMs\, checking compiler optimisations\, and checking compiler mappings. We show that all four tasks can be cast as instances of a general constraint-satisfaction problem to which the solution is either a program or a pair of programs. We further show that although these constraints aren’t tractable for automatic solvers when phrased over programs directly\, we can solve analogous constraints over programexecutions\, and then reconstruct programs that satisfy the original constraints. \n  \nWe illustrate our technique\, which is implemented in the Alloy modelling framework\, on a range of software- and architecture-level MCMs\, both axiomatically and operationally defined. First\, we automatically recreate – often in a simpler form – several known results\, including: distinctions between several variants of the C/C++ MCM; a failure of the ‘SC-DRF guarantee’ in an early C++ draft; that x86 is ‘multi-copy atomic’ and Power is not; bugs in common C/C++ compiler optimisations; and bugs in compiler mappings from OpenCL to AMD-style and NVIDIA GPUs. Second\, we use our technique to develop and validate a stronger MCM for NVIDIA GPUs that supports a natural mapping from OpenCL. \n  \nThis is joint work with Mark Batty (U Kent)\, Tyler Sorensen (Imperial) and George A. Constantinides (Imperial).
URL:https://wp.doc.ic.ac.uk/hipeds/event/seminar-automatically-comparing-memory-consistency-models/
LOCATION:Huxley Building\, Room 217/218\, Imperial College London\, London\, SW7 2AZ\, United Kingdom
ORGANIZER;CN="Ira Ktena":MAILTO:ira.ktena@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20160621T173000
DTEND;TZID=UTC:20160621T190000
DTSTAMP:20260418T081636
CREATED:20160412T095159Z
LAST-MODIFIED:20160412T095204Z
UID:1280-1466530200-1466535600@wp.doc.ic.ac.uk
SUMMARY:Engineering Lecture
DESCRIPTION:Dr Alastair Donaldson will be giving an exciting lecture on his research and its relevance for secondary school students. A booking form and further details will be available soon.
URL:https://wp.doc.ic.ac.uk/hipeds/event/engineering-lecture/
LOCATION:Skempton 164\, Skempton Building\, Imperial College London\, SW7 2AZ\, United Kingdom
CATEGORIES:Outreach
ORGANIZER;CN="Imperial Outreach":MAILTO:outreach@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20160617T120000
DTEND;TZID=UTC:20160617T130000
DTSTAMP:20260418T081636
CREATED:20160607T103311Z
LAST-MODIFIED:20160607T103311Z
UID:1325-1466164800-1466168400@wp.doc.ic.ac.uk
SUMMARY:Seminar: Domain Specific Design Tools with application to Internet of Things
DESCRIPTION:Speaker name: Dr. Benedict Gaster \nAbstract\nInternet of Things is an area of active interest\, some people predicting a million unique devices in the next 5 years\, all sharing a common lineage low-power and censoring the world. If this is really the case\, then these devices must be designed and built by more than professional programmers and system architects! In this talk we introduce the notion of Domain Specific Design Tools (DSDT)\, that allow users of technology to design their own devices. In itself this is not a new idea\, games engines are an excellent example of DSDTs\, but IoT brings a new set of requirements that open challenges not addressed by existing tools and methods. \nTo build the DSDTs for future IoT applications\, many not yet conceived\, we present a Typescript and C++ framework that puts constraints on the development environment\, such as listed memory and low-clock speeds\, that rule of using many C++ features and instead propose a generalisation of C++ meta-programing as a library foundation for building DSDTs.
URL:https://wp.doc.ic.ac.uk/hipeds/event/seminar-domain-specific-design-tools-with-application-to-internet-of-things/
LOCATION:Huxley Building Room 218\, Imperial College London\, London\, SW7 2AZ\, United Kingdom
ORGANIZER;CN="Ira Ktena":MAILTO:ira.ktena@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20160517T110000
DTEND;TZID=UTC:20160517T120000
DTSTAMP:20260418T081636
CREATED:20160503T074639Z
LAST-MODIFIED:20160503T074639Z
UID:1302-1463482800-1463486400@wp.doc.ic.ac.uk
SUMMARY:Seminar: Thinking Outside the (Network) Box
DESCRIPTION:Speaker name: Dr. Paolo Costa \nAbstract: Data centers are the infrastructure providing access to online services such as Amazon\, Google Search\, Facebook\, and Office 365 for hundreds of millions of users around the world. They comprise hundreds of thousands of servers interconnected by a fast network fabric. The network is therefore a critical component of data centers and it is often cited as one of the main bottlenecks\, affecting performance and costs. \nExisting network deployments are heavily influenced by Internet-based technology. While this approach has served us well\, it starts showing its limits. In this talk\, I will review some of these shortcomings and discuss how the research undertaken in our group aims to address the challenges of future data centers through a deep rethinking of the way data center networks are built and operated.
URL:https://wp.doc.ic.ac.uk/hipeds/event/seminar-thinking-outside-the-network-box/
LOCATION:Huxley 145\, Imperial College London\, SW7 2AZ\, United Kingdom
ORGANIZER;CN="Ira Ktena":MAILTO:ira.ktena@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20160219T140000
DTEND;TZID=UTC:20160219T150000
DTSTAMP:20260418T081636
CREATED:20160129T154132Z
LAST-MODIFIED:20160225T220928Z
UID:1259-1455890400-1455894000@wp.doc.ic.ac.uk
SUMMARY:Seminar: The SpiNNaker Project
DESCRIPTION:Speaker name: Prof. Steve Furber \nAbstract: The SpiNNaker project\, now offered as one of two neuromorphic platforms supported by the European Union ICT Flagship Human Brain Project\, is a digital many-core computer incorporating a million mobile phone processors optimised for real-time brain-modelling research applications. The design of the machine is very much influenced by the biological application it is intended to support\, which has a lot to teach us about how we might build more efficient\, fault-tolerant parallel computers in the future. \nThe SpiNNaker Project Seminar Slides
URL:https://wp.doc.ic.ac.uk/hipeds/event/seminar-the-spinnaker-project/
LOCATION:Huxley Building 144\, Imperial College London\, London\, SW7 2AZ\, United Kingdom
ORGANIZER;CN="Ira Ktena":MAILTO:ira.ktena@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20160125T170000
DTEND;TZID=UTC:20160125T180000
DTSTAMP:20260418T081636
CREATED:20170102T200634Z
LAST-MODIFIED:20170102T200850Z
UID:1514-1453741200-1453744800@wp.doc.ic.ac.uk
SUMMARY:Monitoring the security health of a cloud server or smartphone
DESCRIPTION:Speaker: Professor Ruby B. Lee \nAbstract: Cloud computing provides computing resources to cloud customers on demand.  It should also be able to provide different types and levels of security on demand\, at different costs to the customers. But how does the customer know that he is getting the security services he paid for?  Towards this end\, a cloud provider needs to be able to monitor a server’s security health and see if this matches the security properties the customer requested.  We defined CloudMonatt\, an architecture that does this monitoring and attestation of security health.  We discuss what security mechanisms are needed in each compute server and in the property-attestation server\, how some security health properties can be inferred\, and how scalable secure monitoring and property attestation can be achieved.  What measurements can be easily collected from which security health properties can be inferred? Can existing performance monitoring or optimization features be used? Beyond the architectural framework\, we would like to invite exploration of how machine learning can be used effectively to help determine various aspects of security health. Can these techniques also be used to detect security health in smartphones? \nSpeaker’s Bio: Ruby B. Lee is the Forrest G. Hamrick Professor in the Electrical Engineering department at Princeton University. Her research in security-aware computer architecture includes secure processors enabling fine-grained secure enclaves\, secure caches resilient to side-channel attacks\, software-hardware architectures for self-protecting data\, cloud computing security\, smart phone security and security verification. Prior to Princeton\, Lee served as chief architect at Hewlett-Packard\, contributing to numerous technical innovations in processor architecture\, multimedia architecture and security architecture. She was a founding architect of HP’s PA-RISC architecture and instrumental in the initial design of several generations of PA-RISC processors for HP’s business and technical computers.  She helped catalyze the widespread adoption of multimedia in commodity computers by pioneering subword-parallelism (SIMD) for multimedia acceleration in microprocessors\, now supported in all major Instruction Set Architectures.  She led the introduction of the first multimedia user interface in low-end products. She also co-led the 64-bit Intel-HP multimedia architecture team\, and helped introduce SIMD and novel permutation instructions into Intel processors. Lee is an ACM Fellow and an IEEE Fellow\, and holds over 120 U.S. and international patents. She received her undergraduate degree from Cornell in the college scholar program and her Ph.D. from Stanford University. Lee is a visiting professor at Imperial College.
URL:https://wp.doc.ic.ac.uk/hipeds/event/monitoring-the-security-health-of-a-cloud-server-or-smartphone/
LOCATION:Huxley 145\, Imperial College London\, SW7 2AZ\, United Kingdom
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20160111T160000
DTEND;TZID=UTC:20160111T170000
DTSTAMP:20260418T081636
CREATED:20160107T124743Z
LAST-MODIFIED:20160129T153930Z
UID:1238-1452528000-1452531600@wp.doc.ic.ac.uk
SUMMARY:Seminar: The past and future of Random Field Theory for neuroimaging inference
DESCRIPTION:Speaker name: Prof. Thomas E. Nichols \nAbstract: A fundamental goal in “brain mapping” with functional Magnetic Resonance Imaging (fMRI) is localising the parts of the brain activated by a task.  The standard tool for making this inference has been Random Field Theory (RFT)\, a collection of results for Gaussian Processes of the null statistic image (implemented in the two most widely used packages\, SPM & FSL).  RFT provides inference on individual voxels (voxel-wise) and sets of contiguous suprathreshold voxels (cluster-wise) while controlling the familywise error rate\, the chance of one or more false positives over the brain.  I will discuss how RFT methods have been used for the past 25 years\, show some small-scale evaluations that pointed to problems with RFT when the degrees-of-freedom are low.  I will then show results from a recent study based on the wealth of (1000’s of) publicly available resting-state fMRI datasets; these massive evaluations show that\, even with n=20 or 40 subjects\, RFT suffers from slightly conservative voxel-wise inferences and catastrophically liberal cluster-wise inferences.  I will discuss the reasons for these failures of RFT and practical solutions going forward. \nSeminar Slides from Prof. Nichols’ Talk
URL:https://wp.doc.ic.ac.uk/hipeds/event/seminar-the-past-and-future-of-random-field-theory-for-neuroimaging-inference/
LOCATION:Huxley Building\, Room 217/218\, Imperial College London\, London\, SW7 2AZ\, United Kingdom
ORGANIZER;CN="Ira Ktena":MAILTO:ira.ktena@imperial.ac.uk
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20151201T110000
DTEND;TZID=UTC:20151201T120000
DTSTAMP:20260418T081636
CREATED:20151124T220742Z
LAST-MODIFIED:20151201T143832Z
UID:1200-1448967600-1448971200@wp.doc.ic.ac.uk
SUMMARY:Seminar: Validating Optimizations of Concurrent C/C++ Programs
DESCRIPTION:Speaker: Viktor Vafeiadis \nThe talk will discuss recent work on checking the correctness of LLVM compiler optimisations on C11 programs as far as concurrency is concerned. We have built a validator checks that optimisations performed by the compiler do not change memory accesses in ways disallowed by the C11 and/or LLVM memory models. Although the LLVM concurrency model has not yet fully been formalised\, our experiments highlight an important difference between the C11 and LLVM memory models\, which has led to some misunderstanding among compiler developers\, which in turn led to concurrency-specific compilation errors. This is joint work with Soham Chakraborty. \nSlides available here
URL:https://wp.doc.ic.ac.uk/hipeds/event/seminar-validating-optimizations-of-concurrent-cc-programs/
LOCATION:Huxley Building Room 218\, Imperial College London\, London\, SW7 2AZ\, United Kingdom
ORGANIZER;CN="Ira Ktena":MAILTO:ira.ktena@imperial.ac.uk
END:VEVENT
END:VCALENDAR