Skip to content

Commit fb396b3

Browse files
committed
img update
1 parent 5b15a13 commit fb396b3

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

_pages/about.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ redirect_from:
2828
<div style="flex: 2; padding-right: 20px;">
2929
<b>Booster: Tackling Harmful Fine-tuning for Large Language Models via Attenuating Harmful Perturbation</b><br>
3030
T. Huang, S. Hu, <b>F. Ilhan</b>, S. F. Tekin, and L. Liu.
31-
<i>International Conference on Learning Representations</i>, 2025. (<b>ICLR oral</b>) (<a href="https://openreview.net/pdf?id=tTPHgb0EtV">paper</a>) (<a href="https://github.com/git-disl/Booster">code</a>)
31+
<i>International Conference on Learning Representations</i>, 2025. (<b>ICLR oral</b>) [<a href="https://openreview.net/pdf?id=tTPHgb0EtV">paper</a>] [<a href="https://github.com/git-disl/Booster">code</a>]
3232
</div>
3333
<div style="flex: 1;">
34-
<img src="files/ph.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
34+
<img src="files/paper_imgs/booster" alt="" style="max-width: 100%; border: 1px solid #eee;">
3535
</div>
3636
</div>
3737

3838
<div style="display: flex; align-items: flex-start; margin-bottom: 30px;">
3939
<div style="flex: 2; padding-right: 20px;">
4040
<b>Resource-Efficient Transformer Pruning for Finetuning of Large Models</b><br>
4141
<b>F. Ilhan</b>, G. Su, S. F. Tekin, T. Huang, S. Hu, and L. Liu.
42-
<i>IEEE/CVF Conference on Computer Vision and Pattern Recognition</i>, 2024. (<b>CVPR</b>) (<a href="https://openaccess.thecvf.com/content/CVPR2024/papers/Ilhan_Resource-Efficient_Transformer_Pruning_for_Finetuning_of_Large_Models_CVPR_2024_paper.pdf">paper</a>) (<a href="https://github.com/git-disl/recap">code</a>)
42+
<i>IEEE/CVF Conference on Computer Vision and Pattern Recognition</i>, 2024. (<b>CVPR</b>) [<a href="https://openaccess.thecvf.com/content/CVPR2024/papers/Ilhan_Resource-Efficient_Transformer_Pruning_for_Finetuning_of_Large_Models_CVPR_2024_paper.pdf">paper</a>] [<a href="https://github.com/git-disl/recap">code</a>]
4343
</div>
4444
<div style="flex: 1;">
4545
<img src="files/paper_imgs/recap.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
@@ -50,7 +50,7 @@ redirect_from:
5050
<div style="flex: 2; padding-right: 20px;">
5151
<b>Adaptive Deep Neural Network Inference Optimization with EENet</b><br>
5252
<b>F. Ilhan</b>, KH. Chow, S. Hu, T. Huang, S. F. Tekin, W. Wei, Y. Wu, M. Lee, R. Kompella, H. Latapie, G. Liu, L. Liu.
53-
<i>IEEE/CVF Winter Conference on Applications of Computer Vision</i>, 2024. (<b>WACV</b>) (<a href="https://openaccess.thecvf.com/content/WACV2024/papers/Ilhan_Adaptive_Deep_Neural_Network_Inference_Optimization_With_EENet_WACV_2024_paper.pdf">paper</a>) (<a href="https://github.com/git-disl/eenet">code</a>)
53+
<i>IEEE/CVF Winter Conference on Applications of Computer Vision</i>, 2024. (<b>WACV</b>) [<a href="https://openaccess.thecvf.com/content/WACV2024/papers/Ilhan_Adaptive_Deep_Neural_Network_Inference_Optimization_With_EENet_WACV_2024_paper.pdf">paper</a>] [<a href="https://github.com/git-disl/eenet">code</a>]
5454
</div>
5555
<div style="flex: 1;">
5656
<img src="files/paper_imgs/eenet.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
@@ -61,29 +61,29 @@ redirect_from:
6161
<div style="flex: 2; padding-right: 20px;">
6262
<b>Lazy Safety Alignment for Large Language Models against Harmful Fine-tuning</b><br>
6363
T. Huang, S. Hu, <b>F. Ilhan</b>, S. F. Tekin and L. Liu.
64-
<i>Thirty-seventh Conference on Neural Information Processing Systems</i>, 2024. (<b>NeurIPS</b>) (<a href="https://openreview.net/pdf?id=RPChapuXlC">paper</a>) (<a href="https://github.com/git-disl/Lisa">code</a>)
64+
<i>Thirty-seventh Conference on Neural Information Processing Systems</i>, 2024. (<b>NeurIPS</b>) [<a href="https://openreview.net/pdf?id=RPChapuXlC">paper</a>] [<a href="https://github.com/git-disl/Lisa">code</a>]
6565
</div>
6666
<div style="flex: 1;">
67-
<img src="files/ph.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
67+
<img src="files/paper_imgs/lisa.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
6868
</div>
6969
</div>
7070

7171
<div style="display: flex; align-items: flex-start; margin-bottom: 30px;">
7272
<div style="flex: 2; padding-right: 20px;">
7373
<b>LLM-TOPLA: Efficient LLM Ensemble by Maximising Diversity</b><br>
7474
S. F. Tekin, <b>F. Ilhan</b>, T. Huang, S. Hu and L. Liu.
75-
<i>ACL Conference on Empirical Methods in Natural Language Processing</i>, 2024. (<b>EMNLP findings</b>) (<a href="https://openreview.net/forum?id=mG5jikbsaJ#discussion">paper</a>) (<a href="https://github.com/git-disl/llm-topla">code</a>)
75+
<i>ACL Conference on Empirical Methods in Natural Language Processing</i>, 2024. (<b>EMNLP findings</b>) [<a href="https://openreview.net/forum?id=mG5jikbsaJ#discussion">paper</a>] [<a href="https://github.com/git-disl/llm-topla">code</a>]
7676
</div>
7777
<div style="flex: 1;">
78-
<img src="files/ph.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
78+
<img src="files/paper_imgs/llmtopla.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
7979
</div>
8080
</div>
8181

8282
<div style="display: flex; align-items: flex-start; margin-bottom: 30px;">
8383
<div style="flex: 2; padding-right: 20px;">
8484
<b>ScaleFL: Resource-Adaptive Federated Learning with Heterogeneous Clients</b><br>
8585
<b>F. Ilhan</b>, G. Su and L. Liu.
86-
<i>IEEE/CVF Conference on Computer Vision and Pattern Recognition</i>, 2023. (<b>CVPR</b>) (<a href="https://openaccess.thecvf.com/content/CVPR2023/papers/Ilhan_ScaleFL_Resource-Adaptive_Federated_Learning_With_Heterogeneous_Clients_CVPR_2023_paper.pdf">paper</a>) (<a href="https://github.com/git-disl/scale-fl">code</a>)
86+
<i>IEEE/CVF Conference on Computer Vision and Pattern Recognition</i>, 2023. (<b>CVPR</b>) [<a href="https://openaccess.thecvf.com/content/CVPR2023/papers/Ilhan_ScaleFL_Resource-Adaptive_Federated_Learning_With_Heterogeneous_Clients_CVPR_2023_paper.pdf">paper</a>] [<a href="https://github.com/git-disl/scale-fl">code</a>]
8787
</div>
8888
<div style="flex: 1;">
8989
<img src="files/paper_imgs/scalefl.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
@@ -94,31 +94,31 @@ redirect_from:
9494
<div style="flex: 2; padding-right: 20px;">
9595
<b>Lockdown: Backdoor Defense for Federated Learning with Isolated Subspace Training</b><br>
9696
T. Huang, S. Hu, <b>F. Ilhan</b>, S. F. Tekin and L. Liu.
97-
<i>Thirty-seventh Conference on Neural Information Processing Systems</i>, 2023. (<b>Neurips</b>) (<a href="https://openreview.net/pdf?id=V5cQH7JbGo">paper</a>) (<a href="https://github.com/git-disl/Lockdown">code</a>)
97+
<i>Thirty-seventh Conference on Neural Information Processing Systems</i>, 2023. (<b>NeurIPS</b>) [<a href="https://openreview.net/pdf?id=V5cQH7JbGo">paper</a>] [<a href="https://github.com/git-disl/Lockdown">code</a>]
9898
</div>
9999
<div style="flex: 1;">
100-
<img src="files/ph.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
100+
<img src="files/paper_imgs/lockdown" alt="" style="max-width: 100%; border: 1px solid #eee;">
101101
</div>
102102
</div>
103103

104104
<div style="display: flex; align-items: flex-start; margin-bottom: 30px;">
105105
<div style="flex: 2; padding-right: 20px;">
106106
<b>Markovian RNN: An Adaptive Time Series Prediction Network with HMM-based Switching for Nonstationary Environments</b><br>
107107
<b>F. Ilhan</b>, O. Karaahmetoglu, Ismail Balaban and S. S. Kozat.
108-
<i>IEEE Transactions on Neural Networks and Learning Systems</i>, 2021. (<b>IEEE TNNLS</b>) (<a href="https://ieeexplore.ieee.org/document/9509335">paper</a>) (<a href="https://github.com/fatih-ilhan/markov-rnn">code</a>)
108+
<i>IEEE Transactions on Neural Networks and Learning Systems</i>, 2021. (<b>IEEE TNNLS</b>) [<a href="https://ieeexplore.ieee.org/document/9509335">paper</a>] [<a href="https://github.com/fatih-ilhan/markov-rnn">code</a>]
109109
</div>
110110
<div style="flex: 1;">
111-
<img src="files/ph.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
111+
<img src="files/paper_imgs/markovrnn.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
112112
</div>
113113
</div>
114114

115115
<div style="display: flex; align-items: flex-start; margin-bottom: 30px;">
116116
<div style="flex: 2; padding-right: 20px;">
117117
<b>Modeling of Spatio-Temporal Hawkes Processes with Randomized Kernels</b><br>
118118
<b>F. Ilhan</b> and S. S. Kozat.
119-
<i>IEEE Transactions on Signal Processing</i>, 2020. (<b>IEEE TSP</b>) (<a href="https://ieeexplore.ieee.org/document/9177186">paper</a>) (<a href="https://github.com/fatih-ilhan/sthawkes">code</a>)
119+
<i>IEEE Transactions on Signal Processing</i>, 2020. (<b>IEEE TSP</b>) [<a href="https://ieeexplore.ieee.org/document/9177186">paper</a>] [<a href="https://github.com/fatih-ilhan/sthawkes">code</a>]
120120
</div>
121121
<div style="flex: 1;">
122-
<img src="files/ph.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
122+
<img src="files/paper_imgs/sthawkes.png" alt="" style="max-width: 100%; border: 1px solid #eee;">
123123
</div>
124124
</div>

files/paper_imgs/booster.png

113 KB
Loading

files/paper_imgs/lisa.png

287 KB
Loading

files/paper_imgs/llmtopla.png

219 KB
Loading

files/paper_imgs/lockdown.png

183 KB
Loading

files/paper_imgs/markovrnn.png

90.8 KB
Loading

files/paper_imgs/sthawkes.png

116 KB
Loading

0 commit comments

Comments
 (0)