US20150055856A1 - Image classification - Google Patents
Image classification Download PDFInfo
- Publication number
- US20150055856A1 US20150055856A1 US14/531,638 US201414531638A US2015055856A1 US 20150055856 A1 US20150055856 A1 US 20150055856A1 US 201414531638 A US201414531638 A US 201414531638A US 2015055856 A1 US2015055856 A1 US 2015055856A1
- Authority
- US
- United States
- Prior art keywords
- image
- classifying
- edges
- images
- decision tree
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/583—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
- G06F16/5838—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using colour
-
- G06F17/3025—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/583—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
- G06F16/5862—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using texture
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/214—Generating training patterns; Bootstrap methods, e.g. bagging or boosting
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/245—Classification techniques relating to the decision surface
-
- G06K9/4642—
-
- G06K9/6256—
-
- G06K9/6285—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/50—Extraction of image or video features by performing operations within image blocks; by using histograms, e.g. histogram of oriented gradients [HoG]; by summing image-intensity values; Projection analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/56—Extraction of image or video features relating to colour
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/77—Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
- G06V10/774—Generating sets of training patterns; Bootstrap methods, e.g. bagging or boosting
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/10—Terrestrial scenes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/70—Labelling scene content, e.g. deriving syntactic or semantic representations
Definitions
- images can be stored and retrieved from image databases, for example, by image search engines in an online environment. Often, users search image databases for images meeting criteria specified by the user, for example, by entering search terms into a webpage of an online search engine.
- Internet-based image search engines e.g., Live Search®, Google®, and Yahoo®
- Internet-based search engines enable users to search for images online by entering keywords that may be associated with an image.
- Internet-based search engines typically store an image index in databases, which are populated by web crawlers that search the Internet for images “behind the scenes.”
- keyword-based image searches have intrinsic limitations. For example, a keyword cannot account for image characteristics that may originate from content of the image, unless additional metadata is pre-attached to the image that describes the image's characteristics.
- a user may wish to find cartoon images of a specified subject matter using an online image search engine; however, if the user enters the subject matter into the search engine a mixture of photos, cartoons, and even other graphics may be returned.
- spammers can intentionally create graphic-type images of very simple visual patterns, and combine them with techniques to manipulate text keywords, to boost a ranking of these types of images in popular search queries.
- a technique and system for classifying images as photos e.g., natural photographs
- graphics e.g., cartoons, synthetically generated images
- the techniques and systems identify a set of image statistics pertaining to various visual cues (e.g., color, texture, shape). These image statistics, combined with pre-tagged image metadata defining an image as either a graphic or a photo, may be used to train a boosting decision tree.
- the trained boosting decision tree may be used to classify additional images as graphics or photos based on image statistics determined for the additional images.
- FIG. 1 is a flow diagram illustrating an exemplary method for classifying images.
- FIG. 2 is a flow diagram illustrating exemplary embodiment of a method for classifying images.
- FIG. 3 is an illustration of a portion of an exemplary embodiment of a method for classifying images.
- FIG. 4 is an illustration of a portion of an exemplary embodiment of a method for classifying images.
- FIG. 5 is an illustration of a portion of an exemplary embodiment of a method for classifying images.
- FIG. 6 is an illustration of a portion of an exemplary embodiment of a method for classifying images.
- FIG. 7 is an illustration of an exemplary embodiment of a method and system for retrieving images that have been classified.
- FIG. 8 is a block diagram of a portion of an exemplary system for image classification.
- FIG. 9 is a block diagram of another portion of an exemplary system for image classification
- FIG. 10 is a block diagram of an exemplary system for image classification.
- FIG. 11 is a block diagram of an exemplary embodiment of an exemplary system for image classification.
- FIG. 12 is an illustration of an exemplary computer-readable medium comprising processor-executable instructions configured to embody one or more of the techniques provided herein.
- FIG. 13 illustrates an exemplary computing environment wherein one or more of the provisions set forth herein may be implemented.
- an image's content characteristics cannot be determined by keyword searches unless metadata that described an image's characteristics is pre-attached to the image. Therefore, when a user queries an image search engine based on keywords the search engine may not be able to determine whether an image is a photo (e.g., a natural photograph of one or more objects or scenes) or a graphic (e.g., cartoons, synthetically generated images), and will likely return both graphics and photos, based on the keywords entered.
- a photo e.g., a natural photograph of one or more objects or scenes
- a graphic e.g., cartoons, synthetically generated images
- a user wishes to search an image database or image index it may be desirable to have a way to classify images as either photos or graphics, so that when a filter is applied to a keyword search (e.g., “filter:photos,” “filter:graphics”) the search returns images relevant to both the keywords entered and the filter applied.
- a keyword search e.g., “filter:photos,” “filter:graphics”
- Embodiments described herein relate to techniques and systems for classification of images as photos (e.g., natural photographs) or graphics (e.g., cartoons, synthetically generated images), such that, when searched with a filter, an image database will return images corresponding to the filter criteria (e.g., either photos or graphics will be returned).
- photos e.g., natural photographs
- graphics e.g., cartoons, synthetically generated images
- An exemplary method 100 begins at 102 and involves determining one or more classifying features of an image, at 104 , using at least one of: determining one or more classifying features of the image using a gradient magnitude-orientation histogram (e.g., a difference between lower and higher frequency band energy from the histogram) 106 ; and determining one or more classifying features of the image using multidimensional independent histograms for respective red, green, and blue color bands (e.g., statistical values of discreteness, mean, variance, skewness, and kurtosis of the histograms) 108 .
- a gradient magnitude-orientation histogram e.g., a difference between lower and higher frequency band energy from the histogram
- multidimensional independent histograms e.g., statistical values of discreteness, mean, variance, skewness, and kurtosis of the histograms
- the classifying features are used in a boosting decision tree 110 for at least one of: training a boosting decision tree for image classification 112 ; and classifying the image using the classifying features in a trained boosting decision tree 114 . Having used the classifying features in a boosting decision tree the exemplary method 100 ends at 112 .
- various aspects of a digital image may be identified (e.g., color, texture, and shape) and further broken down into statistical data pertaining to the image's features.
- RGB red-green-blue
- An entropy value can be determined from this joint color histogram and used as a statistical color feature of the image.
- independent color histograms for each of the red, green, and blue color bands can be generated from the image. Using these histograms, statistical values can be determined (e.g., discreteness, mean, variance, skewness, and kurtosis) and used as additional statistical color features for the image.
- LBP local binary pattern
- a 59 dimension texture histogram can be generated using 58 uniform LBP bins (e.g., those with at most two 0 ⁇ 1 transitions in an 8-bit stream) and one additional bin that accounts for remaining non-uniform LBPs.
- An entropy value for this LBP texture histogram can be determined and used as a statistical feature of the image.
- GMO gradient magnitude-orientation
- a difference between an energy value for a low frequency color band and an energy value for a high frequency band, in the GMO histogram of the image, can be determined and used as a statistical shape information feature of the image.
- an entropy value of the GMO histogram can be determined and used as an additional statistical shape information feature of the image.
- a Canny edge detector can also be used to determine statistical shape features of the image. The edge detector can be used to determine a total number of edges in the image, and an average length of edges in the image. These values can be used as additional statistical shape information feature of the image.
- gray-level pixels characteristics may also be used to generate statistical features of an image.
- a spatial correlogram of the gray-level pixels in an image e.g., within a 1-neighborhood
- a value for an average slice variance to radius of a symmetric range ratio (e.g., where the ratio is defined as a ratio between a variance of the slice and a radius of a symmetric range over a mean of the slice that accounts for 60% of a total count of the slice, for respective slices) can be determined for respective slices of the correlogram. This ratio value may be used as an additional statistical feature of the image.
- the statistical features of the image can be used in a boosting decision tree in at least two ways.
- the statistical features of the image can be used to train the boosting decision tree to classify an image as either a graphic or a photo.
- the features of the image can be used to classify an image as either a graphic or a photo in a boosting decision tree that has already been trained.
- an image can be pre-tagged with metadata indicating whether it is an image or a graphic, then the pre-tagged image can be used as a training image.
- the training image's statistical features can be determined using the method described above.
- the statistical features of the training image can be sent to train the boosting decision tree for graphic or photo image classification, based on the metadata.
- the statistical features of an image can be used to classify the image as a photo or graphic.
- the statistical features can be sent to a boosting decision tree that is already trained to classify an image, and the trained boosting decision tree can determine whether the image is a graphic or a photo based on the statistical features.
- an exemplary method 200 begins at 202 and involves determining classifying features of an image at 204 .
- statistical features of color of the image are generated and involve: determining an entropy value of a joint red-green-blue (RGB) histogram (e.g., a histogram quantized to 1000 bins) at 208 ; and determining statistical values (e.g., discreteness, mean, variance, skewness, and kurtosis) of respective independent histograms (e.g., of 100 dimensions) for red, green, and blue color bands at 210 .
- RGB red-green-blue
- an entropy value of a local binary pattern (LBP) texture histogram (e.g., 59 dimensions) may be determined.
- statistical values e.g., skewness and variance ratios
- a spatial correlogram of gray level pixels of the image are generated.
- boosting decision tree 222 After generating classifying features of the image, these features are used in a boosting decision tree 222 for at least one of: training a boosting decision tree for image classification 224 ; and classifying the image using the classifying features in a trained boosting decision tree 226 . Having trained the boosting decision tree the exemplary method 200 ends at 228 .
- an example of a portion of an exemplary method 300 involves generating statistical features of color of an image 302 .
- determining an entropy value of a joint RGB histogram involves: generating a joint RGB histogram quantized to 1000 bins (e.g., bins for grouping image pixels of like color, with respective color bands quantized into 10 different levels of 100 dimensions each) at 306 ; and determining the entropy value of the histogram at 308 .
- determining statistical values of independent histograms for red, green, and blue color bands of the image involves: generating 100-dimension for respective red, green, and blue color bands (e.g., generating three, 100-dimension independent histograms) at 312 ; and determining statistical values of the respective independent histograms for discreteness, mean, variance, skewness, and kurtosis at 314 .
- an example of another portion of an exemplary method 400 involves determining an entropy value of a local binary pattern (LBP) feature, texture histogram for an image 402 .
- LBP local binary pattern
- generating a 59 dimension texture histogram using LBP features involves: generating 58 bins for uniform local binary patterns (e.g., those with at most two 0 ⁇ 1 transitions on an 8-bit stream) at 406 ; and generating one additional bin for remaining non-uniform local binary patterns at 408 .
- an entropy value for the texture histogram is determined at 410 .
- an example of another portion of an exemplary method 500 involves generating statistical values from a spatial correlogram of gray-level pixels (GLP) of an image 502 .
- GLP gray-level pixels
- a spatial correlogram of GLP e.g., within a 1-neighborhood
- an average skewness value is determined for respective slices of the GLP spatial correlogram, where the slices form a histogram.
- an average variance ratio e.g., a ratio between a variance of the respective slice and a radius of a symmetric range over a mean of the slice that accounts for 60% of a total count of the slice is determined.
- an example of another portion of an exemplary method 600 involves generating image shape classifying feature values 602 .
- GMO gradient magnitude-orientation
- a canny edge detector is used to determine edge classifying features of the image, and involves: determining a total number of edges in the image at 614 ; and determining an average length of edges in the image at 616 .
- a system may be configured for image classification, for example, such that when a user enters filter criteria (e.g., “filter:graphic” or “filter:photo”) into an image search system, images are returned that meet the corresponding filter criteria.
- filter criteria e.g., “filter:graphic” or “filter:photo”
- FIG. 8 and FIG. 9 An embodiment of a system for image classification is illustrated in FIG. 8 and FIG. 9 .
- a training image e.g., an image used to train an image classification system, such that the training image has known characteristics
- an image classifying feature determiner 804 determines the training image's classifying features using statistical values 806 of the training image 802 .
- the training image's statistical values 806 are sent to a boosting decision tree trainer 808 , which uses the training image's statistical values 806 to train an image classification boosting decision tree 810 for image classification.
- an image classifying feature determiner 906 and a trained image classification boosting decision tree 908 are operably coupled to an image classifier 904 .
- An image e.g., retrieved by an Internet web-crawler
- the image's classifying features are sent to the trained image classification boosting decision tree 908 , which determines whether the image 902 is, for example, a graphic or a photo.
- An image classification is sent to an image metadata attacher 910 , which attaches classification metadata (e.g., “graphic” or “photo”) 914 to the classified image 912 that corresponds to the image classification from the trained image classification boosting decision tree 908 .
- classification metadata e.g., “graphic” or “photo”
- the exemplary system 900 yields the classified image 912 with the attached classification metadata 914 , which may be sent, for example, to an image database (not illustrated) for later retrieval by a user (not illustrated).
- FIG. 10 One embodiment of a portion of this system is illustrated in FIG. 10 by an exemplary system 1000 .
- An image 1002 is sent to an image classifying feature determiner 1004 , which runs the image through a gradient magnitude orientation (GMO) histogram generator 1006 and an independent histogram generator 1014 .
- the GMO histogram generator 1006 generates a GMO histogram 1008 for the image 1002 , and sends it to a band energy measurer 1010 .
- the band energy measurer 1010 measures a difference between energy in a high frequency color band and energy in a low frequency color band from the GMO histogram 1008 , generating an energy value 1012 for the image 1002 .
- the independent histogram generator 1014 generates multidimensional independent histograms for respective red, green, and blue color bands of the image 1016 , and sends them to a statistical values determiner 1018 .
- the statistical values determiner 1018 determines statistical values (e.g., discreteness, skewness, variance, mean, and kurtosis) 1020 for the respective red, green, and blue independent histograms 1016 .
- Both the entropy value 1012 and the statistical values 1020 are sent from the image classifying feature determiner 1004 as the image's statistical values 1022 .
- the image's statistical values 1022 may be sent to a boosting decision tree trainer, such as 808 in FIG. 8 , which may use the statistical values 1022 to train an image classification boosting decision tree, such as 810 in FIG. 8 .
- FIG. 11 One example of this embodiment is illustrated in FIG. 11 by an exemplary system 1100 .
- An image 1102 is sent to an image classifying feature determiner 1104 , which runs the image 1102 through a series of system components, including, a joint red-green-blue (RGB) histogram generator 1106 , an independent histogram generator 1114 , a local binary pattern (LBP) texture histogram generator 1122 , a gradient magnitude orientation (GMO) generator 1130 , a canny edge detector 1142 , and a gray level pixel spatial (GLP) correlogram generator 1148 .
- RGB red-green-blue
- LBP local binary pattern
- GMO gradient magnitude orientation
- GLP gray level pixel spatial
- the joint RGB histogram generator 1106 generates a joint RGB histogram for the image 1102 , and sends it to an entropy value determiner 1110 .
- the entropy value determiner 1110 determines an entropy value 1112 for the histogram 1108 and sends it out of the image classifying feature determiner 1104 as a portion of the image's statistical value 1160 .
- the independent histogram generator 1114 generates multidimensional independent histograms for respective red, green, and blue color bands of the image 1116 , and sends them to a statistical values determiner 1118 .
- the statistical values determiner 1118 determines statistical values (e.g., discreteness, skewness, variance, mean, and kurtosis) 1120 for the respective red, green, and blue independent histograms 1116 , and sends them out of the image classifying feature determiner 1104 as a portion of the image's statistical values 1160 .
- the LBP texture histogram generator 1122 generates a LBP texture histogram 1124 for the image 1102 and sends it to an entropy value determiner 1126 .
- the entropy value determiner 1126 determines an entropy value 1128 for the LBP texture histogram 1124 , and sends it out of the image classifying feature determiner 1104 as a portion of the image's statistical value 1160 .
- the GMO generator 1130 generates a GMO histogram 1132 for the image 1102 , and sends it to a band energy measurer 1134 and an entropy value determiner 1136 .
- the band energy measurer 1134 measures a difference between a high and low frequency energy band from the GMO histogram 1132 generating an energy value 1138 for the image 1102 .
- the entropy value determiner 1136 determines an entropy value 1140 from the GMO histogram 1132 , and both the energy value 1138 and the entropy value 1140 are sent out of the image classifying feature determiner 1104 as a portion of the image's statistical values 1160 .
- the canny edge detector 1142 detects a total number of edges 1144 in the image 1102 and an average length of edges 1146 in the image 1102 , and sends both values out of the image classifying feature determiner 1104 as a portion of the image's statistical values 1160 .
- the GLP spatial correlogram generator 1148 generates a GLP spatial correlogram 1150 for the image 1102 and sends it a skewness determiner 1152 and a variance determiner 1154 .
- the skewness determiner 1152 determines an average skewness value 1156 for the correlogram 1150 .
- the variance determiner 1154 determines an average variance ratio (e.g., a ratio between a variance of the respective slice and a radius of a symmetric range over a mean of the slice that accounts for 60% of a total count of the slice) 1158 for the correlogram 1150 . Both values 1156 and 1158 are sent out of the image classifying feature determiner 1104 as a portion of the image's statistical values 1160 .
- the image's statistical values 1160 may be sent to a boosting decision tree trainer, such as 808 in FIG. 8 , which may use the image's statistical values 1160 to train an image classification boosting decision tree, such as 810 in FIG. 8 .
- Various embodiments of the system described above may be configured by those skilled in the art for classifying images as photos or graphics. These embodiments may include one of more aspects of the system operably coupled with each other, operating in conjunction, or operating separately to obtain desired image classification results.
- a user may search for images using an image search website.
- the user may enter image search terms into an image search page and a filter parameter for either “graphics” or “photos.”
- the image search website applies the filter parameter to images returned from an image database, relating to the search terms, to display only those images that meet the filter criteria (e.g., “graphics” returns graphical or synthetically produced images having the search terms).
- FIG. 7 illustrates an example 700 of this embodiment.
- a user 702 enters search terms and filter criteria (e.g., “german shepherd dog filter:photos”) into an image search page 706 using a computer system 704 .
- the image search page 706 sends the search terms and filter criteria to an image database 708 , which returns images that meet both the search terms and filter criteria entered by the user 702 .
- metadata can be added to an image that indicates the image is either a “graphic” or a “photo” (e.g., natural photograph).
- a web-crawler 712 retrieves images from the Internet 714 and sends the images to an image classifier 710 .
- the image classifier 710 determines whether the respective images are either “photos” or “graphics” and attaches respective corresponding metadata, before sending the images to the image database 708 .
- FIG. 12 Another embodiment (which may include one or more of the variations described above) involves a computer-readable medium comprising processor-executable instructions configured to apply one or more of the techniques presented herein.
- An exemplary computer-readable medium that may be devised in these ways is illustrated in FIG. 12 , wherein the implementation 1200 comprises a computer-readable medium 1208 (e.g., a CD-R, DVD-R, or a platter of a hard disk drive), on which is encoded computer-readable data 1206 .
- This computer-readable data 1206 in turn comprises a set of computer instructions 1204 configured to operate according to the principles set forth herein.
- the processor-executable instructions 1204 may be configured to perform a method 1202 for classifying photo and graphic images using features generated from image statistics, such as the exemplary method 100 of FIG. 1 , for example.
- a method 1202 for classifying photo and graphic images using features generated from image statistics such as the exemplary method 100 of FIG. 1 , for example.
- Many such computer-readable media may be devised by those of ordinary skill in the art that are configured to operate in accordance with the techniques presented herein.
- FIG. 13 and the following discussion provide a brief, general description of a suitable computing environment to implement embodiments of one or more of the provisions set forth herein.
- the operating environment of FIG. 13 is only one example of a suitable operating environment and is not intended to suggest any limitation as to the scope of use or functionality of the operating environment.
- Example computing devices include, but are not limited to, personal computers, server computers, hand-held or laptop devices, mobile devices (such as mobile phones, Personal Digital Assistants (PDAs), media players, and the like), multiprocessor systems, consumer electronics, mini computers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
- Computer readable instructions may be distributed via computer readable media (discussed below).
- Computer readable instructions may be implemented as program modules, such as functions, objects, Application Programming Interfaces (APIs), data structures, and the like, that perform particular tasks or implement particular abstract data types.
- APIs Application Programming Interfaces
- the functionality of the computer readable instructions may be combined or distributed as desired in various environments.
- FIG. 13 illustrates an example of a system 1310 comprising a computing device 1312 configured to implement one or more embodiments provided herein.
- computing device 1312 includes at least one processing unit 1316 and memory 1318 .
- memory 1318 may be volatile (such as RAM, for example), non-volatile (such as ROM, flash memory, etc., for example) or some combination of the two. This configuration is illustrated in FIG. 13 by dashed line 1314 .
- device 1312 may include additional features and/or functionality.
- device 1312 may also include additional storage (e.g., removable and/or non-removable) including, but not limited to, magnetic storage, optical storage, and the like.
- additional storage is illustrated in FIG. 13 by storage 1320 .
- computer readable instructions to implement one or more embodiments provided herein may be in storage 1320 .
- Storage 1320 may also store other computer readable instructions to implement an operating system, an application program, and the like.
- Computer readable instructions may be loaded in memory 1318 for execution by processing unit 1316 , for example.
- Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions or other data.
- Memory 1318 and storage 1320 are examples of computer storage media.
- Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVDs) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by device 1312 . Any such computer storage media may be part of device 1312 .
- Device 1312 may also include communication connection(s) 1326 that allows device 1312 to communicate with other devices.
- Communication connection(s) 1326 may include, but is not limited to, a modem, a Network Interface Card (NIC), an integrated network interface, a radio frequency transmitter/receiver, an infrared port, a USB connection, or other interfaces for connecting computing device 1312 to other computing devices.
- Communication connection(s) 1326 may include a wired connection or a wireless connection. Communication connection(s) 1326 may transmit and/or receive communication media.
- Computer readable media may include communication media.
- Communication media typically embodies computer readable instructions or other data in a “modulated data signal” such as a carrier wave or other transport mechanism and includes any information delivery media.
- modulated data signal may include a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
- Device 1312 may include input device(s) 1324 such as keyboard, mouse, pen, voice input device, touch input device, infrared cameras, video input devices, and/or any other input device.
- Output device(s) 1322 such as one or more displays, speakers, printers, and/or any other output device may also be included in device 1312 .
- Input device(s) 1324 and output device(s) 1322 may be connected to device 1312 via a wired connection, wireless connection, or any combination thereof.
- an input device or an output device from another computing device may be used as input device(s) 1324 or output device(s) 1322 for computing device 1312 .
- Components of computing device 1312 may be connected by various interconnects, such as a bus.
- Such interconnects may include a Peripheral Component Interconnect (PCI), such as PCI Express, a Universal Serial Bus (USB), firewire (IEEE 8394), an optical bus structure, and the like.
- PCI Peripheral Component Interconnect
- USB Universal Serial Bus
- IEEE 8394 Firewire
- optical bus structure and the like.
- components of computing device 1312 may be interconnected by a network.
- memory 1318 may be comprised of multiple physical memory units located in different physical locations interconnected by a network.
- a computing device 1330 accessible via network 1328 may store computer readable instructions to implement one or more embodiments provided herein.
- Computing device 1312 may access computing device 1330 and download a part or all of the computer readable instructions for execution.
- computing device 1312 may download pieces of the computer readable instructions, as needed, or some instructions may be executed at computing device 1312 and some at computing device 1330 .
- one or more of the operations described may constitute computer readable instructions stored on one or more computer readable media, which if executed by a computing device, will cause the computing device to perform the operations described.
- the order in which some or all of the operations are described should not be construed as to imply that these operations are necessarily order dependent. Alternative ordering will be appreciated by one skilled in the art having the benefit of this description. Further, it will be understood that not all operations are necessarily present in each embodiment provided herein.
- a component may be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer.
- an application running on a controller and the controller can be a component.
- One or more components may reside within a process and/or thread of execution and a component may be localized on one computer and/or distributed between two or more computers.
- the claimed subject matter may be implemented as a method, apparatus, or article of manufacture using standard programming and/or engineering techniques to produce software, firmware, hardware, or any combination thereof to control a computer to implement the disclosed subject matter.
- article of manufacture as used herein is intended to encompass a computer program accessible from any computer-readable device, carrier, or media.
- the word “exemplary” is used herein to mean serving as an example, instance, or illustration. Any aspect or design described herein as “exemplary” is not necessarily to be construed as advantageous over other aspects or designs. Rather, use of the word exemplary is intended to present concepts in a concrete fashion.
- the term “or” is intended to mean an inclusive “or” rather than an exclusive “or”. That is, unless specified otherwise, or clear from context, “X employs A or B” is intended to mean any of the natural inclusive permutations. That is, if X employs A; X employs B; or X employs both A and B, then “X employs A or B” is satisfied under any of the foregoing instances.
- the articles “a” and “an” as used in this application and the appended claims may generally be construed to mean “one or more” unless specified otherwise or clear from context to be directed to a singular form.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Data Mining & Analysis (AREA)
- Library & Information Science (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Computation (AREA)
- Software Systems (AREA)
- Medical Informatics (AREA)
- Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- General Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- Image Analysis (AREA)
Abstract
Images are classified as photos (e.g., natural photographs) or graphics (e.g., cartoons, synthetically generated images), such that when searched (online) with a filter, an image database returns images corresponding to the filter criteria (e.g., either photos or graphics will be returned). A set of image statistics pertaining to various visual cues (e.g., color, texture, shape) are identified in classifying the images. These image statistics, combined with pre-tagged image metadata defining an image as either a graphic or a photo, may be used to train a boosting decision tree. The trained boosting decision tree may be used to classify additional images as graphics or photos based on image statistics determined for the additional images.
Description
- This application claims priority to and is a divisional of U.S. patent application Ser. No. 13/371,719, filed on Feb. 13, 2012, titled “IMAGE CLASSIFICATION”, which is a continuation of U.S. patent application Ser. No. 12/098,026, filed on Apr. 4, 2008, titled “IMAGE CLASSIFICATION”, at least some of which may be incorporated herein.
- In a computing environment, there is a variety of ways to classify images. For example, one may describe an image as a photo, meaning that the image is a natural photograph of one or more objects or scenes. Further, one may describe an image as a graphic, typically meaning that the image is a synthetically produced image, comic, cartoon or graphical display of one or more items. Images can be stored and retrieved from image databases, for example, by image search engines in an online environment. Often, users search image databases for images meeting criteria specified by the user, for example, by entering search terms into a webpage of an online search engine.
- This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key factors or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
- In computing environments, the Internet and other multimedia technologies have allowed users access to an ever increasing number of images. Internet-based image search engines (e.g., Live Search®, Google®, and Yahoo®) enable users to search for images online by entering keywords that may be associated with an image. Internet-based search engines typically store an image index in databases, which are populated by web crawlers that search the Internet for images “behind the scenes.” However, keyword-based image searches have intrinsic limitations. For example, a keyword cannot account for image characteristics that may originate from content of the image, unless additional metadata is pre-attached to the image that describes the image's characteristics. For example, a user may wish to find cartoon images of a specified subject matter using an online image search engine; however, if the user enters the subject matter into the search engine a mixture of photos, cartoons, and even other graphics may be returned. Additionally, spammers can intentionally create graphic-type images of very simple visual patterns, and combine them with techniques to manipulate text keywords, to boost a ranking of these types of images in popular search queries.
- Users may be more inclined to use image search engines if they return more relevant results when queried. Further, when spammers intentionally attempt to boost the ranking of their images it tends to harm performance of a search engine. Therefore, it may be desirable to have an image content filter that can classify a graphic or photo image based on the image's content characteristics.
- As provided herein, a technique and system for classifying images as photos (e.g., natural photographs) or graphics (e.g., cartoons, synthetically generated images), such that when searched with a filter, an image database will return images corresponding to the filter criteria (e.g., either photos or graphics will be returned). The techniques and systems identify a set of image statistics pertaining to various visual cues (e.g., color, texture, shape). These image statistics, combined with pre-tagged image metadata defining an image as either a graphic or a photo, may be used to train a boosting decision tree. The trained boosting decision tree may be used to classify additional images as graphics or photos based on image statistics determined for the additional images.
- To the accomplishment of the foregoing and related ends, the following description and annexed drawings set forth certain illustrative aspects and implementations. These are indicative of but a few of the various ways in which one or more aspects may be employed. Other aspects, advantages, and novel features of the disclosure will become apparent from the following detailed description when considered in conjunction with the annexed drawings.
-
FIG. 1 is a flow diagram illustrating an exemplary method for classifying images. -
FIG. 2 is a flow diagram illustrating exemplary embodiment of a method for classifying images. -
FIG. 3 is an illustration of a portion of an exemplary embodiment of a method for classifying images. -
FIG. 4 is an illustration of a portion of an exemplary embodiment of a method for classifying images. -
FIG. 5 is an illustration of a portion of an exemplary embodiment of a method for classifying images. -
FIG. 6 is an illustration of a portion of an exemplary embodiment of a method for classifying images. -
FIG. 7 is an illustration of an exemplary embodiment of a method and system for retrieving images that have been classified. -
FIG. 8 is a block diagram of a portion of an exemplary system for image classification. -
FIG. 9 is a block diagram of another portion of an exemplary system for image classification -
FIG. 10 is a block diagram of an exemplary system for image classification. -
FIG. 11 is a block diagram of an exemplary embodiment of an exemplary system for image classification. -
FIG. 12 is an illustration of an exemplary computer-readable medium comprising processor-executable instructions configured to embody one or more of the techniques provided herein. -
FIG. 13 illustrates an exemplary computing environment wherein one or more of the provisions set forth herein may be implemented. - The claimed subject matter is now described with reference to the drawings, wherein like reference numerals are used to refer to like elements throughout. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the claimed subject matter. It may be evident, however, that the claimed subject matter may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form in order to facilitate describing the claimed subject matter.
- In computing environments, an image's content characteristics cannot be determined by keyword searches unless metadata that described an image's characteristics is pre-attached to the image. Therefore, when a user queries an image search engine based on keywords the search engine may not be able to determine whether an image is a photo (e.g., a natural photograph of one or more objects or scenes) or a graphic (e.g., cartoons, synthetically generated images), and will likely return both graphics and photos, based on the keywords entered. However, if a user wishes to search an image database or image index it may be desirable to have a way to classify images as either photos or graphics, so that when a filter is applied to a keyword search (e.g., “filter:photos,” “filter:graphics”) the search returns images relevant to both the keywords entered and the filter applied.
- Embodiments described herein relate to techniques and systems for classification of images as photos (e.g., natural photographs) or graphics (e.g., cartoons, synthetically generated images), such that, when searched with a filter, an image database will return images corresponding to the filter criteria (e.g., either photos or graphics will be returned).
- A method for classifying photo and graphics images using features generated from image statistics is illustrated in
FIG. 1 . Anexemplary method 100 begins at 102 and involves determining one or more classifying features of an image, at 104, using at least one of: determining one or more classifying features of the image using a gradient magnitude-orientation histogram (e.g., a difference between lower and higher frequency band energy from the histogram) 106; and determining one or more classifying features of the image using multidimensional independent histograms for respective red, green, and blue color bands (e.g., statistical values of discreteness, mean, variance, skewness, and kurtosis of the histograms) 108. After determining one or more classifying features of the image, the classifying features are used in aboosting decision tree 110 for at least one of: training a boosting decision tree forimage classification 112; and classifying the image using the classifying features in a trainedboosting decision tree 114. Having used the classifying features in a boosting decision tree theexemplary method 100 ends at 112. - In one embodiment of the method described above, various aspects of a digital image may be identified (e.g., color, texture, and shape) and further broken down into statistical data pertaining to the image's features. In one aspect, as an example, to obtain statistical features of color from and image, one can generate a joint red-green-blue (RGB) color histogram of the image, which is quantized to 1000 bins (e.g., each color band is quantized into 10 different levels of 100 bins). An entropy value can be determined from this joint color histogram and used as a statistical color feature of the image. Further, independent color histograms for each of the red, green, and blue color bands can be generated from the image. Using these histograms, statistical values can be determined (e.g., discreteness, mean, variance, skewness, and kurtosis) and used as additional statistical color features for the image.
- In another aspect of this embodiment, for example, statistical features of the image's texture can be generated. In this example, local binary pattern (LBP) features of the image may be used to generate a texture histogram. For example, a 59 dimension texture histogram can be generated using 58 uniform LBP bins (e.g., those with at most two 0˜1 transitions in an 8-bit stream) and one additional bin that accounts for remaining non-uniform LBPs. An entropy value for this LBP texture histogram can be determined and used as a statistical feature of the image.
- In another aspect of this embodiment, for example, statistical features from shape information of objects in the image may be generated. To account for shape information a gradient magnitude-orientation (GMO) histogram (e.g., a 40×8=320 GMO histogram) may be generated of the image. A difference between an energy value for a low frequency color band and an energy value for a high frequency band, in the GMO histogram of the image, can be determined and used as a statistical shape information feature of the image. Also, in this example, an entropy value of the GMO histogram can be determined and used as an additional statistical shape information feature of the image. In this example, a Canny edge detector can also be used to determine statistical shape features of the image. The edge detector can be used to determine a total number of edges in the image, and an average length of edges in the image. These values can be used as additional statistical shape information feature of the image.
- In another aspect of this embodiment, for example, gray-level pixels characteristics may also be used to generate statistical features of an image. A spatial correlogram of the gray-level pixels in an image (e.g., within a 1-neighborhood) can be generated for the image. Slicing the correlogram, where respective slices form a histogram, one can calculate an average skewness value of the respective slices, and use this value as a statistical feature of the image. Further, in this example, a value for an average slice variance to radius of a symmetric range ratio (e.g., where the ratio is defined as a ratio between a variance of the slice and a radius of a symmetric range over a mean of the slice that accounts for 60% of a total count of the slice, for respective slices) can be determined for respective slices of the correlogram. This ratio value may be used as an additional statistical feature of the image.
- In another aspect of this embodiment, for example, the statistical features of the image can be used in a boosting decision tree in at least two ways. The statistical features of the image can be used to train the boosting decision tree to classify an image as either a graphic or a photo. Further, the features of the image can be used to classify an image as either a graphic or a photo in a boosting decision tree that has already been trained. In this example, an image can be pre-tagged with metadata indicating whether it is an image or a graphic, then the pre-tagged image can be used as a training image. The training image's statistical features can be determined using the method described above. Then the statistical features of the training image, along with the pre-tagged metadata, can be sent to train the boosting decision tree for graphic or photo image classification, based on the metadata. Additionally, the statistical features of an image can be used to classify the image as a photo or graphic. The statistical features can be sent to a boosting decision tree that is already trained to classify an image, and the trained boosting decision tree can determine whether the image is a graphic or a photo based on the statistical features.
- An example of this embodiment is shown in
FIGS. 2-6 . InFIG. 2 anexemplary method 200 begins at 202 and involves determining classifying features of an image at 204. At 206 statistical features of color of the image are generated and involve: determining an entropy value of a joint red-green-blue (RGB) histogram (e.g., a histogram quantized to 1000 bins) at 208; and determining statistical values (e.g., discreteness, mean, variance, skewness, and kurtosis) of respective independent histograms (e.g., of 100 dimensions) for red, green, and blue color bands at 210. Further, at 212, an entropy value of a local binary pattern (LBP) texture histogram (e.g., 59 dimensions) may be determined. At 214, image shape classifying feature values are generated and involve: determining statistical values (e.g., a difference between high and low frequency band energy, and entropy) of a gradient magnitude histogram (e.g., 40×8=320) at 216; and determining additional shape features of the image (e.g., number of edges, and average length of edges) using a canny edge detector at 218. At 220, statistical values (e.g., skewness and variance ratios) of a spatial correlogram of gray level pixels of the image are generated. After generating classifying features of the image, these features are used in a boostingdecision tree 222 for at least one of: training a boosting decision tree for image classification 224; and classifying the image using the classifying features in a trained boosting decision tree 226. Having trained the boosting decision tree theexemplary method 200 ends at 228. - In
FIG. 3 an example of a portion of anexemplary method 300 involves generating statistical features of color of animage 302. At 304, determining an entropy value of a joint RGB histogram involves: generating a joint RGB histogram quantized to 1000 bins (e.g., bins for grouping image pixels of like color, with respective color bands quantized into 10 different levels of 100 dimensions each) at 306; and determining the entropy value of the histogram at 308. At 310, determining statistical values of independent histograms for red, green, and blue color bands of the image involves: generating 100-dimension for respective red, green, and blue color bands (e.g., generating three, 100-dimension independent histograms) at 312; and determining statistical values of the respective independent histograms for discreteness, mean, variance, skewness, and kurtosis at 314. - In
FIG. 4 an example of another portion of anexemplary method 400 involves determining an entropy value of a local binary pattern (LBP) feature, texture histogram for animage 402. At 404, generating a 59 dimension texture histogram using LBP features involves: generating 58 bins for uniform local binary patterns (e.g., those with at most two 0˜1 transitions on an 8-bit stream) at 406; and generating one additional bin for remaining non-uniform local binary patterns at 408. After a texture histogram is generated an entropy value for the texture histogram is determined at 410. - In
FIG. 5 an example of another portion of anexemplary method 500 involves generating statistical values from a spatial correlogram of gray-level pixels (GLP) of animage 502. At 504, a spatial correlogram of GLP (e.g., within a 1-neighborhood) is generated. At 506, an average skewness value is determined for respective slices of the GLP spatial correlogram, where the slices form a histogram. At 508, an average variance ratio (e.g., a ratio between a variance of the respective slice and a radius of a symmetric range over a mean of the slice that accounts for 60% of a total count of the slice) of respective slices is determined. - In
FIG. 6 an example of another portion of anexemplary method 600 involves generating image shape classifying feature values 602. At 604 determining statistical values of a gradient magnitude-orientation histogram involves: generating a gradient magnitude-orientation (GMO) histogram (e.g., a 40×8=320 histogram) at 606; measuring a difference between energy in a lower frequency band and energy in a higher frequency band of the GMO histogram to generate an energy value at 608; and determining an entropy value of the GMO histogram at 610. At 612, a canny edge detector is used to determine edge classifying features of the image, and involves: determining a total number of edges in the image at 614; and determining an average length of edges in the image at 616. - A system may be configured for image classification, for example, such that when a user enters filter criteria (e.g., “filter:graphic” or “filter:photo”) into an image search system, images are returned that meet the corresponding filter criteria. An embodiment of a system for image classification is illustrated in
FIG. 8 andFIG. 9 . Inexemplary system 800, a training image (e.g., an image used to train an image classification system, such that the training image has known characteristics) 802 is sent to an image classifyingfeature determiner 804, which determines the training image's classifying features usingstatistical values 806 of thetraining image 802. The training image'sstatistical values 806 are sent to a boostingdecision tree trainer 808, which uses the training image'sstatistical values 806 to train an image classification boosting decision tree 810 for image classification. InFIG. 9 , an image classifyingfeature determiner 906 and a trained image classification boostingdecision tree 908 are operably coupled to animage classifier 904. An image (e.g., retrieved by an Internet web-crawler) is sent to the image classifyingfeature determiner 906, in theimage classifier 904, which determine the image's classifying features. The image's classifying features are sent to the trained image classification boostingdecision tree 908, which determines whether theimage 902 is, for example, a graphic or a photo. An image classification is sent to animage metadata attacher 910, which attaches classification metadata (e.g., “graphic” or “photo”) 914 to theclassified image 912 that corresponds to the image classification from the trained image classification boostingdecision tree 908. Theexemplary system 900 yields theclassified image 912 with the attachedclassification metadata 914, which may be sent, for example, to an image database (not illustrated) for later retrieval by a user (not illustrated). - One embodiment of a portion of this system is illustrated in
FIG. 10 by anexemplary system 1000. Animage 1002 is sent to an image classifyingfeature determiner 1004, which runs the image through a gradient magnitude orientation (GMO)histogram generator 1006 and anindependent histogram generator 1014. TheGMO histogram generator 1006 generates aGMO histogram 1008 for theimage 1002, and sends it to aband energy measurer 1010. Theband energy measurer 1010 measures a difference between energy in a high frequency color band and energy in a low frequency color band from theGMO histogram 1008, generating anenergy value 1012 for theimage 1002. Theindependent histogram generator 1014 generates multidimensional independent histograms for respective red, green, and blue color bands of theimage 1016, and sends them to astatistical values determiner 1018. The statistical values determiner 1018 determines statistical values (e.g., discreteness, skewness, variance, mean, and kurtosis) 1020 for the respective red, green, and blueindependent histograms 1016. Both theentropy value 1012 and thestatistical values 1020 are sent from the image classifyingfeature determiner 1004 as the image'sstatistical values 1022. As an example, the image'sstatistical values 1022 may be sent to a boosting decision tree trainer, such as 808 inFIG. 8 , which may use thestatistical values 1022 to train an image classification boosting decision tree, such as 810 inFIG. 8 . - One example of this embodiment is illustrated in
FIG. 11 by anexemplary system 1100. Animage 1102 is sent to an image classifyingfeature determiner 1104, which runs theimage 1102 through a series of system components, including, a joint red-green-blue (RGB)histogram generator 1106, anindependent histogram generator 1114, a local binary pattern (LBP)texture histogram generator 1122, a gradient magnitude orientation (GMO)generator 1130, acanny edge detector 1142, and a gray level pixel spatial (GLP)correlogram generator 1148. - In
FIG. 11 , the jointRGB histogram generator 1106 generates a joint RGB histogram for theimage 1102, and sends it to anentropy value determiner 1110. Theentropy value determiner 1110 determines anentropy value 1112 for thehistogram 1108 and sends it out of the image classifyingfeature determiner 1104 as a portion of the image'sstatistical value 1160. Theindependent histogram generator 1114 generates multidimensional independent histograms for respective red, green, and blue color bands of theimage 1116, and sends them to astatistical values determiner 1118. The statistical values determiner 1118 determines statistical values (e.g., discreteness, skewness, variance, mean, and kurtosis) 1120 for the respective red, green, and blueindependent histograms 1116, and sends them out of the image classifyingfeature determiner 1104 as a portion of the image'sstatistical values 1160. The LBPtexture histogram generator 1122 generates aLBP texture histogram 1124 for theimage 1102 and sends it to anentropy value determiner 1126. Theentropy value determiner 1126 determines anentropy value 1128 for theLBP texture histogram 1124, and sends it out of the image classifyingfeature determiner 1104 as a portion of the image'sstatistical value 1160. TheGMO generator 1130 generates aGMO histogram 1132 for theimage 1102, and sends it to aband energy measurer 1134 and anentropy value determiner 1136. Theband energy measurer 1134 measures a difference between a high and low frequency energy band from theGMO histogram 1132 generating anenergy value 1138 for theimage 1102. Theentropy value determiner 1136 determines anentropy value 1140 from theGMO histogram 1132, and both theenergy value 1138 and theentropy value 1140 are sent out of the image classifyingfeature determiner 1104 as a portion of the image'sstatistical values 1160. Thecanny edge detector 1142 detects a total number ofedges 1144 in theimage 1102 and an average length ofedges 1146 in theimage 1102, and sends both values out of the image classifyingfeature determiner 1104 as a portion of the image'sstatistical values 1160. The GLPspatial correlogram generator 1148 generates a GLPspatial correlogram 1150 for theimage 1102 and sends it askewness determiner 1152 and avariance determiner 1154. Theskewness determiner 1152 determines anaverage skewness value 1156 for thecorrelogram 1150. Thevariance determiner 1154 determines an average variance ratio (e.g., a ratio between a variance of the respective slice and a radius of a symmetric range over a mean of the slice that accounts for 60% of a total count of the slice) 1158 for thecorrelogram 1150. Bothvalues feature determiner 1104 as a portion of the image'sstatistical values 1160. As an example, the image'sstatistical values 1160 may be sent to a boosting decision tree trainer, such as 808 inFIG. 8 , which may use the image'sstatistical values 1160 to train an image classification boosting decision tree, such as 810 inFIG. 8 . - Various embodiments of the system described above may be configured by those skilled in the art for classifying images as photos or graphics. These embodiments may include one of more aspects of the system operably coupled with each other, operating in conjunction, or operating separately to obtain desired image classification results.
- In one embodiment of the techniques and systems described herein, a user may search for images using an image search website. As an example, the user may enter image search terms into an image search page and a filter parameter for either “graphics” or “photos.” In this example, the image search website applies the filter parameter to images returned from an image database, relating to the search terms, to display only those images that meet the filter criteria (e.g., “graphics” returns graphical or synthetically produced images having the search terms).
FIG. 7 illustrates an example 700 of this embodiment. Auser 702 enters search terms and filter criteria (e.g., “german shepherd dog filter:photos”) into animage search page 706 using acomputer system 704. Theimage search page 706 sends the search terms and filter criteria to animage database 708, which returns images that meet both the search terms and filter criteria entered by theuser 702. However, in order to retrieve images that meet the filter criteria, for example, metadata can be added to an image that indicates the image is either a “graphic” or a “photo” (e.g., natural photograph). In this example, in order to add respective metadata that corresponds to an image's classification, a web-crawler 712 retrieves images from theInternet 714 and sends the images to animage classifier 710. Theimage classifier 710 determines whether the respective images are either “photos” or “graphics” and attaches respective corresponding metadata, before sending the images to theimage database 708. - Another embodiment (which may include one or more of the variations described above) involves a computer-readable medium comprising processor-executable instructions configured to apply one or more of the techniques presented herein. An exemplary computer-readable medium that may be devised in these ways is illustrated in
FIG. 12 , wherein theimplementation 1200 comprises a computer-readable medium 1208 (e.g., a CD-R, DVD-R, or a platter of a hard disk drive), on which is encoded computer-readable data 1206. This computer-readable data 1206 in turn comprises a set ofcomputer instructions 1204 configured to operate according to the principles set forth herein. In one such embodiment, the processor-executable instructions 1204 may be configured to perform amethod 1202 for classifying photo and graphic images using features generated from image statistics, such as theexemplary method 100 ofFIG. 1 , for example. Many such computer-readable media may be devised by those of ordinary skill in the art that are configured to operate in accordance with the techniques presented herein. -
FIG. 13 and the following discussion provide a brief, general description of a suitable computing environment to implement embodiments of one or more of the provisions set forth herein. The operating environment ofFIG. 13 is only one example of a suitable operating environment and is not intended to suggest any limitation as to the scope of use or functionality of the operating environment. Example computing devices include, but are not limited to, personal computers, server computers, hand-held or laptop devices, mobile devices (such as mobile phones, Personal Digital Assistants (PDAs), media players, and the like), multiprocessor systems, consumer electronics, mini computers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like. - Although not required, embodiments are described in the general context of “computer readable instructions” being executed by one or more computing devices. Computer readable instructions may be distributed via computer readable media (discussed below). Computer readable instructions may be implemented as program modules, such as functions, objects, Application Programming Interfaces (APIs), data structures, and the like, that perform particular tasks or implement particular abstract data types. Typically, the functionality of the computer readable instructions may be combined or distributed as desired in various environments.
-
FIG. 13 illustrates an example of asystem 1310 comprising acomputing device 1312 configured to implement one or more embodiments provided herein. In one configuration,computing device 1312 includes at least oneprocessing unit 1316 andmemory 1318. Depending on the exact configuration and type of computing device,memory 1318 may be volatile (such as RAM, for example), non-volatile (such as ROM, flash memory, etc., for example) or some combination of the two. This configuration is illustrated inFIG. 13 by dashedline 1314. - In other embodiments,
device 1312 may include additional features and/or functionality. For example,device 1312 may also include additional storage (e.g., removable and/or non-removable) including, but not limited to, magnetic storage, optical storage, and the like. Such additional storage is illustrated inFIG. 13 bystorage 1320. In one embodiment, computer readable instructions to implement one or more embodiments provided herein may be instorage 1320.Storage 1320 may also store other computer readable instructions to implement an operating system, an application program, and the like. Computer readable instructions may be loaded inmemory 1318 for execution byprocessing unit 1316, for example. - The term “computer readable media” as used herein includes computer storage media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions or other data.
Memory 1318 andstorage 1320 are examples of computer storage media. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVDs) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed bydevice 1312. Any such computer storage media may be part ofdevice 1312. -
Device 1312 may also include communication connection(s) 1326 that allowsdevice 1312 to communicate with other devices. Communication connection(s) 1326 may include, but is not limited to, a modem, a Network Interface Card (NIC), an integrated network interface, a radio frequency transmitter/receiver, an infrared port, a USB connection, or other interfaces for connectingcomputing device 1312 to other computing devices. Communication connection(s) 1326 may include a wired connection or a wireless connection. Communication connection(s) 1326 may transmit and/or receive communication media. - The term “computer readable media” may include communication media. Communication media typically embodies computer readable instructions or other data in a “modulated data signal” such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” may include a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
-
Device 1312 may include input device(s) 1324 such as keyboard, mouse, pen, voice input device, touch input device, infrared cameras, video input devices, and/or any other input device. Output device(s) 1322 such as one or more displays, speakers, printers, and/or any other output device may also be included indevice 1312. Input device(s) 1324 and output device(s) 1322 may be connected todevice 1312 via a wired connection, wireless connection, or any combination thereof. In one embodiment, an input device or an output device from another computing device may be used as input device(s) 1324 or output device(s) 1322 forcomputing device 1312. - Components of
computing device 1312 may be connected by various interconnects, such as a bus. Such interconnects may include a Peripheral Component Interconnect (PCI), such as PCI Express, a Universal Serial Bus (USB), firewire (IEEE 8394), an optical bus structure, and the like. In another embodiment, components ofcomputing device 1312 may be interconnected by a network. For example,memory 1318 may be comprised of multiple physical memory units located in different physical locations interconnected by a network. - Those skilled in the art will realize that storage devices utilized to store computer readable instructions may be distributed across a network. For example, a computing device 1330 accessible via network 1328 may store computer readable instructions to implement one or more embodiments provided herein.
Computing device 1312 may access computing device 1330 and download a part or all of the computer readable instructions for execution. Alternatively,computing device 1312 may download pieces of the computer readable instructions, as needed, or some instructions may be executed atcomputing device 1312 and some at computing device 1330. - Various operations of embodiments are provided herein. In one embodiment, one or more of the operations described may constitute computer readable instructions stored on one or more computer readable media, which if executed by a computing device, will cause the computing device to perform the operations described. The order in which some or all of the operations are described should not be construed as to imply that these operations are necessarily order dependent. Alternative ordering will be appreciated by one skilled in the art having the benefit of this description. Further, it will be understood that not all operations are necessarily present in each embodiment provided herein.
- Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.
- As used in this application, the terms “component,” “module,” “system”, “interface”, and the like are generally intended to refer to a computer-related entity, either hardware, a combination of hardware and software, software, or software in execution. For example, a component may be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer. By way of illustration, both an application running on a controller and the controller can be a component. One or more components may reside within a process and/or thread of execution and a component may be localized on one computer and/or distributed between two or more computers.
- Furthermore, the claimed subject matter may be implemented as a method, apparatus, or article of manufacture using standard programming and/or engineering techniques to produce software, firmware, hardware, or any combination thereof to control a computer to implement the disclosed subject matter. The term “article of manufacture” as used herein is intended to encompass a computer program accessible from any computer-readable device, carrier, or media. Of course, those skilled in the art will recognize many modifications may be made to this configuration without departing from the scope or spirit of the claimed subject matter.
- Moreover, the word “exemplary” is used herein to mean serving as an example, instance, or illustration. Any aspect or design described herein as “exemplary” is not necessarily to be construed as advantageous over other aspects or designs. Rather, use of the word exemplary is intended to present concepts in a concrete fashion. As used in this application, the term “or” is intended to mean an inclusive “or” rather than an exclusive “or”. That is, unless specified otherwise, or clear from context, “X employs A or B” is intended to mean any of the natural inclusive permutations. That is, if X employs A; X employs B; or X employs both A and B, then “X employs A or B” is satisfied under any of the foregoing instances. In addition, the articles “a” and “an” as used in this application and the appended claims may generally be construed to mean “one or more” unless specified otherwise or clear from context to be directed to a singular form.
- Also, although the disclosure has been shown and described with respect to one or more implementations, equivalent alterations and modifications will occur to others skilled in the art based upon a reading and understanding of this specification and the annexed drawings. The disclosure includes all such modifications and alterations and is limited only by the scope of the following claims. In particular regard to the various functions performed by the above described components (e.g., elements, resources, etc.), the terms used to describe such components are intended to correspond, unless otherwise indicated, to any component which performs the specified function of the described component (e.g., that is functionally equivalent), even though not structurally equivalent to the disclosed structure which performs the function in the herein illustrated exemplary implementations of the disclosure. In addition, while a particular feature of the disclosure may have been disclosed with respect to only one of several implementations, such feature may be combined with one or more other features of the other implementations as may be desired and advantageous for any given or particular application. Furthermore, to the extent that the terms “includes”, “having”, “has”, “with”, or variants thereof are used in either the detailed description or the claims, such terms are intended to be inclusive in a manner similar to the term “comprising.”
Claims (20)
1. A method, comprising:
classifying an image as at least one of a photo or a graphics image based upon:
a difference between a first energy value of a lower frequency color band and a second energy value of a higher frequency color band; and
at least one of:
a total number of edges in the image; or
an average length of edges in the image.
2. The method of claim 1 , the classifying performed using a boosting decision tree.
3. The method of claim 2 , the boosting decision tree trained using one or more classifying features of the image.
4. The method of claim 3 , at least some of the one or more classifying features determined using at least one of the total number of edges in the image or the average length of edges in the image.
5. The method of claim 1 , comprising using an edge detector to determine at least one of the total number of edges in the image or the average length of edges in the image.
6. The method of claim 1 , comprising using a canny edge detector to determine at least one of the total number of edges in the image or the average length of edges in the image.
7. The method of claim 1 , the classifying performed using a gradient magnitude-orientation histogram.
8. The method of claim 7 , comprising determining an entropy value associated with the gradient magnitude-orientation histogram.
9. The method of claim 1 , the classifying based upon a spatial correlogram of gray level pixels of the image.
10. A computer readable medium comprising instructions that when executed, perform a method comprising:
classifying an image as at least one of a photo or a graphics image, comprising measuring a difference between a first energy value of a lower frequency color band and a second energy value of a higher frequency color band.
11. The computer readable medium of claim 10 , the classifying performed using a gradient magnitude-orientation histogram.
12. The computer readable medium of claim 10 , the classifying performed using a boosting decision tree.
13. The computer readable medium of claim 12 , the boosting decision tree trained using one or more classifying features of the image.
14. The computer readable medium of claim 11 , the method comprising determining an entropy value associated with the gradient magnitude-orientation histogram.
15. A system comprising:
one or more processing units; and
memory comprising instructions that when executed by at least one of the one or more processing units perform a method comprising:
classifying an image as at least one of a photo or a graphics image based upon at least one of:
a total number of edges in the image; or
an average length of edges in the image.
16. The system of claim 15 , the classifying performed using a boosting decision tree.
17. The system of claim 16 , the boosting decision tree trained using one or more classifying features of the image.
18. The system of claim 17 , at least some of the one or more classifying features determined using at least one of the total number of edges in the image or the average length of edges in the image.
19. The system of claim 15 , the method comprising using an edge detector to determine at least one of the total number of edges in the image or the average length of edges in the image.
20. The system of claim 15 , the method comprising using a canny edge detector to determine at least one of the total number of edges in the image or the average length of edges in the image.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/531,638 US20150055856A1 (en) | 2008-04-04 | 2014-11-03 | Image classification |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/098,026 US8131066B2 (en) | 2008-04-04 | 2008-04-04 | Image classification |
US13/371,719 US8891861B2 (en) | 2008-04-04 | 2012-02-13 | Image classification |
US14/531,638 US20150055856A1 (en) | 2008-04-04 | 2014-11-03 | Image classification |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/371,719 Division US8891861B2 (en) | 2008-04-04 | 2012-02-13 | Image classification |
Publications (1)
Publication Number | Publication Date |
---|---|
US20150055856A1 true US20150055856A1 (en) | 2015-02-26 |
Family
ID=41133345
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/098,026 Expired - Fee Related US8131066B2 (en) | 2008-04-04 | 2008-04-04 | Image classification |
US13/371,719 Expired - Fee Related US8891861B2 (en) | 2008-04-04 | 2012-02-13 | Image classification |
US14/531,638 Abandoned US20150055856A1 (en) | 2008-04-04 | 2014-11-03 | Image classification |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/098,026 Expired - Fee Related US8131066B2 (en) | 2008-04-04 | 2008-04-04 | Image classification |
US13/371,719 Expired - Fee Related US8891861B2 (en) | 2008-04-04 | 2012-02-13 | Image classification |
Country Status (1)
Country | Link |
---|---|
US (3) | US8131066B2 (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9684826B2 (en) | 2014-08-28 | 2017-06-20 | Retailmenot, Inc. | Reducing the search space for recognition of objects in an image based on wireless signals |
CN108710916A (en) * | 2018-05-22 | 2018-10-26 | 重庆完美空间科技有限公司 | The method and device of picture classification |
CN109002851A (en) * | 2018-07-06 | 2018-12-14 | 东北大学 | It is a kind of based on the fruit classification method of image multiple features fusion and application |
CN112016586A (en) * | 2020-07-08 | 2020-12-01 | 武汉智筑完美家居科技有限公司 | Picture classification method and device |
Families Citing this family (44)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
RU2003108433A (en) * | 2003-03-28 | 2004-09-27 | Аби Софтвер Лтд. (Cy) | METHOD FOR PRE-PROCESSING THE MACHINE READABLE FORM IMAGE |
RU2635259C1 (en) | 2016-06-22 | 2017-11-09 | Общество с ограниченной ответственностью "Аби Девелопмент" | Method and device for determining type of digital document |
JP4752719B2 (en) * | 2006-10-19 | 2011-08-17 | ソニー株式会社 | Image processing apparatus, image acquisition method, and program |
WO2008088871A2 (en) | 2007-01-19 | 2008-07-24 | Thomson Licensing | Identifying banding in digital images |
GB2457267B (en) * | 2008-02-07 | 2010-04-07 | Yves Dassas | A method and system of indexing numerical data |
US8005862B2 (en) * | 2008-03-20 | 2011-08-23 | Yahoo! Inc. | Classifying content resources using structured patterns |
US8131066B2 (en) * | 2008-04-04 | 2012-03-06 | Microsoft Corporation | Image classification |
JP5083138B2 (en) * | 2008-09-12 | 2012-11-28 | 株式会社ニコン | Image classification device |
US8363922B2 (en) * | 2009-02-12 | 2013-01-29 | International Business Machines Corporation | IC layout pattern matching and classification system and method |
JP5218302B2 (en) * | 2009-07-07 | 2013-06-26 | コニカミノルタビジネステクノロジーズ株式会社 | Image processing apparatus, image processing system, image processing method, and image processing program |
FI123982B (en) * | 2009-10-09 | 2014-01-15 | Visidon Oy | Face recognition in digital images |
US8645287B2 (en) | 2010-02-04 | 2014-02-04 | Microsoft Corporation | Image tagging based upon cross domain context |
US8437557B2 (en) | 2010-05-11 | 2013-05-07 | Microsoft Corporation | Auto classifying images as “image not available” images |
US8933962B2 (en) | 2010-11-15 | 2015-01-13 | Microsoft Corporation | Clipart cartoon techniques |
US8995775B2 (en) * | 2011-05-02 | 2015-03-31 | Facebook, Inc. | Reducing photo-tagging spam |
US8873843B2 (en) * | 2011-05-31 | 2014-10-28 | Nec Laboratories America, Inc. | Fast methods of learning distance metric for classification and retrieval |
JP5913940B2 (en) * | 2011-12-01 | 2016-05-11 | キヤノン株式会社 | Image recognition apparatus, image recognition apparatus control method, and program |
EP2786312A4 (en) * | 2011-12-01 | 2016-03-09 | Nokia Technologies Oy | A gesture recognition method, an apparatus and a computer program for the same |
US9870517B2 (en) * | 2011-12-08 | 2018-01-16 | Excalibur Ip, Llc | Image object retrieval |
US8774510B2 (en) | 2012-09-11 | 2014-07-08 | Sharp Laboratories Of America, Inc. | Template matching with histogram of gradient orientations |
JP5713279B2 (en) * | 2012-09-20 | 2015-05-07 | カシオ計算機株式会社 | Image classification device, electronic album creation device, image classification method, and program |
US10282075B2 (en) | 2013-06-24 | 2019-05-07 | Microsoft Technology Licensing, Llc | Automatic presentation of slide design suggestions |
US9443326B2 (en) * | 2013-12-10 | 2016-09-13 | Microsoft Technology Licensing, Llc | Semantic place labels |
US9811352B1 (en) | 2014-07-11 | 2017-11-07 | Google Inc. | Replaying user input actions using screen capture images |
US9965559B2 (en) | 2014-08-21 | 2018-05-08 | Google Llc | Providing automatic actions for mobile onscreen content |
US10970646B2 (en) | 2015-10-01 | 2021-04-06 | Google Llc | Action suggestions for user-selected content |
US10528547B2 (en) | 2015-11-13 | 2020-01-07 | Microsoft Technology Licensing, Llc | Transferring files |
US9824291B2 (en) | 2015-11-13 | 2017-11-21 | Microsoft Technology Licensing, Llc | Image analysis based color suggestions |
US10534748B2 (en) | 2015-11-13 | 2020-01-14 | Microsoft Technology Licensing, Llc | Content file suggestions |
US10055390B2 (en) | 2015-11-18 | 2018-08-21 | Google Llc | Simulated hyperlinks on a mobile device based on user intent and a centered selection of text |
IL243113B (en) | 2015-12-15 | 2020-08-31 | Picscout Israel Ltd | Logo detection for automatic image search engines |
CN107368834A (en) * | 2016-05-12 | 2017-11-21 | 北京君正集成电路股份有限公司 | A kind of direction gradient integrogram storage method and device |
CN106210446B (en) * | 2016-07-18 | 2019-08-30 | 北京小米移动软件有限公司 | Saturation degree Enhancement Method and device |
US10535005B1 (en) | 2016-10-26 | 2020-01-14 | Google Llc | Providing contextual actions for mobile onscreen content |
US11237696B2 (en) | 2016-12-19 | 2022-02-01 | Google Llc | Smart assist for repeated actions |
CN108255901B (en) * | 2017-04-06 | 2019-03-08 | 新华智云科技有限公司 | A kind of paper media's web page interlinkage sending method and equipment |
CN107038432B (en) * | 2017-05-12 | 2019-12-17 | 西安电子科技大学 | Fingerprint image direction field extraction method based on frequency information |
US10599945B2 (en) | 2017-08-15 | 2020-03-24 | International Business Machines Corporation | Image cataloger based on gridded color histogram analysis |
CN107491766A (en) * | 2017-08-31 | 2017-12-19 | 四川长虹电器股份有限公司 | Photo classification method based on image recognition |
US10140553B1 (en) * | 2018-03-08 | 2018-11-27 | Capital One Services, Llc | Machine learning artificial intelligence system for identifying vehicles |
CN108931621B (en) * | 2018-05-11 | 2020-10-02 | 中南大学 | Zinc ore grade soft measurement method based on process texture characteristics |
CN110705653A (en) * | 2019-10-22 | 2020-01-17 | Oppo广东移动通信有限公司 | Image classification method, image classification device and terminal equipment |
US11880405B2 (en) * | 2021-03-16 | 2024-01-23 | International Business Machines Corporation | Method for searching similar images in an image database using global values of a similarity measure for discarding partitions of the image database |
CN116052027B (en) * | 2023-03-31 | 2023-06-09 | 深圳联和智慧科技有限公司 | Unmanned aerial vehicle-based floating garbage type identification method, system and cloud platform |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4830501A (en) * | 1987-01-30 | 1989-05-16 | Fuji Photo Film Co., Ltd. | Method of classifying color originals and apparatus thereof |
US20050232494A1 (en) * | 2002-01-07 | 2005-10-20 | Xerox Corporation | Image type classification using color discreteness features |
US20070196013A1 (en) * | 2006-02-21 | 2007-08-23 | Microsoft Corporation | Automatic classification of photographs and graphics |
US8131066B2 (en) * | 2008-04-04 | 2012-03-06 | Microsoft Corporation | Image classification |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5245589A (en) * | 1992-03-20 | 1993-09-14 | Abel Jonathan S | Method and apparatus for processing signals to extract narrow bandwidth features |
US5963670A (en) * | 1996-02-12 | 1999-10-05 | Massachusetts Institute Of Technology | Method and apparatus for classifying and identifying images |
WO1999034319A1 (en) * | 1997-12-29 | 1999-07-08 | Cornell Research Foundation, Inc. | Image subregion querying using color correlograms |
US7171042B2 (en) * | 2000-12-04 | 2007-01-30 | Intel Corporation | System and method for classification of images and videos |
US6766053B2 (en) * | 2000-12-15 | 2004-07-20 | Xerox Corporation | Method and apparatus for classifying images and/or image regions based on texture information |
US20020118883A1 (en) * | 2001-02-24 | 2002-08-29 | Neema Bhatt | Classifier-based enhancement of digital images |
US6983068B2 (en) * | 2001-09-28 | 2006-01-03 | Xerox Corporation | Picture/graphics classification system and method |
US6996268B2 (en) * | 2001-12-28 | 2006-02-07 | International Business Machines Corporation | System and method for gathering, indexing, and supplying publicly available data charts |
US7106901B2 (en) * | 2003-01-15 | 2006-09-12 | Xerox Corporation | Method and apparatus for image classification |
US20050265588A1 (en) * | 2004-02-03 | 2005-12-01 | Bioimagene, Inc. | Method and system for digital image based flourescent in situ hybridization (FISH) analysis |
JP4657773B2 (en) * | 2005-03-22 | 2011-03-23 | 株式会社東芝 | Image processing apparatus and image processing method |
US7965886B2 (en) * | 2006-06-13 | 2011-06-21 | Sri International | System and method for detection of multi-view/multi-pose objects |
US7853071B2 (en) * | 2006-11-16 | 2010-12-14 | Tandent Vision Science, Inc. | Method and system for learning object recognition in images |
US8059891B2 (en) * | 2007-12-30 | 2011-11-15 | Intel Corporation | Markov stationary color descriptor |
US8111912B2 (en) * | 2008-02-15 | 2012-02-07 | Yahoo! Inc. | Cost-effective image metadata creation using near-duplicate image detection |
-
2008
- 2008-04-04 US US12/098,026 patent/US8131066B2/en not_active Expired - Fee Related
-
2012
- 2012-02-13 US US13/371,719 patent/US8891861B2/en not_active Expired - Fee Related
-
2014
- 2014-11-03 US US14/531,638 patent/US20150055856A1/en not_active Abandoned
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4830501A (en) * | 1987-01-30 | 1989-05-16 | Fuji Photo Film Co., Ltd. | Method of classifying color originals and apparatus thereof |
US20050232494A1 (en) * | 2002-01-07 | 2005-10-20 | Xerox Corporation | Image type classification using color discreteness features |
US20070196013A1 (en) * | 2006-02-21 | 2007-08-23 | Microsoft Corporation | Automatic classification of photographs and graphics |
US8131066B2 (en) * | 2008-04-04 | 2012-03-06 | Microsoft Corporation | Image classification |
Non-Patent Citations (1)
Title |
---|
Zhao et al., Object Tracking using Color Correlogram, IEEE publication, Proceedings 2nd Joint International Workshop on VS-PETS, Beijing, October 15-16, 2005, pages 263-270. * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9684826B2 (en) | 2014-08-28 | 2017-06-20 | Retailmenot, Inc. | Reducing the search space for recognition of objects in an image based on wireless signals |
CN108710916A (en) * | 2018-05-22 | 2018-10-26 | 重庆完美空间科技有限公司 | The method and device of picture classification |
CN109002851A (en) * | 2018-07-06 | 2018-12-14 | 东北大学 | It is a kind of based on the fruit classification method of image multiple features fusion and application |
CN112016586A (en) * | 2020-07-08 | 2020-12-01 | 武汉智筑完美家居科技有限公司 | Picture classification method and device |
Also Published As
Publication number | Publication date |
---|---|
US8131066B2 (en) | 2012-03-06 |
US20090252413A1 (en) | 2009-10-08 |
US8891861B2 (en) | 2014-11-18 |
US20120141020A1 (en) | 2012-06-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8891861B2 (en) | Image classification | |
US10394878B2 (en) | Associating still images and videos | |
US11693902B2 (en) | Relevance-based image selection | |
US11238066B2 (en) | Generating personalized clusters of multimedia content elements based on user interests | |
US9116924B2 (en) | System and method for image selection using multivariate time series analysis | |
US8712157B2 (en) | Image quality assessment | |
US9042659B2 (en) | Method and system for fast and robust identification of specific product images | |
US9002831B1 (en) | Query image search | |
US8447767B2 (en) | System and method for multimedia information retrieval | |
US20090148045A1 (en) | Applying image-based contextual advertisements to images | |
US20120269425A1 (en) | Predicting the aesthetic value of an image | |
US20110106782A1 (en) | Content-based image search | |
US20150026101A1 (en) | Image search system and method for personalized photo applications using semantic networks | |
CN107292642B (en) | Commodity recommendation method and system based on images | |
US20170185690A1 (en) | System and method for providing content recommendations based on personalized multimedia content element clusters | |
US8620912B2 (en) | Ranking advertisement(s) based upon advertisement feature(s) | |
US20070110308A1 (en) | Method, medium, and system with category-based photo clustering using photographic region templates | |
US11003706B2 (en) | System and methods for determining access permissions on personalized clusters of multimedia content elements | |
Boteanu et al. | Hierarchical clustering pseudo-relevance feedback for social image search result diversification | |
Lin et al. | Video retrieval for shot cluster and classification based on key feature set | |
CN110162648B (en) | Picture processing method, device and recording medium | |
US20240161347A1 (en) | Image-Based Searches for Templates | |
Srilatha | Scalable Image Search Re-ranking through Content Based Image Retrieval (CBIR) Method. | |
Ciocca et al. | Prosemantic image retrieval | |
US20170300486A1 (en) | System and method for compatability-based clustering of multimedia content elements |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034819/0001 Effective date: 20150123 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |