中文
相关论文

相关论文: Automated categorization of pre-trained models for…

200 篇论文

The rise of Artificial Intelligence (AI)-and particularly Large Language Models (LLMs) for code-has reshaped Software Engineering (SE) by enabling the automation of tasks such as code generation, bug detection, and repair. However, these…

软件工程 · 计算机科学 2025-08-18 Saima Afrin , Md Zahidul Haque , Antonio Mastropaolo

Feature engineering is of critical importance in the field of Data Science. While any data scientist knows the importance of rigorously preparing data to obtain good performing models, only scarce literature formalizes its benefits. In this…

统计方法学 · 统计学 2023-06-30 Florian Felice , Christophe Ley , Andreas Groll , Stéphane Bordas

Automated face recognition and identification softwares are becoming part of our daily life; it finds its abode not only with Facebook's auto photo tagging, Apple's iPhoto, Google's Picasa, Microsoft's Kinect, but also in Homeland Security…

计算机视觉与模式识别 · 计算机科学 2015-06-22 Poonam Yadav

Model repositories such as Hugging Face increasingly distribute machine learning artifacts serialized with Python's pickle format, exposing users to remote code execution (RCE) risks during model loading. Recent defenses, such as…

密码学与安全 · 计算机科学 2026-02-24 Hillel Ohayon , Daniel Gilkarov , Ran Dubin

Parameter-efficient (PE) methods (like Prompts or Adapters) for adapting pre-trained language models (PLM) to downstream tasks have been popular recently. However, hindrances still prevent these methods from reaching their full potential.…

计算与语言 · 计算机科学 2024-05-31 Shih-Cheng Huang , Shih-Heng Wang , Min-Han Shih , Saurav Sahay , Hung-yi Lee

Early detection of struggling student programmers is crucial for providing them with personalized support. While multiple AI-based approaches have been proposed for this problem, they do not explicitly reason about students' programming…

计算机与社会 · 计算机科学 2025-08-26 Noga Schwartz , Roy Fairstein , Avi Segal , Kobi Gal

This paper explores the threat detection for general Social Engineering (SE) attack using Machine Learning (ML) techniques, rather than focusing on or limited to a specific SE attack type, e.g. email phishing. Firstly, this paper processes…

密码学与安全 · 计算机科学 2022-03-18 Zuoguang Wang , Yimo Ren , Hongsong Zhu , Limin Sun

Parameter-efficient tuning aims to distill knowledge for downstream tasks by optimizing a few introduced parameters while freezing the pretrained language models (PLMs). Continuous prompt tuning which prepends a few trainable vectors to the…

计算与语言 · 计算机科学 2022-04-14 Haoran Yang , Piji Li , Wai Lam

We tackle the task of Term Set Expansion (TSE): given a small seed set of example terms from a semantic class, finding more members of that class. The task is of great practical utility, and also of theoretical utility as it requires…

计算与语言 · 计算机科学 2020-05-05 Guy Kushilevitz , Shaul Markovitch , Yoav Goldberg

Using Privacy-Enhancing Technologies (PETs) for machine learning often influences the characteristics of a machine learning approach, e.g., the needed computational power, timing of the answers or how the data can be utilized. When…

人工智能 · 计算机科学 2024-11-12 Sascha Löbner , Sebastian Pape , Vanessa Bracamonte , Kittiphop Phalakarn

Product Line Engineering (PLE) is a crucial practice in many software development environments where software systems are complex and developed for multiple customers with varying needs. At the same time, many development processes are use…

软件工程 · 计算机科学 2020-06-19 Ines Hajri , Arda Goknil , Fabrizio Pastore , Lionel C. Briand

Sensor monitoring networks and advances in big data analytics have guided the reliability engineering landscape to a new era of big machinery data. Low-cost sensors, along with the evolution of the internet of things and industry 4.0, have…

机器学习 · 统计学 2021-10-11 Sergio Cofre-Martel , Enrique Lopez Droguett , Mohammad Modarres

Traditional face recognition systems rely on extracting fixed face representations, known as templates, to store and verify identities. These representations are typically generated by neural networks that often lack explainability and…

计算机视觉与模式识别 · 计算机科学 2025-05-27 Sebastian Groß , Stefan Heindorf , Philipp Terhörst

Parameter-efficient fine-tuning (PEFT) of pre-trained language models (PLMs) has emerged as a highly successful approach, with training only a small number of parameters without sacrificing performance and becoming the de-facto learning…

计算与语言 · 计算机科学 2023-10-20 Baohao Liao , Shaomu Tan , Christof Monz

Automated machine learning (AutoML) aims to find optimal machine learning solutions automatically given a machine learning problem. It could release the burden of data scientists from the multifarious manual tuning process and enable the…

机器学习 · 计算机科学 2019-07-23 Yi-Wei Chen , Qingquan Song , Xia Hu

Methods: This work introduces a method supporting the collaborative definition of machine learning tasks by leveraging model-based engineering in the formalization of the systems modeling language SysML. The method supports the…

软件工程 · 计算机科学 2023-07-11 Simon Raedler , Juergen Mangler , Stefanie Rinderle-Ma

Figuring out which Pre-Trained Model (PTM) from a model zoo fits the target task is essential to take advantage of plentiful model resources. With the availability of numerous heterogeneous PTMs from diverse fields, efficiently selecting…

机器学习 · 计算机科学 2023-06-07 Yi-Kai Zhang , Ting-Ji Huang , Yao-Xiang Ding , De-Chuan Zhan , Han-Jia Ye

Simile interpretation is a crucial task in natural language processing. Nowadays, pre-trained language models (PLMs) have achieved state-of-the-art performance on many tasks. However, it remains under-explored whether PLMs can interpret…

计算与语言 · 计算机科学 2022-03-17 Qianyu He , Sijie Cheng , Zhixu Li , Rui Xie , Yanghua Xiao

Models are used in both Software Engineering (SE) and Artificial Intelligence (AI). SE models may specify the architecture at different levels of abstraction and for addressing different concerns at various stages of the software…

软件工程 · 计算机科学 2022-01-20 Armin Moin , Moharram Challenger , Atta Badii , Stephan Günnemann

Large Language Models (LLM) and Generative Pre-trained Transformers (GPT), are reshaping the field of Software Engineering (SE). They enable innovative methods for executing many software engineering tasks, including automated code…