<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kejia Zhang's Homepage</title><link>https://kejiazhang-robust.github.io/Personal-Page/</link><atom:link href="https://kejiazhang-robust.github.io/Personal-Page/index.xml" rel="self" type="application/rss+xml"/><description>Kejia Zhang's Homepage</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Mon, 24 Oct 2022 00:00:00 +0000</lastBuildDate><image><url>https://kejiazhang-robust.github.io/Personal-Page/media/icon_hue74dabb44673143979391077aff396f5_44646_512x512_fill_lanczos_center_3.png</url><title>Kejia Zhang's Homepage</title><link>https://kejiazhang-robust.github.io/Personal-Page/</link></image><item><title>TARS: MinMax Token-Adaptive Preference Strategy for MLLM Hallucination Reduction</title><link>https://kejiazhang-robust.github.io/Personal-Page/publication/tars/</link><pubDate>Wed, 30 Jul 2025 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/publication/tars/</guid><description/></item><item><title>When Tokens Talk Too Much: A Survey of Multimodal Long-Context Token Compression across Images, Videos, and Audios</title><link>https://kejiazhang-robust.github.io/Personal-Page/publication/token-compression/</link><pubDate>Tue, 29 Jul 2025 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/publication/token-compression/</guid><description/></item><item><title>From Scratch to Submission: A Complete Guide to Academic Conference Paper Writing</title><link>https://kejiazhang-robust.github.io/Personal-Page/event/paper/</link><pubDate>Thu, 26 Jun 2025 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/event/paper/</guid><description/></item><item><title>Towards Adversarial Robustness via Debiased High-Confidence Logit Alignment</title><link>https://kejiazhang-robust.github.io/Personal-Page/publication/dhat/</link><pubDate>Thu, 26 Jun 2025 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/publication/dhat/</guid><description/></item><item><title>Our paper has been accepted by ICCV-25</title><link>https://kejiazhang-robust.github.io/Personal-Page/post/iccv-25/</link><pubDate>Wed, 25 Jun 2025 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/post/iccv-25/</guid><description>&lt;p>🎉 Exciting News!
Our paper titled “Towards Adversarial Robustness via Debiased High-Confidence Logit Alignment” has been accepted to ICCV 2025!&lt;/p>
&lt;p>Special thanks to all co-authors for their hard work and dedication!&lt;/p>
&lt;p>📌 Stay tuned for our camera-ready version.&lt;/p></description></item><item><title>Mitigating Low-Frequency Bias: Feature Recalibration and Frequency Attention Regularization for Adversarial Robustness</title><link>https://kejiazhang-robust.github.io/Personal-Page/publication/frequency/</link><pubDate>Fri, 20 Jun 2025 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/publication/frequency/</guid><description/></item><item><title>Poison as Cure: Visual Noise for Mitigating Object Hallucinations in LVMs</title><link>https://kejiazhang-robust.github.io/Personal-Page/publication/vap/</link><pubDate>Sat, 01 Feb 2025 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/publication/vap/</guid><description/></item><item><title>My Friends</title><link>https://kejiazhang-robust.github.io/Personal-Page/people/</link><pubDate>Sun, 01 Sep 2024 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/people/</guid><description/></item><item><title>AdverRobust: A Modular Framework for Adversarial Robustness</title><link>https://kejiazhang-robust.github.io/Personal-Page/event/adverrobust/</link><pubDate>Thu, 27 Jun 2024 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/event/adverrobust/</guid><description>&lt;h2 id="-overview">🛡️ Overview&lt;/h2>
&lt;p>&lt;strong>AdverRobust&lt;/strong> is a PyTorch-based repository that provides a highly modular and extensible framework for adversarial training and robustness evaluation in computer vision. It integrates &lt;strong>multiple state-of-the-art methods&lt;/strong>, offering researchers a flexible playground for robust deep learning.&lt;/p>
&lt;ul>
&lt;li>✅ Built-in support for PGD-AT, TRADES, MART, AWP, FSR, and FPCM&lt;/li>
&lt;li>🔁 Configurable via YAML, easy to adapt to different datasets and model architectures&lt;/li>
&lt;li>📦 Preconfigured for CIFAR-10/100, TinyImageNet, and Imagenette&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="-features">⚙️ Features&lt;/h2>
&lt;h3 id="-adversarial-training-frameworks">🎯 Adversarial Training Frameworks&lt;/h3>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Method&lt;/th>
&lt;th>Description&lt;/th>
&lt;th>Reference&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>PGD-AT&lt;/strong>&lt;/td>
&lt;td>Iterative gradient-based training&lt;/td>
&lt;td>Madry et al., ICLR 2018&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>TRADES&lt;/strong>&lt;/td>
&lt;td>Minimizes KL divergence&lt;/td>
&lt;td>Zhang et al., ICML 2019&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>MART&lt;/strong>&lt;/td>
&lt;td>Targets misclassified samples&lt;/td>
&lt;td>Wang et al., ICLR 2020&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>AWP&lt;/strong>&lt;/td>
&lt;td>Adversarial weight perturbation&lt;/td>
&lt;td>Wu et al., NeurIPS 2020&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>FSR&lt;/strong>&lt;/td>
&lt;td>Feature recalibration defense&lt;/td>
&lt;td>Kim et al., CVPR 2023&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>FPCM&lt;/strong>&lt;/td>
&lt;td>Frequency-domain robustness&lt;/td>
&lt;td>Bu et al., ICCV 2023&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="-getting-started">🚀 Getting Started&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">git clone https://github.com/KejiaZhang-Robust/AdverRobust
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nb">cd&lt;/span> AdverRobust
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">conda env create -f environment.yaml
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">conda activate at_robust
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Harmonizing Feature Maps: A Graph Convolutional Approach for Enhancing Adversarial Robustness</title><link>https://kejiazhang-robust.github.io/Personal-Page/publication/gnn-robustness/</link><pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/publication/gnn-robustness/</guid><description/></item><item><title>Extracting Higher Order Topological Semantic via Motif-Based Deep Graph Neural Networks</title><link>https://kejiazhang-robust.github.io/Personal-Page/publication/tcss-motif-gnns/</link><pubDate>Sun, 21 Apr 2024 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/publication/tcss-motif-gnns/</guid><description>&lt;div class="alert alert-note">
&lt;div>
This is the first paper in my research career. I dedicate it to commemorate and express my gratitude to Professor Haifeng Zhang for his invaluable support. I also extend my thanks to the Network Science Research Group at Anhui University for the enriching experiences during my time there.
&lt;/div>
&lt;/div></description></item><item><title>Contact</title><link>https://kejiazhang-robust.github.io/Personal-Page/contact/</link><pubDate>Mon, 24 Oct 2022 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/contact/</guid><description/></item><item><title>Tour</title><link>https://kejiazhang-robust.github.io/Personal-Page/tour/</link><pubDate>Mon, 24 Oct 2022 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/tour/</guid><description/></item><item><title/><link>https://kejiazhang-robust.github.io/Personal-Page/admin/config.yml</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://kejiazhang-robust.github.io/Personal-Page/admin/config.yml</guid><description/></item></channel></rss>