paper-with-me

홈 › Papers

Towards Reliable Neural Specifications

2022-10-28 · Chuqin Geng, Nham Le, Xiaojie Xu, Zhaoyue Wang, Arie Gurfinkel, Xujie Si

Having reliable specifications is an unavoidable challenge in achieving verifiable correctness, robustness, and interpretability of AI systems. Existing specifications for neural networks are in the paradigm of data as specification. That is, the local neighborhood centering around a reference input is considered to be correct (or robust). While existing specifications contribute to verifying adversarial robustness, a significant problem in many research domains, our empirical study shows that those verified regions are somewhat tight, and thus fail to allow verification of test set inputs, making them impractical for some real-world applications. To this end, we propose a new family of specifications called neural representation as specification, which uses the intrinsic information of neural networks - neural activation patterns (NAPs), rather than input data to specify the correctness and/or robustness of neural network predictions. We present a simple statistical approach to mining neural activation patterns. To show the effectiveness of discovered NAPs, we formally verify several important properties, such as various types of misclassifications will never happen for a given NAP, and there is no ambiguity between different NAPs. We show that by using NAP, we can verify a significant region of the input space, while still recalling 84% of the data on MNIST. Moreover, we can push the verifiable bound to 10 times larger on the CIFAR10 benchmark. Thus, we argue that NAPs can potentially be used as a more reliable and extensible specification for neural network verification.

📄 PDF Abstract BibTeX arXiv:2210.16114

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

fail 설명 없음
Test 설명 없음
HOC 설명 없음

Similar Papers 제목 키워드 기반

Specifications: The missing link to making the development of LLM systems an engineering discipline

2024-11-25 · Ion Stoica, Matei Zaharia, Joseph Gonzalez, Ken Goldberg 외

Despite the significant strides made by generative AI in just a few short years, its future progress is constrained by the challenge of building modular and robust systems. This capability has been a cornerstone of past …

Assessing Large Language Models in Generating RTL Design Specifications

2025-11-17 · Hung-Ming Huang, Yu-Hsin Yang, Fu-Chieh Chang, Yun-Chia Hsu 외 arxiv

As IC design grows more complex, automating comprehension and documentation of RTL code has become increasingly important. Engineers currently should manually interpret existing RTL code and write specifications, a slow …

Intent Formalization: A Grand Challenge for Reliable Coding in the Age of AI Agents

2026-03-17 · Shuvendu K. Lahiri arxiv

Agentic AI systems can now generate code with remarkable fluency, but a fundamental question remains: \emph{does the generated code actually do what the user intended?} The gap between informal natural language requireme…

VernaCopter: Disambiguated Natural-Language-Driven Robot via Formal Specifications

2024-09-14 · Teun van de Laar, Zengjie Zhang, Shuhao Qi, Sofie Haesaert 외

It has been an ambition of many to control a robot for a complex task using natural language (NL). The rise of large language models (LLMs) makes it closer to coming true. However, an LLM-powered system still suffers fro…

LogiCase: Effective Test Case Generation from Logical Description in Competitive Programming

2025-05-21 · Sicheol Sung, Aditi, Dogyu kim, Yo-Sub Han 외

Automated Test Case Generation (ATCG) is crucial for evaluating software reliability, particularly in competitive programming where robust algorithm assessments depend on diverse and accurate test cases. However, existin…