-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c099c1a
commit 4abc799
Showing
1 changed file
with
108 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,54 +7,132 @@ | |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="style.css"> | ||
<title>Kaizhao Liang</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
background: linear-gradient(to right, #ece9e6, #ffffff); | ||
color: #333; | ||
margin: 0; | ||
padding: 0; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
min-height: 100vh; | ||
} | ||
.container { | ||
max-width: 900px; | ||
width: 100%; | ||
background: #fff; | ||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | ||
border-radius: 8px; | ||
overflow: hidden; | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
.section-1, .section-2 { | ||
padding: 20px; | ||
flex: 1; | ||
} | ||
.section-1 { | ||
background: #f4f4f4; | ||
text-align: center; | ||
} | ||
.section-1 img { | ||
width: 150px; | ||
border-radius: 50%; | ||
margin-bottom: 15px; | ||
} | ||
.section-1 h2 { | ||
margin: 0; | ||
} | ||
.section-1 p { | ||
margin: 5px 0; | ||
} | ||
.section-1 a { | ||
margin: 0 10px; | ||
color: #333; | ||
} | ||
.section-2 h2 { | ||
margin-top: 0; | ||
border-bottom: 2px solid #eee; | ||
padding-bottom: 5px; | ||
} | ||
.section-2 p { | ||
margin: 10px 0; | ||
} | ||
.section-2 a { | ||
color: #007acc; | ||
text-decoration: none; | ||
} | ||
.section-2 a:hover { | ||
text-decoration: underline; | ||
} | ||
.section-2 sup { | ||
display: block; | ||
margin-bottom: 15px; | ||
font-size: 14px; | ||
} | ||
.cv-link { | ||
display: block; | ||
margin-top: 20px; | ||
text-align: center; | ||
font-size: 16px; | ||
} | ||
</style> | ||
</head> | ||
<body style="background-size: cover; background-repeat: no-repeat;"> | ||
<div class="grid-2"> | ||
<body> | ||
<div class="container"> | ||
<div class="section-1"> | ||
<img src = 'images/profile.jpg' alt="Avatar" style="width:35%; border-radius: 50%;"> | ||
|
||
<img src="images/profile.jpg" alt="Kaizhao Liang"> | ||
<h2>Kaizhao Liang</h2> | ||
<p>Austin, Texas, United State.</p> | ||
<p>Austin, Texas, United States</p> | ||
<a href="https://twitter.com/KyleLiang5"><i class="fab fa-twitter"></i></a> | ||
<a href="https://github.com/kyleliang919"><i class="fab fa-github"></i></a> | ||
<a href="CV_LINK_HERE" class="cv-link"><i class="fas fa-file-alt"></i> View My CV</a> | ||
</div> | ||
<div class="section-2"> | ||
<h2>About</h2> | ||
<p> Coding, Life and AGI </p> | ||
<p>Coding, Life, and AGI</p> | ||
|
||
<h2>Interests</h2> | ||
<p> Teaching AI agents hand-to-hand combat</p> | ||
<p>Teaching AI agents hand-to-hand combat</p> | ||
|
||
|
||
<h2>Selected Publications</h2> | ||
<a href="https://arxiv.org/abs/2309.11745" style="font-size: 18px">PIE: Simulating Disease Progression via Progressive Image Editing <span style="font-size:10px">[Preprint]</span></a> | ||
<sup> Kaizhao Liang, Xu Cao, Kuei-Da Liao, Tianren Gao, Zhengyu Chen, Tejas Nama </sup> | ||
<a href="https://arxiv.org/abs/2112.00029" style="font-size: 18px">Pixelated Butterfly: Simple and Efficient Sparse training for Neural Network Models. <span style="font-size:10px">[ICLR 2022]</span></a> | ||
<sup> Beidi Chen, Tri Dao, <b>Kaizhao Liang</b>, Jiaming Yang, Zhao Song, Atri Rudra, Christopher Re</sup> | ||
|
||
<a href="https://arxiv.org/abs/2006.14512" style="font-size: 18px">Uncovering the Connections Between Adversarial Transferability and Knowledge Transferability. <span style="font-size:10px">[ICML 2021]</span></a> | ||
<sup> <b>Kaizhao Liang*</b>, Jacky. Y. Zhang*, Boxin Wang, Zhuolin Yang, Sanmi Koyejo, Bo Li</sup> | ||
|
||
<a href="https://arxiv.org/pdf/2007.00067.pdf" style="font-size: 18px">Adversarial Mutual Information for Text Generation <span style="font-size:10px">[ICML 2020]</span></a> | ||
<a href="https://arxiv.org/abs/2309.11745">PIE: Simulating Disease Progression via Progressive Image Editing <span style="font-size: 10px">[Preprint]</span></a> | ||
<sup>Kaizhao Liang, Xu Cao, Kuei-Da Liao, Tianren Gao, Zhengyu Chen, Tejas Nama</sup> | ||
|
||
<a href="https://arxiv.org/abs/2112.00029">Pixelated Butterfly: Simple and Efficient Sparse training for Neural Network Models <span style="font-size: 10px">[ICLR 2022]</span></a> | ||
<sup>Beidi Chen, Tri Dao, <b>Kaizhao Liang</b>, Jiaming Yang, Zhao Song, Atri Rudra, Christopher Re</sup> | ||
<a href="https://arxiv.org/abs/2006.14512">Uncovering the Connections Between Adversarial Transferability and Knowledge Transferability <span style="font-size: 10px">[ICML 2021]</span></a> | ||
<sup><b>Kaizhao Liang*</b>, Jacky. Y. Zhang*, Boxin Wang, Zhuolin Yang, Sanmi Koyejo, Bo Li</sup> | ||
<a href="https://arxiv.org/pdf/2007.00067.pdf">Adversarial Mutual Information for Text Generation <span style="font-size: 10px">[ICML 2020]</span></a> | ||
<sup>Boyuan Pan, Yazheng Yang, <b>Kaizhao Liang</b>, Bhavya Kailkhura, Zhongming Jin, Xian-Sheng Hua, Deng Cai, Bo Li</sup> | ||
|
||
|
||
<a href="https://openreview.net/forum?id=Sye_OgHFwH" style="font-size: 18px">Unrestricted Adversarial Examples via Semantic Manipulation <span style="font-size:10px">[ICLR 2020]</span></a> | ||
|
||
<a href="https://openreview.net/forum?id=Sye_OgHFwH">Unrestricted Adversarial Examples via Semantic Manipulation <span style="font-size: 10px">[ICLR 2020]</span></a> | ||
<sup>Anand Bhattad*, Min Jin Chong*, <b>Kaizhao Liang</b>, Bo Li, David A. Forsyth</sup> | ||
|
||
<h2> Relevant Projects </h2> | ||
<a href="https://github.com/kyleliang919/Gesture-Control-of-Autonomous-Vehicle" style="font-size: 18px"> Gesture Control of autonomous vehicle </a> | ||
<p style="font-size: 12px" >a new interface of human interaction with Autonomous Vehicle. </p> | ||
<a href="https://github.com/kyleliang919/Interval-bound-propagation-pytorch" style="font-size: 18px"> Interval bound propagation pytorch</a> | ||
<p style="font-size: 12px" > Exploring to train certified defense against adversarial attacks with limited resources by "tighter" objective</p> | ||
<a href="https://github.com/kyleliang919/NIPS-2017-Learning-to-Run" style="font-size: 18px"> Learning to Run</a> | ||
<p style="font-size: 12px" > TRPO and DDPG implementation to teach robots to walk in simulations.</p> | ||
<h2> Review Service </h2> | ||
|
||
<h2>Relevant Projects</h2> | ||
<a href="https://github.com/kyleliang919/Gesture-Control-of-Autonomous-Vehicle">Gesture Control of Autonomous Vehicle</a> | ||
<p style="font-size: 12px">A new interface for human interaction with Autonomous Vehicles.</p> | ||
|
||
<a href="https://github.com/kyleliang919/Interval-bound-propagation-pytorch">Interval Bound Propagation PyTorch</a> | ||
<p style="font-size: 12px">Exploring certified defense against adversarial attacks with limited resources by using a "tighter" objective.</p> | ||
|
||
<a href="https://github.com/kyleliang919/NIPS-2017-Learning-to-Run">Learning to Run</a> | ||
<p style="font-size: 12px">TRPO and DDPG implementation to teach robots to walk in simulations.</p> | ||
|
||
<h2>Review Service</h2> | ||
<p>CVPR2021, ICCV2021, ICLR2022, CVPR2022, AISTATS2022, NEURIPS2023, ICLR2023, CVPR2023</p> | ||
|
||
<h2>Contact</h2> | ||
<p>[email protected]</p> | ||
<p>[email protected]</p> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
|
||
</div> | ||
</body> | ||
|