<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://xiaoyuu-liang.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://xiaoyuu-liang.github.io/" rel="alternate" type="text/html" /><updated>2026-03-12T14:00:02+00:00</updated><id>https://xiaoyuu-liang.github.io/feed.xml</id><title type="html">Xiaoyu Liang</title><subtitle>Xiaoyu Joy Liang&apos;s personal website</subtitle><author><name>Xiaoyu Joy Liang</name><email>xiaoyu.liang@ucl.ac.uk</email><uri>https://xiaoyuu-liang.github.io</uri></author><entry><title type="html">Note - Robust Yet Efficient Conformal Prediction Sets</title><link href="https://xiaoyuu-liang.github.io/posts/2023/08/robustcp/" rel="alternate" type="text/html" title="Note - Robust Yet Efficient Conformal Prediction Sets" /><published>2025-04-15T00:00:00+00:00</published><updated>2025-04-15T00:00:00+00:00</updated><id>https://xiaoyuu-liang.github.io/posts/2023/08/robustcp</id><content type="html" xml:base="https://xiaoyuu-liang.github.io/posts/2023/08/robustcp/"><![CDATA[<p>This repository contains a presentation I prepared for the paper <strong>“Robust Yet Efficient Conformal Prediction Sets”</strong> by <a href="https://arxiv.org/abs/2407.09165">Zargarbashi et al. (2024)</a>, presented at ICML 2024.</p>

<p>All core aspects—including the problem statement, methodology, intuition, results, and contributions—are clearly outlined in the accompanying slides. Please refer to the slides for the full details and visual breakdown.</p>

<hr />
<p><strong>Quick Overview</strong></p>

<ul>
  <li>Problem Addressed: Enhancing conformal prediction (CP) to withstand adversarial attacks such as evasion and poisoning.</li>
  <li>Approach: Deriving provably robust prediction sets by bounding worst-case changes in conformity scores.</li>
  <li>Outcome: More efficient and reliable prediction sets that maintain theoretical coverage guarantees across both continuous and discrete data modalities.</li>
</ul>

<hr />
<p>📄 <a href="/files/RobustCP.pdf">Download slides overviewing Robust CP</a></p>

<hr />

<p><strong>Reference</strong></p>

<blockquote>
  <p>Zargarbashi, Soroush H., Mohammad Sadegh Akhondzadeh, and Aleksandar Bojchevski. “Robust Yet Efficient Conformal Prediction Sets.” In International Conference on Machine Learning, 2024.</p>
</blockquote>]]></content><author><name>Xiaoyu Joy Liang</name><email>xiaoyu.liang@ucl.ac.uk</email><uri>https://xiaoyuu-liang.github.io</uri></author><category term="Conformal Prediction" /><category term="Adversarial Machine Learning" /><category term="Randomized Smoothing" /><summary type="html"><![CDATA[This repository contains a presentation I prepared for the paper “Robust Yet Efficient Conformal Prediction Sets” by Zargarbashi et al. (2024), presented at ICML 2024.]]></summary></entry><entry><title type="html">Note - LAMD: Context-driven Android Malware Detection and Classification with LLMs</title><link href="https://xiaoyuu-liang.github.io/posts/2023/08/lamd/" rel="alternate" type="text/html" title="Note - LAMD: Context-driven Android Malware Detection and Classification with LLMs" /><published>2025-04-04T00:00:00+00:00</published><updated>2025-04-04T00:00:00+00:00</updated><id>https://xiaoyuu-liang.github.io/posts/2023/08/lamd</id><content type="html" xml:base="https://xiaoyuu-liang.github.io/posts/2023/08/lamd/"><![CDATA[<p>This repository contains a brief presentation I prepared for the paper “<em>LAMD: Context-driven Android Malware Detection and Classification with LLMs</em>” by <a href="https://arxiv.org/abs/2502.13055">Qian et al. (2025)</a>.</p>

<p>All key elements—including the problem, main challenges, core intuitions, methodology, results, and contributions—are explained in the accompanying slides. Please refer to the slides for the complete breakdown.</p>

<hr />
<p>📄 <a href="/files/LAMD.pdf">Download slides overviewing LAMD</a></p>

<hr />

<p><strong>Reference</strong></p>

<blockquote>
  <p>Qian, Xingzhi, Xinran Zheng, Yiling He, Shuo Yang, and Lorenzo Cavallaro. “Lamd: Context-driven android malware detection and classification with llms.” In 2025 IEEE Security and Privacy Workshops (SPW), 2025.</p>
</blockquote>]]></content><author><name>Xiaoyu Joy Liang</name><email>xiaoyu.liang@ucl.ac.uk</email><uri>https://xiaoyuu-liang.github.io</uri></author><category term="Malware Detection" /><category term="LLM" /><summary type="html"><![CDATA[This repository contains a brief presentation I prepared for the paper “LAMD: Context-driven Android Malware Detection and Classification with LLMs” by Qian et al. (2025).]]></summary></entry><entry><title type="html">Adversarial Defenses on Graph: Heuristic and Certified</title><link href="https://xiaoyuu-liang.github.io/posts/2024/06/adv-defense-on-graph/" rel="alternate" type="text/html" title="Adversarial Defenses on Graph: Heuristic and Certified" /><published>2024-06-21T00:00:00+00:00</published><updated>2024-06-21T00:00:00+00:00</updated><id>https://xiaoyuu-liang.github.io/posts/2024/06/advdefense-on-graph</id><content type="html" xml:base="https://xiaoyuu-liang.github.io/posts/2024/06/adv-defense-on-graph/"><![CDATA[<p>This blog post provides an overview of adversarial defense techniques on graph-structured data.</p>

<p>In the <strong>slides</strong> (linked below), I introduce both <strong>heuristic defenses</strong> and <strong>certified defenses</strong> for graphs. I particularly focus on <strong>randomized smoothing (RS)</strong>-based certified defense methods, which have become popular due to their generality and ease of implementation.</p>

<p>Additionally, I describe my own approach, <strong>CiDer</strong>, which is a black-box method for certifying node classification models. Compared with standard RS-based approaches, CiDer avoids retraining and finetuning of the model, and instead relies on black-box decision outputs and statistical testing to produce certified guarantees.</p>

<hr />

<p>📄 <a href="/files/Adversarial_Defense_on_Graph.pdf">Download slides overviewing graph adversarial defenses</a></p>

<p>📘 <a href="https://xiaoyuu-liang.github.io/files/infocom2025.pdf">Read the full CiDer paper (INFOCOM 2025)</a></p>

<hr />
<p><strong>Reference</strong></p>

<blockquote>
  <p>Liang, Xiaoyu, Haohua Du, Wen Ma, Ye Tian, and Xiaoya Xu. “CiDer: A Black-box Approach to Classify Node with Certified Robustness Guarantees.” In IEEE INFOCOM 2025-IEEE Conference on Computer Communications, 2025.</p>
</blockquote>]]></content><author><name>Xiaoyu Joy Liang</name><email>xiaoyu.liang@ucl.ac.uk</email><uri>https://xiaoyuu-liang.github.io</uri></author><category term="Adversarial Examples" /><category term="Adversarial Defenses" /><category term="Graph Learning" /><summary type="html"><![CDATA[This blog post provides an overview of adversarial defense techniques on graph-structured data.]]></summary></entry><entry><title type="html">Overview of Adversarial Defenses on Image Classification</title><link href="https://xiaoyuu-liang.github.io/posts/2023/08/adv-defense/" rel="alternate" type="text/html" title="Overview of Adversarial Defenses on Image Classification" /><published>2023-08-15T00:00:00+00:00</published><updated>2023-08-15T00:00:00+00:00</updated><id>https://xiaoyuu-liang.github.io/posts/2023/08/advdefense</id><content type="html" xml:base="https://xiaoyuu-liang.github.io/posts/2023/08/adv-defense/"><![CDATA[<p>This short post provides an overview of adversarial defense techniques in image classification. It is intended as a brief summary for readers interested in robustness against adversarial attacks.</p>

<p>The included PDF summarizes five major categories:</p>

<ul>
  <li><strong>Adversarial Training</strong>: Incorporating adversarial examples during training to improve robustness.</li>
  <li><strong>Gradient Masking / Regularization</strong>: Obscuring gradient information to hinder attack generation.</li>
  <li><strong>Detection-based Defenses</strong>: Identifying adversarial inputs before classification.</li>
  <li><strong>Transformation-based Defenses</strong>: Applying input transformations (e.g., denoising, compression) to remove perturbations.</li>
  <li><strong>Certified Defenses</strong>: Providing provable robustness guarantees against bounded perturbations.</li>
</ul>

<p>📄 <a href="/files/Adversarial_Defense_on_Graph.pdf">Download slides overviewing adversarial defenses</a> <a href="/files/Adversarial_Defense.pdf">here</a>.</p>]]></content><author><name>Xiaoyu Joy Liang</name><email>xiaoyu.liang@ucl.ac.uk</email><uri>https://xiaoyuu-liang.github.io</uri></author><category term="Adversarial Examples" /><category term="Image Classification" /><summary type="html"><![CDATA[This short post provides an overview of adversarial defense techniques in image classification. It is intended as a brief summary for readers interested in robustness against adversarial attacks.]]></summary></entry></feed>