Skip to content

Commit

Permalink
描述你的更改
Browse files Browse the repository at this point in the history
  • Loading branch information
fenglincong committed Apr 12, 2024
1 parent b85fc5a commit e46d100
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,21 @@
</style>
</head>
<body>
<section class="section" style="margin-top: 520px; display: flex;">
<div class="image" style="margin-right: -200px;">
<section class="section" style="margin-top: 1200px; display: flex;">
<div class="image" style="margin-right: -300px;">
<img src="./static/images/myself.jpg" alt="Lincong Feng" style="max-width: 30%; height: auto;"> <!-- Reduced the max-width of the image -->
</div>
<div class="intro" style="margin-left: -200px; max-width: 40%;">
<div class="intro" style="margin-left: -300px; max-width: 40%;">
<h1 style="font-size: 30px;">Lincong Feng</h1> <!-- Reduced the font size of the heading -->
<p style="font-size: 20px;">My name is Feng Lincong, and I am a Master's student at Beijing University of Technology, having enrolled in 2021. I am currently working under the supervision of Professor <a href="https://xxxb.bjut.edu.cn/info/1403/2464.htm">Yongli Hu</a> at the Beijing Key Laboratory of Multimedia and Intelligent Software Technology, and the Beijing Research Institute of Artificial Intelligence. I had worked in AI technology research and development at MetaApp and Baidu. My research interests lie in multimodal learning and computer graphics, with a particular focus on multimodal zero-shot learning and 3D asset generation. If you want to contact me, my email addresses are [email protected] and [email protected].</p> <!-- Reduced the font size of the paragraph -->
<p style="font-size: 18px;">
My name is Lincong Feng, and I am a Master's student in the class of 2021 at Beijing University of Technology. I am currently under the guidance of
Professor <a href="https://xxxb.bjut.edu.cn/info/1403/2464.htm">Yongli Hu</a>, with a Google Scholar profile <a href="https://scholar.google.com/citations?user=qeG9e2AAAAAJ&hl=zh-CN"> Hu</a> and Dr. <a href="https://xxxb.bjut.edu.cn/info/1403/2467.htm">Huajie Jiang</a>, with a Google Scholar profile<a href="https://scholar.google.com/citations?user=lC86MmMAAAAJ&hl=en">Jiang</a>.
Both of my mentors are affiliated with the Beijing Key Laboratory of Multimedia and Intelligent Software Technology and the Beijing Research Institute of Artificial Intelligence. I have participated in AI technology research at MetaApp and Turing Robot. My research interests include multimodal interaction and computer graphics, with a particular focus on multimodal zero-shot learning, incremental learning, and 3D asset generation. My research achievements are showcased below. If you want to contact me, my email addresses are [email protected] and [email protected].
</p> <!-- Reduced the font size of the paragraph -->
</div>
</section>
<section class="section" style="flex-direction: column; align-items: flex-start;">
<h2 style="font-size: 24px; text-align: left;">Scientific research achievement</h2>
<h2 style="font-size: 24px; text-align: left;">Achievement</h2>
<div class="intro" style="max-width: 80%;">
<ul style="text-align: left;">
<li>
Expand All @@ -65,6 +69,19 @@ <h2 style="font-size: 24px; text-align: left;">Scientific research achievement</
<p>CASA2024(Submitting)</p>
<img src="./static/images/SGPT.png" alt="Pipeline">
</li>
<li>
<p>Enhancing Texture Generation with
High-Fidelity Using Advanced Texture Priors</p>
<p>Kuo Xu,Maoyu Wang,Muyu Wang,Lincong Feng,Tianhui Zhang,Xiaoli Liu</p>
<p>arxiv|<a href="https://arxiv.org/pdf/2403.05102.pdf">Paper</a>|<a href="https://hd-texture.github.io/">Project Page</a></p>
<img src="./static/images/HD-Texture.png" alt="Pipeline">
</li>
<li>
<p>Multi-level Knowledge Distillation for Incremental Learning</p>
<p>Yongli Hu,Mengting Liu,Huajie Jiang,Lincong Feng,Baocai Yin</p>
<p>arxiv|<a href="https://arxiv.org/pdf/2403.05102.pdf">Paper</a>|<a href="https://hd-texture.github.io/">Project Page</a></p>
<img src="./static/images/MKD.png" alt="Pipeline">
</li>
</ul>
</div>
</section>
Expand Down
Binary file added static/images/HD-Texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/MKD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e46d100

Please sign in to comment.