Hasil untuk "Acoustics in engineering. Acoustical engineering"

Menampilkan 20 dari ~2059 hasil · dari DOAJ, arXiv, Semantic Scholar

JSON API
arXiv Open Access 2026
Wireless Context Engineering for Efficient Mobile Agentic AI and Edge General Intelligence

Changyuan Zhao, Jiacheng Wang, Yunting Xu et al.

Future wireless networks demand increasingly powerful intelligence to support sensing, communication, and autonomous decision-making. While scaling laws suggest improving performance by enlarging model capacity, practical edge deployments are fundamentally constrained by latency, energy, and memory, making unlimited model scaling infeasible. This creates a critical need to maximize the utility of limited inference-time inputs by filtering redundant observations and focusing on high-impact data. In large language models and generative artificial intelligence (AI), context engineering has emerged as a key paradigm to guide inference by selectively structuring and injecting task-relevant information. Inspired by this success, we extend context engineering to wireless systems, providing a systematic way to enhance edge AI performance without increasing model complexity. In dynamic environments, for example, beam prediction can benefit from augmenting instantaneous channel measurements with contextual cues such as user mobility trends or environment-aware propagation priors. We formally introduce wireless context engineering and propose a Wireless Context Communication Framework (WCCF) to adaptively orchestrate wireless context under inference-time constraints. This work provides researchers with a foundational perspective and practical design dimensions to manage the wireless context of wireless edge intelligence. An ISAC-enabled beam prediction case study illustrates the effectiveness of the proposed paradigm under constrained sensing budgets.

en eess.SP
arXiv Open Access 2026
Rethinking Software Engineering for Agentic AI Systems

Mamdouh Alenezi

The rapid proliferation of large language models (LLMs) and agentic AI systems has created an unprecedented abundance of automatically generated code, challenging the traditional software engineering paradigm centered on manual authorship. This paper examines whether the discipline should be reoriented around orchestration, verification, and human-AI collaboration, and what implications this shift holds for education, tools, processes, and professional practice. Drawing on a structured synthesis of relevant literature and emerging industry perspectives, we analyze four key dimensions: the evolving role of the engineer in agentic workflows, verification as a critical quality bottleneck, observed impacts on productivity and maintainability, and broader implications for the discipline. Our analysis indicates that code is transitioning from a scarce, carefully crafted artifact to an abundant and increasingly disposable commodity. As a result, software engineering must reorganize around three core competencies: effective orchestration of multi-agent systems, rigorous verification of AI-generated outputs, and structured human-AI collaboration. We propose a conceptual framework outlining the transformations required across curricula, development tooling, lifecycle processes, and governance models. Rather than diminishing the role of engineers, this shift elevates their responsibilities toward system-level design, semantic validation, and accountable oversight. The paper concludes by highlighting key research challenges, including verification-first lifecycles, prompt traceability, and the long-term evolution of the engineering workforce.

en cs.SE
arXiv Open Access 2026
Foundational Analysis of Safety Engineering Requirements (SAFER)

Noga Chemo, Yaniv Mordecai, Yoram Reich

We introduce a framework for Foundational Analysis of Safety Engineering Requirements (SAFER), a model-driven methodology supported by Generative AI to improve the generation and analysis of safety requirements for complex safety-critical systems. Safety requirements are often specified by multiple stakeholders with uncoordinated objectives, leading to gaps, duplications, and contradictions that jeopardize system safety and compliance. Existing approaches are largely informal and insufficient for addressing these challenges. SAFER enhances Model-Based Systems Engineering (MBSE) by consuming requirement specification models and generating the following results: (1) mapping requirements to system functions, (2) identifying functions with insufficient requirement specifications, (3) detecting duplicate requirements, and (4) identifying contradictions within requirement sets. SAFER provides structured analysis, reporting, and decision support for safety engineers. We demonstrate SAFER on an autonomous drone system, significantly improving the detection of requirement inconsistencies, enhancing both efficiency and reliability of the safety engineering process. We show that Generative AI must be augmented by formal models and queried systematically, to provide meaningful early-stage safety requirement specifications and robust safety architectures.

en cs.SE, cs.AI
arXiv Open Access 2025
Generative AI and Empirical Software Engineering: A Paradigm Shift

Christoph Treude, Margaret-Anne Storey

The adoption of large language models (LLMs) and autonomous agents in software engineering marks an enduring paradigm shift. These systems create new opportunities for tool design, workflow orchestration, and empirical observation, while fundamentally reshaping the roles of developers and the artifacts they produce. Although traditional empirical methods remain central to software engineering research, the rapid evolution of AI introduces new data modalities, alters causal assumptions, and challenges foundational constructs such as "developer", "artifact", and "interaction". As humans and AI agents increasingly co-create, the boundaries between social and technical actors blur, and the reproducibility of findings becomes contingent on model updates and prompt contexts. This vision paper examines how the integration of LLMs into software engineering disrupts established research paradigms. We discuss how it transforms the phenomena we study, the methods and theories we rely on, the data we analyze, and the threats to validity that arise in dynamic AI-mediated environments. Our aim is to help the empirical software engineering community adapt its questions, instruments, and validation standards to a future in which AI systems are not merely tools, but active collaborators shaping software engineering and its study.

en cs.SE, cs.AI
arXiv Open Access 2025
Chaos Engineering in the Wild: Findings from GitHub

Joshua Owotogbe, Indika Kumara, Dario Di Nucci et al.

Chaos engineering aims to improve the resilience of software systems by intentionally injecting faults to identify and address system weaknesses that cause outages in production environments. Although many tools for chaos engineering exist, their practical adoption is not yet explored. This study examines 971 GitHub repositories that incorporate 10 popular chaos engineering tools to identify patterns and trends in their use. The analysis reveals that Toxiproxy and Chaos Mesh are the most frequently used, showing consistent growth since 2016 and reflecting increasing adoption in cloud-native development. The release of new chaos engineering tools peaked in 2018, followed by a shift toward refinement and integration, with Chaos Mesh and LitmusChaos leading in ongoing development activity. Software development is the most frequent application (58.0%), followed by unclassified purposes (16.2%), teaching (10.3%), learning (9.9%), and research (5.7%). Development-focused repositories tend to have higher activity, particularly for Toxiproxy and Chaos Mesh, highlighting their industrial relevance. Fault injection scenarios mainly address network disruptions (40.9%) and instance termination (32.7%), while application-level faults remain underrepresented (3.0%), highlighting for future exploration.

en cs.SE
arXiv Open Access 2025
Green Prompt Engineering: Investigating the Energy Impact of Prompt Design in Software Engineering

Vincenzo De Martino, Mohammad Amin Zadenoori, Xavier Franch et al.

Language Models are increasingly applied in software engineering, yet their inference raises growing environmental concerns. Prior work has examined hardware choices and prompt length, but little attention has been paid to linguistic complexity as a sustainability factor. This paper introduces Green Prompt Engineering, framing linguistic complexity as a design dimension that can influence energy consumption and performance. We conduct an empirical study on requirement classification using open-source Small Language Models, varying the readability of prompts. Our results reveal that readability affects environmental sustainability and performance, exposing trade-offs between them. For practitioners, simpler prompts can reduce energy costs without a significant F1-score loss; for researchers, it opens a path toward guidelines and studies on sustainable prompt design within the Green AI agenda.

en cs.SE
arXiv Open Access 2024
Aligning Models with Their Realization through Model-based Systems Engineering

Lovis Justin Immanuel Zenz, Erik Heiland, Peter Hillmann et al.

In this paper, we propose a method for aligning models with their realization through the application of model-based systems engineering. Our approach is divided into three steps. (1) Firstly, we leverage domain expertise and the Unified Architecture Framework to establish a reference model that fundamentally describes some domain. (2) Subsequently, we instantiate the reference model as specific models tailored to different scenarios within the domain. (3) Finally, we incorporate corresponding run logic directly into both the reference model and the specific models. In total, we thus provide a practical means to ensure that every implementation result is justified by business demand. We demonstrate our approach using the example of maritime object detection as a specific application (specific model / implementation element) of automatic target recognition as a service reoccurring in various forms (reference model element). Our approach facilitates a more seamless integration of models and implementation, fostering enhanced Business-IT alignment.

en eess.SY, cs.MA
S2 Open Access 2023
Prediction of psychological impacts of noise from ventilation systems

K. W. Ma, C. Mak, F. Chung et al.

Air-conditioning ventilation systems are essential for maintaining good indoor environmental quality. However, the noise generated by these systems can have negative psychological impacts on occupants, such as dissatisfaction, discomfort, disturbance, and unacceptability. This problem cannot be solved simply by reducing the noise level. With the help of a valid, reliable, and applicable psychometric tool called the psychoacoustics perception scale (PPS), the psychological impacts of the noise on human general judgment (Evaluation, E), sensitivity to the magnitude (Potency, P), and sensation of the temporal and spectral compositions (Activity, A) of sounds can be quantified. A holistic sound quality assessment was proposed to cover the objective assessments of traditional indoor criteria and acoustic metrics, as well as subjective assessment using the PPS. The correlations found between the objective characteristics of the noise from ventilation systems, the PPS scores, and the occupants’ cognitive performance can extend traditional noise level prediction to the prediction of psychological impacts of air-conditioned environments. This advanced knowledge of noise prediction will help acoustic professionals in the design of teaching courses in acoustics, noise, and vibration control, as well as in building services engineering, and throughout the built environment.

arXiv Open Access 2023
The Risk-Taking Software Engineer: A Framed Portrait

Lorenz Graf-Vlachy

Background: Risk-taking is prevalent in a host of activities performed by software engineers on a daily basis, yet there is scant research on it. Aims and Method: We study if software engineers' risk-taking is affected by framing effects and by software engineers' personality. To this end, we perform a survey experiment with 124 software engineers. Results: We find that framing substantially affects their risk-taking. None of the "Big Five" personality traits are related to risk-taking in software engineers after correcting for multiple testing. Conclusions: Software engineers and their managers must be aware of framing effects and account for them properly.

arXiv Open Access 2022
Academic Search Engines: Constraints, Bugs, and Recommendation

Zheng Li, Austen Rainer

Background: Academic search engines (i.e., digital libraries and indexers) play an increasingly important role in systematic reviews however these engines do not seem to effectively support such reviews, e.g., researchers confront usability issues with the engines when conducting their searches. Aims: To investigate whether the usability issues are bugs (i.e., faults in the search engines) or constraints, and to provide recommendations to search-engine providers and researchers on how to tackle these issues. Method: Using snowball-sampling from tertiary studies, we identify a set of 621 secondary studies in software engineering. By physically re-attempting the searches for all of these 621 studies, we effectively conduct regression testing for 42 search engines. Results: We identify 13 bugs for eight engines, and also identify other constraints. We provide recommendations for tackling these issues. Conclusions: There is still a considerable gap between the search-needs of researchers and the usability of academic search engines. It is not clear whether search-engine developers are aware of this gap. Also, the evaluation, by academics, of academic search engines has not kept pace with the development, by search-engine providers, of those search engines. Thus, the gap between evaluation and development makes it harder to properly understand the gap between the search-needs of researchers and search-features of the search engines.

en cs.SE, cs.DL
S2 Open Access 2021
Broadband suppression of aerodynamic pressure on the high-speed bluff body surface with periodic square-cavity acoustic metasurface

Min Li, Jiuhui Wu, X. Yuan

In this paper, a Multiphysics coupling simulation model of flow and acoustics is proposed using COMSOL software, and its results are verified by comparing with experimental results of others. Then, the aerodynamic pressure above the bluff body surface at a speed of 350 km/h is simulated. Moreover, a near-zero-impedance acoustic metasurface composed of periodic square cavities is theoretically studied with respect to the lowest acoustic pressure, which is consistent with simulation results. The wake vortices are greatly reduced due to the suction effect formed in the cavities when the fluid flow passes through the square-cavity metasurface. The vertical velocity above the square-cavity boundary is significantly increased, essentially leading to the decrease in acoustic impedance. The presence of high-speed fluid flow weakens the attenuation effect of the square-cavity acoustic metasurface on the acoustic field. The reduction in wake vortices and the near-zero-impedance of the boundary fundamentally suppress the acoustic pressure fluctuation above the bluff body surface. Finally, large broadband suppression of aerodynamic pressure and 7.3 dB reduction in the average acoustic pressure level are realized with the periodic acoustic metasurface. The greater the porosity of the square cavities, the smaller the fluctuating pressure amplitude. This work provides a new idea for the complete control of the aerodynamic pressure in a high-speed flow field and shows a great engineering application prospect.

5 sitasi en Physics
arXiv Open Access 2021
Combining Learning from Human Feedback and Knowledge Engineering to Solve Hierarchical Tasks in Minecraft

Vinicius G. Goecks, Nicholas Waytowich, David Watkins-Valls et al.

Real-world tasks of interest are generally poorly defined by human-readable descriptions and have no pre-defined reward signals unless it is defined by a human designer. Conversely, data-driven algorithms are often designed to solve a specific, narrowly defined, task with performance metrics that drives the agent's learning. In this work, we present the solution that won first place and was awarded the most human-like agent in the 2021 NeurIPS Competition MineRL BASALT Challenge: Learning from Human Feedback in Minecraft, which challenged participants to use human data to solve four tasks defined only by a natural language description and no reward function. Our approach uses the available human demonstration data to train an imitation learning policy for navigation and additional human feedback to train an image classifier. These modules, combined with an estimated odometry map, become a powerful state-machine designed to utilize human knowledge in a natural hierarchical paradigm. We compare this hybrid intelligence approach to both end-to-end machine learning and pure engineered solutions, which are then judged by human evaluators. Codebase is available at https://github.com/viniciusguigo/kairos_minerl_basalt.

en cs.LG, cs.AI
arXiv Open Access 2021
On a Factorial Knowledge Architecture for Data Science-powered Software Engineering

Zheng Li

Given the data-intensive and collaborative trend in science, the software engineering community also pays increasing attention to obtaining valuable and useful insights from data repositories. Nevertheless, applying data science to software engineering (e.g., mining software repositories) can be blindfold and meaningless, if lacking a suitable knowledge architecture (KA). By observing that software engineering practices are generally recorded through a set of factors (e.g., programmer capacity, different environmental conditions, etc.) involved in various software project aspects, we propose a factor-based hierarchical KA of software engineering to help maximize the value of software repositories and inspire future software data-driven studies. In particular, it is the organized factors and their relationships that help guide software engineering knowledge mining, while the mined knowledge will in turn be indexed/managed through the relevant factors and their interactions. This paper explains our idea about the factorial KA and concisely demonstrates a KA component, i.e. the early-version KA of software product engineering. Once fully scoped, this proposed KA will supplement the well-known SWEBOK in terms of both the factor-centric knowledge management and the coverage/implication of potential software engineering knowledge.

en cs.SE
arXiv Open Access 2021
On the validity of pre-trained transformers for natural language processing in the software engineering domain

Julian von der Mosel, Alexander Trautsch, Steffen Herbold

Transformers are the current state-of-the-art of natural language processing in many domains and are using traction within software engineering research as well. Such models are pre-trained on large amounts of data, usually from the general domain. However, we only have a limited understanding regarding the validity of transformers within the software engineering domain, i.e., how good such models are at understanding words and sentences within a software engineering context and how this improves the state-of-the-art. Within this article, we shed light on this complex, but crucial issue. We compare BERT transformer models trained with software engineering data with transformers based on general domain data in multiple dimensions: their vocabulary, their ability to understand which words are missing, and their performance in classification tasks. Our results show that for tasks that require understanding of the software engineering context, pre-training with software engineering data is valuable, while general domain models are sufficient for general language understanding, also within the software engineering domain.

en cs.SE, cs.LG
S2 Open Access 2020
Underwater Acoustic Characteristics of High-Speed Railway Subsea Tunnel

B. Hou, Qine Zeng, Jiajing Li

ABSTRACT Hou, B.W.; Zeng, Q.E., and Li, J.J., 2020. Underwater acoustic characteristics of high-speed railway subsea tunnel. In: Al-Tarawneh, O. and Megahed, A. (eds.), Recent Developments of Port, Marine, and Ocean Engineering. Journal of Coastal Research, Special Issue No. 110, pp. 43–46. Coconut Creek (Florida), ISSN 0749-0208. Focusing on the distribution characteristics of marine acoustics caused by high-speed railway channel tunnels, a high-speed railway channel tunnel-ocean bed-ocean fluid-solid coupling dynamic model is established based on the finite element method and fluid-solid coupling theory. By applying the wheel-rail interaction forces which is calculated with the wheel-rail coupling dynamics model as the excitation, the distribution characteristics of the ocean sound pressure has been studied. The spatial propagation law of marine acoustics has been illustrated. Results show that when the train is running at 250km/h, the maximum vibration of the surface of the ocean bed does not appear directly above the tunnel, but on the path that is transmitted upward by 45° on both sides of the tunnel. The maximum underwater sound level is about 136.2∼143.9dB, and the dominant frequency is mainly concentrated in the range below 200Hz. In the vertical direction, the sound level decreases by 3.6∼7.6dB within a depth of 20m. In the horizontal direction, the variation of the sound level at the same sea level is within 2dB ranging from 0∼40m.

2 sitasi en Geology
arXiv Open Access 2020
Software Engineering Timeline: major areas of interest and multidisciplinary trends

Isabel M. del Águila, José del Sagrado, Joaquín Cañadas

Society today cannot run without software and by extension, without Software Engineering. Since this discipline emerged in 1968, practitioners have learned valuable lessons that have contributed to current practices. Some have become outdated but many are still relevant and widely used. From the personal and incomplete perspective of the authors, this paper not only reviews the major milestones and areas of interest in the Software Engineering timeline helping software engineers to appreciate the state of things, but also tries to give some insights into the trends that this complex engineering will see in the near future.

en cs.SE
arXiv Open Access 2020
Many-Objective Software Remodularization using NSGA-III

Mohamed Wiem Mkaouer, Marouane Kessentini, Adnan Shaout et al.

Software systems nowadays are complex and difficult to maintain due to continuous changes and bad design choices. To handle the complexity of systems, software products are, in general, decomposed in terms of packages/modules containing classes that are dependent. However, it is challenging to automatically remodularize systems to improve their maintainability. The majority of existing remodularization work mainly satisfy one objective which is improving the structure of packages by optimizing coupling and cohesion. In addition, most of existing studies are limited to only few operation types such as move class and split packages. Many other objectives, such as the design semantics, reducing the number of changes and maximizing the consistency with development change history, are important to improve the quality of the software by remodularizing it. In this paper, we propose a novel many-objective search-based approach using NSGA-III. The process aims at finding the optimal remodularization solutions that improve the structure of packages, minimize the number of changes, preserve semantics coherence, and re-use the history of changes. We evaluate the efficiency of our approach using four different open-source systems and one automotive industry project, provided by our industrial partner, through a quantitative and qualitative study conducted with software engineers.

en cs.SE, cs.AI
arXiv Open Access 2020
Towards ML Engineering: A Brief History Of TensorFlow Extended (TFX)

Konstantinos, Katsiapis, Abhijit Karmarkar et al.

Software Engineering, as a discipline, has matured over the past 5+ decades. The modern world heavily depends on it, so the increased maturity of Software Engineering was an eventuality. Practices like testing and reliable technologies help make Software Engineering reliable enough to build industries upon. Meanwhile, Machine Learning (ML) has also grown over the past 2+ decades. ML is used more and more for research, experimentation and production workloads. ML now commonly powers widely-used products integral to our lives. But ML Engineering, as a discipline, has not widely matured as much as its Software Engineering ancestor. Can we take what we have learned and help the nascent field of applied ML evolve into ML Engineering the way Programming evolved into Software Engineering [1]? In this article we will give a whirlwind tour of Sibyl [2] and TensorFlow Extended (TFX) [3], two successive end-to-end (E2E) ML platforms at Alphabet. We will share the lessons learned from over a decade of applied ML built on these platforms, explain both their similarities and their differences, and expand on the shifts (both mental and technical) that helped us on our journey. In addition, we will highlight some of the capabilities of TFX that help realize several aspects of ML Engineering. We argue that in order to unlock the gains ML can bring, organizations should advance the maturity of their ML teams by investing in robust ML infrastructure and promoting ML Engineering education. We also recommend that before focusing on cutting-edge ML modeling techniques, product leaders should invest more time in adopting interoperable ML platforms for their organizations. In closing, we will also share a glimpse into the future of TFX.

en cs.SE, cs.LG

Halaman 38 dari 103