diff --git a/_config.yml b/_config.yml index b366146..0d4dda4 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ # Site Settings title : "Siteng Huang (黄思腾)" -description : "Algorithm expert in DAMO Academy, Alibaba. Focusing on multi-modal large models." +description : "Focusing on multi-modal large models." # "Algorithm expert in DAMO Academy, Alibaba. Focusing on multi-modal large models." repository : "bighuang624/bighuang624.github.io" google_scholar_stats_use_cdn : true diff --git a/_pages/includes/intro.md b/_pages/includes/intro.md index 789dbbf..a9f770b 100644 --- a/_pages/includes/intro.md +++ b/_pages/includes/intro.md @@ -1,6 +1,6 @@ -Hi!👋 I am Siteng Huang (黄思腾 in Chinese). I am about to join [DAMO Academy](https://damo.alibaba.com/) as an algorithm expert in Hangzhou. +Hi!👋 I am Siteng Huang (黄思腾 in Chinese). I am about to join [DAMO Academy](https://damo.alibaba.com/) in Hangzhou. - + Currently, My research has centered on **multi-modal large models**, especially **vision-language models (VLMs)**. I have published 20+ papers at the top international AI conferences. If you are seeking any form of **academic cooperation**, please feel free to email me at siteng.huang@gmail.com. diff --git a/_pages/includes/pub_short.md b/_pages/includes/pub_short.md index 60178b0..8e99371 100644 --- a/_pages/includes/pub_short.md +++ b/_pages/includes/pub_short.md @@ -12,7 +12,7 @@ Ting Liu†, Xuyang Liu†, Siteng Huang, Honggang Chen, Quanjun Yin, Long Qin, Donglin Wang, Yue Hu, "**DARA: Domain- and Relation-aware Adapters Make Parameter-efficient Tuning for Visual Grounding**". In *Proceedings of the IEEE Conference on Multimedia Expo 2024*. [[arXiv](https://arxiv.org/abs/2405.06217)] [[github](https://github.com/liuting20/DARA)] - Siteng Huang, Biao Gong, Yutong Feng, Xi Chen, Yuqian Fu, Yu Liu, Donglin Wang, "**Learning Disentangled Identifiers for Action-Customized Text-to-Image Generation**". In *Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition 2024*. [[arXiv](https://arxiv.org/abs/2311.15841)] [[dataset](https://github.com/bighuang624/ActionBench)] [[project page](https://adi-t2i.github.io/ADI/)] [[poster (CVPR 2024)](https://kyonhuang.top/files/ADI/CVPR24-ADI-poster.pdf)] + Siteng Huang, Biao Gong, Yutong Feng, Xi Chen, Yuqian Fu, Yu Liu, Donglin Wang, "**Learning Disentangled Identifiers for Action-Customized Text-to-Image Generation**". In *Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition 2024*. [[arXiv](https://arxiv.org/abs/2311.15841)] [[dataset](https://github.com/bighuang624/ActionBench)] [[project page](https://adi-t2i.github.io/ADI/)] [[poster (CVPR 2024)](https://kyonhuang.top/files/ADI/CVPR24-ADI-poster.pdf)] Biao Gong†, Siteng Huang†, Yutong Feng, Shiwei Zhang, Yuyuan Li, Yu Liu, "**Check, Locate, Rectify: A Training-Free Layout Calibration System for Text-to-Image Generation**". In *Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition 2024*. [[arXiv](https://arxiv.org/abs/2311.15773)] [[project page](https://simm-t2i.github.io/SimM/)] [[poster (CVPR 2024)](https://kyonhuang.top/files/SimM/CVPR24-SimM-poster.pdf)] diff --git a/github_myprofile_updater/update.py b/github_myprofile_updater/update.py index 5828e97..b159456 100644 --- a/github_myprofile_updater/update.py +++ b/github_myprofile_updater/update.py @@ -10,10 +10,10 @@ # f.write('\n\n') f.write(_intro) f.write('\n') - 'Please refer to my full paper list at [my personal homepage](https://kyonhuang.top/#-publications).' - f.write('\n\n') + f.write('Please refer to my full paper list at [my personal homepage](https://kyonhuang.top/#-publications).') + f.write('\n') f.write('
') - f.write('\n\n##') + f.write('\n##') # f.write(_homepage) # f.write('\n\n##') f.write(_news)