The Challenges of Natural Language Understanding

The Challenges of Natural Language Understanding

This article was originally published on Zhihu by zibuyu9 (Associate Professor Liu Zhiyuan, Tsinghua University). Click to read the original article with the Zhihu link. If you follow natural language processing (NLP) technology on Weibo and Zhihu, you should be familiar with the hashtags #NLP is too difficult# and #Natural Language Understanding is too difficult#. … Read more

An Overview of Self-Supervised Learning and End-to-End Autonomous Driving

An Overview of Self-Supervised Learning and End-to-End Autonomous Driving

Introduction Tesla’s FSD has popularized self-supervised learning, and large models like GPT also utilize the concept of self-supervised learning. As we know, the cost of supervised learning is prohibitively high, especially for complex tasks, such as FSD systems. Tesla has collected training data exceeding 400 million kilometers, and without the help of an “automated labeling … Read more

Insights on Building Knowledge and Question Graphs in Teaching Competitions

Insights on Building Knowledge and Question Graphs in Teaching Competitions

​​ In teaching competitions, the construction of knowledge graphs and question graphs is a key task. By building question graphs and designing reasonable questions, we can better organize teaching content, guide students’ learning, and improve teaching effectiveness. Here are some insights I’ve gained in this area.​ 1. Building the Question Graph The construction of the … Read more

Comprehensive Knowledge Graph of Face Recognition

Comprehensive Knowledge Graph of Face Recognition

Source: Smart Things This article is approximately 6000 words, and it is recommended to read for 10+ minutes. This article comprehensively analyzes the principles of face recognition technology, the situation of talent in the field, application areas, and development trends. Since the second half of the 20th century, computer vision technology has gradually developed and … Read more

Research on Building Archive Knowledge Graph Based on Deep Learning

Research on Building Archive Knowledge Graph Based on Deep Learning

With the development of society, the pace of life is constantly accelerating. How to help users quickly find valuable information in the vast sea of archives is an urgent problem that archive managers need to solve. A Knowledge Graph is a semantic network knowledge base, represented as a graphical network containing various structured knowledge that … Read more

Common Interview Questions and Answers in Deep Learning & Computer Vision

Common Interview Questions and Answers in Deep Learning & Computer Vision

Originally published on the frontier of deep learning technology Author: I want to encourage Nazha @ ZhihuSource: https://zhuanlan.zhihu.com/p/89587997Editor: Jishi Platform Introduction As the autumn recruitment season is underway, this article collects relevant interview questions in the field of deep learning & computer vision, covering various aspects such as deconvolution, neural networks, object detection, etc., making … Read more

Applications of Difference Convolution in Computer Vision

Editor’s Recommendation This article mainly introduces several works on Difference Convolution led by the University of Oulu and its applications in the fields of images and videos. Author丨Fisher Yuzi @ Zhihu Link丨https://zhuanlan.zhihu.com/p/392986663 Related works have been accepted by top journals and conferences such as TPAMI, TIP, CVPR’20, ICCV’21 (Oral), IJCAI’21, and have won two international … Read more

Feature Extraction: Traditional Algorithms vs Deep Learning

Feature Extraction: Traditional Algorithms vs Deep Learning

Source: Fundamentals and Advanced Topics in Deep Learning This article is approximately 3100 words and is recommended for a 10-minute read. Feature extraction is an important topic in computer vision. Whether it is SLAM, SFM, 3D reconstruction, or other important applications, the foundation lies in the reliable extraction and matching of feature points across images. … Read more

Overview of Real-Time Semantic Segmentation Algorithms

Overview of Real-Time Semantic Segmentation Algorithms

This article is reproduced from Computer Vision WorkshopSemantic Segmentation PapersSemantic image segmentation is one of the fastest growing fields in computer vision, with a wide range of applications. In many areas, such as robotics and autonomous vehicles, semantic image segmentation is crucial as it provides the necessary context to take action based on pixel-level understanding … Read more