recognition vs classification,識別和分類的區別


recognition vs classification

The field of recognition or pattern recognition is concerned with the automatic discovery of regularities in data through the use of computer algorithms and with the use of these regularities to take actions such as classifying the data into different categories. An example of pattern recognition is classification, which attempts to assign each input value to one of a given set of classes. However, pattern recognition is a more general problem that encompasses other types of output as well, for example, regression.

大意就是:

識別是對數據(比如圖像)進行尋找規律、抽取特征,然后應用所得到的規律和特征實現某些目的(如分類、回歸)的過程。所以分類只是識別的一個具體例子

 

圖像識別的定義

圖像識別,是指利用計算機對圖像進行處理、分析和理解,以識別各種不同模式的目標和對象的技術。

圖像識別以圖像的主要特征為基礎的。每個圖像都有它的特征,如字母A有個尖,P有個圈、而Y的中心有個銳角等。對圖像識別時眼動的研究表明,視線總是集中在圖像的主要特征上,也就是集中在圖像輪廓曲度最大或輪廓方向突然改變的地方,這些地方的信息量最大。而且眼睛的掃描路線也總是依次從一個特征轉到另一個特征上。由此可見,在圖像識別過程中,知覺機制必須排除輸入的多余信息,抽出關鍵的信息。同時,在大腦里必定有一個負責整合信息的機制,它能把分階段獲得的信息整理成一個完整的知覺映象。在人類圖像識別系統中,對復雜圖像的識別往往要通過不同層次的信息加工才能實現。(摘自百度百科)
============================

Image recognition is the ability of a computer powered camera to identify and detect objects or features in a digital image or video. It is a method for capturing, processing, examining, and sympathizing images.

Image recognition technology works by detecting salient regions, which are portions that contain the most information about the image or the object. It does this by isolating the most informative portions or features in a selected image and localizes them, while ignoring the rest of the features that may not be of much interest. (摘自Image Recognition – What is Image Recognition? | Sightcorp

============================

Image recognition, a subcategory of Computer Vision and Artificial Intelligence, represents a set of methods for detecting and analyzing images to enable the automation of a specific task. It is a technology that is capable of identifying places, people, objects and many other types of elements within an image, and drawing conclusions from them by analyzing them.

Photo or video recognition can be performed at different degrees of accuracy, depending on the type of information or concept required. Indeed, a model or algorithm is capable of detecting a specific element, just as it can simply assign an image to a large category. 

So there are different “tasks” that image recognition can perform: 

  • Classification. It is the identification of the “class”, i.e. the category to which an image belongs. An image can have only one class.  
  • Tagging. It is also a classification task but with a higher degree of accuracy. It can recognize the presence of several concepts or objects within an image. One or more tags can therefore be assigned to a particular image.  
  • Detection. This is necessary when you want to locate an object in an image. Once the object is located, a bounding box is placed around the object in question.   
  • Segmentation. This is also a detection task. Segmentation can locate an element on an image to the nearest pixel. For some cases, it is necessary to be extremely precise, as for the development of autonomous cars.

(摘自Image Recognition : A Complete Guide - Deepomatic

============================

人臉識別包含5個步驟:圖像采集,人臉檢測,圖像預處理,特征提取,分析比對。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM