The patent badge is an abbreviated version of the USPTO patent document. The patent badge does contain a link to the full patent document.
The patent badge is an abbreviated version of the USPTO patent document. The patent badge covers the following: Patent number, Date patent was issued, Date patent was filed, Title of the patent, Applicant, Inventor, Assignee, Attorney firm, Primary examiner, Assistant examiner, CPCs, and Abstract. The patent badge does contain a link to the full patent document (in Adobe Acrobat format, aka pdf). To download or print any patent click here.
Patent No.:
Date of Patent:
Jun. 29, 2021
Filed:
Oct. 27, 2020
University of South Florida, Tampa, FL (US);
Sriram Chellappan, Tampa, FL (US);
Mona Minakshi, Tampa, FL (US);
Jamshidbek Mirzakhalov, Tampa, FL (US);
Sherzod Kariev, Tampa, FL (US);
Willie McClinton, Winter Garden, FL (US);
University of South Florida, Tampa, FL (US);
Abstract
A method of identifying a living creature includes training a convolutional neural network model using pretrained convolutional neural networks to generate proposals about the regions where there might be an anatomical object within a digital image. Introducing a residual connection to get the input from the previous layer to the next layer helps in solving gradient vanishing problem. The next step is to design an object detector network that does three tasks: classifying the boxes with respective anatomies, tightening the boxes, and generating a mask (i.e., pixel-wise segmentation) of each anatomical component. In constructing the architecture of the object detector network, the network uses per-pixel sigmoid, and binary cross-entropy loss function (to identify the k anatomical components) and rigorously train them.