中文
相关论文

相关论文: Flow Sensitivity without Control Flow Graph: An Ef…

200 篇论文

Computing precise (fully flow-sensitive and context-sensitive) and exhaustive points-to information is computationally expensive. Many practical tools approximate the points-to information trading precision for efficiency. This has adverse…

编程语言 · 计算机科学 2016-08-08 Pritam M. Gharat , Uday P. Khedker , Alan Mycroft

The control flow graph (CFG) representation of a procedure used by virtually all flow-sensitive program analyses, admits a large number of infeasible control flow paths i.e., these paths do not occur in any execution of the program. Hence…

软件工程 · 计算机科学 2022-08-29 Komal Pathade , Uday Khedker

Over the past decades, context sensitivity has been considered as one of the most effective ideas for improving the precision of pointer analysis for Java. However, despite great precision benefits, as each method is equivalently cloned and…

编程语言 · 计算机科学 2023-04-25 Wenjie Ma , Shengyuan Yang , Tian Tan , Xiaoxing Ma , Chang Xu , Yue Li

A pointer analysis maps the pointers in a program to the memory locations they point to. In this work, we study the effectiveness of the three flavors of pointer analysis namely flow sensitive, flow insensitive, and context sensitive…

软件工程 · 计算机科学 2022-08-12 Komal Pathade

Flow- and context-sensitive points-to analysis is difficult to scale; for top-down approaches, the problem centers on repeated analysis of the same procedure; for bottom-up approaches, the abstractions used to represent procedure summaries…

编程语言 · 计算机科学 2018-01-30 Pritam M. Gharat , Uday P. Khedker , Alan Mycroft

We present a new demand-driven flow- and context-sensitive pointer analysis with strong updates for C programs, called SUPA, that enables computing points-to information via value-flow refinement, in environments with small time and memory…

编程语言 · 计算机科学 2017-01-23 Yulei Sui , Jingling Xue

Flow- and context-sensitive pointer analysis is generally considered too expensive for large programs; most tools relax one or both of the requirements for scalability. We formulate a flow- and context-sensitive points-to analysis that is…

编程语言 · 计算机科学 2011-12-22 Uday P. Khedker , Alan Mycroft , Prashant Singh Rawat

Fine-grained sentiment analysis (FGSA) aims to identify sentiment polarity toward specific aspects within a text, enabling more precise opinion mining in domains such as product reviews and social media. However, traditional FGSA approaches…

计算与语言 · 计算机科学 2025-05-21 Zhenkai Qin , Jiajing He , Qiao Fang

Classifier-free guidance (CFG) is a widely used technique for controllable generation in diffusion and flow-based models. Despite its empirical success, CFG relies on a heuristic linear extrapolation that is often sensitive to the guidance…

计算机视觉与模式识别 · 计算机科学 2026-05-14 Jian-Feng Cai , Haixia Liu , Zhengyi Su , Chao Wang

In industrial and environmental monitoring, achieving real-time and precise fluid flow measurement remains a critical challenge. This study applies linear quantization in FPGA-based soft sensors for fluid flow estimation, significantly…

机器学习 · 计算机科学 2025-10-28 Tianheng Ling , Julian Hoever , Chao Qian , Gregor Schiele

Among hardware accelerators for deep-learning inference, data flow implementations offer low latency and high throughput capabilities. In these architectures, each neuron is mapped to a dedicated hardware unit, making them well-suited for…

机器学习 · 计算机科学 2026-03-10 Tobias Habermann , Michael Mecik , Zhenyu Wang , César David Vera , Martin Kumm , Mario Garrido

Flow matching has demonstrated strong generative capabilities and has become a core component in modern Text-to-Speech (TTS) systems. To ensure high-quality speech synthesis, Classifier-Free Guidance (CFG) is widely used during the…

音频与语音处理 · 电气工程与系统科学 2025-05-05 Yuzhe Liang , Wenzhe Liu , Chunyu Qiang , Zhikang Niu , Yushen Chen , Ziyang Ma , Wenxi Chen , Nan Li , Chen Zhang , Xie Chen

Transformers have been widely used for video processing owing to the multi-head self attention (MHSA) mechanism. However, the MHSA mechanism encounters an intrinsic difficulty for video inpainting, since the features associated with the…

计算机视觉与模式识别 · 计算机科学 2024-03-20 Kaidong Zhang , Jialun Peng , Jingjing Fu , Dong Liu

Accurate and efficient power flow (PF) analysis is crucial in modern electrical networks' operation and planning. Therefore, there is a need for scalable algorithms that can provide accurate and fast solutions for both small and large scale…

机器学习 · 计算机科学 2024-02-14 Nan Lin , Stavros Orfanoudakis , Nathan Ordonez Cardenas , Juan S. Giraldo , Pedro P. Vergara

Computational Fluid Dynamics (CFD) serves as a powerful tool for simulating fluid flow across diverse industries. High-resolution CFD simulations offer valuable insights into fluid behavior and flow patterns, aiding in optimizing design…

Constant-time programming is a widely deployed approach to harden cryptographic programs against side channel attacks. However, modern processors often violate the underlying assumptions of standard constant-time policies by transiently…

密码学与安全 · 计算机科学 2025-05-21 Ali Hajiabadi , Trevor E. Carlson

We propose a constraint-based flow-sensitive static analysis for concurrent programs by iteratively composing thread-modular abstract interpreters via the use of a system of lightweight constraints. Our method is compositional in that it…

编程语言 · 计算机科学 2017-10-02 Markus Kusano , Chao Wang

To efficiently support Large Language Models (LLMs), modern GPGPU architectures have introduced new features and programming paradigms, such as warp specialization. These features enable temporal overlap between the producer and consumer,…

硬件体系结构 · 计算机科学 2026-05-05 Zhongchun Zhou , Yuhang Gu , Chengtao Lai , Ya Wang , Wei Zhang

Key-point-based scene understanding is fundamental for autonomous driving applications. At the same time, optical flow plays an important role in many vision tasks. However, due to the implicit bias of equal attention on all points, classic…

计算机视觉与模式识别 · 计算机科学 2023-09-25 Zhonghua Yi , Hao Shi , Kailun Yang , Qi Jiang , Yaozu Ye , Ze Wang , Huajian Ni , Kaiwei Wang

Precise analysis of pointer information plays an important role in many static analysis techniques and tools today. The precision, however, must be balanced against the scalability of the analysis. This paper focusses on improving the…

编程语言 · 计算机科学 2017-02-21 Ankush Das , Akash Lal
‹ 上一页 1 2 3 10 下一页 ›