Sitemap
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Pages
Posts
MMSA from beginner to proficient
Published:
MMSA is a unified framework for multimodal emotion recognition developed by Tsinghua University. It supports three datasets, MOSI, MOSEI, and CH-SIMS, and 15 multimodal emotion analysis models, as well as tasks such as emotion recognition and emotion intensity regression. This column will use MMSA v1.0 as an example to implement framework analysis and customized modules.
Detectron2 Getting Started Tutorial
Published:
Due to the high degree of encapsulation of Detectron2 and the obscure syntax, it often takes time to find the corresponding modules when carrying out the project. In addition, there is a lack of easy-to-understand introductory tutorials, and the official website tutorials lack flexibility. This series will start with topics such as Detectron2 installation, custom data sets, custom networks, and validation set loss printing to get started with Detectron2 step by step.
Mamba:Linear Sequence Modeling Model
Published:
This blog mainly focuses on the improvement of the Mamba model, involving underlying visual tasks, multimodal tasks, etc.
Openstl from zero to master
Published:
Openstl is a third-party library developed by Westlake University for future frame prediction, which integrates multiple SOTA methods such as ConvLstm and simvip. This column will start from scratch and analyze the internal structure and customized modules of the entire Openstl project.
Classic Neural Network
Published:
This blog series mainly introduces the traditional neural network structure design, including convolutional neural network, visual Transformer, Mamba, etc.
publications
Paper Title Number 1
Published in Journal 1, 2009
This paper is about the number 1. The number 2 is left for future work.
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1).
Download Paper | Download Slides
Paper Title Number 2
Published in Journal 1, 2010
This paper is about the number 2. The number 3 is left for future work.
Recommended citation: Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2).
Download Paper | Download Slides
Paper Title Number 3
Published in Journal 1, 2015
This paper is about the number 3. The number 4 is left for future work.
Recommended citation: Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3).
Download Paper | Download Slides
Paper Title Number 4
Published in GitHub Journal of Bugs, 2024
This paper is about fixing template issue #693.
Recommended citation: Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).
Download Paper
talks
Talk 1 on Relevant Topic in Your Field
Published:
This is a description of your talk, which is a markdown file that can be all markdown-ified like any other post. Yay markdown!
Conference Proceeding talk 3 on Relevant Topic in Your Field
Published:
This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.
teaching
Image Segmentation
Tutoring, Online, 2025
This course is designed for non-computer science students. It mainly explains the basic concepts of deep learning, focuses on the knowledge points of image segmentation, and uses the crack segmentation task as an example.