paper-with-me

Papers

Using Metamorphic Relations to Verify and Enhance Artcode Classification

2021-08-05 · Liming Xu, Dave Towey, Andrew French, Steve Benford, Zhi Quan Zhou, Tsong Yueh Chen

Software testing is often hindered where it is impossible or impractical to determine the correctness of the behaviour or output of the software under test (SUT), a situation known as the oracle problem. An example of an area facing the oracle problem is automatic image classification, using machine learning to classify an input image as one of a set of predefined classes. An approach to software testing that alleviates the oracle problem is metamorphic testing (MT). While traditional software testing examines the correctness of individual test cases, MT instead examines the relations amongst multiple executions of test cases and their outputs. These relations are called metamorphic relations (MRs): if an MR is found to be violated, then a fault must exist in the SUT. This paper examines the problem of classifying images containing visually hidden markers called Artcodes, and applies MT to verify and enhance the trained classifiers. This paper further examines two MRs, Separation and Occlusion, and reports on their capability in verifying the image classification using one-way analysis of variance (ANOVA) in conjunction with three other statistical analysis methods: t-test (for unequal variances), Kruskal-Wallis test, and Dunnett's test. In addition to our previously-studied classifier, that used Random Forests, we introduce a new classifier that uses a support vector machine, and present its MR-augmented version. Experimental evaluations across a number of performance metrics show that the augmented classifiers can achieve better performance than non-augmented classifiers. This paper also analyses how the enhanced performance is obtained.

📄 PDF Abstract BibTeX arXiv:2108.02694

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage Classificationsoftware testing

Similar Papers 제목 키워드 기반

Use of Metamorphic Relations as Knowledge Carriers to Train Deep Neural Networks

2021-04-10 · Tsong Yueh Chen, Pak-Lok Poon, Kun Qiu, Zheng Zheng 외

Training multiple-layered deep neural networks (DNNs) is difficult. The standard practice of using a large number of samples for training often does not improve the performance of a DNN to a satisfactory level. Thus, a s…

software testing

Robustness Evaluation of Stacked Generative Adversarial Networks using Metamorphic Testing

2021-03-04 · Hyejin Park, Taaha Waseem, Wen Qi Teo, Ying Hwei Low 외

Synthesising photo-realistic images from natural language is one of the challenging problems in computer vision. Over the past decade, a number of approaches have been proposed, of which the improved Stacked Generative A…

Generative Adversarial NetworkImage Generation

Enhancing Deep Learning Model Robustness through Metamorphic Re-Training

2024-12-02 · Said Togru, Youssef Sameh Mostafa, Karim Lotfy

This paper evaluates the use of metamorphic relations to enhance the robustness and real-world performance of machine learning models. We propose a Metamorphic Retraining Framework, which applies metamorphic relations to…

Deep Learning

Topological Structure Description for Artcode Detection Using the Shape of Orientation Histogram

2025-08-13 · Liming Xu, Dave Towey, Andrew P. French, Steve Benford arxiv

The increasing ubiquity of smartphones and resurgence of VR/AR techniques, it is expected that our everyday environment may soon be decorating with objects connecting with virtual elements. Alerting to the presence of th…

Object Detection

ChartCoder: Advancing Multimodal Large Language Model for Chart-to-Code Generation

2025-01-11 · Xuanle Zhao, Xianzhen Luo, Qi Shi, Chi Chen 외

Multimodal Large Language Models (MLLMs) have demonstrated remarkable capabilities in chart understanding tasks. However, interpreting charts with textual descriptions often leads to information loss, as it fails to full…

Chart UnderstandingCode GenerationLanguage ModelingLanguage Modelling+2