1. Field of the Invention
The invention relates to face detection and recognition, particularly under uneven illumination conditions
2. Description of the Related Art
Viola-Jones proposes a classifier chain consisting of a series of sequential feature detectors. The classifier chain rejects image patterns that do not represent faces and accepts image patterns that do represent faces.
A problem in face recognition processes arises when faces that are unevenly illuminated are distributed in a large area of face space making correct classification difficult. Faces with similar illumination tend to be clustered together and correct clustering of images of the same person is difficult. It is desired to be able to detect faces with uneven illumination within images, or where another difficult characteristic of a face exists such as a face having a non-frontal pose. It is also desired to have a method to normalize illumination on faces, for example, for use in face recognition and/or other face-based applications.
A face illumination normalization method is provided. A digital image is acquired including data corresponding to a face that appears to be illuminated unevenly. One or more uneven illumination classifier programs are applied to the face data, and the face date is identified as corresponding to a face. An uneven illumination condition is also determined for the face as a result of the applying of the one or more uneven illumination classifier programs. The uneven illumination condition of the face is corrected based on the determining to thereby generate a corrected face image appearing to have more uniform illumination. The method also includes electronically storing, transmitting, applying a face recognition program to, editing, or displaying the corrected face image, or combinations thereof.
A face recognition program may be applied to the corrected face image. The detecting of the face and the determining of the uneven illumination condition of the face may be performed simultaneously. A set of feature detector programs are applied to reject non-face data from being identified as face data.
A front illumination classifier program may be also applied to the face data. An illumination condition may be determined based on acceptance of the face data by one of the classifier programs. The digital image may be one of multiple images in a series that include the face, and the correcting may be applied to a different image in the series than the digital image within which the illuminating condition is determined.
The uneven illumination classifier programs may include a top illumination classifier, a bottom illumination classifier, and one or both of right and left illumination classifiers. A front illumination classifier program may be applied to the face data. Two or more full classifier sets may be applied after determining that no single illumination condition applies and that the face data is not rejected as a face.
A face detection method is also provided. The face detection method includes acquiring a digital image and extracting a sub-window from the image. Two or more shortened face detection classifier cascades are applied that are trained to be selectively sensitive to a characteristic of a face region. A probability is determined that a face with a certain form of the characteristic is present within the sub-window. An extended face detection classifier cascade is applied that is trained for sensitivity to the certain form of the characteristic. A final determination is provided that a face exists within the image sub-window. The method is repeated one or more times for one or more further sub-windows from the image and/or one or more further characteristics.
The characteristic or characteristics may include a directional illumination of the face region, an in-plane rotation of the face region, a 3D pose variation of the face region. a degree of smile, a degree of eye-blinking, a degree of eye-winking, a degree of mouth opening, facial blurring, eye-defect, facial shadowing, facial occlusion, facial color, or facial shape, or combinations thereof.
The characteristic may include a directional illumination, and an uneven illumination condition may be determined by applying one or more uneven illumination classifier cascades. A front illumination classifier cascade may also be applied. An illumination condition of a face may be determined within a sub-window based on acceptance by one of the classifier cascades. The digital image may be one of multiple images in a series that include the face, and an uneven illumination condition of the face may be corrected within a different image in the series than the digital image within which the illuminating condition is determined. An uneven illumination classifier cascade may include a top illumination classifier, a bottom illumination classifier, and one or both of right and left illumination classifiers.
A further face detection method is provided that includes acquiring a digital image and extracting a sub-window from said image. Two or more shortened face detection classifier cascades may be applied that are trained to be selectively sensitive to directional facial illumination. A probability may be determined that a face having a certain form of directional facial illumination is present within the sub-window. An extended face detection classifier cascade may be applied that is trained for sensitivity to the certain form of directional face illumination. A final determination is provided that a face exists within the image sub-window. The method may be repeated one or more times for one or more further sub-windows from the image and/or one or more further directional facial illuminations.
The digital image may be one of multiple images in a series that include the face, and an uneven illumination condition of the face may be corrected within a different image in the series than the digital image within which the illuminating condition is determined.
The uneven illumination classifier cascades may include a top illumination classifier, a bottom illumination classifier, and one or both of right and left illumination classifiers. A front illumination classifier cascade may also be applied. An illumination condition of a face may be determined within a sub-window based on acceptance by one of the classifier cascades.
A digital image acquisition device is also provided including an optoelectonic system for acquiring a digital image, and a digital memory having stored therein processor-readable code for programming the processor to perform any of the face detection illumination normalization methods described herein.
A digital image is acquired in raw format from an image sensor (CCD or CMOS) [105] and an image subsampler [112] generates a smaller copy of the main image. A digital camera may contain dedicated hardware subsystems to perform image subsampling, for example, to provide preview images to a camera display and/or camera processing components. The subsampled image may be provided in bitmap format (RGB or YCC). In the meantime, the normal image acquisition chain performs post-processing on the raw image [110] which may include some luminance and color balancing. In certain digital imaging systems, subsampling may occur after post-processing, or after certain post-processing filters are applied, but before the entire post-processing filter chain is completed.
The subsampled image is next passed to an integral image generator [115] which creates an integral image from the subsampled image. This integral image is next passed to a fixed size face detector [120]. The face detector is applied to the full integral image, but as this is an integral image of a subsampled copy of the main image, the processing required by the face detector may be proportionately reduced. If the subsample is ¼ of the main image, then this implies that the processing time is only 25% of that for the full image.
This approach is particularly amenable to hardware embodiments where the subsampled image memory space can be scanned by a fixed size DMA window and digital logic to implement a Haar-feature classifier chain can be applied to this DMA window. However, certain embodiment may use one or more different sizes of classifier or several sizes of classifier (e.g., in a software embodiment), or multiple fixed-size classifiers may be used (e.g., in a hardware embodiment). An advantage is that a smaller integral image is calculated.
After application of the fast face detector [280], newly detected candidate face regions [141] may be passed onto a face tracking module [111] when it is desired to use face tracking, where one or more face regions confirmed from previous analysis [145] may be merged with the new candidate face regions prior to being provided [142] to a face tracker [290].
The face tracker [290] provides a set of confirmed candidate regions [143] back to the tracking module [111]. Additional image processing filters are applied by the tracking module [111] to confirm either that these confirmed regions [143] are face regions or to maintain regions as candidates if they have not been confirmed as such by the face tracker [290]. A final set of face regions [145] can be output by the module [111] for use elsewhere in the camera or to be stored within or in association with an acquired image for later processing either within the camera or offline; as well as to be used in the next iteration of face tracking.
After the main image acquisition chain is completed a full-size copy of the main image [130] will normally reside in the system memory [140] of the image acquisition system. This may be accessed by a candidate region extractor [125] component of the face tracker [290] which selects image patches based on candidate face region data [142] obtained from the face tracking module [111]. These image patches for each candidate region are passed to an integral image generator [115] which passes the resulting integral images to a variable-sized detector [121], as one possible example a VJ detector, which then applies a classifier chain, preferably at least a 32 classifier chain, but fewer than 32 are used in some embodiments, to the integral image for each candidate region across a range of different scales.
The range of scales [144] employed by the face detector [121] is determined and supplied by the face tracking module [111] and is based partly on statistical information relating to the history of the current candidate face regions [142] and partly on external metadata determined from other subsystems within the image acquisition system.
As an example of the former, if a candidate face region has remained consistently at a particular size for a certain number of acquired image frames then the face detector [121] may be applied at this particular scale and perhaps at one scale higher (i.e. 1.25 time larger) and one scale lower (i.e. 1.25 times lower).
As an example of the latter, if the focus of the image acquisition system has moved to infinity, then the smallest scalings would be applied in the face detector [121]. Normally these scalings would not be employed because they are applied a greater number of times to the candidate face region in order to cover it completely. The candidate face region will have a minimum size beyond which it should not decrease, and this is in order to allow for localized movement of the camera by a user between frames. In some image acquisition systems which contain motion sensors it may be possible to track such localized movements and this information may be employed to further improve the selection of scales and the size of candidate regions.
The candidate region tracker [290] provides a set of confirmed face regions [143] based on full variable size face detection of the image patches to the face tracking module [111]. Clearly, some candidate regions will have been confirmed while others will have been rejected and these can be explicitly returned by the tracker [290] or can be calculated by the tracking module [111] by analyzing the difference between the confirmed regions [143] and the candidate regions [142]. In either case, the face tracking module [111] can then apply alternative tests to candidate regions rejected by the tracker [290] (as explained below) to determine whether these should be maintained as candidate regions [142] for the next cycle of tracking or whether these should indeed be removed from tracking.
Once the set of confirmed candidate regions [145] has been determined by the face tracking module [111], the module [111] communicates with the sub-sampler [112] to determine when the next acquired image is to be sub-sampled and so provided to the detector [280] and also to provide the resolution [146] at which the next acquired image is to be sub-sampled.
It will be seen that where the detector [280] does not run when the next image is acquired, the candidate regions [142] provided to the extractor [125] for the next acquired image will be the regions [145] confirmed by the tracking module [111] from the last acquired image. On the other hand, when the face detector [280] provides a new set of candidate regions [141] to the face tracking module [111], these candidate regions are merged with the previous set of confirmed regions [145] to provide the set of candidate regions [142] to the extractor [125] for the next acquired image.
In step 205, the main image is acquired and in step 210 primary image processing of that main image is performed as described in relation to
The set of candidate regions [141] is merged with the existing set of confirmed regions [145] to produce a merged set of candidate regions [142] to be provided for confirmation, step 242. For the candidate regions [142] specified by the face tracking module 111, the candidate region extractor [125] extracts the corresponding full resolution patches from an acquired image, step 225. An integral image is generated for each extracted patch, step 230 and variable-sized face detection is applied by the face detector 121 to each such integral image patch, for example, a full Viola-Jones analysis. These results [143] are in turn fed back to the face-tracking module [111], step 240.
The tracking module [111] processes these regions [143] further before a set of confirmed regions [145] is output. In this regard, additional filters can be applied by the module 111 either for regions [143] confirmed by the tracker [290] or for retaining candidate regions [142] which may not have been confirmed by the tracker 290 or picked up by the detector [280], step 245.
For example, if a face region had been tracked over a sequence of acquired images and then lost, a skin prototype could be applied to the region by the module [111] to check if a subject facing the camera had just turned away. If so, this candidate region could be maintained for checking in the next acquired image to see if the subject turns back to face the camera. Depending on the sizes of the confirmed regions being maintained at any given time and the history of their sizes, e.g. whether they are getting bigger or smaller, the module 111 determines the scale [146] for sub-sampling the next acquired image to be analyzed by the detector [280] and provides this to the sub-sampler [112], step 250.
The fast face detector [280] need not run on every acquired image. So for example, where only a single source of sub-sampled images is available, if a camera acquires 60 frames per second, 15-25 sub-sampled frames per second (fps) may be required to be provided to the camera display for user previewing. These images are sub-sampled at the same scale and at a high enough resolution for the display. Some or all of the remaining 35-45 fps can be sampled at the scale determined by the tracking module [111] for face detection and tracking purposes.
The decision on the periodicity in which images are being selected from the stream may be based on a fixed number or alternatively be a run-time variable. In such cases, the decision on the next sampled image may be determined on the processing time it took for the previous image, in order to maintain synchronicity between the captured real-time stream and the face tracking processing. Thus in a complex image environment the sample rate may decrease.
Alternatively, the decision on the next sample may also be performed based on processing of the content of selected images. If there is no significant change in the image stream, the full face tracking process might not be performed. In such cases, although the sampling rate may be constant, the images will undergo a simple image comparison and only if it is decided that there is justifiable differences, will the face tracking algorithms be launched.
It will also be noted that the face detector [280] may run at regular or irregular intervals. So for example, if the camera focus is changed significantly, then the face detector may be run more frequently and particularly with differing scales of sub-sampled image to try to detecting faces which should be changing in size. Alternatively, where focus is changing rapidly, the detector [280] could be skipped for intervening frames, until focus has stabilised. However, it is generally only when focus goes to infinity that the highest resolution integral image is produced by the generator [115].
In this latter case, the detector in some embodiments may not be able to cover the entire area of the acquired, subsampled, image in a single frame. Accordingly the detector may be applied across only a portion of the acquired, subsampled, image on a first frame, and across the remaining portion(s) of the image on subsequent acquired image frames. In one embodiment, the detector is applied to the outer regions of the acquired image on a first acquired image frame in order to catch small faces entering the image from its periphery, and on subsequent frames to more central regions of the image.
An alternative way of limiting the areas of an image to which the face detector 120 is to be applied comprises identifying areas of the image which include skin tones. U.S. Pat. No. 6,661,907, hereby incorporated by reference, discloses one such technique for detecting skin tones and subsequently only applying face detection in regions having a predominant skin color.
In one embodiment, skin segmentation 190 is preferably applied to the sub-sampled version of the acquired image. If the resolution of the sub-sampled version is not sufficient, then a previous image stored at image store 150 or a next sub-sampled image are preferably used when the two images are not too different in content from the current acquired image. Alternatively, skin segmentation 190 can be applied to the full size video image 130.
In any case, regions containing skin tones are identified by bounding rectangles and these bounding rectangles are provided to the integral image generator 115 which produces integral image patches corresponding to the rectangles in a manner similar to the tracker integral image generator 115.
Not alone does this approach reduce the processing overhead associated with producing the integral image and running face detection, but in certain embodiments, it also allows the face detector 120 to apply more relaxed face detection to the bounding rectangles, as there is a higher chance that these skin-tone regions do in fact contain a face. So for a VJ detector 120, a shorter classifier chain can be employed to more effectively provide similar quality results to running face detection over the whole image with longer VJ classifiers required to positively detect a face.
Further improvements to face detection are also possible. For example, it has been found that face detection is significantly dependent on illumination conditions and so small variations in illumination can cause face detection to fail, causing somewhat unstable detection behavior.
In one embodiment, confirmed face regions 145 are used to identify regions of a subsequently acquired subsampled image on which luminance correction should be performed to bring the regions of interest of the image to be analyzed to the desired parameters. One example of such correction is to improve the luminance contrast within the regions of the subsampled image defined by the confirmed face regions 145.
Contrast enhancement may be used to increase the local contrast of an image, especially when the usable data of the image is represented by close contrast values. Through this adjustment, the intensities for pixels of a region when represented on a histogram which would otherwise be closely distributed can be better distributed. This allows for areas of lower local contrast to gain a higher contrast without affecting the global contrast. Histogram equalization accomplishes this by effectively spreading out the most frequent intensity values.
The method is useful in images with backgrounds and foregrounds that are both bright or both dark. In particular, the method can lead to better detail in photographs that are over or under-exposed. Alternatively, this luminance correction could be included in the computation of an “adjusted” integral image in the generators 115.
In another improvement, when face detection is being used, the camera application is set to dynamically modify the exposure from the computed default to a higher values (from frame to frame, slightly overexposing the scene) until the face detection provides a lock onto a face. In a separate embodiment, the face detector 120 will be applied to the regions that are substantively different between images. Note that prior to comparing two sampled images for change in content, a stage of registration between the images may be needed to remove the variability of changes in camera, caused by camera movement such as zoom, pan and tilt.
It is possible to obtain zoom information from camera firmware and it is also possible using software techniques which analyze images in camera memory 140 or image store 150 to determine the degree of pan or tilt of the camera from one image to another.
In one embodiment, the acquisition device is provided with a motion sensor 180, as illustrated in
Where a motion sensor is incorporated in a camera, it may be optimized for small movements around the optical axis. The accelerometer may incorporate a sensing module which generates a signal based on the acceleration experienced and an amplifier module which determines the range of accelerations which can effectively be measured. The accelerometers may allow software control of the amplifier stage which allows the sensitivity to be adjusted.
The motion sensor 180 could equally be implemented with MEMS sensors of the sort which will be incorporated in next generation consumer cameras and camera-phones. In any case, when the camera is operable in face tracking mode, i.e. constant video acquisition as distinct from acquiring a main image, shake compensation might not be used because image quality is lower. This provides the opportunity to configure the motion sensor 180, to sense large movements, by setting the motion sensor amplifier module to low gain. The size and direction of movement detected by the sensor 180 is provided to the face tracker 111. The approximate size of faces being tracked is already known and this enables an estimate of the distance of each face from the camera. Accordingly, knowing the approximate size of the large movement from the sensor 180 allows the approximate displacement of each candidate face region to be determined, even if they are at differing distances from the camera.
Thus, when a large movement is detected, the face tracker 111 shifts the location of candidate regions as a function of the direction and size of the movement. Alternatively, the size of the region over which the tracking algorithms are applied may also be enlarged (and, if necessary, the sophistication of the tracker may be decreased to compensate for scanning a larger image area) as a function of the direction and size of the movement.
When the camera is actuated to capture a main image, or when it exits face tracking mode for any other reason, the amplifier gain of the motion sensor 180 is returned to normal, allowing the main image acquisition chain 105,110 for full-sized images to employ normal shake compensation algorithms based on information from the motion sensor 180. In alternative embodiments, sub-sampled preview images for the camera display can be fed through a separate pipe than the images being fed to and supplied from the image sub-sampler [112] and so every acquired image and its sub-sampled copies can be available both to the detector [280] as well as for camera display.
In addition to periodically acquiring samples from a video stream, the process may also be applied to a single still image acquired by a digital camera. In this case, the stream for the face tracking comprises a stream of preview images and the final image in the series is the full resolution acquired image. In such a case, the face tracking information can be verified for the final image in a similar fashion to that illustrated in
The large patch 305 may be as illustrated at
There are many possible applications for the regions 145 supplied by the face tracking module. For example, the bounding boxes for each of the regions [145] can be superimposed on the camera display to indicate that the camera is automatically tracking detected face(s) in a scene. This can be used for improving various pre-capture parameters. One example is exposure, ensuring that the faces are well exposed. Another example is auto-focusing, by ensuring that focus is set on a detected face or indeed to adjust other capture settings for the optimal representation of the face in an image.
The corrections may be done as part of the pre-processing adjustments. The location of the face tracking may also be used for post processing and in particular selective post processing where the regions with the faces may be enhanced. Such examples include sharpening, enhancing saturation, brightening or increasing local contrast. The preprocessing using the location of faces may also be used on the regions without the face to reduce their visual importance, for example through selective blurring, de-saturation, or darkening.
Where several face regions are being tracked, then the longest lived or largest face can be used for focusing and can be highlighted as such. Also, the regions [145] can be used to limit the areas on which for example red-eye processing is performed when required. Other post-processing which can be used in conjunction with the light-weight face detection described above is face recognition. In particular, such an approach can be useful when combined with more robust face detection and recognition either running on the same or an off-line device that has sufficient resources to run more resource consuming algorithms.
In this case, the face tracking module [111] reports the location of any confirmed face regions [145] to the in-camera firmware, preferably together with a confidence factor. When the confidence factor is sufficiently high for a region, indicating that at least one face is in fact present in an image frame, the camera firmware runs a light-weight face recognition algorithm [160] at the location of the face, for example a DCT-based algorithm. The face recognition algorithm [160] uses a database [161] preferably stored on the camera comprising personal identifiers and their associated face parameters.
In operation, the module [160] collects identifiers over a series of frames. When the identifiers of a detected face tracked over a number of preview frames are predominantly of one particular person, that person is deemed by the recognition module to be present in the image. One or both of the identifier of the person and the last known location of the face are stored either in the image (in a header) or in a separate file stored on the camera storage [150]. This storing of the person's ID can occur even when the recognition module [160] has failed for the immediately previous number of frames but for which a face region was still detected and tracked by the module [111].
When an image is copied from camera storage to a display or permanent storage device such as a PC (not shown), the person ID's are copied along with the images. Such devices are generally more capable of running a more robust face detection and recognition algorithm and then combining the results with the recognition results from the camera, giving more weight to recognition results from the robust face recognition (if any). The combined identification results are presented to the user, or if identification was not possible, the user is asked to enter the name of the person that was found. When the user rejects an identification or a new name is entered, the PC retrains its face print database and downloads the appropriate changes to the capture device for storage in the light-weight database [161]. When multiple confirmed face regions [145] are detected, the recognition module [160] can detect and recognize multiple persons in the image.
It is possible to introduce a mode in the camera that does not take a shot until persons are recognized or until it is clear that persons are not present in the face print database, or alternatively displays an appropriate indicator when the persons have been recognized. This allows reliable identification of persons in the image.
This feature solves the problem where algorithms using a single image for face detection and recognition may have lower probability of performing correctly. In one example, for recognition, if the face is not aligned within certain strict limits it is not possible to accurately recognize a person. This method uses a series of preview frames for this purpose as it can be expected that a reliable face recognition can be done when many more variations of slightly different samples are available.
Further improvements to the efficiency of systems described herein are possible. For example, a face detection algorithm may employ methods or use classifiers to detect faces in a picture at different orientations: 0, 90, 180 and 270 degrees. According to a further embodiment, the camera is equipped with an orientation sensor. This can comprise a hardware sensor for determining whether the camera is being held upright, inverted or tilted clockwise or anti-clockwise. Alternatively, the orientation sensor can comprise an image analysis module connected either to the image acquisition hardware 105, 110 or camera memory 140 or image store 150, each as illustrated in
Once this determination is made, the camera orientation can be fed to one or both of the face detectors 120, 121. The detectors need then only apply face detection according to the likely orientation of faces in an image acquired with the determined camera orientation. This feature significantly reduces face detection processing overhead, for example, by avoiding the employing of classifiers which are unlikely to detect faces or increase its accuracy by running classifiers more likely to detects faces in a given orientation more often.
According to another embodiment, there is provided a method for image recognition in a collection of digital images that includes training image classifiers and retrieving a sub-set of images from the collection. The training of the image classifiers preferably includes one, more than one or all of the following: For each image in the collection, any regions within the image that correspond to a face are identified. For each face region and any associated peripheral region, feature vectors are determined for each of the image classifiers. The feature vectors are stored in association with data relating to the associated face region.
The retrieval of the sub-set of images from the collection preferably includes one, more than one or all of the following: At least one reference region including a face to be recognized is/are selected from an image. At least one classifier on which said retrieval is to be based is/are selected from the image classifiers. A respective feature vector for each selected classifier is determined for the reference region. The sub-set of images is retrieved from within the image collection in accordance with the distance between the feature vectors determined for the reference region and the feature vectors for face regions of the image collection.
A component for image recognition in a collection of digital images is further provided including a training module for training image classifiers and a retrieval module for retrieving a sub-set of images from the collection.
The training module is preferably configured according to one, more than one or all of the following: For each image in the collection, any regions are identified that correspond to a face in the image. For each face region and any associated peripheral region, feature vectors are determined for each of the image classifiers. The feature vectors are stored in association with data relating to the associated face region.
The retrieval module is preferably configured according to one, more than one or all of the following: At least one reference region including a face to be recognized is/are selected from an image. At least one image classifier is/are selected on which the retrieval is to be based. A respective feature vector is determined for each selected classifier of the reference region. A sub-set of images is selected from within the image collection in accordance with the distance between the feature vectors determined for the reference region and the feature vectors for face regions of the image collection.
In a further aspect there is provided a corresponding component for image recognition. In this embodiment, the training process cycles automatically through each image in an image collection, employing a face detector to determine the location of face regions within an image. It then extracts and normalizes these regions and associated non-face peripheral regions which are indicative of, for example, the hair, clothing and/or pose of the person associated with the determined face region(s). Initial training data is used to determine a basis vector set for each face classifier.
A basis vector set comprises a selected set of attributes and reference values for these attributes for a particular classifier. For example, for a DCT classifier, a basis vector could comprise a selected set of frequencies by which selected image regions are best characterized for future matching and/or discrimination and a reference value for each frequency. For other classifiers, the reference value can simply be the origin (zero value) within a vector space.
Next, for each determined, extracted and normalized face region, at least one feature vector is generated for at least one face-region based classifier and where an associated non-face region is available, at least one further feature vector is generated for a respective non-face region based classifier. A feature vector can be thought of as an identified region's coordinates within the basis vector space relative to the reference value.
These data are then associated with the relevant image and face/peripheral region and are stored for future reference. In this embodiment, image retrieval may either employ a user selected face region or may automatically determine and select face regions in a newly acquired image for comparing with other face regions within the selected image collection. Once at least one face region has been selected, the retrieval process determines (or if the image was previously “trained”, loads) feature vectors associated with at least one face-based classifier and at least one non-face based classifier. A comparison between the selected face region and all other face regions in the current image collection will next yield a set of distance measures for each classifier. Further, while calculating this set of distance measures, mean and variance values associated with the statistical distribution of the distance measures for each classifier are calculated. Finally these distance measures are preferably normalized using the mean and variance data for each classifier and are summed to provide a combined distance measure which is used to generate a final ranked similarity list.
In another embodiment, the classifiers include a combination of wavelet domain PCA (principle component analysis) classifier and 2D-DCT (discrete cosine transform) classifier for recognizing face regions. These classifiers do not require a training stage for each new image that is added to an image collection. For example, techniques such as ICA (independent component analysis) or the Fisher Face technique which employs LDA (linear discriminant analysis) are well known face recognition techniques which adjust the basis vectors during a training stage to cluster similar images and optimize the separation of these clusters.
The combination of these classifiers is robust to different changes in face poses, illumination, face expression and image quality and focus (sharpness). PCA (principle component analysis) is also known as the eigenface method. A summary of conventional techniques that utilize this method is found in Eigenfaces for Recognition, Journal of Cognitive Neuroscience, 3(1), 1991 to Turk et al., which is hereby incorporated by reference. This method is sensitive to facial expression, small degrees of rotation and different illuminations. In the preferred embodiment, high frequency components from the image that are responsible for slight changes in face appearance are filtered. Features obtained from low pass filtered sub-bands from the wavelet decomposition are significantly more robust to facial expression, small degrees of rotation and different illuminations than conventional PCA.
In general, the steps involved in implementing the PCA/Wavelet technique include: (i) the extracted, normalized face region is transformed into gray scale; (ii) wavelet decomposition in applied using Daubechie wavelets; (iii) histogram equalization is performed on the grayscale LL sub-band representation; next, (iv) the mean LL sub-band is calculated and subtracted from all faces and (v) the 1st level LL sub-band is used for calculating the covariance matrix and the principal components (eigenvectors). The resulting eigenvectors (basis vector set) and the mean face are stored in a file after training so they can be used in determining the principal components for the feature vectors for detected face regions. Alternative embodiments may be discerned from the discussion in H. Lai, P. C. Yuen, and G. C. Feng, “Face recognition using holistic Fourier invariant features” Pattern Recognition, vol. 34, pp. 95-109, 2001, which is hereby incorporated by reference.
In the 2D Discrete Cosine Transform classifier, the spectrum for the DCT transform of the face region can be further processed to obtain more robustness (see also, Application of the DCT Energy Histogram for Face Recognition, in Proceedings of the 2nd International Conference on Information Technology for Application (ICITA 2004) to Tjahyadi et al., hereby incorporated by reference).
The steps involved in this technique are generally as follows: (i) the resized face is transformed to an indexed image using a 256 color gif colormap; (ii) the 2D DCT transform is applied; (iii) the resulting spectrum is used for classification; (iv) for comparing similarity between DCT spectra the Euclidian distance was used. Examples of non-face based classifiers are based on color histogram, color moment, colour correlogram, banded colour correlogram, and wavelet texture analysis techniques. An implementaton of color histogram is described in “CBIR method based on color-spatial feature,” IEEE Region 10th Ann. Int. Conf. 1999 (TENCON'99, Cheju, Korea, 1999). Use of the colour histogram is, however, typically restricted to classification based on the color information contained within one or more sub-regions of the image.
Color moment may be used to avoid the quantization effects which are found when using the color histogram as a classifier (see also “Similarity of color images,” SPIE Proc. pp. 2420 (1995) to Stricker et al, hereby incorporated by reference). The first three moments (mean, standard deviation and skews) are extracted from the three color channels and therefore form a 9-dimensional feature vector.
The color auto-correlogram (see, U.S. Pat. No. 6,246,790 to Huang et al, hereby incorporated by reference) provides an image analysis technique that is based on a three-dimensional table indexed by color and distance between pixels which expresses how the spatial correlation of color changes with distance in a stored image. The color correlogram may be used to distinguish an image from other images in a database. It is effective in combining the color and texture features together in a single classifier (see also, “Image indexing using color correlograms,” In IEEE Conf. Computer Vision and Pattern Recognition, PP. 762 et seq (1997) to Huang et al., hereby incorporated by reference).
In certain embodiments, the color correlogram is implemented by transforming the image from RGB color space, and reducing the image colour map using dithering techniques based on minimum variance quantization. Variations and alternative embodiments may be discerned from Variance based color image quantization for frame buffer display,” Color Res. Applicat., vol. 15, no. 1, pp. 52-58, 1990 to by Wan et al., which is hereby incorporated by reference. Reduced colour maps of 16, 64, 256 colors are achievable. For 16 colors the VGA colormap may be used and for 64 and 256 colors, a gif colormap may be used. A maximum distance set D=1; 3; 5; 7 may be used for computing auto-correlogram to build a N×D dimension feature vector where N is the number of colors and D is the maximum distance.
The color autocorrelogram and banded correlogram may be calculated using a fast algorithm (see, e.g., “Image Indexing Using Color Correlograms” from the Proceedings of the 1997 Conference on Computer Vision and Pattern Recognition (CVPR '97) to Huang et al., hereby incorporated by reference). Wavelet texture analysis techniques (see, e.g., “Texture analysis and classification with tree-structured wavelet transform,” IEEE Trans. Image Processing 2(4), 429 (1993) to Chang et al., hereby incorporated by reference) may also be advantageously used. In order to extract the wavelet based texture, the original image is decomposed into 10 de-correlated sub-bands through 3-level wavelet transform. In each sub-band, the standard deviation of the wavelet coefficients is extracted, resulting in a 10-dimensional feature vector.
Another embodiment is described in relation to
In this embodiment, a program may be employed in a desktop computer environment and may either be run as a stand-alone program, or alternatively, may be integrated in existing applications or operating system (OS) system components to improve their functionality.
An image analysis module 1156, such as that illustrated at
Face region normalization techniques can range from a simple re-sizing of a face region to more sophisticated 2D rotational and affine transformation techniques and to highly sophisticated 3D face modeling methods.
The workflow for an image sorting/retrieval process or module is illustrated at FIGS. 5 and 6A-6F and is initiated from an image selection or acquisition process (see US 2006/0140455, assigned to same assignee and incorporated by reference) as the final process step [1140]. It is assumed that when the image sorting/retrieval module is activated [1140] it will also be provided with at least two input parameters providing access to (i) the image to be used for determining the search/sort/classification criteria, and (ii) the image collection data set against which the search is to be performed. If a data record is determined to not be available [1306] and has not already been determined for the search image which proceeds to select persons and search criteria in the image [1308], then main image analysis module is next applied to it to generate this data record [1200]. The image is next displayed to a user who may be provided options to make certain selections of face regions to be used for searching and/or also of the classifiers to be used in the search [1308]. Alternatively, the search criteria may be predetermined or otherwise automated through a configuration file and step [1308] may thus be automatic. User interface aspects are described in detail at US 2006/0140455.
After a reference region comprising the face and/or peripheral regions to be used in the retrieval process is selected (or determined automatically) the main retrieval process is initiated [1310] either by user interaction or automatically in the case where search criteria are determined automatically from a configuration file. The main retrieval process is described in step [1312] and comprises three main sub-processes which are iteratively performed for each classifier to be used in the sorting/retrieval process:
These normalized data sets may now be combined in a decision fusion process [1314] which generates a ranked output list of images. These may then be displayed by a UI module [1316].
An additional perspective on the process steps [1312-1, 1312-2 and 1312-3] is given in US 2006/0140455. The classifier space [1500] for a classifier may be such as the Wavelet/PCA face recognition described at US 2006/0140455, incorporated by reference above. The basis vector set, [λ1, λ2, . . . , λn] may be used to determine feature vectors for this classifier. The average or mean face is calculated [1501] during the training phase and its vector position [1507] in classifier space [1500] is subtracted from the absolute position of all face regions. Thus, exemplary face regions [1504-1a, 1504-2a and 1504-3a] have their positions [1504-1b, 1504-2b and 1504-3b] in classifier space defined in vector terms relative to the mean face [1501].
After a particular face region [1504-2a] is selected by the user [1308] the distances to all other face regions within a particular image collection are calculated. The face regions [1504-1a] and [1504-3a] are shown as illustrative examples. The associated distances (or non-normalized rankings) are given as [1504-1c] and [1504-3c].
An analogous case arises when the distances in classifier space are measured in absolute terms from the origin, rather than being measured relative to the position of an averaged, or mean face. For example, the color correlogram technique as used in certain embodiments is a classifier of this type which does not have the equivalent of a mean face.
The distances from the feature vector for the reference region [1504-2a] and [1509-2a] to the feature vectors for all other face regions may be calculated in a number of ways. In one embodiment, Euclidean distance is used, but other distance metrics may be advantageously employed for certain classifiers other than those described here.
A technique is preferably used for normalizing and combining the multiple classifiers to reach a final similarity ranking. The process may involve a set of multiple classifiers, C1, C2 . . . CN and may be based on a statistical determination of the distribution of the distances of all patterns relevant to the current classifier (face or peripheral regions in our embodiment) from the selected reference region. For most classifiers, this statistical analysis typically yields a normal distribution with a mean value MCn and a variance VCn.
As imaging appliances continue to increase in computing power, memory and non-volatile storage, it will be evident to those skilled in the art of digital camera design that many advantages can be provided as an in-camera image sorting sub-system. An exemplary embodiment is illustrated in
Following the main image acquisition process [2202] a copy of the acquired image is saved to the main image collection [2212] which will typically be stored on a removable compact-flash or multimedia data card [2214]. The acquired image may also be passed to an image subsampler [2232] which generates an optimized subsampled copy of the main image and stores it in a subsampled image collection [2216]. These subsampled images may advantageously be employed in the analysis of the acquired image.
The acquired image (or a subsampled copy thereof) is also passed to a face detector module [2204] followed by a face and peripheral region extraction module [2206] and a region normalization module [2207]. The extracted, normalized regions are next passed to the main image analysis module [2208] which generates an image data record [1409] for the current image. The main image analysis module may also be called from the training module [2230] and the image sorting/retrieval module [2218].
A UI module [2220] facilitates the browsing & selection of images [2222], the selection of one or more face regions [2224] to use in the sorting/retrieval process [2218]. In addition classifiers may be selected and combined [2226] from the UI Module [2220].
Various combinations are possible where certain modules are implemented in a digital camera and others are implemented on a desktop computer.
A branched classifier chain may be used for simultaneous classification of faces and classification of uneven (or even) illumination. In certain embodiments, a classifier chain is constructed that, after an initial set of feature detectors that reject the large majority of objects within an image as non-faces, applies a set of, for example 3, 4, 5, 6, 7, 8 or 9, feature detectors. The feature detectors may tuned so that they accept faces that are illuminated from the top, bottom and left or right illumination (due to faces being left-right symmetrical), OR top, bottom, left or right, and even illumination, OR top, bottom, left, right and even illumination, OR top, left, right, bottom, bottom-right, bottom-left, top-right, and top-left illumination, OR top, left, right, bottom, top right, top left, bottom right, bottom left and even illumination, OR top, bottom, right or left or both, top-right or top-left or both, bottom-right or bottom-left or both, and even. Other combinations are possible, and some may be excluded, e.g., after application of one classifier provides a determination that a face exists within the image or a sub-window of the image of a certain illumination. When one of the classifier branches accepts the face, it can be said that the face and the illumination of the face are detected. This detection can be used to process the image with greater attention to faces than non-faces, and/or to correct the uneven illumination condition, improving face recognition results.
Alternatively, the detected illumination problems in one detection frame may be corrected in the next frame so the face detection algorithm has a better chance of finding the face. The illumination detection comes essentially for free as the length of the classifier chain is not longer than in the previous design.
It may also be determined that no single illumination condition exists at 618. If a face is determined to exist at 606, then at 616, a set of feature detector programs may be applied to reject non-face data from being identified as a face (or accept face data as being identified as a face).
If an uneven illumination condition is determined at 608, then at 610 the uneven illumination condition may be corrected for the image and/or for another image in a series of images. For example, the original image may be a preview image, and a full resolution image may be corrected either during acquisition (e.g., by adjusting a flash condition or by providing suggestions to the camera-user to move before taking the picture, etc.) or after acquisition either in-camera before or after storing a permanent image, or on an external device later-on. Corrected face image data may be generated at 612 appearing to have more uniform illumination, and the corrected face image may be stored, transmitted, applied to a face recognition program, edited and/or displayed at 614.
If it is determined at 618 that no single illumination condition applies, then the face data may be rejected or not rejected as a face at 620. If the face data is not rejected as a face at 620, then at 622, combinations of two or more classifier sets may be applied to the data.
At 708, a probability is determined that a face with a certain form of the characteristic is present within the sub-window. The characteristic may include an illumination condition, or a pose or direction of the face relative to the camera, or another characteristic such as resolution, size, location, motion, blurriness, facial expression, blink condition, red, gold or white eye condition, occlusion condition or an appearance, e.g., of a face within a collection having multiple appearances such as shaven or unshaven, a hair style, or wearing certain jewelry, among other features. An extended face detection classifier cascade is applied at 710 for sensitivity to the form of the characteristic. A final determination is provided at 712 whether a face exists within the sub-window. If so, then optionally at 714, an uneven illumination condition for the face image may be corrected within the image and/or within a different image in a series of images. In addition, the process may return to 704 to extract a further sub-window, if any, from the image.
At 742, a digital image may be acquired, and a sub-window extracted therefrom at 744. Tow or more shortened face detection classifier cascades may be applied at 746 that are trained to be selectively sensitive to directional face illumination. A probability is determined that a face having a certain directional facial illumination condition is present within the sub-window at 748. An extended face detection classifier cascade is applied at 750 that is trained for sensitivity to the certain form of directional face illumination, e.g., top, bottom, right, left, top-right or top-left, bottom-right or bottom-left, and/or even. A final determination is provided at 752 whether a face exists within the image sub-window. A further sub-window, if any, may then be extracted by returning the process to 744 and/or an uneven illumination condition of the face may be corrected within the image and/or a different image in a series of images at 754.
The “Chain Branching” idea for Luminance is fairly straight-forward to implement and to test since it requires no alterations to the training algorithm. The variations/“mutations” of a face are considered as distinct objects and each one receives a distinct detector/cascade of classifiers. The detectors are all the same, linear chains of full extent.
In detection the straightforward approach would be to exhaustively run all the detectors and see which ones accept the window and then choose the best score. This means that the correct detector is selected at the end. However, this is not what we tested, being very time-consuming.
Chain1=cls11+cls12+ . . . +cls1M
. . .
ChainN=clsN1+clsN2+ . . . +clsNM
The detectors may be run in series or in parallel or some combination thereof, and an at least partial confidence may be accumulated, viz:
Partial1=cls11+cls12+ . . . +cls1P
. . .
PartialN=clsN1+clsN2+ . . . +clsNP, with P<M
The best detector is chosen at this point with maximum Partial confidence value. Only that detector continues execution with:
ChainMax=PartialMax+clsMax(P+1)+clsMax(P+2)+ . . . +clsMaxM
So an exemplary workflow is:
Partial1—
. . . \
PartialMax—(choose Max)->continue with the rest of Max
. . . /
PartialN—
This approach may be applied for face pose variation and/or an illumination condition or other characteristic. In the illumination case, one may use any combination of (i) frontally illuminated faces; (ii) faces illuminated from the top; (iii) faces illuminated from bottom; (iv) faces illuminated form the left and (v) faces illuminated from right. Because of the symmetric nature of faces, one could use just one of (iv) and (v) as there is symmetry between the classifiers obtained. The training images used for determining these classifier sets may be generated using an AAM model with one parameter trained to correspond to the level of top/bottom illumination and a second parameter trained to correspond to left/right illumination.
The classifier can be applied in any order, although at step 814, the sub-window is tested with a top illuminated partial classifier set (e.g., using 3-5 classifiers). If the cumulative probability is determined to be above a first threshold at 816, then face is determined to be top illuminated at 818, and the process is continued with this full classifier chain. If the cumulative probability is deemed to be between the first threshold and a lower second threshold at 820, then at 822 the sub-window is determined to still likely contain a face, but not a top illuminated one, and so the process moves to 826 for applying a next illumination specific partial classifier set. If the cumulative probability is deemed to be less than the second threshold, then at 824 the sub-window is determined to not contain a face, and the process moves back through 864 to the next sub-window and 802.
At 826, a test of the sub-window is performed with a bottom illuminated partial classifier set (e.g., using 3-5 classifiers). If the cumulative probability is determined at 828 to be above a first threshold, then the face is determined to be top illuminated and at 830 the process is continued with this full classifier chain. If cumulative probability is below the first threshold, but above a lower second threshold at 832, then the sub-window is determined to still likely contain a face at 834, although not a bottom illuminated one, and so the process moves to 838 and
At 838, a test of the sub-window is performed with a left-illuminated partial classifier set (e.g., using 3-5 classifiers). If cumulative probability is deemed to be above a first threshold at 840, then the face is determined to be top illuminated, and at 842, the process is continued with this full classifier chain. Otherwise, if the cumulative probability is still deemed to be above a second threshold below the first at 844, then it is determined at 846 that the sub-window of image data is still likely to contain a face, although not a left illuminated one, and so the next illumination specific partial classifier set is applied at 850. If the cumulative probability is below the second threshold, then at 848, the sub-window is deemed to not contain a face, and so the process is moved to the next image window through 864 back to 802 at
At 850, a test of the sub-window is performed with a right-illuminated partial classifier set (e.g., using 3-5 classifiers). If the cumulative probability is deemed to be above a first threshold at 852, then at 854, the sub-window is determined to contain a face that is top illuminated, and the process is continued with this full classifier chain. If at 852, however, the cumulative probability deemed to be below the first threshold, but at 856 it is deemed to be above a second threshold lower than the first, then the sub-window is still deemed to be likely to contain a face at 858, although not a right illuminated one, and so now pairs of specific partial classifier sets are applied at 862. This is because at this point, the window has not passed any of the illumination specific classifiers at their first threshold but neither has it been rejected as a face. Thus, a likely scenario is that the sub-window contains a face that is represented by a combination of illumination types. So, the two highest probability thresholds may be first applied to determine whether is it is top/bottom and/or right/left illuminated, then both full classifier sets are applied to determined if it survives as a face region. If at 856 the cumulative probability is deemed to be below the second threshold, then at 860, the sub-window is deemed not to contain a face and the processes moves through 864 to 802 to the next image sub-window.
The embodiments described herein provide a faster face detection and recognition algorithm and is more accurate than existing models. While an exemplary drawings and specific embodiments of the present invention have been described and illustrated, it is to be understood that that the scope of the present invention is not to be limited to the particular embodiments discussed. Thus, the embodiments shall be regarded as illustrative rather than restrictive, and it should be understood that variations may be made in those embodiments by workers skilled in the arts without departing from the scope of the present invention.
In addition, in methods that may be performed according to preferred embodiments herein and that may have been described above, the operations have been described in selected typographical sequences. However, the sequences have been selected and so ordered for typographical convenience and are not intended to imply any particular order for performing the operations, except for those where a particular order may be expressly set forth or where those of ordinary skill in the art may deem a particular order to be necessary.
In addition, all references cited herein are incorporated by reference, as are the background, invention summary, abstract and brief description of the drawings, and including U.S. patent applications Nos. 60/829,127 and 11/753,397, 60/821,165 and 11/833,224, US2007/0110305, US2006/0140455, US2005/0068452, US2006/0006077, US2006/0120599, US2007/0201724, and paper by Lienhart, Liang and Kuranov, A Detector Tree of Boosted Classifiers for Real-Time Object Detection and Tracking, Proceedings of the 2003 International Conference on Multimedia and Expo—Volume 1, Pages: 277-280 (2003), ISBN: 0-7803-7965-9, Publisher IEEE Computer Society, Washington, D.C., USA. These are incorporated by reference into the detailed description of the preferred embodiments as disclosing alternative embodiments.
This application claims priority to U.S. provisional patent application No. 60/892,881, filed Mar. 5, 2007, which is incorporated by reference. This application is related to U.S. patent application Ser. No. 11/027,001, filed Dec. 29, 2004, and published as 2006/0140455, now U.S. Pat. No. 7,715,597; and U.S. patent application Ser. No. 11/464,083, filed Aug. 11, 2006, now U.S. Pat. No. 7,315,631; which are hereby incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
4047187 | Mashimo et al. | Sep 1977 | A |
4317991 | Stauffer | Mar 1982 | A |
4367027 | Stauffer | Jan 1983 | A |
RE31370 | Mashimo et al. | Sep 1983 | E |
4448510 | Murakoshi | May 1984 | A |
4456354 | Mizokami | Jun 1984 | A |
4638364 | Hiramatsu | Jan 1987 | A |
4690536 | Nakai et al. | Sep 1987 | A |
4796043 | Izumi et al. | Jan 1989 | A |
4970663 | Bedell et al. | Nov 1990 | A |
4970683 | Harshaw et al. | Nov 1990 | A |
4975969 | Tal | Dec 1990 | A |
5008946 | Ando | Apr 1991 | A |
5018017 | Sasaki et al. | May 1991 | A |
RE33682 | Hiramatsu | Sep 1991 | E |
5051770 | Cornuejols | Sep 1991 | A |
5063603 | Burt | Nov 1991 | A |
5111231 | Tokunaga | May 1992 | A |
5150432 | Ueno et al. | Sep 1992 | A |
5161204 | Hutcheson et al. | Nov 1992 | A |
5164831 | Kuchta et al. | Nov 1992 | A |
5164992 | Turk et al. | Nov 1992 | A |
5227837 | Terashita | Jul 1993 | A |
5280530 | Trew et al. | Jan 1994 | A |
5291234 | Shindo et al. | Mar 1994 | A |
5305048 | Suzuki et al. | Apr 1994 | A |
5311240 | Wheeler | May 1994 | A |
5331544 | Lu et al. | Jul 1994 | A |
5353058 | Takei | Oct 1994 | A |
5384615 | Hsieh et al. | Jan 1995 | A |
5384912 | Ogrinc et al. | Jan 1995 | A |
5430809 | Tomitaka | Jul 1995 | A |
5432863 | Benati et al. | Jul 1995 | A |
5450504 | Calia | Sep 1995 | A |
5465308 | Hutcheson et al. | Nov 1995 | A |
5488429 | Kojima et al. | Jan 1996 | A |
5493409 | Maeda et al. | Feb 1996 | A |
5496106 | Anderson | Mar 1996 | A |
5500671 | Andersson et al. | Mar 1996 | A |
5576759 | Kawamura et al. | Nov 1996 | A |
5633678 | Parulski et al. | May 1997 | A |
5638136 | Kojima et al. | Jun 1997 | A |
5638139 | Clatanoff et al. | Jun 1997 | A |
5652669 | Liedenbaum | Jul 1997 | A |
5680481 | Prasad et al. | Oct 1997 | A |
5684509 | Hatanaka et al. | Nov 1997 | A |
5706362 | Yabe | Jan 1998 | A |
5710833 | Moghaddam et al. | Jan 1998 | A |
5715325 | Bang et al. | Feb 1998 | A |
5724456 | Boyack et al. | Mar 1998 | A |
5745668 | Poggio et al. | Apr 1998 | A |
5764803 | Jacquin et al. | Jun 1998 | A |
5771307 | Lu et al. | Jun 1998 | A |
5774129 | Poggio et al. | Jun 1998 | A |
5774591 | Black et al. | Jun 1998 | A |
5774747 | Ishihara et al. | Jun 1998 | A |
5774754 | Ootsuka | Jun 1998 | A |
5781650 | Lobo et al. | Jul 1998 | A |
5802208 | Podilchuk et al. | Sep 1998 | A |
5802220 | Black et al. | Sep 1998 | A |
5812193 | Tomitaka et al. | Sep 1998 | A |
5818975 | Goodwin et al. | Oct 1998 | A |
5835616 | Lobo et al. | Nov 1998 | A |
5842194 | Arbuckle | Nov 1998 | A |
5844573 | Poggio et al. | Dec 1998 | A |
5850470 | Kung et al. | Dec 1998 | A |
5852669 | Eleftheriadis et al. | Dec 1998 | A |
5852823 | De Bonet | Dec 1998 | A |
RE36041 | Turk et al. | Jan 1999 | E |
5870138 | Smith et al. | Feb 1999 | A |
5905807 | Kado et al. | May 1999 | A |
5911139 | Jain et al. | Jun 1999 | A |
5966549 | Hara et al. | Oct 1999 | A |
5978519 | Bollman et al. | Nov 1999 | A |
5991456 | Rahman et al. | Nov 1999 | A |
6028960 | Graf et al. | Feb 2000 | A |
6035072 | Read | Mar 2000 | A |
6035074 | Fujimoto et al. | Mar 2000 | A |
6053268 | Yamada | Apr 2000 | A |
6061055 | Marks | May 2000 | A |
6072094 | Karady et al. | Jun 2000 | A |
6097470 | Buhr et al. | Aug 2000 | A |
6101271 | Yamashita et al. | Aug 2000 | A |
6108437 | Lin | Aug 2000 | A |
6128397 | Baluja et al. | Oct 2000 | A |
6128398 | Kuperstein et al. | Oct 2000 | A |
6134339 | Luo | Oct 2000 | A |
6148092 | Qian | Nov 2000 | A |
6151073 | Steinberg et al. | Nov 2000 | A |
6173068 | Prokoski | Jan 2001 | B1 |
6188777 | Darrell et al. | Feb 2001 | B1 |
6192149 | Eschbach et al. | Feb 2001 | B1 |
6246779 | Fukui et al. | Jun 2001 | B1 |
6246790 | Huang et al. | Jun 2001 | B1 |
6249315 | Holm | Jun 2001 | B1 |
6252976 | Schildkraut et al. | Jun 2001 | B1 |
6263113 | Abdel-Mottaleb et al. | Jul 2001 | B1 |
6268939 | Klassen et al. | Jul 2001 | B1 |
6278491 | Wang et al. | Aug 2001 | B1 |
6282317 | Luo et al. | Aug 2001 | B1 |
6301370 | Steffens et al. | Oct 2001 | B1 |
6301440 | Bolle et al. | Oct 2001 | B1 |
6332033 | Qian | Dec 2001 | B1 |
6349373 | Sitka et al. | Feb 2002 | B2 |
6351556 | Loui et al. | Feb 2002 | B1 |
6393148 | Bhaskar | May 2002 | B1 |
6400830 | Christian et al. | Jun 2002 | B1 |
6404900 | Qian et al. | Jun 2002 | B1 |
6407777 | DeLuca | Jun 2002 | B1 |
6421468 | Ratnakar et al. | Jul 2002 | B1 |
6426779 | Noguchi et al. | Jul 2002 | B1 |
6438234 | Gisin et al. | Aug 2002 | B1 |
6438264 | Gallagher et al. | Aug 2002 | B1 |
6456732 | Kimbell et al. | Sep 2002 | B1 |
6459436 | Kumada et al. | Oct 2002 | B1 |
6463163 | Kresch | Oct 2002 | B1 |
6473199 | Gilman et al. | Oct 2002 | B1 |
6501857 | Gotsman et al. | Dec 2002 | B1 |
6502107 | Nishida | Dec 2002 | B1 |
6504942 | Hong et al. | Jan 2003 | B1 |
6504951 | Luo et al. | Jan 2003 | B1 |
6516154 | Parulski et al. | Feb 2003 | B1 |
6526161 | Yan | Feb 2003 | B1 |
6529630 | Kinjo | Mar 2003 | B1 |
6549641 | Ishikawa et al. | Apr 2003 | B2 |
6556708 | Christian et al. | Apr 2003 | B1 |
6564225 | Brogliatti et al. | May 2003 | B1 |
6567983 | Shiimori | May 2003 | B1 |
6587119 | Anderson et al. | Jul 2003 | B1 |
6606398 | Cooper | Aug 2003 | B2 |
6633655 | Hong et al. | Oct 2003 | B1 |
6661907 | Ho et al. | Dec 2003 | B2 |
6697503 | Matsuo et al. | Feb 2004 | B2 |
6697504 | Tsai | Feb 2004 | B2 |
6700999 | Yang | Mar 2004 | B1 |
6747690 | Molgaard | Jun 2004 | B2 |
6754368 | Cohen | Jun 2004 | B1 |
6754389 | Dimitrova et al. | Jun 2004 | B1 |
6760465 | McVeigh et al. | Jul 2004 | B2 |
6760485 | Gilman et al. | Jul 2004 | B1 |
6765612 | Anderson et al. | Jul 2004 | B1 |
6778216 | Lin | Aug 2004 | B1 |
6792135 | Toyama | Sep 2004 | B1 |
6801250 | Miyashita | Oct 2004 | B1 |
6816611 | Hagiwara et al. | Nov 2004 | B1 |
6829009 | Sugimoto | Dec 2004 | B2 |
6850274 | Silverbrook et al. | Feb 2005 | B1 |
6876755 | Taylor et al. | Apr 2005 | B1 |
6879705 | Tao et al. | Apr 2005 | B1 |
6885760 | Yamada et al. | Apr 2005 | B2 |
6900840 | Schinner et al. | May 2005 | B1 |
6937773 | Nozawa et al. | Aug 2005 | B1 |
6940545 | Ray et al. | Sep 2005 | B1 |
6959109 | Moustafa | Oct 2005 | B2 |
6965684 | Chen et al. | Nov 2005 | B2 |
6977687 | Suh | Dec 2005 | B1 |
6993157 | Oue et al. | Jan 2006 | B1 |
7003135 | Hsieh et al. | Feb 2006 | B2 |
7020337 | Viola et al. | Mar 2006 | B2 |
7027619 | Pavlidis et al. | Apr 2006 | B2 |
7027621 | Prokoski | Apr 2006 | B1 |
7034848 | Sobol | Apr 2006 | B2 |
7035456 | Lestideau | Apr 2006 | B2 |
7035462 | White et al. | Apr 2006 | B2 |
7035467 | Nicponski | Apr 2006 | B2 |
7038709 | Verghese | May 2006 | B1 |
7038715 | Flinchbaugh | May 2006 | B1 |
7039222 | Simon et al. | May 2006 | B2 |
7042505 | DeLuca | May 2006 | B1 |
7042511 | Lin | May 2006 | B2 |
7043465 | Pirim | May 2006 | B2 |
7050607 | Li et al. | May 2006 | B2 |
7057653 | Kubo | Jun 2006 | B1 |
7064776 | Sumi et al. | Jun 2006 | B2 |
7082212 | Liu et al. | Jul 2006 | B2 |
7099510 | Jones et al. | Aug 2006 | B2 |
7106374 | Bandera et al. | Sep 2006 | B1 |
7106887 | Kinjo | Sep 2006 | B2 |
7110569 | Brodsky et al. | Sep 2006 | B2 |
7110575 | Chen et al. | Sep 2006 | B2 |
7113641 | Eckes et al. | Sep 2006 | B1 |
7119838 | Zanzucchi et al. | Oct 2006 | B2 |
7120279 | Chen et al. | Oct 2006 | B2 |
7151843 | Rui et al. | Dec 2006 | B2 |
7158680 | Pace | Jan 2007 | B2 |
7162076 | Liu | Jan 2007 | B2 |
7162101 | Itokawa et al. | Jan 2007 | B2 |
7171023 | Kim et al. | Jan 2007 | B2 |
7171025 | Rui et al. | Jan 2007 | B2 |
7190829 | Zhang et al. | Mar 2007 | B2 |
7194114 | Schneiderman | Mar 2007 | B2 |
7200249 | Okubo et al. | Apr 2007 | B2 |
7206461 | Steinberg et al. | Apr 2007 | B2 |
7218759 | Ho et al. | May 2007 | B1 |
7227976 | Jung et al. | Jun 2007 | B1 |
7254257 | Kim et al. | Aug 2007 | B2 |
7269292 | Steinberg | Sep 2007 | B2 |
7274822 | Zhang et al. | Sep 2007 | B2 |
7274832 | Nicponski | Sep 2007 | B2 |
7295233 | Steinberg et al. | Nov 2007 | B2 |
7308156 | Steinberg | Dec 2007 | B2 |
7310450 | Steinberg et al. | Dec 2007 | B2 |
7315630 | Steinberg et al. | Jan 2008 | B2 |
7315631 | Corcoran et al. | Jan 2008 | B1 |
7315658 | Steinberg et al. | Jan 2008 | B2 |
7317815 | Steinberg et al. | Jan 2008 | B2 |
7336821 | Ciuc et al. | Feb 2008 | B2 |
7340109 | Steinberg et al. | Mar 2008 | B2 |
7352394 | DeLuca et al. | Apr 2008 | B1 |
7362368 | Steinberg et al. | Apr 2008 | B2 |
7369712 | Steinberg et al. | May 2008 | B2 |
7403643 | Ianculescu et al. | Jul 2008 | B2 |
7424170 | Steinberg et al. | Sep 2008 | B2 |
7436998 | Steinberg et al. | Oct 2008 | B2 |
7440593 | Steinberg et al. | Oct 2008 | B1 |
7460694 | Corcoran et al. | Dec 2008 | B2 |
7460695 | Steinberg et al. | Dec 2008 | B2 |
7466866 | Steinberg | Dec 2008 | B2 |
7469055 | Corcoran et al. | Dec 2008 | B2 |
7469071 | Drimbarean et al. | Dec 2008 | B2 |
7471846 | Steinberg et al. | Dec 2008 | B2 |
7474341 | DeLuca et al. | Jan 2009 | B2 |
7506057 | Bigioi et al. | Mar 2009 | B2 |
7515740 | Corcoran et al. | Apr 2009 | B2 |
7519200 | Gokturk et al. | Apr 2009 | B2 |
7536036 | Steinberg et al. | May 2009 | B2 |
7536060 | Steinberg et al. | May 2009 | B2 |
7536061 | Steinberg et al. | May 2009 | B2 |
7545995 | Steinberg et al. | Jun 2009 | B2 |
7551754 | Steinberg et al. | Jun 2009 | B2 |
7551755 | Steinberg et al. | Jun 2009 | B1 |
7551800 | Corcoran et al. | Jun 2009 | B2 |
7555148 | Steinberg et al. | Jun 2009 | B1 |
7558408 | Steinberg et al. | Jul 2009 | B1 |
7564994 | Steinberg et al. | Jul 2009 | B1 |
7565030 | Steinberg et al. | Jul 2009 | B2 |
7574016 | Steinberg et al. | Aug 2009 | B2 |
7587068 | Steinberg et al. | Sep 2009 | B1 |
7587085 | Steinberg et al. | Sep 2009 | B2 |
7590305 | Steinberg et al. | Sep 2009 | B2 |
7599577 | Ciuc et al. | Oct 2009 | B2 |
7606417 | Steinberg et al. | Oct 2009 | B2 |
7612794 | He et al. | Nov 2009 | B2 |
7616233 | Steinberg et al. | Nov 2009 | B2 |
7619665 | DeLuca | Nov 2009 | B1 |
7620214 | Chen et al. | Nov 2009 | B2 |
7620218 | Steinberg et al. | Nov 2009 | B2 |
7630006 | DeLuca et al. | Dec 2009 | B2 |
7630527 | Steinberg et al. | Dec 2009 | B2 |
7634109 | Steinberg et al. | Dec 2009 | B2 |
7636485 | Simon et al. | Dec 2009 | B2 |
7636486 | Steinberg et al. | Dec 2009 | B2 |
7639888 | Steinberg et al. | Dec 2009 | B2 |
7639889 | Steinberg et al. | Dec 2009 | B2 |
7660478 | Steinberg et al. | Feb 2010 | B2 |
7676108 | Steinberg et al. | Mar 2010 | B2 |
7676110 | Steinberg et al. | Mar 2010 | B2 |
7680342 | Steinberg et al. | Mar 2010 | B2 |
7684630 | Steinberg | Mar 2010 | B2 |
7685341 | Steinberg et al. | Mar 2010 | B2 |
7689009 | Corcoran et al. | Mar 2010 | B2 |
7692696 | Steinberg et al. | Apr 2010 | B2 |
7693311 | Steinberg et al. | Apr 2010 | B2 |
7694048 | Steinberg et al. | Apr 2010 | B2 |
7697778 | Steinberg et al. | Apr 2010 | B2 |
7702136 | Steinberg et al. | Apr 2010 | B2 |
7702236 | Steinberg et al. | Apr 2010 | B2 |
7715597 | Costache et al. | May 2010 | B2 |
7746385 | Steinberg et al. | Jun 2010 | B2 |
7747596 | Bigioi et al. | Jun 2010 | B2 |
7773118 | Florea et al. | Aug 2010 | B2 |
7787022 | Steinberg et al. | Aug 2010 | B2 |
7792335 | Steinberg et al. | Sep 2010 | B2 |
7792970 | Bigioi et al. | Sep 2010 | B2 |
7796816 | Steinberg et al. | Sep 2010 | B2 |
7796822 | Steinberg et al. | Sep 2010 | B2 |
7804531 | DeLuca | Sep 2010 | B2 |
7804983 | Steinberg | Sep 2010 | B2 |
7809162 | Steinberg et al. | Oct 2010 | B2 |
7822234 | Steinberg et al. | Oct 2010 | B2 |
7822235 | Steinberg et al. | Oct 2010 | B2 |
7844076 | Corcoran et al. | Nov 2010 | B2 |
7844135 | Steinberg et al. | Nov 2010 | B2 |
7847839 | DeLuca et al. | Dec 2010 | B2 |
7847840 | DeLuca et al. | Dec 2010 | B2 |
7848549 | Steinberg et al. | Dec 2010 | B2 |
7852384 | DeLuca et al. | Dec 2010 | B2 |
7853043 | Steinberg et al. | Dec 2010 | B2 |
7855737 | Petrescu et al. | Dec 2010 | B2 |
7860274 | Steinberg et al. | Dec 2010 | B2 |
7864990 | Corcoran et al. | Jan 2011 | B2 |
7865036 | Ciuc et al. | Jan 2011 | B2 |
7868922 | Ciuc et al. | Jan 2011 | B2 |
7869628 | Corcoran et al. | Jan 2011 | B2 |
8050466 | Corcoran et al. | Nov 2011 | B2 |
8199979 | Steinberg et al. | Jun 2012 | B2 |
20010005222 | Yamaguchi | Jun 2001 | A1 |
20010028731 | Covell et al. | Oct 2001 | A1 |
20010031142 | Whiteside | Oct 2001 | A1 |
20010038712 | Loce et al. | Nov 2001 | A1 |
20010038714 | Masumoto et al. | Nov 2001 | A1 |
20020105662 | Patton et al. | Aug 2002 | A1 |
20020106114 | Yan et al. | Aug 2002 | A1 |
20020114535 | Luo | Aug 2002 | A1 |
20020118287 | Grosvenor et al. | Aug 2002 | A1 |
20020136433 | Lin | Sep 2002 | A1 |
20020150662 | Dewis et al. | Oct 2002 | A1 |
20020154793 | Hillhouse et al. | Oct 2002 | A1 |
20020168108 | Loui et al. | Nov 2002 | A1 |
20020172419 | Lin et al. | Nov 2002 | A1 |
20020176609 | Hsieh et al. | Nov 2002 | A1 |
20020181801 | Needham et al. | Dec 2002 | A1 |
20020191861 | Cheatle | Dec 2002 | A1 |
20030012414 | Luo | Jan 2003 | A1 |
20030023974 | Dagtas et al. | Jan 2003 | A1 |
20030025812 | Slatter | Feb 2003 | A1 |
20030035573 | Duta et al. | Feb 2003 | A1 |
20030048950 | Savakis et al. | Mar 2003 | A1 |
20030052991 | Stavely et al. | Mar 2003 | A1 |
20030059107 | Sun et al. | Mar 2003 | A1 |
20030059121 | Savakis et al. | Mar 2003 | A1 |
20030071908 | Sannoh et al. | Apr 2003 | A1 |
20030084065 | Lin et al. | May 2003 | A1 |
20030107649 | Flickner et al. | Jun 2003 | A1 |
20030118216 | Goldberg | Jun 2003 | A1 |
20030123713 | Geng | Jul 2003 | A1 |
20030123751 | Krishnamurthy et al. | Jul 2003 | A1 |
20030142209 | Yamazaki et al. | Jul 2003 | A1 |
20030151674 | Lin | Aug 2003 | A1 |
20030169907 | Edwards et al. | Sep 2003 | A1 |
20030202715 | Kinjo | Oct 2003 | A1 |
20040008258 | Aas et al. | Jan 2004 | A1 |
20040022435 | Ishida | Feb 2004 | A1 |
20040095359 | Simon et al. | May 2004 | A1 |
20040120391 | Lin et al. | Jun 2004 | A1 |
20040120399 | Kato | Jun 2004 | A1 |
20040170397 | Ono | Sep 2004 | A1 |
20040175021 | Porter et al. | Sep 2004 | A1 |
20040179719 | Chen et al. | Sep 2004 | A1 |
20040207722 | Koyama et al. | Oct 2004 | A1 |
20040218832 | Luo et al. | Nov 2004 | A1 |
20040223649 | Zacks et al. | Nov 2004 | A1 |
20040228505 | Sugimoto | Nov 2004 | A1 |
20040264744 | Zhang et al. | Dec 2004 | A1 |
20050013479 | Xiao et al. | Jan 2005 | A1 |
20050031224 | Prilutsky et al. | Feb 2005 | A1 |
20050041121 | Steinberg et al. | Feb 2005 | A1 |
20050068446 | Steinberg et al. | Mar 2005 | A1 |
20050068452 | Steinberg et al. | Mar 2005 | A1 |
20050069208 | Morisada | Mar 2005 | A1 |
20050089218 | Chiba | Apr 2005 | A1 |
20050104848 | Yamaguchi et al. | May 2005 | A1 |
20050105780 | Ioffe | May 2005 | A1 |
20050140801 | Prilutsky et al. | Jun 2005 | A1 |
20050185054 | Edwards et al. | Aug 2005 | A1 |
20050275721 | Ishii | Dec 2005 | A1 |
20060006077 | Mosher et al. | Jan 2006 | A1 |
20060008152 | Kumar et al. | Jan 2006 | A1 |
20060008173 | Matsugu et al. | Jan 2006 | A1 |
20060018517 | Chen et al. | Jan 2006 | A1 |
20060029265 | Kim et al. | Feb 2006 | A1 |
20060039690 | Steinberg et al. | Feb 2006 | A1 |
20060050933 | Adam et al. | Mar 2006 | A1 |
20060093238 | Steinberg et al. | May 2006 | A1 |
20060098875 | Sugimoto | May 2006 | A1 |
20060098890 | Steinberg et al. | May 2006 | A1 |
20060110014 | Philomin et al. | May 2006 | A1 |
20060120599 | Steinberg et al. | Jun 2006 | A1 |
20060140455 | Costache et al. | Jun 2006 | A1 |
20060147192 | Zhang et al. | Jul 2006 | A1 |
20060177100 | Zhu et al. | Aug 2006 | A1 |
20060177131 | Porikli | Aug 2006 | A1 |
20060203106 | Lawrence et al. | Sep 2006 | A1 |
20060203107 | Steinberg et al. | Sep 2006 | A1 |
20060203108 | Steinberg et al. | Sep 2006 | A1 |
20060204034 | Steinberg et al. | Sep 2006 | A1 |
20060204054 | Steinberg et al. | Sep 2006 | A1 |
20060204055 | Steinberg et al. | Sep 2006 | A1 |
20060204056 | Steinberg et al. | Sep 2006 | A1 |
20060204057 | Steinberg | Sep 2006 | A1 |
20060204058 | Kim et al. | Sep 2006 | A1 |
20060204110 | Steinberg et al. | Sep 2006 | A1 |
20060210264 | Saga | Sep 2006 | A1 |
20060215924 | Steinberg et al. | Sep 2006 | A1 |
20060248029 | Liu et al. | Nov 2006 | A1 |
20060257047 | Kameyama et al. | Nov 2006 | A1 |
20060268150 | Kameyama et al. | Nov 2006 | A1 |
20060269270 | Yoda et al. | Nov 2006 | A1 |
20060280380 | Li | Dec 2006 | A1 |
20060285754 | Steinberg et al. | Dec 2006 | A1 |
20060291739 | Li et al. | Dec 2006 | A1 |
20070018966 | Blythe et al. | Jan 2007 | A1 |
20070070440 | Li et al. | Mar 2007 | A1 |
20070071347 | Li et al. | Mar 2007 | A1 |
20070091203 | Peker et al. | Apr 2007 | A1 |
20070098303 | Gallagher et al. | May 2007 | A1 |
20070110305 | Corcoran et al. | May 2007 | A1 |
20070116379 | Corcoran et al. | May 2007 | A1 |
20070116380 | Ciuc et al. | May 2007 | A1 |
20070122056 | Steinberg et al. | May 2007 | A1 |
20070133901 | Aiso | Jun 2007 | A1 |
20070154095 | Cao et al. | Jul 2007 | A1 |
20070154096 | Cao et al. | Jul 2007 | A1 |
20070160307 | Steinberg et al. | Jul 2007 | A1 |
20070189606 | Ciuc et al. | Aug 2007 | A1 |
20070189748 | Drimbarean et al. | Aug 2007 | A1 |
20070189757 | Steinberg et al. | Aug 2007 | A1 |
20070195996 | Kitamura | Aug 2007 | A1 |
20070201724 | Steinberg et al. | Aug 2007 | A1 |
20070253638 | Steinberg et al. | Nov 2007 | A1 |
20070269108 | Steinberg et al. | Nov 2007 | A1 |
20070296833 | Corcoran et al. | Dec 2007 | A1 |
20080013798 | Ionita et al. | Jan 2008 | A1 |
20080013799 | Steinberg et al. | Jan 2008 | A1 |
20080031498 | Corcoran et al. | Feb 2008 | A1 |
20080037827 | Corcoran et al. | Feb 2008 | A1 |
20080037838 | Ianculescu et al. | Feb 2008 | A1 |
20080037839 | Corcoran et al. | Feb 2008 | A1 |
20080037840 | Steinberg et al. | Feb 2008 | A1 |
20080043121 | Prilutsky et al. | Feb 2008 | A1 |
20080043122 | Steinberg et al. | Feb 2008 | A1 |
20080049970 | Ciuc et al. | Feb 2008 | A1 |
20080055433 | Steinberg et al. | Mar 2008 | A1 |
20080075385 | David et al. | Mar 2008 | A1 |
20080112599 | Nanu et al. | May 2008 | A1 |
20080143854 | Steinberg et al. | Jun 2008 | A1 |
20080144966 | Steinberg et al. | Jun 2008 | A1 |
20080175481 | Petrescu et al. | Jul 2008 | A1 |
20080186389 | DeLuca et al. | Aug 2008 | A1 |
20080205712 | Ionita et al. | Aug 2008 | A1 |
20080219518 | Steinberg et al. | Sep 2008 | A1 |
20080219581 | Albu et al. | Sep 2008 | A1 |
20080220750 | Steinberg et al. | Sep 2008 | A1 |
20080232711 | Prilutsky et al. | Sep 2008 | A1 |
20080240555 | Nanu et al. | Oct 2008 | A1 |
20080266419 | Drimbarean et al. | Oct 2008 | A1 |
20080267461 | Ianculescu et al. | Oct 2008 | A1 |
20080292193 | Bigioi et al. | Nov 2008 | A1 |
20080309769 | Albu et al. | Dec 2008 | A1 |
20080309770 | Florea et al. | Dec 2008 | A1 |
20080316327 | Steinberg et al. | Dec 2008 | A1 |
20080316328 | Steinberg et al. | Dec 2008 | A1 |
20080317339 | Steinberg et al. | Dec 2008 | A1 |
20080317357 | Steinberg et al. | Dec 2008 | A1 |
20080317378 | Steinberg et al. | Dec 2008 | A1 |
20080317379 | Steinberg et al. | Dec 2008 | A1 |
20090002514 | Steinberg et al. | Jan 2009 | A1 |
20090003661 | Ionita et al. | Jan 2009 | A1 |
20090003708 | Steinberg et al. | Jan 2009 | A1 |
20090040342 | Drimbarean et al. | Feb 2009 | A1 |
20090052750 | Steinberg et al. | Feb 2009 | A1 |
20090080713 | Bigioi et al. | Mar 2009 | A1 |
20090080796 | Capata et al. | Mar 2009 | A1 |
20090080797 | Nanu et al. | Mar 2009 | A1 |
20090115915 | Steinberg et al. | May 2009 | A1 |
20090123063 | Ciuc | May 2009 | A1 |
20090167893 | Susanu et al. | Jul 2009 | A1 |
20090179998 | Steinberg et al. | Jul 2009 | A1 |
20090179999 | Albu et al. | Jul 2009 | A1 |
20090185753 | Albu et al. | Jul 2009 | A1 |
20090189997 | Stec et al. | Jul 2009 | A1 |
20090189998 | Nanu et al. | Jul 2009 | A1 |
20090190803 | Neghina et al. | Jul 2009 | A1 |
20090196466 | Capata et al. | Aug 2009 | A1 |
20090238410 | Corcoran et al. | Sep 2009 | A1 |
20090238419 | Steinberg et al. | Sep 2009 | A1 |
20090263022 | Petrescu et al. | Oct 2009 | A1 |
20090303342 | Corcoran et al. | Dec 2009 | A1 |
20090303343 | Drimbarean et al. | Dec 2009 | A1 |
20090304278 | Steinberg et al. | Dec 2009 | A1 |
20100014721 | Steinberg et al. | Jan 2010 | A1 |
20100026831 | Ciuc et al. | Feb 2010 | A1 |
20100026832 | Ciuc et al. | Feb 2010 | A1 |
20100026833 | Ciuc et al. | Feb 2010 | A1 |
20100039520 | Nanu et al. | Feb 2010 | A1 |
20100039525 | Steinberg et al. | Feb 2010 | A1 |
20100053362 | Nanu et al. | Mar 2010 | A1 |
20100053367 | Nanu et al. | Mar 2010 | A1 |
20100053368 | Nanu et al. | Mar 2010 | A1 |
20100054533 | Steinberg et al. | Mar 2010 | A1 |
20100054549 | Steinberg et al. | Mar 2010 | A1 |
20100054592 | Nanu et al. | Mar 2010 | A1 |
20100060727 | Steinberg et al. | Mar 2010 | A1 |
20100066822 | Steinberg et al. | Mar 2010 | A1 |
20100141786 | Bigioi et al. | Jun 2010 | A1 |
20100141787 | Bigioi et al. | Jun 2010 | A1 |
20100141798 | Steinberg et al. | Jun 2010 | A1 |
20100146165 | Steinberg et al. | Jun 2010 | A1 |
20100165140 | Steinberg | Jul 2010 | A1 |
20100165150 | Steinberg et al. | Jul 2010 | A1 |
20100182458 | Steinberg et al. | Jul 2010 | A1 |
20100194895 | Steinberg | Aug 2010 | A1 |
20100201826 | Steinberg et al. | Aug 2010 | A1 |
20100201827 | Steinberg et al. | Aug 2010 | A1 |
20100202707 | Costache et al. | Aug 2010 | A1 |
20100220899 | Steinberg et al. | Sep 2010 | A1 |
20100231727 | Steinberg et al. | Sep 2010 | A1 |
20100238309 | Florea et al. | Sep 2010 | A1 |
20100259622 | Steinberg et al. | Oct 2010 | A1 |
20100260414 | Ciuc | Oct 2010 | A1 |
20100271499 | Steinberg et al. | Oct 2010 | A1 |
20100272363 | Steinberg et al. | Oct 2010 | A1 |
20100295959 | Steinberg et al. | Nov 2010 | A1 |
20100321537 | Zamfir et al. | Dec 2010 | A1 |
20100328472 | Steinberg et al. | Dec 2010 | A1 |
20100328486 | Steinberg et al. | Dec 2010 | A1 |
20100329549 | Steinberg et al. | Dec 2010 | A1 |
20100329582 | Albu et al. | Dec 2010 | A1 |
20110002506 | Ciuc et al. | Jan 2011 | A1 |
20110002545 | Steinberg et al. | Jan 2011 | A1 |
20110007174 | Bacivarov et al. | Jan 2011 | A1 |
20110013043 | Corcoran et al. | Jan 2011 | A1 |
20110013044 | Steinberg et al. | Jan 2011 | A1 |
20110025859 | Steinberg et al. | Feb 2011 | A1 |
20110025886 | Steinberg et al. | Feb 2011 | A1 |
20110026780 | Corcoran et al. | Feb 2011 | A1 |
20110033112 | Steinberg et al. | Feb 2011 | A1 |
20110043648 | Albu et al. | Feb 2011 | A1 |
20110050919 | Albu et al. | Mar 2011 | A1 |
20110053654 | Petrescu et al. | Mar 2011 | A1 |
20110055354 | Bigioi et al. | Mar 2011 | A1 |
Number | Date | Country |
---|---|---|
1128316 | Aug 2001 | EP |
1626569 | Feb 2006 | EP |
1887511 | Feb 2008 | EP |
2370438 | Jun 2002 | GB |
5260360 | Oct 1993 | JP |
2001216518 | Aug 2001 | JP |
2001283224 | Oct 2001 | JP |
25164475 | Jun 2005 | JP |
26005662 | Jan 2006 | JP |
26254358 | Sep 2006 | JP |
2006259974 | Sep 2006 | JP |
2006318103 | Nov 2006 | JP |
2006319534 | Nov 2006 | JP |
2006319870 | Nov 2006 | JP |
2006350498 | Dec 2006 | JP |
2007006182 | Jan 2007 | JP |
1020040034342 | Apr 2004 | KR |
1020060003666 | Jan 2011 | KR |
WO-02052835 | Jul 2002 | WO |
WO-2007095477 | Aug 2007 | WO |
WO-2007095477 | Aug 2007 | WO |
WO-2007095483 | Aug 2007 | WO |
WO-2007095553 | Aug 2007 | WO |
WO-2007095553 | Aug 2007 | WO |
WO-2007142621 | Dec 2007 | WO |
WO-2008015586 | Feb 2008 | WO |
WO-2008015586 | Feb 2008 | WO |
WO-2008018887 | Feb 2008 | WO |
WO-2008023280 | Feb 2008 | WO |
WO 2008107112 | Sep 2008 | WO |
WO-2008104549 | Sep 2008 | WO |
WO 2008107112 | Jan 2009 | WO |
WO2010063463 | Jun 2010 | WO |
WO2010063463 | Jul 2010 | WO |
Entry |
---|
Chantler et al., “Classifying surface texture while simultaneously estimating illumination direction,” International Journal of Computer Vision, 62(1-2), 83-96. Special Issue on Texture Analysis and Synthesis, 2005. |
Timo Ahonen, Abdenour Hadid, and Matti Pietikainen, Face description with local binary patterns: Application to face recognition, IEEE Transactions on Pattern Analysis and Machine Intelligence PAMI, vol. 28, pp. 2037-2041, Dec. 2006. |
Peter N. Belhumeur, Joao P. Hespanha, and David J. Kriegman, Eigenfaces vs. Fisherfaces: Recognition using Class Specific Linear Projection, Proceedings of the 4th European Conference on Computer Vision, ECCV'96, Apr. 15-18, 1996, Cambridge, UK, pp. 45-58. |
Gabriel Costache, Rhys Mulryan, Eran Steinberg, Peter Corcoran, In-camera person-indexing of digital images, Consumer Electronics ICCE '06 Digest of Technical Papers. International Conference on, Jan. 7-11, 2006. |
EPO Communication pursuant to Article 94(3) EPC, for European application No. 08 716 106.3, dated Jul. 2, 2010, 6 Pages. |
Internet Reference: Google Picassa. Retrieved from the Internet on Apr. 24, 2011, URL:http://picasa.google.com, 13 pages. |
Land E.H., An alternative technique for the computation of the designator in the retinex theory of color vision, Academy of Sciences, Physics, USA, vol. 83, pp. 3078-3080, May 1986. |
David G. Lowe, Distinctive image features from scale-invariant keypoints, International Journal of Computer Vision, vol. 60 (2), 2004, pp. 91-110. Kluwer Academic Publishers. 2004. |
Non-Final Office Action, mailed Aug. 5, 2011 for co-pending U.S. Appl. No. 12/203,807, filed Sep. 3, 2008. |
Stephen M. Pizer, E. Philip Amburn, John D. Austin, Robert Cromartie, Ari Geselowitz, Trey Greer, Bart Ter Haar Romeny, John B. Zimmerman, Karel Zuiderveld, Adaptive Histogram Equalization and its Variations, Computer Vision, Graphics, and Image Processing, vol. 39, Issue 3, Sep. 1987, pp. 355-368. |
Rainer Lienhart, Chapter 6 Video OCR: A Survey and Practitioner's Guide, Video Mining, Video mining by Azriel Rosenfeld, David Scott Doermann, Daniel Dementhon, Mining (Kluwer International Series in Video Computing), pp. 155-183, Springer, 2003, XP009046500. |
Internet Reference: Tessera OptiML FaceTools (2010), Retrieved from the Internet on Mar. 25, 2011, URL:http://tessera.com/technologies/imagingandoptics/Documents/OptiML—faceTools.pdf, 4 pages. |
Yen-Yu Lin, Tyng-Luh Liu: Robust Face Detection with Multi-Class Boosting, 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, IEEE, Piscataway, NJ, USA, vol. 1, pp. 680-687, Jun. 20, 2005, XP01 0817339. |
PCT Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration, for PCT Application No. PCT/EP2009/008603, dated Jun. 7, 2010, 13 Pages. |
PCT Notification Concerning Transmittal of International Preliminary Report on Patentability (Chapter I of The Patent Cooperation Treaty), for PCT Application No. PCT/EP2009/008603, dated Jun. 16, 2011, 10 Pages. |
PCT Written Opinion of the International Search Authority, for PCT Application No. PCT/EP2009/008603, dated Jun. 5, 2010, 8 Pages. |
Simon Clippingdale, Takayuki Ito: A unified approach to video face detection, tracking and recognition, Image Processing, 1999. ICIP 99. Proceedings. 1999 International Conference on Kobe, Japan Oct. 24-28, 1999, Piscataway, NJ, USA,IEEE, US LNKD—DOI:10.1109/ICIP.1999.821718, vol. 1, Oct. 24, 1999, pp. 662-666, XP010369207 ISBN: 978-0-7803-5467-8. |
G. Shakhnarovich and B. Moghaddam: Chapter 7. Face Recognition in Subspaces, In: Stan Z Li et al: Handbook of Face Recognition, Jan. 1, 2005, Springer, New York , XP002579601 ISBN: 9780387405957 Section 2.1. |
Laurenz Wiskott, Jean-Marc Fellous, Norbert Krüger, Christopher Von Der Malsburg: Face recognition by elastic bunch graph matching, Image Processing, 1997. Proceedings, International Conference on Santa Barbara, CA, USA Oct. 29-29, 1997, Los Alamitos, CA, USA,IEEE Comput. Soc, US LNKD—DOI:10.1109/ICIP.1997.647401, vol. 1, Oct. 26, 1997, pp. 129-132, XP010254125 ISBN: 978-0-8186-8183-7. |
Gregory Shakhnarovich, Paul A. Viola, Baback Moghaddam: A unified learning framework for real time face detection and classification, Automatic Face and Gesture Recognition, 2002. Proceedings. Fifth IEEE International Conference on, IEEE, Piscataway, NJ, USA, May 20, 2002, pp. 16-23, XP010949330, ISBN: 978-0-7695-1602-8. |
Bas Boom, Robin Van Rootseler, Raymond Veldhuis: Investigating the boosting framework for face recognition, Proceedings of the 28th Symposium on Information Theory in the Benelux, May 24, 2007, pp. 1-8, XP002579602, Enschede, NL. |
Lubomir Bourdev, Jonathan Brandt: Robust Object Detection via Soft Cascade, Computer Vision and Pattern Recognition, 2005 IEEE Computer Society Conference on, IEEE, Piscataway, NJ, USA, LNKD—DOI: 10.1109/CVPR.2005.310, vol. 2, Jun. 20, 2005, pp. 236-243, XP010817525, ISBN: 978-0-7695-2372-9. |
Vaishak Belle: Detection and Recognition of Human Faces using Random Forests for a Mobile Robot, [Online] Apr. 2008, pp. I-104, XP002579603 RWTH Aachen, De Master of Science Thesis Retrieved from the Internet: URL:http://homas.deselaers.de/teaching/files/belle—master.pdf> [retrieved on Apr. 29, 2010]. |
P. Corcoran, C. Iancu and G. Costache, Improved hmm based face recognition system. International Conference on Optimization of Electrical and Electronic Equipment, Brasov, Romania, May 2006, 4 Pages. |
Patent Abstracts of Japan, Publication No. 2001-216518, Date of publication of application: Aug. 10, 2001, Application No. 2000-028520, for Method and Device for Matching and Recording Medium. |
Patent Abstracts of Japan, Publication No. 2001-283224, Date of publication of application: Oct. 12, 2001, Application No. 2000-099625, for Face Collating Method, Recording Medium Stored with the Collating Method and Face Collator. |
Patent Abstracts of Japan, Publication No. 2006-259974, Date of publication of application: Mar. 16, 2005, Application No. 2005-074560, for Image-Processing Method and Device. |
Non-final Rejection, dated Dec. 29, 2011, for U.S. Appl. No. 12/140,950, filed Jun. 17, 2008. |
Final Rejection, dated Jun. 17, 2011, for U.S. Appl. No. 12/506,124, filed Jul. 20, 2009. |
Final Rejection, dated Dec. 10, 2010, for U.S. Appl. No. 12/506,124, filed Jul. 20, 2009. |
Georghiades, A.S.; Belhumeur, P.N. &Kriegman, D.J., (2001). From few to many: illumination cone models for face recognition under variable lighting and pose, IEEE Trans. Pattern Anal. Mach. Intelligence, vol. 23, No. 6, pp. 643-660. |
Nefian, A.V. & Hayes III, M.H. Hidden Markov Models for Face Recognition, Proc. of the IEEE International Conference on Acoustics, Speech, and Signal Processing, ICASSP'98, vol. 5, May 12-15, 1998, Seattle, Washington, USA, pp. 2721-2724. |
Ojala, T.; Pietikäinen, M. & Mäenpää, T. A generalized Local Binary Pattern operator for multiresolution gray scale and rotation invariant texture classification, Advances in Pattern Recognition, ICAPR 2001 Proceedings, Springer, 397-406, 2001. |
Longbin Chen, Baogang Hu, Lei Zhang, Mingjing Li, Hongjiang Zhang, Face Annotation for Family Photo Album Management, International Journal of Image and Graphics, 2003, pp. 1-14, vol. 3, No. 1. World Scientific Publishing Company. |
P. Jonathon Phillips, Patrick J. Flynn, Todd Scruggs, Kevin W. Bowyer, Jin Chang, Kevin Hoffman, Joe Marques, Jaesik Min, William Worek, Overview of the Face Recognition Grand Challenge, Proceedings of the 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR'05), 8 Pages. |
Corcoran, P. & Costache, G. (2005). Automated sorting of consumer image collections using face and peripheral region image classifiers, Consumer Electronics, IEEE Transactions on vol. 51, Issue 3, Aug. 2005, pp. 747-754. |
Aoki, Hiroyuki et al., “An Image Storage System Using Complex-Valued Associative Memories, Abstract printed from http://csdl.computer.org/comp/proceedings/icpr/2000/0750/02/07502626abs.htm”, International Conference on Pattern Recognition (ICPR '00), 2000, vol. 2. |
Batur et al., “Adaptive Active Appearance Models”, IEEE Transactions on Image Processing, 2005, pp. 1707-1721, vol. 14—Issue 11. |
Beraldin, J.A. et al., “Object Model Creation from Multiple Range Images: Acquisition, Calibration, Model Building and Verification, Abstract printed from http://csdl.computer.org/comp/proceedings/nrc/1997/7943/00/79430326abs.htm”, International Conference on Recent Advances in 3-D Digital Imaging and Modeling, 1997. |
Beymer, David, “Pose-Invariant face Recognition Using Real and Virtual Views, A.I. Technical Report No. 1574”, Mass. Inst. of Tech. Artificial Intelligence Lab., 1996, pp. 1-176. |
Buenaposada, J., “Efficiently estimating 1-3,16 facial expression and illumination in appearance-based tracking, Retrieved from the Internet: RL:http://www.bmva.ac.uk/bmvc/2006/ [retrieved on Sep. 1, 2008]”, Proc. British machine vision conference, 2006. |
Cootes T. et al., “Modeling Facial Shape and Appearance, S. Li and K. K. Jain (Eds.): “Handbook of face recognition”, XP002494037”, 2005, Chapter 3, Springer. |
Cootes, T.F. et al., “A comparative evaluation of active appearance model algorithms”, Proc. 9th British Machine Vison Conference. British Machine Vision Association, 1998, pp. 680-689. |
Cootes, T.F. et al., “On representing edge structure for model matching”, Proc. IEEE Computer Vision and Pattern Recognition, 2001, pp. 1114-1119. |
Crowley, J. et al., “Multi-modal tracking of faces for video communication, http://citeseer.ist.psu.edu/crowley97multimodal.html”, In Comp. Vision and Patent Recog, 1997. |
Dalton, John, “Digital Cameras and Electronic Color Image Acquisition, Abstract printed from http://csdl.computer.org/comp/proceedings/compcon/1996/7414/00/74140431abs.htm”, C0MPC0N Spring '96—41st IEEE International Conference, 1996. |
Donner, Rene et al., “Fast Active Appearance Model Search Using Canonical Correlation Analysis”, IEEE Trans on Pattern Anal. and Mach. Intell., 2006, pp. 1690-1694, vol. 28—Iss 10. |
Edwards, G.J. et al., “Advances in active appearance models”, International Conference on Computer Vision (ICCV'99), 1999, pp. 137-142. |
Edwards, G.J. et al., “Learning to identify and track faces in image sequences, Automatic Face and Gesture Recognition”, IEEE Comput. Soc, 1998, pp. 260-265. |
Feraud, R. et al., “A Fast and Accurate Face Detector Based on Neural Networks”, IEEE Transactions on Pattern Analysis and Machine Intelligence, 2001, pp. 42-53, vol. 23—Issue I. |
Fernandez, Anna T. et al., “Synthetic Elevation Beamforming and Image Acquisition Capabilities Using an 8×128 1.75D Array, Abstract Printed from http://www.ieee-uffc.org/archive/uffc/trans/toc/abs/03/t0310040.htm”, The Tech. Inst. of Elect. & Elect. Engrs. |
Froba, B. et al., “Face detection with the modified census transform”, Proceedings of the Sixth IEEE International Conference on Automatic Face and Gesture Recognition, 2004, pp. 91-96. |
Froba, B. et al., “Real time face detection, Kauai, Hawai Retrieved from the Internet:URL:http://www.embassi.de/publi/veroeffent/Froeba.pdf [retrieved on Oct. 23, 2007]”, Dept. of Applied Electronics, Proceedings of Iasted “Signal and Image Processing”, 2002, pp. 1-6. |
Garnaoui, H.H. et al., “Visual Masking and the Design of Magnetic Resonance Image Acquisition, Abstract printed from http://csdl.computer.org/comp/proceedings/icip/1995/7310/01/73100625abs.htm”, International Conference on Image Processing, 1995, vol. 1. |
Gaubatz, Matthew et al., “Automatic Red-Eye Detection and Correction”, IEEE ICIP, Proceedings 2002 International Conference on Image Processing, 2002, pp. 1-804-1-807, vol. 2—Issue 3. |
Gerbrands, J., “On the Relationships Between SVD, KLT, and PCA”, Pattern Recognition, 1981, pp. 375-381, vol. 14, Nos. 1-6. |
Goodall, C., “Procrustes Methods in the Statistical Analysis of Shape, Stable URL: http://www.jstor.org/stable/2345744”, Journal of the Royal Statistical Society. Series B (Methodological), 1991, pp. 285-339, vol. 53—Issue 2, Blackwell Publishing for the Royal Statistical Society. |
Hou, Xinwen et al., “Direct Appearance Models”, IEEE, 2001, pp. I-828-I-833. |
Hu, Wen-Chen et al., “A Line String Image Representation for Image Storage and Retrieval, Abstract printed from http://csdl.computer.oro/comp/proceedings/icmcs/1997/7819/00/78190434abs.htm”, International Conference on Multimedia Computing and systems, 1997. |
Huang, J. et al., “Detection of human faces using decision trees, http://doLieeecomputersociety.org/10.1109/Recognition”, 2nd International Conference on Automatic Face and Gesture Recognition (FG '96), IEEE Xplore, 2001, p. 248. |
Huber, Reinhold et al., “Adaptive Aperture Control for Image Acquisition, Abstract printed from http://csdl.computer.org/comp/proceedings/wacv/2002/1858/00/18580320abs.htm.”, Sixth IEEE Workshop on Applications of Computer Vision, 2002. |
Jebara, Tony S. et al., “3D Pose Estimation and Normalization for Face Recognition, A Thesis submitted to the Faculty of Graduate Studies and Research in Partial fulfillment of the requirements of the degree of Bachelor of Engineering”, Department of Electrical Engineering, 1996, pp. 1-121, McGill University. |
Jones, M et al., “Fast multi-view face detection, http://www.merl.com/papers/docs/TR2003-96.pdf”, Mitsubishi Electric Research Lab, 2003, 10 pgs. |
Kang, Sing Bing et al., “A Multibaseline Stereo System with Active Illumination and Real-Time Image Acquisition, Abstract printed from http://csdl.computer.org/comp/proceedings/iccv/1995/7042/00/70420088abs.htm”, Fifth International Conference on Computer Vision, 1995. |
Kita, Nobuyuki et al., “Archiving Technology for Plant Inspection Images Captured by Mobile Active Cameras—4D Visible Memory, Abstract printed from http://csdl.computer.org/comp/proceedings/3dpvt/2002/1521/00/15210208abs.htm”, 1st International Symposium on 3D Data Processing Visualization and Trans. (3DPVT '02), 2002. |
Kozubek, Michal et al., “Automated Multi-view 3D Image Acquisition in Human Genome Research, Abstract printed from http://csdl.computer.org/comp/proceedings/3pvt/2002/1521/00/15210091abs.htm”, 1st Intl Symp on 3D Data Proc. Visualization and Trans. (3DPVT '02), 2002. |
Krishnan, Arun, “Panoramic Image Acquisition, Abstract printed from http://csdl.computer.org/comp/proceedings/cvpr/1996/7258/00/72580379abs.htm”, Conference on Computer Vision and Pattern Recognition (CVPR '96), 1996. |
Matkovic, Kresimir et al., “The 3D Wunderkammer an Indexing by Placing Approach to the Image Storage and Retrieval, Abstract http://csdl.computer.org/comp/proceedings/tocg/2003/1942/00/19420034abs.htm”, Theory and Practice of Comp. Graphics, 2003, Univ. of Birmingham. |
Matthews, I. et al., “Active appearance models revisited, Retrieved from http://www.d.cmu.edu/pub—files/pub4/matthews—iain—2004—2/matthews—iain—2004—2.pdf”, International Journal of Computer Vision, 2004, pp. 135-164, vol. 60—Issue 2. |
Mekuz, N. et al., “Adaptive Step Size Window Matching for Detection”, Proceedings of the 18th International Conference on Pattern Recognition, 2006, pp. 259-262, vol. 2. |
Nordstrom, M.M. et al., “The IMM face database an annotated dataset of 240 face images, http://www2.imm.dtu.dk/pubdb/p.php?3160”, Informatics and Mathematical Modelling, 2004. |
Ohta, Y-I et al., “Color Information for Region Segmentation, XP008026458”, Computer Graphics and Image Processing, 1980, pp. 222-241, vol. 13—Issue 3, Academic Press. |
Park, Daechul et al., “Lenticular Stereoscopic Imaging and Displaying Techniques with no Special Glasses, Abstract printed from http://csdl.computer.org/comp/proceedings/icip/1995/7310/03/73103137abs.htm”, International Conference on Image Processing, 1995, vol. 3. |
PCT International Search Report and Written Opinion, PCT/US2006/021393, filed Jun. 2, 2006, entitled, Modification of Post-Viewing Parameters for Digital Images Using Image Region or Feature Information, ISR/WO dated Mar. 29, 2007, 12 pgs. |
PCT International Search Report and Written Opinion, PCT/US2006/060392, filed Oct. 31, 2006, entitled, Digital Image Processing using Face Detection and Skin Tone Information, ISR/WO dated Sep. 19, 2008, 9 pgs. |
PCT Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration, for PCT Application No. PCT/EP2007/006540, Nov. 7, 2008, 6 pgs. |
PCT Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration, for PCT Application No. PCT/EP2007/006540, Nov. 8, 2007. 11 pgs. |
PCT Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration, for PCT Application No. PCT/EP2008/001510, dated May 29, 2008, 13 pages. |
PCT Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration, for PCT Application No. PCT/EP2008/052329, dated Sep. 15, 2008, 12 pages. |
PCT Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration, for PCT Application No. PCT/IB2007/003724, dated Aug. 28, 2008, 9 pages. |
Romdhani, S. et al., “Face Identification by Fitting a 3D Morphable Model using linear Shape and Texture Error Functions, XP003018283”, European Conference on Computer Vision, 2002, pp. 1-15. |
Rowley, Henry A. et al., “Neural network-based face detection, ISSN: 0162-8828, DOI: 10.1109/34.655647, Posted online: Aug. 6, 2008. http://ieeexplore.ieee.org/xpl/freeabs—all.jsp?arnumber=655647andisnumber=14286”, IEEE Transactions on Pattern Analysis and Machine Intelligence, 1998, pp. 23-38, p. 92, vol. 20—Issue 1. |
Ryu et al., “Coarse-to-Fine Classification for Image-Based Face Detection”, 1999, p. 92, subsection 8.3, Chapter 6, Carnegie Melon Univ. |
Ryu, Hanjin et al., “Coarse-to-Fine Classification for Image-Based Face Detection”, Image and video retrieval lecture notes in Computer science, 2006, pp. 291-299, vol. 4071, Springer-Verlag. |
Shand, M., “Flexible Image Acquisition Using Reconfigurable Hardware, Abstract printed from http://csdl.computer.org/comp/proceedings/fccm/1995/7086/00/70860125abs.htm”, IEEE Symposium of FPGA's for Custom Computing Machines (FCCM '95), 1995. |
Sharma, G. et al., “Digital color imaging, [Online]. Available: citeseer.ist.psu.edu/sharma97digital.html”, IEEE Transactions on Image Processing, 1997, pp. 901-932, vol. 6—Issue 7. |
Shock, D. et al., “Comparison of Rural Remote Site Production of Digital Images Employing a film Digitizer or a Computed Radiography (CR) System, Abstract printed from http://csdl/computer.org/comp/proceedings/imac/1995/7560/00/75600071abs.htm”, 4th International Conference on Image Management and Communication ( IMAC '95), 1995. |
Sim, T. et al., “The CMU Pose, Illumination, and Expression (PIE) Database of Human Faces Robotics Institute, Tech. Report, CMU-RI-TR-01-02”, 2001, -18 pgs, Carnegie Mellon University. |
Sim, T. et al., “The CMU Pose, Illumination, and Expression (PIE) database, Automatic Face and Gesture Recognition”, Fifth IEEE Intl. Conf, IEEE Piscataway, NJ, USA, 2002, 6 pages. |
Skocaj, Danijel, “Range Image Acquisition of Objects with Non-Uniform Albedo Using Structured Light Range Sensor, Abstract printed from http://csdl.computer.org/comp/proceedings/icpr/2000/0750/01/07501778abs.htm”, Intl Conf. on Pattern Recognition (ICPR '00), 2000, vol. 1. |
Skocaj, Danijel, “Range Image Acquisition of Objects with Non-Uniform Albedo Using Structured Light Range Sensor, Abstract printed from http://csdl.computer.org/comp/proccedings/icpr/2000/0750/01/07501778abs.htm”, Intl. Conf. on Pattern Recognition (ICPR '00), 2000, vol. 2. |
Smeraldi, F. et al., “Facial feature detection by saccadic exploration of the Gabor decomposition, XP010586874”, Image Processing, ICIP 98. Proceedings International Conference on Chicago, IL, USA, IEEE Comput. Soc, 1998, pp. 163-167, vol. 3. |
Stegmann, M.B. et al., “A flexible appearance modelling environment, Available: http://www2.imm.dtu.dk/pubdb/p.php?1918”, IEEE Transactions on Medical Imaging, 2003, pp. 1319-1331, vol. 22—Issue 10. |
Stegmann, M.B. et al., “Multi-band modelling of appearance, XP009104697”, Image and Vision Computing, 2003, pp. 61-67, vol. 21—Issue 1. |
Sublett, J.W. et al., “Design and Implementation of a Digital Teleultrasound System for Real-Time Remote Diagnosis, Abstract printed from http://csdl.computer.org/comp/proceedings/cbms/1995/7117/00/71170292abs.htm”, Eight Annual IEEE Symposium on Computer-Based Medical Systems (CBMS '95), 1995. |
Tang, Yuan Y. et al., “Information Acquisition and Storage of Forms in Document Processing, Abstract printed from http://csdl.computer.org/comp/proceedings/icdar/1997/7898/00/7898018abs.htm”, 4th Intl. Conf. Document Analysis and Recognition, 1997, vol. I and II, 1 pg. |
Tkalcic, M. et al., “Colour spaces perceptual, historical and applicational background, ISBN: 0-7803-7763-X”, IEEE, EUROCON, 2003, pp. 304-308, vol. 1. |
Twins Crack Face Recognition Puzzle, Internet article http://www.cnn.com/2003/TECH/ptech/03/10/israel.twins.reut/ index.html, printed Mar. 10, 2003, 3 pages. |
U.S. Appl. No. 11/554,539, filed Oct. 30, 2006, entitled Digital Image Processing Using Face Detection and Skin Tone Information. |
Vuylsteke, P. et al., “Range Image Acquisition with a Single Binary-Encoded Light Pattern, abstract printed from http://csdl.computer.org/comp/trans/tp/1990/02/i0148abs.htm”, IEEE Transactions on Pattern Analysis and Machine Intelligence, 1990, 1 page. |
Yang, Ming-Hsuan et al., “Detecting Faces in Images: A Survey, ISSN:0162-8828, http://portal.acm.org/citation.cfm?id=505621andcoll=GUIDEanddl=GUIDEandCFID=680-9268andCFTOKEN=82843223.”, IEEE Transactions on Pattern Analysis and Machine Intelligence archive, 2002, pp. 34-58, vol. 24—Issue 1, IEEE Computer Society. |
Zhang, Jun et al., “Face Recognition: Eigenface, Elastic Matching, and Neural Nets”, Proceedings of the IEEE, 1997, pp. 1423-1435, vol. 85—Issue 9. |
Bradski Gary et al., “Learning-Based Computer Vision with Intel's Open Source Computer Vision Library”, Intel Technology, 2005, pp. 119-130, vol. 9—Issue 2. |
Corcoran, P. et al., “Automatic Indexing of Consumer Image Collections Using Person Recognition Techniques”, Digest of Technical Papers. International Conference on Consumer Electronics, 2005, pp. 127-128. |
Costache, G. et al., “In-Camera Person-Indexing of Digital Images”, Digest of Technical Papers. International Conference on Consumer Electronics, 2006, pp. 339-340. |
Demirkir, C. et al., “Face detection using boosted tree classifier stages”, Proceedings of the IEEE 12th Signal Processing and Communications Applications Conference, 2004, pp. 575-578. |
Drimbarean, A.F. et al., “Image Processing Techniques to Detect and Filter Objectionable Images based on Skin Tone and Shape Recognition”, International Conference on Consumer Electronics, 2001, pp. 278-279. |
Viola, P. et al., “Rapid Object Detection using a Boosted Cascade of Simple Features”, Proceedings of the 2001 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2001, pp. I-511-I-518, vol. 1. |
Viola, P. et al., “Robust Real-Time Face Detection”, International Journal of Computer Vision, 2004, pp. 137-154, vol. 57—Issue 2, Kluwer Academic Publishers. |
Xin He et al., “Real-Time Human Face Detection in Color Image”, International Conference on Machine Learning and Cybernetics. 2003, pp. 2915-2920, vol. 5. |
Zhao, W. et al., “Face recognition: A literature survey, ISSN: 0360-0300, http://portal.acm.org/citation.cfm?id=954342andcoll=GUIDEanddl=GUIDEandCFID=680-9268andCFTOKEN=82843223.”, ACM Computing Surveys (CSUR) archive, 2003, pp. 399-458, vol. 35—Issue 4, ACM Press. |
Zhu Qiang et al., “Fast Human Detection Using a Cascade of Histograms of Oriented Gradients”, Proceedings of the 2006 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2006, pp. 1491-1498, IEEE Computer Society. |
Final Office Action mailed Nov. 18, 2009, for U.S. Appl. No. 11/554,539, filed Oct. 30, 2006. |
Final Office Action mailed Sep. 30, 2010, for U.S. Appl. No. 11/624,683, filed Jan. 18, 2007. |
Non-Final Office Action mailed Aug. 19, 2009, for U.S. Appl. No. 11/773,815, filed Jul. 5, 2007. |
Non-Final Office Action mailed Aug. 20, 2009, for U.S. Appl. No. 11/773,855, filed Jul. 5, 2007. |
Non-Final Office Action mailed Jan. 20, 2010, for U.S. Appl. No. 12/262,024, filed Oct. 30, 2008. |
Non-Final Office Action mailed Sep. 8, 2009, for U.S. Appl. No. 11/688,236, filed Mar. 19, 2007. |
Non-Final Office Action mailed Sep. 28, 2010, for U.S. Appl. No. 11/752,925, filed May 24, 2007. |
Notice of Allowance mailed Oct. 15, 2010, for U.S. Appl. No. 11/554,539, filed Oct. 30, 2006. |
Notice of Allowance mailed Sep. 28, 2009, for U.S. Appl. No. 12/262,037, filed Oct. 30, 2008. |
PCT International Preliminary Report on Patentability for PCT Application No. PCT/EP2008/0001578, mailed on Sep. 8, 2009, 10 pages. |
PCT International Preliminary Report on Patentability for PCT Application No. PCT/EP2008/0052329, mailed on Sep. 1, 2009, 8 pages. |
PCT International Search Report and the Written Opinion of the International Searching Authority, for PCT Application No. PCT/EP2008/0001578, dated Oct. 23, 2008, 14 pages. |
PCT International Search Report and the Written Opinion of the International Searching Authority, for PCT Application No. PCT/EP2008/0052329, dated Sep. 15, 2008, 10 pages. |
Chang Huang, Haizhou Ai, Bo Wu, and Shihong Lao, Boosting Nested Cascade Detector for Multi-View Face Detection, Proceeding, ICPR '04 Proceedings of the Pattern Recognition, 17th International Conference on (ICPR'04) vol. 2—vol. 02, IEEE Computer Society Washington, DC, USA © 2004. |
PCT Invitation to Pay Additional Fees and, Where Applicable Protest Fee, for PCT Application No. PCT/EP2008/001578, paper dated Jul. 8, 2008, 5 Pages. |
Mitra, S., et al., Gaussian Mixture Models Based on the Frequency Spectra for Human Identification and Illumination Classification Automatic Identification Advanced Technologies, 2005, Fourth IEEE Work Shop on Buffalo, NY, USA Oct. 17-18, 2005, Piscataway, NJ, USA,IEEE, pp. 245-250, XPOI0856528 ISBN: 978-0-7695-2475-7. |
Kouzani A Z: Illumination-Effects Compensation in Facial Images Systems, Man and Cybernetics, 1999. IEEE SMC '99 Conference Proceedin GS. 1999 IEEE International Conference on Tokyo, Japan Oct. 12-15, 1999, Piscataway, NJ, USA, IEEE, US, vol. 6, Oct. 12, 1999, pp. 840-844, XPOI0363112, ISBN: 978-0-7803-5731-0. |
Soriano, M. et al. Making Saturated Facial Images Useful Again, Proceedings of the Spie, Spie, Bellingham, VA. vol. 3826, Jun. 17, 1999 pp. 113-121, XP002325961 ISSN: 0277-786X. |
Sim, T. et al, The CMU Pose, Illumination, and Expression (PIE) database, Automatic Face and Gesture Recognition, 2002. Proceeding, Fifth IEEE International Conference on, IEEE Piscataway, NJ, USA May 20, 2002, pp. 53-58, XPOI10949335, ISBN: 978-0-7695-1602-8. |
Matthew Turk, Alex Pentland, Eigenfaces for Recognition, Journal of Cognitive Neuroscience, vol. 3, No. 1, Winter 1991, 71, DOI: 10.1162/jocn.1991.3.1.71. |
H. Lai, P. C. Yuen, and G. C. Feng, Face recognition using holistic Fourier invariant features, Pattern Recognition, 2001, vol. 34, pp. 95-109. |
Tjahyadi et al., Application of the DCT Energy Histogram for Face Recognition, Proceedings of the 2nd International Conference on Information Technology for Application, (ICITA 2004). |
Zhang Lei, Lin Fuzong, Zhang Bo, A CBIR Method Based on Color-Spatial Feature, IEEE Region 10th Ann. Int. Conf. 1999 (TENCON'99, Cheju, Korea, 1999). |
Stricker et al., Similarity of color images, SPIE Proc., 1995, pp. 2420. |
Lienhart, R., Liang, L., and Kuranov, A., A Detector Tree of Boosted Classifiers for Real-Time Object Detection and Tracking, Proceedings of the 2003 International Conference on Multimedia and Expo—vol. 1, pp. 277-280 (2003), ISBN:0-7803-7965-9, Publisher IEEE Computer Society, Washington, DC, USA. |
Huang et al., Image Indexing Using Color Correlograms, Proceedings of the 1997 Conference on Computer Vision and Pattern Recognition (CVPR '97), 1997, pp. 762 et seq. |
S. J. Wan, P. Prusinkiewicz, Variance-based color image quantization for frame buffer display, S. K. M. Wong Color Research & Application, vol. 15, Issue 1, Feb. 1990, pp. 52-58. |
Tianhorng Chang and C. C. Jay Kuo, Senior Member, IEEE, Texture Analysis and Classification with Tree-Structured Wavelet Transform, IEEE Transactions on Image Processing, vol. 2, No. 4, Oct. 1993, pp. 429-441. |
Zhang Lei, Lin Fuzong, Zhang Bo: A CBIR method based on color-spatial feature, IEEE Region 10th Ann. Int. Conf. 1999 (TENCON'99, Cheju, Korea, 1999). 4 Pages. |
EPO Communication pursuant to Article 94(3) EPC, including for European patent application No. 08 716 106.3, report dated Jul. 30, 2012, 4 Pages. |
Patent Abstracts of Japan, publication No. 2006-119817, published on May 11, 2006, for Image Processor. |
Patent Abstracts of Japan, publication No. 2002-024811, published on Jan. 25, 2002, for Shadow Component Removing Device. |
Patent Abstracts of Japan, publication No. 2002-015311, published on Jan. 18, 2002, for Image Recognizing Device, Shadow Removing Device, Shadow Removing Method, and Storage Medium. |
Patent Abstracts of Japan, publication No. 2004-062651, published on Feb. 26, 2004, for Mage Processor, Image Processing Method, Its Recording Medium and Its Program. |
Patent Abstracts of Japan, publication No. 2006-254415, published on Sep. 21, 2006, for Apparatus, Method, and Program for Creating Luminance Conversion Curve. |
Patent Abstracts of Japan, publication No. 2005-316743, published on Nov. 11, 2005, for Image Processing Method and Device. |
Patent Abstracts of Japan, publication No. 11-146405, published on May 28, 1999, for Video Signal Processor and Color Video Camera Using the Same. |
Japanese Patent Abstracts, publication No. 2002-150287, publication date: May 24, 2002, Image Detector, Image Detection Method, Digital Camera and Printer. |
Korean Patent Abstracts, publication No. 10-2005-0041772A, publication date May 4, 2005, Method and Device for Detecting Face in Real-Time Through Face Detecting Mode or Face Tracking Mode, and Security Monitoring System Applying the Same. |
Number | Date | Country | |
---|---|---|---|
20080219517 A1 | Sep 2008 | US |
Number | Date | Country | |
---|---|---|---|
60892881 | Mar 2007 | US |