[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-118420-en":3,"doc-seo-118420-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":4,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},118420,687197207057,"Sage","https://ap-avatar.wpscdn.com/davatar_29158cc5080c5b710cf443261637dec0",8,"Research & Report","Enhancing the Robustness of Machine Learning Models - Dissertation","Machine learning models have recently shown strong real-world performance, raising concerns about whether they remain robust under different adversarial threats. This dissertation studies robustness against adversarial attacks in three less-explored scenarios: backdoor attacks spanning training and evaluation, discrete edge-space manipulation that deceives graph neural networks, and architectural choices that enable robustness guarantees. It proposes countermeasures including a neural-network binary classification defense, an ensemble-based approach to detect maliciously injected graph edges, and Lipschitz-constrained convolution and Transformer models for certified robustness.","© 2023 Xiaojun Xu  \nENHANCING THE ROBUSTNESS OF MACHINE LEARNING MODELS  \nBY  \nXIAOJUN XU  \nDISSERTATION  \nSubmitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Computer Science in the Graduate College of the  \nUniversity of Illinois Urbana-Champaign, 2023  \nUrbana, Illinois  \nDoctoral Committee:  \nProfessor Carl A. Gunter, Chair  \nAssistant Professor Bo Li, Co-chair  \nProfessor Ce Zhang, ETH Zurich  \nProfessor Nikita Borisov  \nABSTRACT  \nMachine learning models have recently shown surprisingly good performance in real-world tasks. Therefore, there are growing concerns about whether machine learning models can be robust against different potential threats. In this thesis, we will explore the robustness of machine learning models against adversarial threats in three scenarios that have received relatively less attention from the community. Firstly, we will investigate backdoor attacks, which involve perturbing both the training and evaluation stages. As a countermeasure to such a stealthy and dangerous attack, we present a countermeasure by achieving a binary classification task on neural networks to mitigate this type of threat. Secondly, we will examine the robustness of graph data. We demonstrate the potential threat for discrete edge space manipulation to deceive graph neural networks and make desired actions with stealthy perturbations. We also offer a countermeasure to detect the maliciously injected edges on graph data with an ensemble of multiple models. Finally, we will discuss how model architecture design can provide a robustness guarantee. We present two Lipschitz-constrained models, one for convolution networks and another for Transformer networks. We show that such Lipschitz-constrained models can achieve good certified model robustness. Our work enhances machine learning robustness against various adversarial threats with effective countermeasures.  \nACKNOWLEDGMENTS  \nI would like to thank my distinguished and helpful Ph.D. committee. I would like to thank my advisor and committee chair Prof. Carl A. Gunter and co-advisor and committee [co-chair Prof. Bo Li for their help and efforts spent during my Ph.D. career. Without their](co-chair Prof. Bo Li for their help and efforts spent during my Ph.D. career. Without their)[ ](co-chair Prof. Bo Li for their help and efforts spent during my Ph.D. career. Without their)[help](help), [I will never be able to finish my Ph.D](I will never be able to finish my Ph.D). smoothly. I would like to thank my committee members Prof. Nikita Borisov and Prof. Ce Zhang for their expertise and experience in our collaboration, and the valuable suggestions on my Ph.D. thesis.  \nI would like to thank my supportive and insightful qualifying exam committee. I would like to thank Prof. Paris Smaragdis, Prof. Oluwasanmi Koyejo and Prof. Bo Li for their suggestions and help during the discussion.  \nI would like to thank all my labmates and collaborators. They have provided insightful advice and friendly support that help me a lot. This thesis cannot be done without their help.  \nI would like to thank my academic advisors during my undergraduate. I would like to thank Prof. Yong Yu, Prof. Weinan Zhang, Dr. Chang Liu and Prof. Dawn Song. They offered great help with patience when I was new to academic research.  \nFinally, I would like to thank my family. I would like to thank my father Wenhua Xu, my mother Xuemei Chen and my wife Huichen Li for their unconditional love. They encourage me to face the challenges and keep moving forward. I would never be who I am without their help and love.  \nTABLE OF CONTENTS  \nChapter 1 INTRODUCTION .............................. 1  \nChapter 2 TEST-TIME DETECTION OF BACKDOORED MODELS ....... 3  \n2.1 Introduction .................................... 3  \n2.2 Background .................................... 6  \n2.3 Threat Model & Defender Capabilities ..................... 10  \n2.4 Meta Neural Trojan Detection (MNTD) ........","cbCaihpHJJjgBeUF","https://ap.wps.com/l/cbCaihpHJJjgBeUF","pdf",4010295,1,146,"English","en",105,"# Chapter 1 Introduction\n# Chapter 2 Test-Time Detection of Backdoored Models\n## 2.1 Introduction\n## 2.2 Background\n## 2.3 Threat Model & Defender Capabilities\n## 2.4 Meta Neural Trojan Detection (MNTD)\n## 2.5 Experiment Setup\n## 2.6 Experimental Evaluation\n## 2.7 Generalization on Unforeseen Trojans\n## 2.8 Adaptive Attack and Countermeasure\n## 2.9 Discussion & Limitations\n## 2.10 Related Work\n## 2.11 Conclusion\n# Chapter 3 Adversarial Attack Against Access Management Systems on Graphs\n## 3.1 Introduction\n## 3.2 Background\n## 3.3 Dataset Introduction\n## 3.4 Attack Motivation & Threat Model\n## 3.5 Evasion Attack\n## 3.6 Poisoning Attack\n## 3.7 Evaluation on Malicious Access Detection\n## 3.8 Evaluation on Evasion Attacks\n## 3.9 Evaluation on Poisoning Attack\n## 3.10 Beyond EHR: Attack against LANL\n## 3.11 Related Work\n## 3.12 Conclusion\n# Chapter 4 Adversarial Edge Detection for Graph Neural Networks\n## 4.1 Introduction\n## 4.2 Background\n## 4.3 Threat Model and Detection Goal\n## 4.4 Analysis of Adversarial Attacks on Graphs\n## 4.5 EDoG: Adversarial Edge Detection\n## 4.6 Experimental Results\n## 4.7 Related Work\n## 4.8 Conclusions","[{\"question\":\"What threats to machine learning robustness are investigated in the thesis?\",\"answer\":\"The thesis examines robustness against backdoor attacks that affect both training and evaluation, discrete edge-space manipulation that targets graph neural networks, and architecture-driven robustness guarantees via Lipschitz constraints.\"},{\"question\":\"How does the thesis counter backdoor attacks during evaluation?\",\"answer\":\"It introduces a countermeasure that formulates a binary classification task on neural networks to mitigate stealthy backdoor behavior.\"},{\"question\":\"What method is proposed to detect maliciously injected edges in graph data?\",\"answer\":\"An ensemble of multiple models is used to detect adversarially injected edges on graph data.\"}]","Enhancing the Robustness of Machine Learning Models - Dissertation | PDF",1785683530,368,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"enhancing-the-robustness-of-machine-learning-models-dissertation","",{"@graph":36,"@context":85},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/enhancing-the-robustness-of-machine-learning-models-dissertation/118420/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-02",true,{"@type":65,"interactionType":66,"userInteractionCount":4},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What threats to machine learning robustness are investigated in the thesis?","Question",{"text":75,"@type":76},"The thesis examines robustness against backdoor attacks that affect both training and evaluation, discrete edge-space manipulation that targets graph neural networks, and architecture-driven robustness guarantees via Lipschitz constraints.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"How does the thesis counter backdoor attacks during evaluation?",{"text":80,"@type":76},"It introduces a countermeasure that formulates a binary classification task on neural networks to mitigate stealthy backdoor behavior.",{"name":82,"@type":73,"acceptedAnswer":83},"What method is proposed to detect maliciously injected edges in graph data?",{"text":84,"@type":76},"An ensemble of multiple models is used to detect adversarially injected edges on graph data.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]