paper-with-me

홈 › Papers

Engineering Resource-constrained Software Systems with DNN Components: a Concept-based Pruning Approach

2026-04-11 · Federico Formica, Andrea Rota, Aurora Francesca Zanenga, Andrea Bombarda, Mark Lawford, Lionel C. Briand, Claudio Menghi arxiv

Deep Neural Networks (DNNs) are widely used by engineers to solve difficult problems that require predictive modeling from data. However, these models are often massive, with millions or billions of parameters, and require substantial computational power, RAM, and storage. This becomes a limitation in practical scenarios where strict size and resource constraints must be respected. In this paper, we present a novel concept-based pruning technique for DNNs that guides pruning decisions using human-interpretable concepts, such as features, colors, and classes. This is particularly important in a software engineering context, as DNNs are integrated into systems and must be pruned according to specific system requirements. Our concept-based pruning solution analyzes neuron activations to identify important neurons from a system requirements viewpoint and uses this information to guide the DNN pruning. We assess our solution using the VGG-19 network and a dataset of 26'384 RGB images, focusing on its ability to produce small, effective pruned DNNs and on the computational complexity and performance of these pruned DNNs. We also analyzed the pruning efficiency of our solution and compared alternative configurations. Our results show that concept-based pruning efficiently generates much smaller, effective pruned DNNs. Pruning greatly improves the computational efficiency and performance of DNNs, properties that are particularly useful for practical applications with stringent memory and computational time constraints. Finally, alternative configuration options enable engineers to identify trade-offs adapted to different practical situations.

📄 PDF Abstract BibTeX arXiv:2604.09988

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

SWE-Effi: Re-Evaluating Software AI Agent System Effectiveness Under Resource Constraints

2025-09-11 · Zhiyu Fan, Kirill Vasilevski, Dayi Lin, Boyuan Chen 외 arxiv

The advancement of large language models (LLMs) and code agents has demonstrated significant potential to assist software engineering (SWE) tasks, such as autonomous issue resolution and feature addition. Existing AI for…

Reinforcement Learning

Teaching Software Engineering for AI-Enabled Systems

2020-01-18 · Christian Kästner, Eunsuk Kang

Software engineers have significant expertise to offer when building intelligent systems, drawing on decades of experience and methods for building systems that are scalable, responsive and robust, even when built on unr…

EthicsFairness

Enhancing software product lines with machine learning components

2025-10-31 · Luz-Viviana Cobaleda, Julián Carvajal, Paola Vallejo, Andrés López 외 arxiv

Modern software systems increasingly integrate machine learning (ML) due to its advancements and ability to enhance data-driven decision-making. However, this integration introduces significant challenges for software en…

Supporting AI Engineering on the IoT Edge through Model-Driven TinyML

2021-07-06 · Armin Moin, Moharram Challenger, Atta Badii, Stephan Günnemann

Software engineering of network-centric Artificial Intelligence (AI) and Internet of Things (IoT) enabled Cyber-Physical Systems (CPS) and services, involves complex design and validation challenges. In this paper, we pr…

A Boxology of Design Patterns for Hybrid Learning and Reasoning Systems

2019-05-29 · Frank van Harmelen, Annette ten Teije

We propose a set of compositional design patterns to describe a large variety of systems that combine statistical techniques from machine learning with symbolic techniques from knowledge representation. As in other areas…

BIG-bench Machine Learning