Verification of Concurrent and Higher-Order Recursive Programs

并发和高阶递归程序的验证

基本信息

  • 批准号:
    EP/K009907/1
  • 负责人:
  • 金额:
    $ 59.85万
  • 依托单位:
  • 依托单位国家:
    英国
  • 项目类别:
    Fellowship
  • 财政年份:
    2013
  • 资助国家:
    英国
  • 起止时间:
    2013 至 无数据
  • 项目状态:
    已结题

项目摘要

Global society increasingly relies on devices controlled by software, from TVsets to vehicle braking systems. It is considered a "fact-of-life" thatsoftware contains errors, which can come at great cost, such as the Mars PolarLander crash or the 1992 failure of the London Ambulance Dispatch Service. In a2008 study, the US NIST agency estimates faulty software costs the US economy$59.5bn annually.Classically software is tested by running it under as many difficult situationsas possible. However, it is not feasible to run a program under allenvironments. Hence, testing relies on the perspicacity of the testing engineerwho must carefully choose environments that may expose flaws. Modern computers increase performance by allowing many computer programs to runconcurrently. Anticipating the interactions of even as a little as two programsis an extremely difficult task, and errors are often difficult to replicate anddiagnose. Furthermore, the efficiency of hardware is often increased bypermitting behaviours a software developer would not expect. An alternative approach to ensuring correctness is model-checking.Model-checking attempts to use fully automatic techniques to prove that aprogram behaves as expected under all conditions. This area has flourishedrecently, including a 2007 Turing Award for Clarke, Emerson and Sifakis, whotransformed the technique from a theoretical pursuit into an industriallyapplicable product. Model-checking is embraced by companies like Microsoft (toimprove its Windows OS) and Altran-Praxis (for safety-critical software). However, model-checkers must rely on simplified models of computer programs toguarantee results, leading to many correct programs being labelled erroneous.This is a design choice, following the argument that it it better to raise afalse alarm, than let an error pass by. However, a large number of false alarms damage reliability and usability --- asoftware developer will not study reported errors carefully if the majority are,in fact, not errors at all. This is a real problem in the large scaledeployment of such tools. The goal of this fellowship is to increase theprecision of verification tools --- reducing the number of false alarms ---while retaining the efficiency of current techniques, resulting inmodel-checking tools that are more reliable and usable. During this fellowship, we will construct a state-of-the-art verificationframework, unifying several prototypical tools and requiring novelmodel-checking techniques, and permitting new ideas to be experimented withquickly. The framework will be tested on real-world software to ensure itsusability and reliability. It will accurately model difficult programmingparadigms, such as modern concurrent behaviours and "higher-order" constructs(increasingly embraced by state-of-the-art programming languages).The research will be carried out at Imperial College London, and will bringtogether researchers at Oxford University, Universite Paris-Est, and UniversiteParis-Diderot as well as the CARP project, based across several universities andcompanies world-wide, and researchers at Microsoft Research, Cambridge.
全球社会越来越依赖于由软件控制的设备,从电视机到汽车制动系统。软件包含错误被认为是“生活中的事实”,这可能会带来巨大的代价,例如火星极地着陆器坠毁或1992年伦敦救护车调度服务的失败。在2008年的一项研究中,美国NIST机构估计,有缺陷的软件每年给美国经济造成595亿美元的损失。然而,要在所有环境下运行一个程序是不可行的.因此,测试依赖于测试工程师的洞察力,他们必须仔细选择可能暴露缺陷的环境。现代计算机通过允许许多计算机程序并发运行来提高性能。预测哪怕是两个程序之间的交互也是一项极其困难的任务,而且错误通常很难复制和诊断。此外,硬件的效率通常通过允许软件开发人员不期望的行为来提高。另一种确保正确性的方法是模型检查,模型检查试图使用全自动的技术来证明程序在所有条件下的行为都符合预期。这一领域最近取得了长足的进步,包括2007年Clarke、Emerson和Sifakis的图灵奖,他们将这项技术从理论上的追求转化为工业上可应用的产品。模型检查被微软(用于改进其Windows操作系统)和Altrans-Praxis(用于安全关键软件)等公司所采用。然而,模型检查器必须依赖于计算机程序的简化模型来保证结果,导致许多正确的程序被贴上错误的标签。这是一种设计选择,遵循的论点是,发出错误警报比让错误通过更好。然而,大量的错误警报会损害可靠性和可用性-如果大多数错误实际上根本不是错误,软件开发人员就不会仔细研究报告的错误。这是大规模部署此类工具时的一个真实的问题。该奖学金的目标是提高验证工具的精确度-减少错误警报的数量-同时保持当前技术的效率,从而使模型检查工具更加可靠和可用。在这个奖学金期间,我们将构建一个最先进的验证框架,统一几个原型工具,需要新颖的模型检查技术,并允许新的想法被迅速实验。该框架将在真实世界的软件上进行测试,以确保其可用性和可靠性。它将准确地模拟困难的编程范例,如现代并发行为和“高阶”结构这项研究将在伦敦帝国理工学院进行,并将汇集牛津大学,巴黎东部大学和巴黎狄德罗大学的研究人员以及CARP项目,该项目位于世界各地的几所大学和公司,和研究人员在微软研究院,剑桥。

项目成果

期刊论文数量(10)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
C-SHORe: A Collapsible Approach to Higher-Order Verification
C-SHORe:一种可折叠的高阶验证方法
Collapsible Pushdown Parity Games
可折叠下推平价游戏
Decidable models of integer-manipulating programs with recursive parallelism
具有递归并行性的整数操作程序的可判定模型
  • DOI:
    10.1016/j.tcs.2018.04.050
  • 发表时间:
    2018
  • 期刊:
  • 影响因子:
    1.1
  • 作者:
    Hague M
  • 通讯作者:
    Hague M
What is decidable about string constraints with the ReplaceAll function
  • DOI:
    10.1145/3158091
  • 发表时间:
    2017-11
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Taolue Chen;Yan Chen;M. Hague;Anthony W. Lin;Zhilin Wu
  • 通讯作者:
    Taolue Chen;Yan Chen;M. Hague;Anthony W. Lin;Zhilin Wu
Reachability Problems - 8th International Workshop, RP 2014, Oxford, UK, September 22-24, 2014. Proceedings
可达性问题 - 第 8 届国际研讨会,RP 2014,英国牛津,2014 年 9 月 22-24 日。会议记录
  • DOI:
    10.1007/978-3-319-11439-2_5
  • 发表时间:
    2014
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Carayol A
  • 通讯作者:
    Carayol A
{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ monograph.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ sciAawards.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ conferencePapers.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ patent.updateTime }}

Matthew Hague其他文献

Audit of positive predictive value (PPV) of age and symptom combinations in one stop breast clinics
  • DOI:
    10.1016/j.ejso.2023.03.144
  • 发表时间:
    2023-05-01
  • 期刊:
  • 影响因子:
  • 作者:
    Piya Mandal;Shramana Banerjee;Matthew Hague;Jonathan Horsnell
  • 通讯作者:
    Jonathan Horsnell

Matthew Hague的其他文献

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

{{ truncateString('Matthew Hague', 18)}}的其他基金

String Constraint Solving with Real-World Regular Expressions
使用真实世界的正则表达式解决字符串约束
  • 批准号:
    EP/T00021X/1
  • 财政年份:
    2020
  • 资助金额:
    $ 59.85万
  • 项目类别:
    Research Grant

相似国自然基金

VLSI并发式(CONCURRENT)阵列声纳信号处理系统
  • 批准号:
    68880207
  • 批准年份:
    1988
  • 资助金额:
    3.0 万元
  • 项目类别:
    专项基金项目

相似海外基金

Collaborative Research: Concurrent Design Integration of Products and Remanufacturing Processes for Sustainability and Life Cycle Resilience
协作研究:产品和再制造流程的并行设计集成,以实现可持续性和生命周期弹性
  • 批准号:
    2348641
  • 财政年份:
    2024
  • 资助金额:
    $ 59.85万
  • 项目类别:
    Standard Grant
Collaborative Research: Concurrent Design Integration of Products and Remanufacturing Processes for Sustainability and Life Cycle Resilience
协作研究:产品和再制造流程的并行设计集成,以实现可持续性和生命周期弹性
  • 批准号:
    2348642
  • 财政年份:
    2024
  • 资助金额:
    $ 59.85万
  • 项目类别:
    Standard Grant
CAREER: Concurrent Robot Learning from Simulation and Real for Closing the Sim-to-real Gap
职业:机器人从模拟和真实中并行学习,以缩小模拟与真实的差距
  • 批准号:
    2339076
  • 财政年份:
    2024
  • 资助金额:
    $ 59.85万
  • 项目类别:
    Continuing Grant
CAREER: Understanding the Relationship of Covert and Overt Attention Using Concurrent EEG and Eye Tracking
职业:使用并发脑电图和眼动追踪了解隐性注意力和显性注意力的关系
  • 批准号:
    2345898
  • 财政年份:
    2023
  • 资助金额:
    $ 59.85万
  • 项目类别:
    Continuing Grant
SBIR Phase I: Re-envisioning alt text for education through concurrent authoring and diagram design
SBIR 第一阶段:通过并行创作和图表设计重新构想教育替代文本
  • 批准号:
    2221722
  • 财政年份:
    2023
  • 资助金额:
    $ 59.85万
  • 项目类别:
    Standard Grant
Concurrent multi-organ responses to chronic physical activity and inactivity intervention to increase research discovery in human health and wellbeing
对慢性身体活动和不活动干预的并发多器官反应,以增加人类健康和福祉的研究发现
  • 批准号:
    BB/X015173/1
  • 财政年份:
    2023
  • 资助金额:
    $ 59.85万
  • 项目类别:
    Research Grant
Concurrent volumetric imaging with multimodal optical systems
多模态光学系统的并行体积成像
  • 批准号:
    10727499
  • 财政年份:
    2023
  • 资助金额:
    $ 59.85万
  • 项目类别:
Concurrent Aerobic Exercise and Cognitive Training to Prevent Alzheimer's in at-risk Older Adults
同时进行有氧运动和认知训练可预防高危老年人的阿尔茨海默病
  • 批准号:
    10696409
  • 财政年份:
    2023
  • 资助金额:
    $ 59.85万
  • 项目类别:
SHF: Small: Modular Automated Verification of Concurrent Data Structures
SHF:小型:并发数据结构的模块化自动验证
  • 批准号:
    2304758
  • 财政年份:
    2023
  • 资助金额:
    $ 59.85万
  • 项目类别:
    Standard Grant
Safe and secure COncurrent programming for adVancEd aRchiTectures (COVERT)
安全可靠的高级架构并发编程 (COVERT)
  • 批准号:
    EP/X015149/1
  • 财政年份:
    2023
  • 资助金额:
    $ 59.85万
  • 项目类别:
    Research Grant
{{ showInfoDetail.title }}

作者:{{ showInfoDetail.author }}

知道了