The present application relates generally to hair coverage analysis systems and methods to capture an image of at least the top of the head of a user, analyze the user's hair coverage and/or scalp coverage condition by using a deep neural network that is trained on class labels acquired by crowd sourcing; and predicts user's hair coverage and/or scalp coverage relative to a gender population, and to provide the analysis result to the user. The present invention provides the system and the method with an improved sensitivity.
Across the globe, premature hair loss and thinning is one of the largest unmet consumer needs that impacts over half of the population. The majority of those concerned about the status of their hair amount do not take immediate action because they are unaware of the true extent of their condition. While there are diagnostic techniques available they have been regulated to clinics and doctor's offices providing a more analog analysis. If an individual had better access to assess their condition early on, they may be able to choose to do a better job at maintaining their current hair amount. Recent improvements in digital imaging technology, in particular images or selfies of consumers, have increased the ability to leverage image analysis techniques and therefore improve the accessibility and speed of ‘in hand’ consumer diagnostics. However, with the wide variety of consumers characteristics and ‘selfie’ conditions have made it difficult to accurately access the condition and recommend a treatment protocol without the need of a more manual consultation. Further, these methods, systems and assessments rely on predetermined information about the hair physical properties and appearance and thus fails to generalize for real life hair conditions. Thus, there still remains a need to provide an improved method of conveniently determining the amount of hair a person currently has, which can then be used to help provide a customized hair loss prevention product or regimen recommendation.
Assessing hair condition is of interest in order to understand, for example, the degree of hair coverage and/or scalp coverage. Such assessment is also of interest in order to demonstrate the efficacy of treatments used for preventing and/or treating hair loss.
Accordingly, the present invention has met this need for a system and method of evaluating consumer hair loss with improved sensitivity to assess real life hair conditions, and providing such evaluation results; a customized product recommendation based on the evaluation result; and a customized hair style recommendation based on the evaluation result.
A hair analysis system comprising:
A hair analysis method comprising:
The system and method of analyzing user's hair coverage and/or scalp coverage conditions provides improved sensitivity to assess real life hair conditions, and providing such analysis results. By the use of a deep neural network (DNN) in the method and the system, to provide an user with hair analysis of how the user looks from an image in which the user's hair coverage and/or scalp coverage on top of head are shown. This DNN based system uses very little image pre-processing that reduces the dependence on pre-determined information about the image and helps to generalize, thus, evaluating consumer hair and/or scalp conditions with improved sensitivity to assess real life hair and/or scalp conditions.
It is to be understood that both the foregoing general description and the following detailed description describe various non-limiting examples and are intended to provide an overview or framework for understanding the nature and character of the claimed subject matter. The accompanying drawings are included to provide a further understanding of various non-limiting examples, and are incorporated into and constitute a part of this specification. The drawings illustrate various non-limiting examples described herein, and together with the description serve to explain the principles and operations of the claimed subject matter.
“Deep neural network” is a type of feed-forward artificial neural network with multiple layers of neurons or units that build a hierarchy of learned features or concepts representing the input. Examples of these DNN could be Convolutional Neural Networks (CNN) or Deep Capsule Networks (DCN).
“Coupled,” when referring to various components of the system herein, means that the components are in electrical, electronic, and/or mechanical communication with one another.
“Data augmentation” means altering data associated with a training image or other image to create additional samples for the image.
“Feature vector” means a series of features that contain information describing one or more characteristics of an object in a digital image. Each feature in the feature vector is typically represented by one or more numbers, but any suitable indicator may be used, as desired (letters, symbols, colors, etc.)
“Image capture device” means a device such as a digital camera capable of capturing an image of a user; further could be a “Video Capture Device” such as a digital camera capable of capturing a video of a user; further could be a 3-D Image Capture Device.
“Macro features” are relatively large bodily features found on or at top of head or near the face of a human. Macro features include, without limitation, top of head, face shape, ears, eyes, mouth, nose, hair, and eyebrows.
“Micro features” are features such as scalp area, hair amount, hair thickness amount, hair coverage, scalp coverage, hair partition. Micro features do not include macro features.
“Model” herein refers to a mathematical equation, algorithm, or computer software used to predict, describe, or imitate a set of circumstances, a system, or a naturally occurring phenomenon.
“Selfie” refers to a digital image, digital video, still image or 3-D scan of a person taken by that person, taken by another person, or an automated image capture system (e.g., photo booth or security camera). Further, the selfie may include a digital image, digital video, still image or 3-D scan of the top of the head of a person,
“User” herein refers to a person who uses at least the features provided herein, including, for example, a device user, a product user, a system user, and the like.
Building the Model
The inputs used to train the diagnostic model may be images, videos, 3D scans, etc. of at least the top-of-the-head from hundreds of individuals (covering variations in gender, ethnicity, hair color, location, backdrop, etc.). These inputs may be graded for hair-coverage by a panel of expert graders or a crowd of novice graders, also known as crowd sourcing. One approach may be to arrange the inputs into groups based on hair-coverage patterns (e.g. low, medium, high, etc.). Another approach may be to use a pairwise comparison method where a pair of inputs is shown to a grader and they are asked to choose the one with higher (or lower) hair-coverage. A collection of these pairwise choices from single or multiple graders may be aggregated into a hair-coverage score or rank for individuals whose inputs are graded. The hair-coverage scale or scores or ranks may be further binned into a few hair-coverage levels (e.g., 0 to 3) or used as a continuous hair-coverage value (e.g., 0 to 1). The inputs along with their corresponding hair-coverage group labels or levels or scores may then be used to train a deep neural network model to predict the hair-coverage label, level, or score given an input. Separate hair-coverage prediction models may be trained for individuals with different attributes such as gender, ethnicities, etc. A pre-step of the diagnostic process may include asking the individual to specify these attributes (such as gender, ethnicity, etc.) or use a separate deep neural network model to predict these attributes from the input so as to direct the input to the corresponding attribute-specific hair-coverage model.
Another pre-step of the diagnostic may include the identification of input quality issues (e.g., input is too blurry, too dark, too bright, does not have top-of-the-head clearly included, etc.) and providing correction feedback to generate improved inputs. The input quality identification may also be predicted via a deep neural network model trained on inputs with the corresponding input quality issue labels.
Neural Network
In the present invention, for a neural network, takes an input (e.g. an image) and produces an output (e.g. a prediction about the image like classifying its content). This consists of several (hence “deep”) “hidden” (or intermediate) layers that successively transform the input data (e.g. pixel values) to produce an output value (e.g. probability of image classification). The weights or parameters of the hidden layers are “learned” (e.g. gradient descent by backpropagation) by showing the network input-output pairs (hence labeled data is needed—e.g. images with class labels). The idea of using depth (multiple hidden layers) is to create a hierarchy of learned features/layers that would build on each other to produce a complex understanding of the input (e.g. from raw pixels in image→identifying lines/edges/colors→object parts (circle/square)→small objects (wheel/window)→larger objects/scene (car)).
Convolutional Neural Network (CNN)
In the present invention, for a convolutional neural network (CNN) the hidden layers use a specific operation called a “convolution” to only process data for a “receptive field” (for example, a convolutional kernel could “look” at a 3×3 pixel window in the input image at a time and apply a transformation locally and repeat this process same across the whole image grid). Typically, a CNN can include several successive convolution, pooling, activation layers (for feature extraction) leading up to fully-connected layers that produces the desired output (for prediction).
Capsule Network (CapsNet)
In the present invention, CNNs may not directly use the relative relationship of learned features (e.g. eyes are above nose and mouth) to do classification. Capsule network (CapsNets) try to explicitly learn the pose (translation and rotation) of object parts in composing a complex object. CapsNets can therefore potentially use much fewer labeled examples to achieve the same classification performance of CNNs.
Image Capture Unit
The image capture unit is used to capture an image of a user and to send the image to a hair analysis unit.
The image of the user herein is an image showing user's top of head, or a 3-D video of a whole head, or user's hair and face. In the image, it may be a ratio of the face size to the image size ratio is around 20% to 70%, so that the image shows more than 70% of the outline of the hair, or more than 80%, or more than 90%, or more than 95% of the outline of the hair. The image herein can be anything such as selfie and video. The image may further undergo a quality check or pre-processing to insure a full hair view of acceptable quality is present. The image may have an automatic guidance to capture an optimal head selfie. A non-limiting example would be such guidance could be an automatic number such a measured distance from a camera or a certain angle or via an audio command. Another non-limiting example would be guidance to adjust for lighting conditions. Further, for hair coverage on a scalp, the image may further look at different zones on the scalp, for example, which area on the scalp may have less or more hair coverage, and accessing a certain zone for measures which may lead to a product recommendation.
The image capture unit can be connected to the hair analysis unit by wired or wireless connection.
Q&A User Interface Unit
This unit, which is optionally included into the system and/or method of the present invention, is to provide a question for the user at the user interface; to receive an answer from the user; and to send the answer to a hair analysis unit.
This unit can provide a list of questions for the consumer at the user interface, wherein each question having a defined set of answers; to send the answer chosen by the consumer at the user interface to the hair analysis unit.
Questions herein are, for example, those relating to use's hair coverage and/or scalp coverage conditions, those relating to user's habit associated with hair; those relating to user's product preference, those relating to user's hair style preference, those relating to user's geographic information, those relating to user's gender, those relating to user's age; those relating to user's life style.
The answer can be utilized for providing hair analysis result at the hair coverage and/or scalp coverage analysis unit. The answer can be sent to the hair analysis unit in any form, for example, can be sent as it is, or can be sent as a score calculated from the answer.
The Q&A interface unit can be connected with the hair coverage and/or scalp coverage analysis unit by wired or wireless connection. The Q&A interface unit can be connected with the image capture unit by wired or wireless connection, or can be independent from the image capture unit, or can be physically located together with the image capture unit, for example, within the same mobile computing device.
Hair Analysis Unit
The hair analysis unit is to analyze the user's hair coverage and/or scalp coverage condition based on the image of at least the top of the head of a user by using a deep neural network; and to provide an analysis result to a display unit wherein the analysis result is at least one of the followings: the analyzed hair coverage and/or scalp coverage condition; hair prediction based on the analyzed hair coverage and/or scalp coverage condition; hair product recommendation based on the analyzed hair coverage and/or scalp coverage condition; hair product usage recommendation based on the analyzed hair coverage and/or scalp coverage condition; and hair style recommendation based on the analyzed hair coverage and/or scalp coverage condition.
The hair analysis unit additionally may preprocess the image, wherein preprocessing comprises: determining an anchor feature on the image and altering the image to place the anchor feature in a predetermined position.
The hair condition analysis may be made in the hair analysis unit by the steps comprising:
Preprocessing;
Applying a deep neural network (DNN) to extract micro and micro features including both face and hair features; and
Providing analyzed hair coverage and/or scalp coverage conditions.
Hair conditions to be analyzed herein are at least one of the followings: hair and/or scalp coverage, scalp area, hair amount, hair thickness amount, hair partition and combinations thereof.
For the analysis of these hair coverage and/or scalp coverage conditions, the present invention can provide improved sensitivity by incorporation of the capture of an image of at least the top of the head of a user.
Hair prediction, hair product recommendation, hair product usage recommendation, and hair style recommendation are all based on such analyzed hair coverage and/or scalp coverage condition.
The hair analysis unit can be connected with the display unit by wired or wireless connection.
Display Unit
The display unit is to display the analysis result to the user, wherein the analysis result is at least one of the followings: the analyzed hair coverage and/or scalp coverage condition which may include hair and/or scalp coverage, scalp area, hair amount, hair thickness amount, hair partition and combinations thereof; hair prediction based on the analyzed hair coverage and/or scalp coverage condition; hair product recommendation based on the analyzed hair coverage and/or scalp coverage condition; hair product usage recommendation based on the analyzed hair coverage and/or scalp coverage condition; and hair style recommendation based on the analyzed hair coverage and/or scalp coverage condition.
The display showing the hair product recommendation and/or hair product usage recommendation, also shows an option for the user to purchase the product.
The analysis result can be shown, for example, by numerical data such as absolute values, relative values, indexes, and/or colors with or without indications. Alternatively, or concurrently, the analyzed hair coverage and/or scalp coverage condition can be shown, for example, by cartoon, and/or by indication and/or highlight on the image to show the area for improvement.
The display unit can be physically located together with the image capture unit and/or the Q&A user interface unit, for example, within the same mobile computing device. Alternatively, the display unit can be located separately from any of them.
The systems and methods herein may use a trained a deep neural network such as a CNN or DCN, to analyze hair conditions of a user by analyzing a captured image of the user. The CNN comprises multiple layers of neuron collections that use the same filters for each pixel in a layer. Using the same filters for each pixel in the various combinations of partially and fully connected layers reduces memory and processing requirements of the system.
In some instances, the system may include a preprocessing stage followed by a stage for CNN or DCN training and image analysis. During preprocessing, one or more hair features common to most users, such as scalp area, hair amount, hair thickness amount, hair coverage, scalp coverage, hair partition, (“anchor features”), in a received image may be detected. The system may detect the anchor feature(s) using known edge detection techniques, shape detection techniques, and the like. Based on the location of the anchor feature(s), the image may be scaled and rotated to make the image substantially level and with the anchor feature(s) arranged in a predetermined position in the final image. In this way, training images can be consistently aligned, thus providing more consistent training and analysis. The image may then be cropped to a predetermined area of pixels as input for further processing.
Preprocessing may also include image normalization. For example, global contrast normalization may be utilized to standardize the training images (and/or images of users) to address the variability that could be introduced by real life selfie capture condition.
In some instances, data augmentation may be performed to create additional samples from an inputted image. The additional samples are used to train the CNN or DCN to tolerate variation in input images. This helps improve the accuracy of the model. In other words, the CNN or DCN is able to extract the information & relationships of important features necessary for a suitable analysis in spite of differences in, for example, the way people take photographs, the conditions in which photos are taken, and the hardware used to take a photo. The additional samples generated by data augmentation can also force the CNN or DCN to learn to rely on a variety of features for hair condition analysis rather than one particular feature, and may prevent over-training of the CNN or DCN. Some non-limiting examples of data augmentation include randomly enlarging or shrinking the image, randomly rotating the image in a clockwise or counter-clockwise direction, randomly cropping the image, and/or randomly changing the saturation and/or exposure of the image. In some instances the image data may be augmented by subjecting the input image to random vertical dropout, in which a random column of pixels is removed from the image.
The CNN or DCN herein may be trained using a deep learning technique, which allows the CNN or DCN to learn what portions of an image contribute to skin, face features, hair characteristics, etc., much in the same way as a mammalian visual cortex learns to recognize important features in an image. In some instances, the CNN training may involve using mini-batch stochastic gradient descent (SGD) with Nesterov momentum (and/or other algorithms). An example of utilizing a stochastic gradient descent is disclosed in U.S. Pat. No. 8,582,807.
DCN is composed of many capsules. A capsule is a small group of neurons that learns to detect a particular object (e.g., a rectangle) within a given region of the image, and it outputs a vector (e.g., an 8-dimensional vector) whose length represents the estimated probability that the object is present, and whose orientation (e.g., in 8D space) encodes the object's pose parameters (e.g., precise position, rotation, etc.). Much like a regular neural network, a DCN is organized in multiple layers. The capsules in the lowest layer are called primary capsules: each of them receives a small region of the image as input (called its receptive field), and it tries to detect the presence and pose of a particular pattern, for example a rectangle. Capsules in higher layers, called routing capsules, detect larger and more complex objects, such as boats. The primary capsule layer may be implemented using a few regular convolutional layers. For example, two convolutional layers could be used that output 256 6×6 features maps containing scalars. These feature maps could be reshaped to get 32 6×6 maps containing 8-dimensional vectors. Finally, a squashing function may be applied to ensure these vectors have a length between 0 and 1 (to represent a probability).
The capsules in the next layers may also try to detect objects and their pose using an algorithm called routing by agreement. The routing-by-agreement algorithm may involve a few iterations of agreement-detection+routing-update (this may happen for each prediction, not just once, and not just at training time).
Source: www.oreilly.com/ideas/introducing-capsule-networks
In some instances, the DNN may be trained by providing an untrained DNN with a multitude of captured images to learn from. In some instances, the DNN can learn to identify portions of an image that contribute to a particular hair coverage and/or scalp coverage condition through a process called supervised learning. “Supervised learning” generally means that the DNN is trained by analyzing images in which the hair coverage and/or scalp coverage of the person in the image is predetermined. Depending on the accuracy desired, the number of training images may vary from a few images to a multitude of images (e.g., hundreds or even thousands) to a continuous input of images (i.e., to provide continuous training).
The systems and methods herein utilize a trained DNN that is capable of accurately analyzing hair condition of a user for a wide range of hair types and styles. To provide analyzed hair condition, an image of a user is forward-propagating through the trained DNN. The DNN analyzes the image and identifies portions of the image that contribute to the hair condition such as hair coverage and/or scalp coverage. The DNN then uses the identified portions to analyze hair condition of the user.
In some instances, the DNN analysis, analyzed hair coverage and/or scalp condition and/or target condition, optionally in conjunction with habits and practices input provided by a user, can be used to help provide a hair prediction, hair care product recommendation, hair product usage recommendation and/or hair style recommendation.
The mobile computing device 2 may be a mobile telephone, a tablet, a laptop, a personal digital assistant and/or other computing device configured for capturing, storing, and/or transferring an image such as a digital photograph. Accordingly, the mobile computing device 2 may include an image capture device 3 such as a digital camera and/or may be configured to receive images from other devices. The mobile computing device 2 may include a memory component 7A, which stores image capture logic 8A and interface logic 8B. The memory component 7A may include random access memory (such as SRAM, DRAM, etc.), read only memory (ROM), registers, and/or other forms of computing storage hardware. The image capture logic 8A and the interface logic 8B may include software components, hardware circuitry, firmware, and/or other computing infrastructure, as described herein. As described in more detail below, the image capture logic 8A may facilitate capturing, storing, preprocessing, analyzing, transferring, and/or performing other functions on a digital image of a user. The interface logic 8B may be configured for providing one or more user interfaces to the user, which may include questions, options, and the like. The mobile computing device 2 may also be configured for communicating with other computing devices via the network 1.
The remote computing device 4 may also be coupled to the network 1 and may be configured as a server (or plurality of servers), personal computer, mobile computer, and/or other computing device configured for creating and training a convolutional neural network capable of analyze hair conditions of a user by identifying portions of a captured image that contribute to a particular hair condition. The remote computing device 4 may include a memory component 7B, which stores training logic 8C and analyzing logic 8D. The training logic 8C may facilitate creation and/or training of the DNN, and thus may facilitate creation of and/or operation of the DNN. For example, the DNN may be stored as logic 8C, 8D in the memory component 7B of a remote computing device 4. The analyzing logic 8D may cause the remote computing device 4 to receive data from the mobile computing device 2 (or other computing device) and process the received data for providing analyzed hair coverage and/or scalp coverage, product recommendation, hair style recommendation, etc.
The system 10 may also include a kiosk computing device 5, as illustrated in
A training computing device 6 may be coupled to the network 1 to facilitate training of the DNN. For example, a trainer may provide one or more digital images of a face or skin or hair to the DNN via the training computing device 6. The trainer may also provide information and other instructions to inform the DNN which assessments are correct and which assessments are not correct. Based on the input from the trainer, the DNN may automatically adapt, as described in more detail below.
It should be understood that while the kiosk computing device 5 is depicted as a vending machine type of device, this is a non-limiting example. Further non-limiting examples may utilize a mobile device that also provides payment and/or production dispensing. Similarly, the kiosk computing device 5, the mobile computing device 2, and/or the training computing device 6 may be utilized for training the DNN. As a consequence, the hardware and software depicted for the mobile computing device 2 and the remote computing device 4 may be included in the kiosk computing device 5, the training computing device 6, and/or other devices. Similarly, a hardware and software may be included in one or more of the mobile computing device 2, the remote computing device 4, the kiosk computing device 5, and the training computing device 6.
It should also be understood that while the remote computing device 4 is depicted in
A. A hair analysis system comprising:
and to provide an analysis result to a display unit wherein the analysis result is at least one of the followings:
B. The system according to Paragraph A, wherein the deep neural network is trained on class labels acquired by crowd sourcing.
C. The system according to Paragraph A-B, wherein the system further comprises a Q&A user interface unit to provide a question for the user at the user interface; to receive an answer from the user; and to send the answer to the analysis unit.
D. The system according to Paragraph A-C, wherein the answer is utilized for providing the analysis result.
E. The system according to Paragraph A-D, wherein the system using a Convolutional Neural Network.
F. The system according to Paragraph A-E, wherein the system using a Deep Capsule Network.
G. The system according to Paragraph A-F, wherein the display showing the hair product recommendation and/or hair product usage recommendation, also shows an option for the user to purchase the product.
H. The system according to Paragraph A-G, wherein the hair coverage and/or scalp coverage to be analyzed is at least one of the followings: hair and/or scalp coverage, scalp area, hair amount, hair thickness amount, hair partition and combinations thereof.
I. A hair analysis method according to Paragraph A-H, comprising:
J. The method according to Paragraph A-I, the deep neural network is trained on class labels acquired by crowd sourcing.
K. The method according to Paragraph A-J, wherein the method further comprises a step at Q&A user interface unit to provide a question for the user; to receive an answer from the user; and to send the answer to the analysis unit.
L. The method according to Paragraph A-K, wherein the answer is utilized for providing the analysis result.
M. The method according to Paragraph A-L, wherein the display unit showing the hair product recommendation and/or hair product usage recommendation, also shows an option for the user to purchase the product.
N. The method according to Paragraph A-M, wherein the hair coverage and/or scalp coverage to be analyzed is at least one of the followings: hair and/or scalp coverage, scalp area, hair amount, hair thickness amount, hair partition and combinations thereof.
The dimensions and values disclosed herein are not to be understood as being strictly limited to the exact numerical values recited. Instead, unless otherwise specified, each such dimension is intended to mean both the recited value and a functionally equivalent range surrounding that value. For example, a dimension disclosed as “40 mm” is intended to mean “about 40 mm.”
Every document cited herein, including any cross referenced or related patent or application and any patent application or patent to which this application claims priority or benefit thereof, is hereby incorporated herein by reference in its entirety unless expressly excluded or otherwise limited. The citation of any document is not an admission that it is prior art with respect to any invention disclosed or claimed herein or that it alone, or in any combination with any other reference or references, teaches, suggests or discloses any such invention. Further, to the extent that any meaning or definition of a term in this document conflicts with any meaning or definition of the same term in a document incorporated by reference, the meaning or definition assigned to that term in this document shall govern.
While particular embodiments of the present invention have been illustrated and described, it would be obvious to those skilled in the art that various other changes and modifications can be made without departing from the spirit and scope of the invention. It is therefore intended to cover in the appended claims all such changes and modifications that are within the scope of this invention.
Number | Name | Date | Kind |
---|---|---|---|
2946725 | Norris | Jul 1960 | A |
3070510 | Cooley | Dec 1962 | A |
3429963 | Shedlovsky | Feb 1969 | A |
3506720 | Model et al. | Apr 1970 | A |
3535421 | Briner | Oct 1970 | A |
3538230 | Pader | Nov 1970 | A |
3678154 | Widder | Jul 1972 | A |
3689637 | Pader | Sep 1972 | A |
3696191 | Weeks | Oct 1972 | A |
3711604 | Colodney et al. | Jan 1973 | A |
3737533 | Moon et al. | Jun 1973 | A |
3862307 | Di | Jan 1975 | A |
3911104 | Harrison | Oct 1975 | A |
3935306 | Roberts et al. | Jan 1976 | A |
3959458 | Agricola | May 1976 | A |
3988443 | Ploger et al. | Oct 1976 | A |
3991177 | Vidra et al. | Nov 1976 | A |
4040858 | Wason | Aug 1977 | A |
4051234 | Gieske | Sep 1977 | A |
4058595 | Colodney | Nov 1977 | A |
4138477 | Gaffar | Feb 1979 | A |
4154815 | Pader | May 1979 | A |
4183914 | Gaffar | Jan 1980 | A |
4304766 | Chang | Dec 1981 | A |
4355022 | Rabussay | Oct 1982 | A |
4590066 | Parran, Jr. et al. | May 1986 | A |
4627977 | Gaffar | Dec 1986 | A |
4661341 | Benedict et al. | Apr 1987 | A |
4846650 | Benedict et al. | Jul 1989 | A |
4877603 | Degenhardt | Oct 1989 | A |
4980153 | Jackson et al. | Dec 1990 | A |
4992420 | Neeser | Feb 1991 | A |
5000939 | Dring et al. | Mar 1991 | A |
5037637 | Gaffar et al. | Aug 1991 | A |
5626838 | Cavanaugh, Jr. | May 1997 | A |
5827505 | Hughes et al. | Oct 1998 | A |
5939052 | White, Jr. et al. | Aug 1999 | A |
6251372 | Witt et al. | Jun 2001 | B1 |
6707929 | Marapane | Mar 2004 | B2 |
7079158 | Lambertsen | Jul 2006 | B2 |
7104800 | Ortiz-valero | Sep 2006 | B2 |
7435794 | Lukyanov et al. | Oct 2008 | B2 |
7437344 | Peyrelevade | Oct 2008 | B2 |
8119162 | Miksa | Feb 2012 | B2 |
8168600 | Dokka | May 2012 | B2 |
8241651 | Lahann | Aug 2012 | B2 |
8338115 | Adler | Dec 2012 | B2 |
8360973 | Bazin | Jan 2013 | B2 |
8484155 | Yamaguchi | Jul 2013 | B2 |
8871920 | Purschke | Oct 2014 | B2 |
9457071 | Hide | Oct 2016 | B2 |
9518265 | Hohlig | Dec 2016 | B2 |
9709576 | Hide | Jul 2017 | B2 |
9732348 | Cauchard | Aug 2017 | B2 |
9902961 | Dausse | Feb 2018 | B2 |
9976145 | Jarosch | May 2018 | B2 |
9996674 | Segman | Jun 2018 | B2 |
10001496 | Jung | Jun 2018 | B2 |
10231531 | Witchell | Mar 2019 | B2 |
10650289 | Szegedy | May 2020 | B2 |
10676396 | Johannsmann et al. | Jun 2020 | B2 |
10994919 | Hochberg et al. | May 2021 | B2 |
20020065452 | Bazin | May 2002 | A1 |
20020150287 | Kobayashi | Oct 2002 | A1 |
20020183988 | Skaanning | Dec 2002 | A1 |
20030014324 | Donovan | Jan 2003 | A1 |
20040236592 | Aleles | Nov 2004 | A1 |
20060085274 | Sottery | Apr 2006 | A1 |
20060149151 | Ladjevardi | Jul 2006 | A1 |
20060178904 | Aghassian | Aug 2006 | A1 |
20070054261 | Sherman | Mar 2007 | A1 |
20070058858 | Harville | Mar 2007 | A1 |
20080097814 | Koustoumbard | Apr 2008 | A1 |
20080152600 | Huang et al. | Jun 2008 | A1 |
20100106679 | Yamaguchi | Apr 2010 | A1 |
20100254581 | Neeser | Oct 2010 | A1 |
20110016001 | Schieffelin | Jan 2011 | A1 |
20120041282 | Nichol | Feb 2012 | A1 |
20120190627 | Delattre | Jul 2012 | A1 |
20120320191 | Meschkat | Dec 2012 | A1 |
20130323242 | Everett | Dec 2013 | A1 |
20130332451 | Camplejohn et al. | Dec 2013 | A1 |
20140028822 | Khadavi | Jan 2014 | A1 |
20140081035 | Krishnan | Mar 2014 | A1 |
20140216492 | Magri | Aug 2014 | A1 |
20140378810 | Davis | Dec 2014 | A1 |
20150045631 | Ademola | Feb 2015 | A1 |
20150217465 | Krenik | Aug 2015 | A1 |
20150329863 | Cauchard et al. | Nov 2015 | A1 |
20150353933 | Miyakawa et al. | Dec 2015 | A1 |
20160061602 | Fessi | Mar 2016 | A1 |
20160326530 | Dausse et al. | Nov 2016 | A1 |
20170004558 | Abramowitz | Jan 2017 | A1 |
20170107515 | Eberly et al. | Apr 2017 | A1 |
20170270593 | Sherman | Sep 2017 | A1 |
20180040052 | Robinson | Feb 2018 | A1 |
20180040053 | Robinson | Feb 2018 | A1 |
20180116583 | Cook | May 2018 | A1 |
20180140248 | Chandra | May 2018 | A1 |
20180223285 | Hohlig | Aug 2018 | A1 |
20180225673 | Dubey | Aug 2018 | A1 |
20180235535 | Cook | Aug 2018 | A1 |
20180247365 | Cook | Aug 2018 | A1 |
20180253866 | Jain | Sep 2018 | A1 |
20180349979 | Robinson | Dec 2018 | A1 |
20190035149 | Chen | Jan 2019 | A1 |
20190048348 | Velasquez | Feb 2019 | A1 |
20190048349 | Velasquez et al. | Feb 2019 | A1 |
20190112593 | Penner | Apr 2019 | A1 |
20190183232 | Knuebel et al. | Jun 2019 | A1 |
20190209077 | Charraud | Jul 2019 | A1 |
20190350514 | Purwar | Nov 2019 | A1 |
20190355119 | Hu | Nov 2019 | A1 |
20200000697 | Velasquez et al. | Jan 2020 | A1 |
20200002703 | Velasquez | Jan 2020 | A1 |
20200055659 | Hochberg | Feb 2020 | A1 |
20200330353 | Velasquez et al. | Oct 2020 | A1 |
20210059754 | Kasprzak | Mar 2021 | A1 |
20210106696 | Dalma-weiszhausz et al. | Apr 2021 | A1 |
Number | Date | Country |
---|---|---|
104586362 | May 2015 | CN |
105441213 | Mar 2016 | CN |
102017214250 | Feb 2019 | DE |
3020465 | Oct 2015 | FR |
490384 | Aug 1938 | GB |
2004354207 | Dec 2004 | JP |
3163309 | Sep 2010 | JP |
2017009426 | Jan 2017 | JP |
2018041434 | Mar 2018 | JP |
2019212073 | Dec 2019 | JP |
2020171428 | Oct 2020 | JP |
101456942 | Nov 2014 | KR |
102047237 | Dec 2019 | KR |
2306921 | Sep 2007 | RU |
I670047 | Sep 2019 | TW |
9960167 | Nov 1999 | WO |
0187245 | Nov 2001 | WO |
0191602 | Dec 2001 | WO |
02083737 | Oct 2002 | WO |
2006055902 | May 2006 | WO |
2010006215 | Jan 2010 | WO |
2011085727 | Jul 2011 | WO |
2015140722 | Sep 2015 | WO |
2016176203 | Nov 2016 | WO |
2017139417 | Aug 2017 | WO |
2017207455 | Dec 2017 | WO |
2018173073 | Sep 2018 | WO |
2018202065 | Nov 2018 | WO |
2019177451 | Sep 2019 | WO |
Entry |
---|
Ramos et al., “Female Pattern Hair Loss: a clinical and pathophysiological review”, ABD: Anais Brasileiros De Dermatologia, Official publication of the Brazilian Society of Dermatology, Jul.-Aug. 2015, pp. 1-29. (Year: 2015). |
Geron, “Introducing capsule networks”, O'Reilly, https://www.oreilly.com/content/introducing-capsule-networks/, Feb. 6, 2018, pp. 1-7. (Year: 2018). |
All Office Actions; U.S. Appl. No. 16/441,749. |
International Search Report and Written Opinion; Application No. PCT/US2019/032404; dated Jul. 30, 2019; 11 pages. |
Schwartz, J.R. et al., “The role of oxidative damage in poor scalp health: ramifications to causality and associated hair growth”, International Journal of Cosmetic Science, vol. 37, No. Suppl. 2, Sp. Iss. SI, Dec. 2015, pp. 9-15. |
U.S. Unpublished U.S. Appl. No. 16/953,385, filed Nov. 20, 2020, to Supriya Punyani et al. |
Unpublished U.S. Appl. No. 16/587,224, filed Sep. 30, 2019, to Robert Joseph Senior, et al. |
“Jack Florek '17 presents at ACS in San Francisco”, Emmanuel College, retrieved from http://gerdonlab.blogs.emmanuel.edu/2017/04/04/jack-florek-17-presents-acs-san-francisco/, Oct. 15, 2018, 6 pages. |
All Office Actions, U.S. Appl. No. 16/587,224. |
All Office Actions, U.S. Appl. No. 16/953,385. |
Bawazer et al., “Efficient Selection of Biomineralizing DNA Aptamers Using Deep Sequencing and Population Clustering”, ACS Nano, vol. 8, No. 1, 2014, pp. 1-10. |
Database WPI, XP002785798, Week 201649, 2017, Thomson Scientific, London GB, AN 2016-20069A. |
Eifler, Electronic Nose-Based Fusarium Detection and Deoxynivalenol Aptamer Development, Dissertation, Jul. 2014, 106 pages. |
Fujii et al., “Pesticide vapor sensing using an aptamer, nanopore, and agarose gel on a chip”, Lab on a Chip, vol. 17, No. 14, 2017, pp. 2421-2425. |
Gao et al., “Post-Selex optimization of aptamers”, Analytical and Bioanalytical Chemistry, Springer, vol. 408, No. 17, 2016, pp. 4567-4573. |
Hasegawa et al., “Methods for Improving Aptamer Binding Affinity”, Molecules, vol. 21, No. 4, 2016, pp. 1-15. |
Hurot et al., “Bio-Inspired Strategies for Improving the Selectivityand Sensitivity of Artificial Noses: A Review”, Sensors, vol. 20, No. 6, 2020, pp. 1-28. |
Janas et al., “The selection of aptamers specific for membrane molecular targets”, Cellular & Molecular Biology Letters, vol. 16, No. 1, 2011, pp. 25-39. |
John et al., “ANYL 154: DNA aptamers that bind with high affinity to hydroxyapatite”, ACS National Meeting & Exposition; 253rd National Meeting of The American-Chemical-Society (ACS) on Advanced Materials, Technologies, Systems, and Processes, American Chemical So, vol. 253, Apr. 2017, p. ANYL154. |
Komarova et al., “Selection, Characterization, and Application ofssDNA Aptamer against Furaneol”, Molecules, vol. 23, No. 12, 2018, pp. 1-15. |
Kuznetsov et al., “Aptamer based vanillin sensor using an ion-sensitive field-effect transistor”, Microchimica Acta, vol. 185, No. 1, 2017, 26 pages. |
Li et al., “VEGF induces proliferation of human hair follicle dermal papilla cells through VEGFR-2-mediated activation of ERK”, Experimental Cell Research, vol. 318, No. 14, 2012, pp. 1633-1640. |
Low et al., “DNA aptamers bind specifically and selectively to (1-3)-beta-d-glucans”, Biochemical and Biophysical Research Communications, vol. 378, No. 4, 2009, pp. 701-705. |
Nonaka et al., “Screening and improvement of an anti-VEGF DNA aptamer”, Molecules, vol. 15, No. 1, 2010, pp. 215-225. |
Pillaiyar et al., “Downregulation of melanogenesis: drug discovery and therapeutic options”, Drug Discovery Today, vol. 22, No. 2, Feb. 2017, pp. 282-298. |
Shibata et al., “The cell wall galactomannan antigen from Malassezia furfur and Maiassezia pachydermatis contains-1,6-linked linear galactofuranosyl residues and its detection has diagnostic potential”, Microbiology, vol. 155, No. 10, 2009, pp. 3420-3429. |
Tang et al., “Improved detection of deeply invasive candidiasis with DNA aptamers specific binding to (1-3)-[beta]-D-glucans from Candida albicans”, European Journal of Clinical Microbiology & Infectious diseases, vol. 35, No. 4, 2016, pp. 587-595. |
Velegraki et al., “Malassezia Infections in Humans and Animals: Pathophysiology, Detection and Treatment”, PLOS Pathogens, vol. 11, No. 1, Jan. 2015, pp. 1-6. |
“How C-Lab is Preparing for a Future Full of Potential—Part 1: C-Lab Inside”, Samsung Newsroom, 5 pgs, Jan. 2, 2020. |
All Office Actions; U.S. Appl. No. 17/230,121. |
All Office Actions; U.S. Appl. No. 17/326,505. |
All Office Actions; U.S. Appl. No. 17/386,580. |
Aram Huvis Co., Ltd, Aram HUVIS' skin & Hair Analysis System, APM (Aramo Professional Microscope), Jun. 15, 2017, 1 pg. |
Artificial Intelligence in Skin and Hair Diagnnostic Technology, year 2020, 1 pg. |
Benhabiles et al., “Deep learning based detection of hair loss levels from facial images”, year 2019, 6 pgs. |
Chang et al., “A mobile device-based hairy scalp diagnosis system using deep learning techniques”, IEEE 2nd Global Conference on Life Sciences and Technologies, year 2020, pp. 145-146. |
H. Shih, “A precise automatic system for the hair assessment in hair-care diagnosis applications”, Skin Research and Technology, 2015, pp. 500-507. |
Huang et al., “A cloud-based intelligent skin and scalp analysis system”, Dec. 2018, 5 pages. |
Illuminate, powerpoint presentation, property of Aduivo Diagnostics PVT LTD, 10 pgs. |
Infusing Technology to advance the growth of the Hair Care Industry, HairAnalysis-KritiKal, Year 2021, 4 pgs. |
Lee et al., “An intelligent hair and scalp analysis system using camera sensors and Norwood-Hamilton model”, International Journal of Innovative Computing, Information and Control, vol. 14, No. 2, pp. 503-518, Apr. 2018. |
Su et al., “An Intelligent Scalp Inspection and Diagnosis System for Caring Hairy Scalp Health”, pp. 508-509, 2018. |
U.S. Unpublished U.S. Appl. No. 17/230,121, filed Apr. 14, 2021, to first inventor Supriya Punyani et al. |
U.S. Unpublished U.S. Appl. No. 17/326,505, filed May 21, 2021, to first inventor Supriya Punyani et al. |
U.S. Unpublished U.S. Appl. No. 17/386,580, filed Jul. 28, 2021, to Ankur Purwar et al. |
Wan-Jung Chang et al., “Scalp Eye: A Deep Learning Based Scalp Hair Inspection and Diagnosis System for Scalp Health”, IEEE Access, Jul. 21, 2020, vol. 8, Digital Object Identifier 10.1109/Access.2020.3010847, pp. 134826-134837. |
Wang et al., “Development and experimental evaluation of machine-learning techniques for an intelligent hairy scalp detection system”, Applied Sciences, Year 2018, 28 pgs. |
“Connected scalp advisor shows root of the problem” URL Link: https://www.youtube.com/watch?v=Y-oAEiCO1-g, Jan. 9, 2019. |
Number | Date | Country | |
---|---|---|---|
20190355115 A1 | Nov 2019 | US |
Number | Date | Country | |
---|---|---|---|
62672791 | May 2018 | US |