US20030198390A1 - Method for automatically classifying images into events - Google Patents

Method for automatically classifying images into events Download PDF

Info

Publication number
US20030198390A1
US20030198390A1 US10/413,673 US41367303A US2003198390A1 US 20030198390 A1 US20030198390 A1 US 20030198390A1 US 41367303 A US41367303 A US 41367303A US 2003198390 A1 US2003198390 A1 US 2003198390A1
Authority
US
United States
Prior art keywords
images
histogram
events
block
boundaries
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
Application number
US10/413,673
Inventor
Alexander Loui
Eric Pavie
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sumitomo Electric Industries Ltd
Eastman Kodak Co
Original Assignee
Eastman Kodak Co
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Eastman Kodak Co filed Critical Eastman Kodak Co
Priority to US10/413,673 priority Critical patent/US20030198390A1/en
Assigned to SUMITOMO ELECTRIC INDUSTRIES, LTD. reassignment SUMITOMO ELECTRIC INDUSTRIES, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HATAYAMA, HITOSHI
Publication of US20030198390A1 publication Critical patent/US20030198390A1/en
Priority to US10/696,115 priority patent/US7298895B2/en
Priority to US10/706,145 priority patent/US6865297B2/en
Assigned to KODAK (NEAR EAST), INC., KODAK IMAGING NETWORK, INC., CREO MANUFACTURING AMERICA LLC, LASER-PACIFIC MEDIA CORPORATION, KODAK PHILIPPINES, LTD., EASTMAN KODAK COMPANY, KODAK PORTUGUESA LIMITED, NPEC INC., FPC INC., FAR EAST DEVELOPMENT LTD., PAKON, INC., KODAK REALTY, INC., KODAK AMERICAS, LTD., KODAK AVIATION LEASING LLC, QUALEX INC., EASTMAN KODAK INTERNATIONAL CAPITAL COMPANY, INC. reassignment KODAK (NEAR EAST), INC. PATENT RELEASE Assignors: CITICORP NORTH AMERICA, INC., WILMINGTON TRUST, NATIONAL ASSOCIATION
Assigned to MONUMENT PEAK VENTURES, LLC reassignment MONUMENT PEAK VENTURES, LLC RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: INTELLECTUAL VENTURES FUND 83 LLC
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/583Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
    • G06F16/5838Retrieval 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/50Extraction 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
    • G06V10/507Summing image-intensity values; Histogram projection analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/75Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
    • G06V10/758Involving statistics of pixels or of feature values, e.g. histogram matching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/762Arrangements for image or video recognition or understanding using pattern recognition or machine learning using clustering, e.g. of similar faces in social networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V2201/00Indexing scheme relating to image or video recognition or understanding
    • G06V2201/10Recognition assisted with metadata

Definitions

  • the invention relates generally to the field of image processing having image understanding that automatically classifies pictures by events and the like and, more particularly, to such automatic classification of pictures by time and date analysis and by block-based analysis which selectively compares blocks of the images with each other.
  • Pictorial images are often classified by the particular event, subject or the like for convenience of retrieving, reviewing, and albuming of the images. Typically, this has been achieved by manually segmenting the images, or by the below-described automated method.
  • the automated method includes grouping by color, shape or texture of the images for partitioning the images into groups of similar image characteristics.
  • the present invention is directed to overcoming one or more of the problems set forth above.
  • the invention resides in a method for automatically classifying images into events, the method comprising the steps of: receiving a plurality of images having either or both date and/or time of image capture; determining one or more largest time differences of the plurality of images based on clustering of the images; and separating the plurality of images into the events based on having one or more boundaries between events which one or more boundaries correspond to the one or more largest time differences.
  • the present invention has the advantage of improved classification of images by utilizing both date and time information and block-based comparison that checks for similarity of subject and background in the images. If date and time information is not available, then the block-based analysis may be used as the sole basis for classification.
  • FIG. 1 is a block diagram illustrating an overview of the present invention
  • FIG. 2 is a block diagram illustrating a date and time clustering technique of the present invention
  • FIG. 3 is a graph illustrating a scaling function used to map the result of the 2-means clustering
  • FIG. 4 is a graph illustrating a typical result of the scaling function of FIG. 3;
  • FIG. 5 is a diagram illustrating a block diagram of an event boundary checking after the date and time clustering
  • FIG. 6 is a diagram illustrating grouping of images within each event based on content
  • FIG. 7 is a block diagram of a group-merging step of the present invention.
  • FIG. 8 is a block diagram of image re-arrangement within each group
  • FIG. 9 is a flowchart of block-based histogram correlation technique
  • FIG. 10 is diagram illustrating the comparison between block histogram
  • FIG. 11 is diagram of an example of best intersection mapping for three segment analysis.
  • FIG. 12 is an illustration of shift detection within the block based histogram-correlation.
  • computer readable storage medium may comprise, for example; magnetic storage media such as a magnetic disk (such as a floppy disk) or magnetic tape; optical storage media such as an optical disc, optical tape, or machine readable bar code; solid state electronic storage devices such as random access memory (RAM), or read only memory (ROM); or any other physical device or medium employed to store a computer program.
  • magnetic storage media such as a magnetic disk (such as a floppy disk) or magnetic tape
  • optical storage media such as an optical disc, optical tape, or machine readable bar code
  • solid state electronic storage devices such as random access memory (RAM), or read only memory (ROM); or any other physical device or medium employed to store a computer program.
  • the term “event” is defined herein as a significant occurrence or happening as perceived by the subjective intent of the user of the image capture device.
  • the present invention is preferably utilized on any well-known computer system, such a personal computer. Consequently, the computer system will not be discussed in detail herein. It is also instructive to note that the images are either directly input into the computer system (for example by a digital camera) or digitized before input into the computer system (for example by scanning).
  • FIG. 1 there is illustrated a flow diagram illustrating an overview of the present invention. Digitized images are input into the computer system where a software program of the present invention will classify them into distinct categories.
  • the images will first be ranked S 10 in chronological order by analyzing the time and date of capture of each image.
  • the date and/or time of capture of each picture may be extracted, for example, from the encoded information on the film strip of the Advanced Photo System (APS) images, or from information available from some digital cameras.
  • the representations of the images will then be placed S 20 into one of a plurality of distinct events by a date and time clustering analysis that is described below.
  • APS Advanced Photo System
  • the contents of the images are analyzed S 20 for determining whether images closest in time to an adjacent event should be maintained in the event as defined by the clustering analysis, or the adjacent events merged together.
  • a further sub-classification (grouping) within each event is performed.
  • the images within each event will then be analyzed by content S 30 for grouping images of similar content together, and then the date and time S 30 for further refining the grouping.
  • the event segmentation S 20 using the date and time information is by a k-means clustering technique, as will be described in detail below, which groups the images into events or segments. A boundary check is then performed on the segments S 20 for verifying that the boundary images should actually be grouped into the segment identified by the clustering, as will also be described below.
  • a content or subject grouping S 30 is performed thereon for further sub-classifying the images by subject within the particular event segment. For example, within one event, several different subjects may appear, and these subject groupings define these particular subjects.
  • the subject grouping is based primarily on image content, which is performed by a block-based histogram correlation technique. This correlation compares portions of two images with each other, as will also be described in detail below.
  • the result of the ranking is the classification of images of each segment into distinct subject groupings.
  • the date and time of all the images within each subject grouping are then compared to check whether any two or more subject grouping can be merged into a single subject grouping S 30 .
  • a refinement and subject re-arrangement analysis S 40 will further improve the overall classification and the subject grouping by rearranging certain images within a subject group.
  • FIG. 2 there is shown an exploded block diagram illustrating the data and time clustering technique S 20 .
  • the time interval between adjacent pictures (time difference) is computed S 20 a .
  • a histogram of the time differences is then computed S 20 b , an example of which is shown in block 10 .
  • the abscissa of the histogram is preferably the time in minutes, and the ordinate of the histogram is the number of pictures having the specified time difference.
  • the histogram is then mapped S 20 c to a scaled histogram using a time difference scaling function, which is shown in FIG. 3. This mapping is to take the pictures with small time difference and substantially maintain its time difference, and to take pictures with a large time difference and compress their time difference.
  • a 2-means clustering is then performed S 20 d on the mapped time-difference histogram for separating the mapped histogram 10 into two clusters based on the time difference; the dashed line represents the separation point for the two clusters.
  • 2-means clustering Introduction to Statistical Pattern Recognition, 2 nd edition by Keinosuke Fukunaga 1990 may be consulted, and therefore, the process of 2-means clustering will not be discussed in detail herein.
  • the result of 2-means clustering is the segmentation of the histogram into two portions 10 a and 10 b . Normally, events are separated by large time differences. The 2-means clustering, therefore, is to define where these large time differences actually exist. In this regard, the right portion 10 b of the 2-means clustering output defines the large time differences that correspond to the event boundaries.
  • FIG. 5 there is illustrated an example of boundary checking between events.
  • a plurality of block-based, histogram comparisons are made to check if the pictures at the border of one event are different from the pictures at the border of the other event. If the comparison of content is similar, the two segments are merged into one segment. Otherwise, the segments are not merged.
  • the comparisons are performed on the three border images of each event (i 3 , i 4 , i 5 with j 1 , j 2 , j 3 ), as illustrated in the drawing. For example, image is i 5 compared with image j 1 and etc. This block-based histogram comparison technique will be described in detail hereinbelow.
  • FIG. 6 there is illustrated an overview of subject (content) grouping for each segmented event.
  • adjacent pictures are compared (as illustrated by the arrows) with each other using the below-described, block-based histogram technique.
  • the block-based histogram technique may produce five subject groupings (for example groups 1-5) from the one event i, as illustrated in the drawing.
  • the arrangement of the subject grouping is stored for future retrieval during the subject arrangement step s 40 .
  • the subject grouping having a single image is stored (for example groups 2, 3, and 5).
  • a time and date ordering is performed on the groupings for merging groups together based on a time and date analysis.
  • a histogram of the time difference between adjacent images in the event is computed, similar to FIG. 4.
  • a predetermined number of the largest time differences (for example boundary a 12 ) are compared with the boundaries (for example boundaries b 12 , b 23 , b 34 , b 45 ) of the subject grouping determined by the block-based analysis.
  • the predetermined number of largest time differences are determined by dividing the total number of images within an event by the average number of picture per group (four is used in the present invention).
  • the subject groupings will not be merged. If there is not a match between the two boundaries, the subject groupings having a boundary not having a matched time difference in the histogram will be merged into a single subject grouping (for example groups b 1 , b b , b 3 merged into resulting group c 1 ).
  • FIG. 8 there is illustrated a diagram of image re-arrangement within each group.
  • the arrangement of the initial subject groupings is retrieved for identifying subject groupings that contain single images (for example the groups with a single image of FIG. 6—groups 2 , 3 , and 5 that are re-illustrated as groups 2 , 3 , and 5 in FIG. 8).
  • Any single images from the same subject grouping that are merged as identified by the merged subject grouping (for example, groups c 1 and c 2 of FIG. 7) are compared with all other images in the merged subject grouping, as illustrated by the arrows. This comparison is based on block-based histogram analysis. If the comparisons are similar, these images will be re-arranged so that the similar images are located adjacent each other, for example groups d 1 and d 2 .
  • FIG. 9 there is illustrated a flowchart of the block-based histogram correlation used in the above analyses.
  • a histogram of the entire image of both images is computed S 50 , a global histogram.
  • R is the histogram of the reference image
  • C is the histogram of the candidate image
  • n is the number of bins in the histogram.
  • each block 20 of the reference image is compared to the corresponding block 30 of the candidate image and to the adjacent blocks 40 , 8 blocks in the present invention.
  • the block histograms between the reference image and the candidate image are compared using the histogram intersection equation defined above S 80 .
  • the average intersection value is derived by computing the average of the best intersection values from each of the block comparisons S 90 . This average intersection value will be compared to a low threshold (preferably 0.355), and a high threshold (preferably 0.557). If the average intersection value is below the low threshold S 95 , the two images are considered different. If the average intersection value is above the high threshold S 96 , then the two images are considered similar. If the average intersection value is between these two thresholds, further analysis will be performed as described below (3-segment average intersection map S 100 ).
  • FIG. 11 illustrates, for example, a 9 ⁇ 6 block although it should be understood that the map size depends on the size of the image. This map is divided into three parts: the left portion 70 a , the center portion 70 b , and the right portion 70 c .
  • the two images may contain a very similar subject in the center portion 70 b of the image, and the two images may be considered to be similar by subject.
  • the comparisons of the histogram will be performed with the reference and candidate images reversed. If the two images are similar both methods should give substantially similar correlation; obviously if they are different, the results will not be similar.
  • the images are then checked S 110 to determine if there is a high intersection value in one of the directions, right, left, up, and down.
  • shift detection is used to determine the case when the two images 90 and 100 (of two different sizes in the drawing) have very similar subject that appears in different locations of the image.
  • the main subject may be situated in the center of one image and to the left-hand side of the other image.
  • Such a shift can be determined by recording both the best intersection values of the reference blocks, as well as the coordinates of the corresponding candidate blocks. This is achieved by comparing the intersection values of the blocks in four directions (right, left, up, and down). The entire image will be shifted by one block (as illustrated by the arrows) in one of the directions (right in the drawing) where the best intersection value is the highest.
  • the above analysis and the shift can be repeated S 120 to check for similarity.

Abstract

A method for automatically classifying images into events, the method includes the steps of: receiving a plurality of images having either or both date and/or time of image capture; determining one or more largest time differences of the plurality of images based on clustering of the images; and separating the plurality of images into the events based on having one or more boundaries between events which one or more boundaries correspond to the one or more largest time differences.

Description

    FIELD OF THE INVENTION
  • The invention relates generally to the field of image processing having image understanding that automatically classifies pictures by events and the like and, more particularly, to such automatic classification of pictures by time and date analysis and by block-based analysis which selectively compares blocks of the images with each other. [0001]
  • BACKGROUND OF THE INVENTION
  • Pictorial images are often classified by the particular event, subject or the like for convenience of retrieving, reviewing, and albuming of the images. Typically, this has been achieved by manually segmenting the images, or by the below-described automated method. The automated method includes grouping by color, shape or texture of the images for partitioning the images into groups of similar image characteristics. [0002]
  • Although the presently known and utilized methods for partitioning images are satisfactory, there are drawbacks. The manual classification is obviously time consuming, and the automated process, although theoretically classifying the images into events, is susceptible to miss-classification due to the inherent inaccuracies involved with classification by color, shape or texture. [0003]
  • Consequently, a need exists for overcoming the above-described drawbacks. [0004]
  • SUMMARY OF THE INVENTION
  • The present invention is directed to overcoming one or more of the problems set forth above. Briefly summarized, according to one aspect of the present invention, the invention resides in a method for automatically classifying images into events, the method comprising the steps of: receiving a plurality of images having either or both date and/or time of image capture; determining one or more largest time differences of the plurality of images based on clustering of the images; and separating the plurality of images into the events based on having one or more boundaries between events which one or more boundaries correspond to the one or more largest time differences. [0005]
  • These and other aspects, objects, features and advantages of the present invention will be more clearly understood and appreciated from a review of the following detailed description of the preferred embodiments and appended claims, and by reference to the accompanying drawings. [0006]
  • ADVANTAGEOUS EFFECT OF THE INVENTION
  • The present invention has the advantage of improved classification of images by utilizing both date and time information and block-based comparison that checks for similarity of subject and background in the images. If date and time information is not available, then the block-based analysis may be used as the sole basis for classification.[0007]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram illustrating an overview of the present invention; [0008]
  • FIG. 2 is a block diagram illustrating a date and time clustering technique of the present invention; [0009]
  • FIG. 3 is a graph illustrating a scaling function used to map the result of the 2-means clustering; [0010]
  • FIG. 4 is a graph illustrating a typical result of the scaling function of FIG. 3; [0011]
  • FIG. 5 is a diagram illustrating a block diagram of an event boundary checking after the date and time clustering; [0012]
  • FIG. 6 is a diagram illustrating grouping of images within each event based on content; [0013]
  • FIG. 7 is a block diagram of a group-merging step of the present invention; [0014]
  • FIG. 8 is a block diagram of image re-arrangement within each group; [0015]
  • FIG. 9 is a flowchart of block-based histogram correlation technique; [0016]
  • FIG. 10 is diagram illustrating the comparison between block histogram; [0017]
  • FIG. 11 is diagram of an example of best intersection mapping for three segment analysis; and, [0018]
  • FIG. 12 is an illustration of shift detection within the block based histogram-correlation.[0019]
  • DETAILED DESCRIPTION OF THE INVENTION
  • In the following description, the present invention will be described in the preferred embodiment as a software program. Those skilled in the art will readily recognize that the equivalent of such software may also be constructed in hardware. [0020]
  • Still further, as used herein, computer readable storage medium may comprise, for example; magnetic storage media such as a magnetic disk (such as a floppy disk) or magnetic tape; optical storage media such as an optical disc, optical tape, or machine readable bar code; solid state electronic storage devices such as random access memory (RAM), or read only memory (ROM); or any other physical device or medium employed to store a computer program. [0021]
  • In addition, the term “event” is defined herein as a significant occurrence or happening as perceived by the subjective intent of the user of the image capture device. [0022]
  • Before describing the present invention, it facilitates understanding to note that the present invention is preferably utilized on any well-known computer system, such a personal computer. Consequently, the computer system will not be discussed in detail herein. It is also instructive to note that the images are either directly input into the computer system (for example by a digital camera) or digitized before input into the computer system (for example by scanning). [0023]
  • Referring to now FIG. 1, there is illustrated a flow diagram illustrating an overview of the present invention. Digitized images are input into the computer system where a software program of the present invention will classify them into distinct categories. The images will first be ranked S[0024] 10 in chronological order by analyzing the time and date of capture of each image. The date and/or time of capture of each picture may be extracted, for example, from the encoded information on the film strip of the Advanced Photo System (APS) images, or from information available from some digital cameras. The representations of the images will then be placed S20 into one of a plurality of distinct events by a date and time clustering analysis that is described below. Within each event, the contents of the images are analyzed S20 for determining whether images closest in time to an adjacent event should be maintained in the event as defined by the clustering analysis, or the adjacent events merged together. After the images are defined into events, a further sub-classification (grouping) within each event is performed. In this regard, the images within each event will then be analyzed by content S30 for grouping images of similar content together, and then the date and time S30 for further refining the grouping.
  • The event segmentation S[0025] 20 using the date and time information is by a k-means clustering technique, as will be described in detail below, which groups the images into events or segments. A boundary check is then performed on the segments S20 for verifying that the boundary images should actually be grouped into the segment identified by the clustering, as will also be described below.
  • These groups of images are then sent to a block-based histogram correlator S[0026] 30 for analyzing the content. For each event or segment sent to the correlator, a content or subject grouping S30 is performed thereon for further sub-classifying the images by subject within the particular event segment. For example, within one event, several different subjects may appear, and these subject groupings define these particular subjects. The subject grouping is based primarily on image content, which is performed by a block-based histogram correlation technique. This correlation compares portions of two images with each other, as will also be described in detail below. The result of the ranking is the classification of images of each segment into distinct subject groupings. The date and time of all the images within each subject grouping are then compared to check whether any two or more subject grouping can be merged into a single subject grouping S30.
  • A refinement and subject re-arrangement analysis S[0027] 40 will further improve the overall classification and the subject grouping by rearranging certain images within a subject group.
  • Referring to FIG. 2, there is shown an exploded block diagram illustrating the data and time clustering technique S[0028] 20. First, the time interval between adjacent pictures (time difference) is computed S20 a. A histogram of the time differences is then computed S20 b, an example of which is shown in block 10. The abscissa of the histogram is preferably the time in minutes, and the ordinate of the histogram is the number of pictures having the specified time difference. The histogram is then mapped S20 c to a scaled histogram using a time difference scaling function, which is shown in FIG. 3. This mapping is to take the pictures with small time difference and substantially maintain its time difference, and to take pictures with a large time difference and compress their time difference.
  • A 2-means clustering is then performed S[0029] 20 d on the mapped time-difference histogram for separating the mapped histogram 10 into two clusters based on the time difference; the dashed line represents the separation point for the two clusters. For further details of 2-means clustering, Introduction to Statistical Pattern Recognition, 2nd edition by Keinosuke Fukunaga 1990 may be consulted, and therefore, the process of 2-means clustering will not be discussed in detail herein. Referring briefly to FIG. 4, the result of 2-means clustering is the segmentation of the histogram into two portions 10 a and 10 b. Normally, events are separated by large time differences. The 2-means clustering, therefore, is to define where these large time differences actually exist. In this regard, the right portion 10 b of the 2-means clustering output defines the large time differences that correspond to the event boundaries.
  • Referring to FIG. 5, there is illustrated an example of boundary checking between events. For two consecutive events i and j, a plurality of block-based, histogram comparisons are made to check if the pictures at the border of one event are different from the pictures at the border of the other event. If the comparison of content is similar, the two segments are merged into one segment. Otherwise, the segments are not merged. Preferably, the comparisons are performed on the three border images of each event (i[0030] 3, i4, i5 with j1, j2, j3), as illustrated in the drawing. For example, image is i5 compared with image j1 and etc. This block-based histogram comparison technique will be described in detail hereinbelow.
  • Referring to FIG. 6, there is illustrated an overview of subject (content) grouping for each segmented event. Within each segmented event i, adjacent pictures are compared (as illustrated by the arrows) with each other using the below-described, block-based histogram technique. For example, the block-based histogram technique may produce five subject groupings (for example groups 1-5) from the one event i, as illustrated in the drawing. The arrangement of the subject grouping is stored for future retrieval during the subject arrangement step s[0031] 40. In particular, the subject grouping having a single image is stored (for example groups 2, 3, and 5).
  • Referring to FIG. 7, after the grouping by content, a time and date ordering is performed on the groupings for merging groups together based on a time and date analysis. A histogram of the time difference between adjacent images in the event is computed, similar to FIG. 4. A predetermined number of the largest time differences (for example boundary a[0032] 12) are compared with the boundaries (for example boundaries b12, b23, b34, b45 ) of the subject grouping determined by the block-based analysis. The predetermined number of largest time differences are determined by dividing the total number of images within an event by the average number of picture per group (four is used in the present invention). If the boundary of the subject grouping matches the boundary based on the chosen time differences, the subject groupings will not be merged. If there is not a match between the two boundaries, the subject groupings having a boundary not having a matched time difference in the histogram will be merged into a single subject grouping (for example groups b1, bb, b3 merged into resulting group c1).
  • Referring to FIG. 8, there is illustrated a diagram of image re-arrangement within each group. The arrangement of the initial subject groupings is retrieved for identifying subject groupings that contain single images (for example the groups with a single image of FIG. 6—[0033] groups 2, 3, and 5 that are re-illustrated as groups 2, 3, and 5 in FIG. 8). Any single images from the same subject grouping that are merged as identified by the merged subject grouping (for example, groups c1 and c2 of FIG. 7) are compared with all other images in the merged subject grouping, as illustrated by the arrows. This comparison is based on block-based histogram analysis. If the comparisons are similar, these images will be re-arranged so that the similar images are located adjacent each other, for example groups d1 and d2.
  • Further refinement is done by comparing any group that still contains a single image after the above procedure, with all the images in the event. This is to check if these single image groups can be better arranged within the event grouping. This comparison is similar to the subject re-arrangement step of FIG. 8. [0034]
  • Referring to FIG. 9, there is illustrated a flowchart of the block-based histogram correlation used in the above analyses. First, a histogram of the entire image of both images is computed S[0035] 50, a global histogram. A comparison of the two histograms is performed by histogram intersection value S60 illustrated the following equation: Inter ( R , C ) = i = 1 n min ( R i , C i ) i = 1 n R i
    Figure US20030198390A1-20031023-M00001
  • where R is the histogram of the reference image, C is the histogram of the candidate image, and n is the number of bins in the histogram. If the intersection is under a threshold S[0036] 65, preferably 0.34, although other thresholds may be used, the images are different. If the threshold is met or exceeded S65, then a block-based histogram correlation will be performed S70. In this regard, each image will be divided into blocks of a given size, preferably 32×32 pixels in the present invention. It is instructive to note that those skilled in the art may vary the block size depending on the resolution of the image without departing from the scope of the invention. For each block, a color histogram is computed. Referring to FIG. 10, if one image is considered a reference image and one image a candidate image, the images are compared in the following way. Each block 20 of the reference image is compared to the corresponding block 30 of the candidate image and to the adjacent blocks 40, 8 blocks in the present invention.
  • Referring to FIG. 9, the block histograms between the reference image and the candidate image are compared using the histogram intersection equation defined above S[0037] 80. The average intersection value is derived by computing the average of the best intersection values from each of the block comparisons S90. This average intersection value will be compared to a low threshold (preferably 0.355), and a high threshold (preferably 0.557). If the average intersection value is below the low threshold S95, the two images are considered different. If the average intersection value is above the high threshold S96, then the two images are considered similar. If the average intersection value is between these two thresholds, further analysis will be performed as described below (3-segment average intersection map S100).
  • Referring to both FIGS. 9 and 11, a 3-segment analysis will be performed to determine if the two images may contain a similar subject. This is performed by first forming a [0038] map 60 which contains the average of the two highest intersection values of each of the block comparisons; for example, 9 comparisons were performed in the illustration of FIG. 10, the average of the highest two will be used for map 60. FIG. 11 illustrates, for example, a 9×6 block although it should be understood that the map size depends on the size of the image. This map is divided into three parts: the left portion 70 a, the center portion 70 b, and the right portion 70 c. If the average intersection value of the center portion 70 b is higher than a threshold (preferably 0.38) S105, the two images may contain a very similar subject in the center portion 70 b of the image, and the two images may be considered to be similar by subject. In addition, the comparisons of the histogram will be performed with the reference and candidate images reversed. If the two images are similar both methods should give substantially similar correlation; obviously if they are different, the results will not be similar. The images are then checked S110 to determine if there is a high intersection value in one of the directions, right, left, up, and down.
  • Referring to FIGS. 9 and 12, shift detection is used to determine the case when the two images [0039] 90 and 100 (of two different sizes in the drawing) have very similar subject that appears in different locations of the image. For example, the main subject may be situated in the center of one image and to the left-hand side of the other image. Such a shift can be determined by recording both the best intersection values of the reference blocks, as well as the coordinates of the corresponding candidate blocks. This is achieved by comparing the intersection values of the blocks in four directions (right, left, up, and down). The entire image will be shifted by one block (as illustrated by the arrows) in one of the directions (right in the drawing) where the best intersection value is the highest. The above analysis and the shift can be repeated S120 to check for similarity.
  • The invention has been described with reference to a preferred embodiment. However, it will be appreciated that variations and modifications can be effected by a person of ordinary skill in the art without departing from the scope of the invention. [0040]

Claims (10)

1. A method for automatically classifying images into events, the method comprising the steps of:
(a) receiving a plurality of images having either or both date and/or time of image capture;
(b) determining one or more largest time differences of the plurality of images based on clustering of the images; and,
(c) separating the plurality of images into the events based on having one or more boundaries between events which one or more boundaries correspond to the one or more largest time differences.
2. The method as in claim 1, wherein step (b) includes computing a time difference histogram and performing a 2-means clustering on the time difference histogram for defining the one or more boundaries.
3. The method as in claim 2, wherein step (b) further includes mapping the time difference histogram through a time difference scaling function before performing the 2-means clustering.
4. The method as in claim 2, wherein step (c) includes checking the images adjacent the one or more boundaries for similarity by comparing content of the images.
5. The method as in claim 4, wherein step (c) includes checking the images adjacent the one or more boundaries for similarity by using a block-based histogram correlation technique.
6. The method as in claim 5 further comprising step (d) dividing the events into subject grouping by using an image content analysis.
7. The method as in claim 6, wherein step (d) includes dividing the events into subject grouping by using a block-based histogram technique.
8. A method for automatically classifying images into events, the method comprising the steps of:
(a) receiving a plurality of images arranged in chronological order;
(b) dividing the images into a plurality of blocks; and,
(c) grouping the images into subject grouping based on block-based histogram correlation which includes computing a color histogram of each block and computing a histogram intersection value which determines the similarity between blocks.
9. The method as in claim 8, wherein step (c) includes comparisons of two of the images by shifting one of the images in a desired direction based on the intersection value and then computing the block based correlation.
10. The method as in claim 9, wherein step (c) includes forming a map that contains two best intersection values of each of the block comparisons; dividing the map into three portions; and then comparing center portions for similarity.
US10/413,673 1998-09-30 2003-04-15 Method for automatically classifying images into events Abandoned US20030198390A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US10/413,673 US20030198390A1 (en) 1998-09-30 2003-04-15 Method for automatically classifying images into events
US10/696,115 US7298895B2 (en) 2003-04-15 2003-10-29 Method for automatically classifying images into events
US10/706,145 US6865297B2 (en) 2003-04-15 2003-11-12 Method for automatically classifying images into events in a multimedia authoring application

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/163,618 US6606411B1 (en) 1998-09-30 1998-09-30 Method for automatically classifying images into events
US10/413,673 US20030198390A1 (en) 1998-09-30 2003-04-15 Method for automatically classifying images into events

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/163,618 Continuation US6606411B1 (en) 1998-09-30 1998-09-30 Method for automatically classifying images into events

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US10/696,115 Continuation-In-Part US7298895B2 (en) 2003-04-15 2003-10-29 Method for automatically classifying images into events
US10/706,145 Continuation-In-Part US6865297B2 (en) 2003-04-15 2003-11-12 Method for automatically classifying images into events in a multimedia authoring application

Publications (1)

Publication Number Publication Date
US20030198390A1 true US20030198390A1 (en) 2003-10-23

Family

ID=22590808

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/163,618 Expired - Lifetime US6606411B1 (en) 1998-09-30 1998-09-30 Method for automatically classifying images into events
US10/413,673 Abandoned US20030198390A1 (en) 1998-09-30 2003-04-15 Method for automatically classifying images into events

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/163,618 Expired - Lifetime US6606411B1 (en) 1998-09-30 1998-09-30 Method for automatically classifying images into events

Country Status (4)

Country Link
US (2) US6606411B1 (en)
EP (2) EP1510944A1 (en)
JP (1) JP4976608B2 (en)
DE (1) DE69937530T2 (en)

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030063198A1 (en) * 2001-08-28 2003-04-03 Koh Yokokawa Image displaying system, image displaying method, image printing system, and image printing method
US20040208365A1 (en) * 2003-04-15 2004-10-21 Loui Alexander C. Method for automatically classifying images into events
US20060203261A1 (en) * 2006-05-12 2006-09-14 Dhiraj Kacker Image ranking for imaging products and services
US20060221779A1 (en) * 2005-03-15 2006-10-05 Fuji Photo Film Co., Ltd. Album generating apparatus, album generating method and program
US20060220983A1 (en) * 2005-03-15 2006-10-05 Fuji Photo Film Co., Ltd. Album creating apparatus, album generating method and program
US20070081088A1 (en) * 2005-09-29 2007-04-12 Sony Corporation Information processing apparatus and method, and program used therewith
US20070208717A1 (en) * 2006-03-01 2007-09-06 Fujifilm Corporation Category weight setting apparatus and method, image weight setting apparatus and method, category abnormality setting apparatus and method, and programs therefor
US20080037878A1 (en) * 2006-08-08 2008-02-14 Fuji Xerox Co., Ltd. Information processing apparatus, information processing method, computer readable medium and data signal
US20080089590A1 (en) * 2005-03-15 2008-04-17 Fuji Photo Film Co., Ltd. Album generating apparatus, album generating method and computer readable medium
CN100435166C (en) * 2005-11-02 2008-11-19 索尼株式会社 Information processing apparatus and method, and program
US20080292196A1 (en) * 2007-04-27 2008-11-27 Ramesh Jain Photo classification using optical parameters of camera from exif metadata
US20100111428A1 (en) * 2008-11-04 2010-05-06 Jie Yu Event recognition using image and location information
US7783115B2 (en) 2004-12-14 2010-08-24 Fujifilm Corporation Apparatus and method for setting degrees of importance, apparatus and method for representative image selection, apparatus and method for printing-recommended image selection, and programs therefor
US20100322524A1 (en) * 2009-06-19 2010-12-23 Madirakshi Das Detecting significant events in consumer image collections
US7940435B2 (en) 2006-03-24 2011-05-10 Fujifilm Corporation Apparatus, method and program for image display
US8078618B2 (en) 2006-01-30 2011-12-13 Eastman Kodak Company Automatic multimode system for organizing and retrieving content data files
US8098896B2 (en) 2005-03-15 2012-01-17 Fujifilm Corporation Album generating apparatus, album generating method and computer readable medium
US20130336543A1 (en) * 2012-06-19 2013-12-19 Steven M. Bennett Automated memory book creation
CN104133917A (en) * 2014-08-15 2014-11-05 百度在线网络技术(北京)有限公司 Method and device for storing pictures in classified mode
CN104216976A (en) * 2014-09-01 2014-12-17 广东欧珀移动通信有限公司 Method and system for viewing pictures of mobile terminal by groups
US9460123B1 (en) * 2012-12-12 2016-10-04 Amazon Technologies, Inc. Systems and methods for generating an arrangement of images based on image analysis
US10040468B2 (en) 2016-07-07 2018-08-07 Wal-Mart Stores, Inc. Shopping cart basket
US10040469B2 (en) 2016-09-30 2018-08-07 Wal-Mart Stores, Inc. Shopping cart bagging station and method of forming the same
USD825951S1 (en) 2016-06-16 2018-08-21 Walmart Apollo, Llc Retail store fixture
US10058197B2 (en) 2016-07-26 2018-08-28 Walmart Apollo, Llc Bag dispenser
US10173708B1 (en) 2017-08-17 2019-01-08 Walmart Apollo, Llc Shopping cart bagging station
US10220866B2 (en) 2015-12-22 2019-03-05 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10336358B2 (en) 2015-12-22 2019-07-02 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10399587B2 (en) 2015-12-22 2019-09-03 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10410171B2 (en) 2015-05-28 2019-09-10 Walmart Apollo, Llc System and method for inventory management
US10422474B2 (en) 2016-12-30 2019-09-24 Walmart Apollo, Llc Self-locking clip mechanism and mobile device holder incorporating the same
US10486725B2 (en) 2015-12-22 2019-11-26 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10507859B2 (en) 2018-02-09 2019-12-17 Walmart Apollo, Llc Shopping cart bagging station
US10507858B2 (en) 2017-08-25 2019-12-17 Walmart Apollo, Llc Shopping cart bagging station
US10513282B2 (en) 2016-08-19 2019-12-24 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
CN112613492A (en) * 2021-01-08 2021-04-06 哈尔滨师范大学 Data processing method and device

Families Citing this family (137)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6961463B1 (en) * 2000-03-29 2005-11-01 Eastman Kodak Company Method of detecting duplicate pictures in an automatic albuming system
FR2807902B1 (en) 2000-04-17 2002-10-25 Thomson Multimedia Sa METHOD FOR DETECTING CHANGE OF PLANE IN SUCCESSION OF VIDEO IMAGES
JP3562572B2 (en) * 2000-05-02 2004-09-08 インターナショナル・ビジネス・マシーンズ・コーポレーション Detect and track new items and new classes in database documents
JP3992909B2 (en) * 2000-07-03 2007-10-17 富士フイルム株式会社 Personal image providing system
US7007243B2 (en) 2000-12-20 2006-02-28 Eastman Kodak Company Method and apparatus for producing digital images with embedded image capture location icons
US6915011B2 (en) 2001-03-28 2005-07-05 Eastman Kodak Company Event clustering of images using foreground/background segmentation
US6977679B2 (en) * 2001-04-03 2005-12-20 Hewlett-Packard Development Company, L.P. Camera meta-data for content categorization
US6996782B2 (en) * 2001-05-23 2006-02-07 Eastman Kodak Company Using digital objects organized according to a histogram timeline
US8028249B2 (en) 2001-05-23 2011-09-27 Eastman Kodak Company Method and system for browsing large digital multimedia object collections
JP2002358316A (en) * 2001-06-01 2002-12-13 Canon Inc Image processing apparatus, its method and program
US6810146B2 (en) * 2001-06-01 2004-10-26 Eastman Kodak Company Method and system for segmenting and identifying events in images using spoken annotations
US6993180B2 (en) * 2001-09-04 2006-01-31 Eastman Kodak Company Method and system for automated grouping of images
KR100438703B1 (en) * 2001-09-27 2004-07-05 삼성전자주식회사 Method for indexing image hierarchically and apparatus thereof
US7130864B2 (en) 2001-10-31 2006-10-31 Hewlett-Packard Development Company, L.P. Method and system for accessing a collection of images in a database
AU2003281390A1 (en) * 2002-07-09 2004-01-23 Koninklijke Philips Electronics N.V. Method and apparatus for classification of a data object in a database
KR100450083B1 (en) * 2002-07-31 2004-09-30 삼성테크윈 주식회사 Method for managing data files within portable digital apparatus, utilizing representative voice
US7362919B2 (en) 2002-12-12 2008-04-22 Eastman Kodak Company Method for generating customized photo album pages and prints based on people and gender profiles
US7313574B2 (en) * 2003-10-02 2007-12-25 Nokia Corporation Method for clustering and querying media items
JP3976000B2 (en) * 2003-11-06 2007-09-12 ソニー株式会社 Information processing apparatus and method, program recording medium, program, and photographing apparatus
US7680340B2 (en) * 2003-11-13 2010-03-16 Eastman Kodak Company Method of using temporal context for image classification
US20050117031A1 (en) * 2003-12-02 2005-06-02 Russon Virgil K. Virtual film roll for grouping and storing digital images
JP4457660B2 (en) * 2003-12-12 2010-04-28 パナソニック株式会社 Image classification apparatus, image classification system, program relating to image classification, and computer-readable recording medium storing the program
FI122372B (en) * 2004-02-13 2011-12-30 Futurice Oy Data Processing system
FR2868578A1 (en) * 2004-04-06 2005-10-07 France Telecom METHOD FOR TRACKING OBJECTS IN A VIDEO SEQUENCE
US7827498B2 (en) 2004-08-03 2010-11-02 Visan Industries Method and system for dynamic interactive display of digital images
JP4547214B2 (en) * 2004-09-10 2010-09-22 富士フイルム株式会社 Electronic album display system, electronic album display method, and program
US7561157B2 (en) 2004-10-06 2009-07-14 Apple Inc. Compare mode for variable number of images
US7705858B2 (en) * 2004-10-06 2010-04-27 Apple Inc. Techniques for displaying digital images on a display
US7557818B1 (en) * 2004-10-06 2009-07-07 Apple Inc. Viewing digital images using a floating controller
US8456488B2 (en) 2004-10-06 2013-06-04 Apple Inc. Displaying digital images using groups, stacks, and version sets
US7804508B2 (en) 2004-10-06 2010-09-28 Apple Inc. Viewing digital images on a display using a virtual loupe
US20060092771A1 (en) * 2004-10-29 2006-05-04 Eastman Kodak Company Automated method and system for creating an image storage device for playback on a playback mechanism
US7643686B2 (en) * 2004-11-17 2010-01-05 Eastman Kodak Company Multi-tiered image clustering by event
US7653249B2 (en) * 2004-11-17 2010-01-26 Eastman Kodak Company Variance-based event clustering for automatically classifying images
US7924473B2 (en) * 2004-12-15 2011-04-12 Fujifilm Corporation Apparatus and method for image evaluation and program thereof
US7855810B2 (en) * 2005-02-18 2010-12-21 Eastman Kodak Company Method for automatically organizing a digitized hardcopy media collection
US7831599B2 (en) * 2005-03-04 2010-11-09 Eastman Kodak Company Addition of new images to an image database by clustering according to date/time and image content and representative image comparison
US7908558B2 (en) * 2005-05-12 2011-03-15 Hewlett-Packard Development Company, L.P. Method and system for automatically selecting images from among multiple images
US20060294096A1 (en) * 2005-06-22 2006-12-28 Eastman Kodak Company Additive clustering of images into events using capture date-time information
KR100664959B1 (en) * 2005-07-07 2007-01-04 삼성전자주식회사 Apparatus and method for image clustering
US20070008321A1 (en) 2005-07-11 2007-01-11 Eastman Kodak Company Identifying collection images with special events
JP4762731B2 (en) * 2005-10-18 2011-08-31 富士フイルム株式会社 Album creating apparatus, album creating method, and album creating program
US7663671B2 (en) * 2005-11-22 2010-02-16 Eastman Kodak Company Location based image classification with map segmentation
US8392415B2 (en) * 2005-12-12 2013-03-05 Canon Information Systems Research Australia Pty. Ltd. Clustering of content items
JP2007233708A (en) * 2006-03-01 2007-09-13 Fujifilm Corp Image classification device, method and program
US8639028B2 (en) * 2006-03-30 2014-01-28 Adobe Systems Incorporated Automatic stacking based on time proximity and visual similarity
JP2007272684A (en) * 2006-03-31 2007-10-18 Fujifilm Corp Device, method, and program for image arrangement
US20080002864A1 (en) * 2006-06-29 2008-01-03 Eastman Kodak Company Using background for searching image collections
GB0616374D0 (en) * 2006-08-17 2006-09-27 Ibm An apparatus for managing outputs of applications
KR100813170B1 (en) * 2006-09-27 2008-03-17 삼성전자주식회사 Method and system for semantic event indexing by analyzing user annotation of digital photos
US20080085055A1 (en) * 2006-10-06 2008-04-10 Cerosaletti Cathleen D Differential cluster ranking for image record access
US7869658B2 (en) * 2006-10-06 2011-01-11 Eastman Kodak Company Representative image selection based on hierarchical clustering
US8117210B2 (en) 2006-10-06 2012-02-14 Eastman Kodak Company Sampling image records from a collection based on a change metric
US20080085032A1 (en) * 2006-10-06 2008-04-10 Cerosaletti Cathleen D Supplying digital images from a collection
US8473525B2 (en) * 2006-12-29 2013-06-25 Apple Inc. Metadata generation for image files
US20080208791A1 (en) * 2007-02-27 2008-08-28 Madirakshi Das Retrieving images based on an example image
US7813560B2 (en) * 2007-02-28 2010-10-12 Eastman Kodak Company Classifying complete and incomplete date-time information
US20080219563A1 (en) * 2007-03-07 2008-09-11 Moroney Nathan M Configuration of a plurality of images for multi-dimensional display
US8019155B2 (en) * 2007-03-26 2011-09-13 Eastman Kodak Company Digital object information via category-based histograms
WO2008133046A1 (en) * 2007-04-13 2008-11-06 Nec Corporation Photograph grouping device, photograph grouping method and photograph grouping program
US20080270880A1 (en) * 2007-04-19 2008-10-30 Lynne Becker System and method for memoralizing predetermined events
US20080298643A1 (en) * 2007-05-30 2008-12-04 Lawther Joel S Composite person model from image collection
US8934717B2 (en) * 2007-06-05 2015-01-13 Intellectual Ventures Fund 83 Llc Automatic story creation using semantic classifiers for digital assets and associated metadata
CA2601154C (en) 2007-07-07 2016-09-13 Mathieu Audet Method and system for distinguising elements of information along a plurality of axes on a basis of a commonality
US8601392B2 (en) 2007-08-22 2013-12-03 9224-5489 Quebec Inc. Timeline for presenting information
US8335384B2 (en) * 2007-09-27 2012-12-18 JVC Kenwood Corporation Apparatus for and method of processing image information to group image data pieces based on shooting intervals
US20090091798A1 (en) * 2007-10-05 2009-04-09 Lawther Joel S Apparel as event marker
US8775953B2 (en) * 2007-12-05 2014-07-08 Apple Inc. Collage display of image projects
US7836093B2 (en) * 2007-12-11 2010-11-16 Eastman Kodak Company Image record trend identification for user profiles
US20090164512A1 (en) * 2007-12-19 2009-06-25 Netta Aizenbud-Reshef Method and Computer Program Product for Managing Media Items
US8150098B2 (en) 2007-12-20 2012-04-03 Eastman Kodak Company Grouping images by location
US8180112B2 (en) 2008-01-21 2012-05-15 Eastman Kodak Company Enabling persistent recognition of individuals in images
US20100077289A1 (en) * 2008-09-08 2010-03-25 Eastman Kodak Company Method and Interface for Indexing Related Media From Multiple Sources
US8208695B2 (en) 2008-09-25 2012-06-26 Cyberlink Corp. Systems and methods for performing image clustering
US8611677B2 (en) 2008-11-19 2013-12-17 Intellectual Ventures Fund 83 Llc Method for event-based semantic classification
US8290205B2 (en) * 2009-06-25 2012-10-16 Eastman Kodak Company Dating images from scanned watermarks
JP2011009976A (en) * 2009-06-25 2011-01-13 Hitachi Ltd Video reproducing apparatus
JPWO2011001587A1 (en) * 2009-07-01 2012-12-10 日本電気株式会社 Content classification device, content classification method, and content classification program
US20110051206A1 (en) 2009-08-28 2011-03-03 Sitter Steven C Correcting color based on automatically determined media
JP4643735B1 (en) * 2009-08-31 2011-03-02 株式会社東芝 Electronic device and video processing method
US20110099199A1 (en) * 2009-10-27 2011-04-28 Thijs Stalenhoef Method and System of Detecting Events in Image Collections
US8452763B1 (en) * 2009-11-19 2013-05-28 Google Inc. Extracting and scoring class-instance pairs
US9009163B2 (en) * 2009-12-08 2015-04-14 Intellectual Ventures Fund 83 Llc Lazy evaluation of semantic indexing
US8698762B2 (en) 2010-01-06 2014-04-15 Apple Inc. Device, method, and graphical user interface for navigating and displaying content in context
US8861897B2 (en) * 2010-02-17 2014-10-14 Shutterfly, Inc. System and methods for creating a collection of images
US8718386B2 (en) * 2010-02-23 2014-05-06 Intellectual Ventures Fund 83 Llc Adaptive event timeline in consumer image collections
US20110211737A1 (en) * 2010-03-01 2011-09-01 Microsoft Corporation Event Matching in Social Networks
US9465993B2 (en) 2010-03-01 2016-10-11 Microsoft Technology Licensing, Llc Ranking clusters based on facial image analysis
US8548256B2 (en) 2010-07-01 2013-10-01 Intellectual Ventures Fund 83 Llc Method for fast scene matching
EP2402867B1 (en) * 2010-07-02 2018-08-22 Accenture Global Services Limited A computer-implemented method, a computer program product and a computer system for image processing
US8655893B2 (en) * 2010-07-16 2014-02-18 Shutterfly, Inc. Organizing images captured by multiple image capture devices
US8634662B2 (en) 2010-08-25 2014-01-21 Apple Inc. Detecting recurring events in consumer image collections
US8774528B2 (en) 2010-09-24 2014-07-08 Kodak Alaris Inc. Method of selecting important digital images
US10121133B2 (en) 2010-10-13 2018-11-06 Walmart Apollo, Llc Method for self-checkout with a mobile device
US8612441B2 (en) 2011-02-04 2013-12-17 Kodak Alaris Inc. Identifying particular images from a collection
US9082452B2 (en) 2011-02-21 2015-07-14 Kodak Alaris Inc. Method for media reliving on demand
US8879890B2 (en) 2011-02-21 2014-11-04 Kodak Alaris Inc. Method for media reliving playback
US9785835B2 (en) 2011-03-22 2017-10-10 Rochester Institute Of Technology Methods for assisting with object recognition in image sequences and devices thereof
US11580155B2 (en) * 2011-03-28 2023-02-14 Kodak Alaris Inc. Display device for displaying related digital images
US8625904B2 (en) 2011-08-30 2014-01-07 Intellectual Ventures Fund 83 Llc Detecting recurring themes in consumer image collections
US8634660B2 (en) * 2011-09-07 2014-01-21 Intellectual Ventures Fund 83 Llc Event classification method using lit candle detection
US8634661B2 (en) * 2011-09-07 2014-01-21 Intellectual Ventures Fund 83 Llc Event classification method using light source detection
US20130058577A1 (en) * 2011-09-07 2013-03-07 Peter O. Stubler Event classification method for related digital images
US10289657B2 (en) 2011-09-25 2019-05-14 9224-5489 Quebec Inc. Method of retrieving information elements on an undisplayed portion of an axis of information elements
US8707152B2 (en) * 2012-01-17 2014-04-22 Apple Inc. Presenting images from slow image-event stream
US9519693B2 (en) 2012-06-11 2016-12-13 9224-5489 Quebec Inc. Method and apparatus for displaying data element axes
US9646080B2 (en) 2012-06-12 2017-05-09 9224-5489 Quebec Inc. Multi-functions axis-based interface
US9424280B2 (en) * 2012-12-28 2016-08-23 Animoto Inc. Organizing media items based on metadata similarities
US9202143B2 (en) 2013-04-29 2015-12-01 Microsoft Technology Licensing, Llc Automatic photo grouping by events
US11080318B2 (en) * 2013-06-27 2021-08-03 Kodak Alaris Inc. Method for ranking and selecting events in media collections
US20150006545A1 (en) * 2013-06-27 2015-01-01 Kodak Alaris Inc. System for ranking and selecting events in media collections
JP5899179B2 (en) * 2013-09-30 2016-04-06 富士フイルム株式会社 Person recognition device, person recognition method, person recognition program, and recording medium thereof
US20150331930A1 (en) * 2014-05-16 2015-11-19 Here Global B.V. Method and apparatus for classification of media based on metadata
US11170037B2 (en) 2014-06-11 2021-11-09 Kodak Alaris Inc. Method for creating view-based representations from multimedia collections
US20160260142A1 (en) 2015-03-06 2016-09-08 Wal-Mart Stores, Inc. Shopping facility assistance systems, devices and methods to support requesting in-person assistance
US20180099846A1 (en) 2015-03-06 2018-04-12 Wal-Mart Stores, Inc. Method and apparatus for transporting a plurality of stacked motorized transport units
WO2016142794A1 (en) 2015-03-06 2016-09-15 Wal-Mart Stores, Inc Item monitoring system and method
US9916075B2 (en) 2015-06-05 2018-03-13 Apple Inc. Formatting content for a reduced-size user interface
EP3196811A1 (en) * 2016-01-20 2017-07-26 Accenture Global Services Limited Cognitive document reader
CA2961366A1 (en) 2016-03-23 2017-09-23 Wal-Mart Stores, Inc. A system for tracking physical objects
CA2961938A1 (en) 2016-04-01 2017-10-01 Wal-Mart Stores, Inc. Systems and methods for moving pallets via unmanned motorized unit-guided forklifts
US20170357672A1 (en) 2016-06-12 2017-12-14 Apple Inc. Relating digital assets using notable moments
AU2017100670C4 (en) 2016-06-12 2019-11-21 Apple Inc. User interfaces for retrieving contextually relevant media content
DK201670609A1 (en) 2016-06-12 2018-01-02 Apple Inc User interfaces for retrieving contextually relevant media content
CN117193618A (en) 2016-09-23 2023-12-08 苹果公司 Head portrait creation and editing
JP6723937B2 (en) 2017-01-31 2020-07-15 キヤノン株式会社 Program, image processing apparatus, and image processing method
US10699684B2 (en) 2017-02-06 2020-06-30 Kodak Alaris Inc. Method for creating audio tracks for accompanying visual imagery
CA3007166A1 (en) 2017-06-05 2018-12-05 9224-5489 Quebec Inc. Method and apparatus of aligning information element axes
US10535198B2 (en) 2017-06-09 2020-01-14 Walmart Apollo, Llc Systems and methods for an augmented display system
US11257044B2 (en) * 2017-06-20 2022-02-22 Microsoft Technology Licensing, Llc Automatic association and sharing of photos with calendar events
US10579844B2 (en) 2017-07-27 2020-03-03 Walmart Apollo, Llc Systems and methods for data transfer in distributed environments
US10750886B2 (en) 2017-10-27 2020-08-25 Walmart Apollo, Llc Systems and methods of objectively confirming customer self-scanning of products in a retail store
US11086935B2 (en) 2018-05-07 2021-08-10 Apple Inc. Smart updates from historical database changes
DK180171B1 (en) 2018-05-07 2020-07-14 Apple Inc USER INTERFACES FOR SHARING CONTEXTUALLY RELEVANT MEDIA CONTENT
US11243996B2 (en) 2018-05-07 2022-02-08 Apple Inc. Digital asset search user interface
US10803135B2 (en) 2018-09-11 2020-10-13 Apple Inc. Techniques for disambiguating clustered occurrence identifiers
US10846343B2 (en) 2018-09-11 2020-11-24 Apple Inc. Techniques for disambiguating clustered location identifiers

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4396903A (en) * 1981-05-29 1983-08-02 Westinghouse Electric Corp. Electro-optical system for correlating and integrating image data from frame-to-frame
US4567610A (en) * 1982-07-22 1986-01-28 Wayland Research Inc. Method of and apparatus for pattern recognition
US5083860A (en) * 1990-08-31 1992-01-28 Institut For Personalized Information Environment Method for detecting change points in motion picture images
US5539841A (en) * 1993-12-17 1996-07-23 Xerox Corporation Method for comparing image sections to determine similarity therebetween
US5594807A (en) * 1994-12-22 1997-01-14 Siemens Medical Systems, Inc. System and method for adaptive filtering of images based on similarity between histograms
US5598557A (en) * 1992-09-22 1997-01-28 Caere Corporation Apparatus and method for retrieving and grouping images representing text files based on the relevance of key words extracted from a selected file to the text files
US5719643A (en) * 1993-08-10 1998-02-17 Kokusai Denshin Denwa Kabushiki Kaisha Scene cut frame detector and scene cut frame group detector
US5751378A (en) * 1996-09-27 1998-05-12 General Instrument Corporation Scene change detector for digital video
US5809161A (en) * 1992-03-20 1998-09-15 Commonwealth Scientific And Industrial Research Organisation Vehicle monitoring system
US5842194A (en) * 1995-07-28 1998-11-24 Mitsubishi Denki Kabushiki Kaisha Method of recognizing images of faces or general images using fuzzy combination of multiple resolutions
US5872859A (en) * 1995-11-02 1999-02-16 University Of Pittsburgh Training/optimization of computer aided detection schemes based on measures of overall image quality
US5949555A (en) * 1994-02-04 1999-09-07 Canon Kabushiki Kaisha Image processing apparatus and method
US6012091A (en) * 1997-06-30 2000-01-04 At&T Corporation Video telecommunications server and method of providing video fast forward and reverse

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05165935A (en) * 1991-10-18 1993-07-02 Konica Corp Image photographing device and image filing device
JPH05128166A (en) * 1991-11-01 1993-05-25 Konica Corp Electronic image filing device
JP3302035B2 (en) * 1991-12-26 2002-07-15 オリンパス光学工業株式会社 camera
US5579471A (en) * 1992-11-09 1996-11-26 International Business Machines Corporation Image query system and method
JPH06178261A (en) 1992-12-07 1994-06-24 Nikon Corp Digital still camera
JP3755141B2 (en) * 1996-06-14 2006-03-15 株式会社ニコン Information processing device

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4396903A (en) * 1981-05-29 1983-08-02 Westinghouse Electric Corp. Electro-optical system for correlating and integrating image data from frame-to-frame
US4567610A (en) * 1982-07-22 1986-01-28 Wayland Research Inc. Method of and apparatus for pattern recognition
US5083860A (en) * 1990-08-31 1992-01-28 Institut For Personalized Information Environment Method for detecting change points in motion picture images
US5809161A (en) * 1992-03-20 1998-09-15 Commonwealth Scientific And Industrial Research Organisation Vehicle monitoring system
US5598557A (en) * 1992-09-22 1997-01-28 Caere Corporation Apparatus and method for retrieving and grouping images representing text files based on the relevance of key words extracted from a selected file to the text files
US5719643A (en) * 1993-08-10 1998-02-17 Kokusai Denshin Denwa Kabushiki Kaisha Scene cut frame detector and scene cut frame group detector
US5539841A (en) * 1993-12-17 1996-07-23 Xerox Corporation Method for comparing image sections to determine similarity therebetween
US5949555A (en) * 1994-02-04 1999-09-07 Canon Kabushiki Kaisha Image processing apparatus and method
US5594807A (en) * 1994-12-22 1997-01-14 Siemens Medical Systems, Inc. System and method for adaptive filtering of images based on similarity between histograms
US5842194A (en) * 1995-07-28 1998-11-24 Mitsubishi Denki Kabushiki Kaisha Method of recognizing images of faces or general images using fuzzy combination of multiple resolutions
US5872859A (en) * 1995-11-02 1999-02-16 University Of Pittsburgh Training/optimization of computer aided detection schemes based on measures of overall image quality
US5751378A (en) * 1996-09-27 1998-05-12 General Instrument Corporation Scene change detector for digital video
US6012091A (en) * 1997-06-30 2000-01-04 At&T Corporation Video telecommunications server and method of providing video fast forward and reverse

Cited By (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7184082B2 (en) * 2001-08-28 2007-02-27 Olympus Corporation Image displaying system, image displaying method, image printing system, and image printing method
US20030063198A1 (en) * 2001-08-28 2003-04-03 Koh Yokokawa Image displaying system, image displaying method, image printing system, and image printing method
US20040208365A1 (en) * 2003-04-15 2004-10-21 Loui Alexander C. Method for automatically classifying images into events
US7298895B2 (en) * 2003-04-15 2007-11-20 Eastman Kodak Company Method for automatically classifying images into events
US7783115B2 (en) 2004-12-14 2010-08-24 Fujifilm Corporation Apparatus and method for setting degrees of importance, apparatus and method for representative image selection, apparatus and method for printing-recommended image selection, and programs therefor
US20080089590A1 (en) * 2005-03-15 2008-04-17 Fuji Photo Film Co., Ltd. Album generating apparatus, album generating method and computer readable medium
US8086612B2 (en) 2005-03-15 2011-12-27 Fujifilm Corporation Album generating apparatus, album generating method and program
US8423559B2 (en) 2005-03-15 2013-04-16 Fujifilm Corporation Album generating apparatus, album generating method and program
US20060220983A1 (en) * 2005-03-15 2006-10-05 Fuji Photo Film Co., Ltd. Album creating apparatus, album generating method and program
US20060221779A1 (en) * 2005-03-15 2006-10-05 Fuji Photo Film Co., Ltd. Album generating apparatus, album generating method and program
US8055080B2 (en) * 2005-03-15 2011-11-08 Fujifilm Corporation Album generating apparatus, album generating method and computer readable medium
US8856149B2 (en) 2005-03-15 2014-10-07 Fujifilm Corporation Album generating apparatus, album generating method and program
US8631322B2 (en) * 2005-03-15 2014-01-14 Fujifilm Corporation Album creating apparatus facilitating appropriate image allocation, album generating method and program
US8260827B2 (en) 2005-03-15 2012-09-04 Fujifilm Corporation Album generating apparatus, album generating method and program
US8098896B2 (en) 2005-03-15 2012-01-17 Fujifilm Corporation Album generating apparatus, album generating method and computer readable medium
US7693870B2 (en) 2005-09-29 2010-04-06 Sony Corporation Information processing apparatus and method, and program used therewith
US20070081088A1 (en) * 2005-09-29 2007-04-12 Sony Corporation Information processing apparatus and method, and program used therewith
CN100429660C (en) * 2005-09-29 2008-10-29 索尼株式会社 Information processing apparatus and method, and program used therewith
CN100435166C (en) * 2005-11-02 2008-11-19 索尼株式会社 Information processing apparatus and method, and program
US8078618B2 (en) 2006-01-30 2011-12-13 Eastman Kodak Company Automatic multimode system for organizing and retrieving content data files
US20070208717A1 (en) * 2006-03-01 2007-09-06 Fujifilm Corporation Category weight setting apparatus and method, image weight setting apparatus and method, category abnormality setting apparatus and method, and programs therefor
US8116573B2 (en) 2006-03-01 2012-02-14 Fujifilm Corporation Category weight setting apparatus and method, image weight setting apparatus and method, category abnormality setting apparatus and method, and programs therefor
US7940435B2 (en) 2006-03-24 2011-05-10 Fujifilm Corporation Apparatus, method and program for image display
US7467222B2 (en) * 2006-05-12 2008-12-16 Shutterfly, Inc. Image ranking for imaging products and services
US20060203261A1 (en) * 2006-05-12 2006-09-14 Dhiraj Kacker Image ranking for imaging products and services
US20080037878A1 (en) * 2006-08-08 2008-02-14 Fuji Xerox Co., Ltd. Information processing apparatus, information processing method, computer readable medium and data signal
US8094948B2 (en) * 2007-04-27 2012-01-10 The Regents Of The University Of California Photo classification using optical parameters of camera from EXIF metadata
US20080292196A1 (en) * 2007-04-27 2008-11-27 Ramesh Jain Photo classification using optical parameters of camera from exif metadata
US20100111428A1 (en) * 2008-11-04 2010-05-06 Jie Yu Event recognition using image and location information
US8391617B2 (en) * 2008-11-04 2013-03-05 Eastman Kodak Company Event recognition using image and location information
CN102804178A (en) * 2009-06-19 2012-11-28 伊斯曼柯达公司 Detecting significant events in consumer image collections
US8340436B2 (en) * 2009-06-19 2012-12-25 Eastman Kodak Company Detecting significant events in consumer image collections
US20100322524A1 (en) * 2009-06-19 2010-12-23 Madirakshi Das Detecting significant events in consumer image collections
US8923570B2 (en) * 2012-06-19 2014-12-30 Intel Coporation Automated memory book creation
US20130336543A1 (en) * 2012-06-19 2013-12-19 Steven M. Bennett Automated memory book creation
US9460123B1 (en) * 2012-12-12 2016-10-04 Amazon Technologies, Inc. Systems and methods for generating an arrangement of images based on image analysis
US10146796B2 (en) * 2014-08-15 2018-12-04 Baidu Online Network Technology (Beijing) Co., Ltd. Method and apparatus for photograph classification and storage
CN104133917A (en) * 2014-08-15 2014-11-05 百度在线网络技术(北京)有限公司 Method and device for storing pictures in classified mode
WO2016023336A1 (en) * 2014-08-15 2016-02-18 百度在线网络技术(北京)有限公司 Method, apparatus and device for storing pictures in classified mode, and computer storage medium
US20170154054A1 (en) * 2014-08-15 2017-06-01 Baidu Online Network Technology Beijing Co., Ltd. Method and apparatus for photograph classification and storage
CN104216976A (en) * 2014-09-01 2014-12-17 广东欧珀移动通信有限公司 Method and system for viewing pictures of mobile terminal by groups
US10410171B2 (en) 2015-05-28 2019-09-10 Walmart Apollo, Llc System and method for inventory management
US10220866B2 (en) 2015-12-22 2019-03-05 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10259480B2 (en) 2015-12-22 2019-04-16 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10266195B2 (en) 2015-12-22 2019-04-23 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10336358B2 (en) 2015-12-22 2019-07-02 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10399587B2 (en) 2015-12-22 2019-09-03 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10486725B2 (en) 2015-12-22 2019-11-26 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
USD825951S1 (en) 2016-06-16 2018-08-21 Walmart Apollo, Llc Retail store fixture
US10040468B2 (en) 2016-07-07 2018-08-07 Wal-Mart Stores, Inc. Shopping cart basket
US10058197B2 (en) 2016-07-26 2018-08-28 Walmart Apollo, Llc Bag dispenser
US10513281B2 (en) 2016-08-19 2019-12-24 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10513282B2 (en) 2016-08-19 2019-12-24 Walmart Apollo, Llc Shopping cart bagging station and method of forming the same
US10040469B2 (en) 2016-09-30 2018-08-07 Wal-Mart Stores, Inc. Shopping cart bagging station and method of forming the same
US10422474B2 (en) 2016-12-30 2019-09-24 Walmart Apollo, Llc Self-locking clip mechanism and mobile device holder incorporating the same
US10173708B1 (en) 2017-08-17 2019-01-08 Walmart Apollo, Llc Shopping cart bagging station
US10507858B2 (en) 2017-08-25 2019-12-17 Walmart Apollo, Llc Shopping cart bagging station
US10507859B2 (en) 2018-02-09 2019-12-17 Walmart Apollo, Llc Shopping cart bagging station
CN112613492A (en) * 2021-01-08 2021-04-06 哈尔滨师范大学 Data processing method and device

Also Published As

Publication number Publication date
EP0990996A3 (en) 2003-11-26
US6606411B1 (en) 2003-08-12
DE69937530T2 (en) 2008-09-04
EP0990996A2 (en) 2000-04-05
EP0990996B1 (en) 2007-11-14
DE69937530D1 (en) 2007-12-27
JP4976608B2 (en) 2012-07-18
JP2000112997A (en) 2000-04-21
EP1510944A1 (en) 2005-03-02

Similar Documents

Publication Publication Date Title
US6606411B1 (en) Method for automatically classifying images into events
US6351556B1 (en) Method for automatically comparing content of images for classification into events
US7298895B2 (en) Method for automatically classifying images into events
US6865297B2 (en) Method for automatically classifying images into events in a multimedia authoring application
US6915011B2 (en) Event clustering of images using foreground/background segmentation
US7643686B2 (en) Multi-tiered image clustering by event
US7813560B2 (en) Classifying complete and incomplete date-time information
Loui et al. Automated event clustering and quality screening of consumer pictures for digital albuming
US8644563B2 (en) Recognition of faces using prior behavior
Wang et al. SIMPLIcity: Semantics-sensitive integrated matching for picture libraries
US8594440B2 (en) Automatic creation of a scalable relevance ordered representation of an image collection
US8316301B2 (en) Apparatus, medium, and method segmenting video sequences based on topic
US7194134B2 (en) Hierarchical, probabilistic, localized, semantic image classifier
US7394938B2 (en) Automated techniques for comparing contents of images
US7379627B2 (en) Integrated solution to digital image similarity searching
EP1359543B1 (en) Method for detecting subject matter regions in images
US20120002868A1 (en) Method for fast scene matching
Loui et al. Automatic image event segmentation and quality screening for albuming applications
JP4545641B2 (en) Similar image retrieval method, similar image retrieval system, similar image retrieval program, and recording medium
US6961463B1 (en) Method of detecting duplicate pictures in an automatic albuming system
US8467611B2 (en) Video key-frame extraction using bi-level sparsity
US20040179719A1 (en) Method and system for face detection in digital images
JPH05225378A (en) Area dividing system for document image
WO2006076760A1 (en) Sequential data segmentation
US7899255B2 (en) Method for recognizing and indexing digital media

Legal Events

Date Code Title Description
AS Assignment

Owner name: SUMITOMO ELECTRIC INDUSTRIES, LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HATAYAMA, HITOSHI;REEL/FRAME:014375/0201

Effective date: 20030710

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: KODAK PHILIPPINES, LTD., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: CREO MANUFACTURING AMERICA LLC, WYOMING

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK PORTUGUESA LIMITED, NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: FAR EAST DEVELOPMENT LTD., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK AVIATION LEASING LLC, NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: NPEC INC., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK AMERICAS, LTD., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: FPC INC., CALIFORNIA

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK (NEAR EAST), INC., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: PAKON, INC., INDIANA

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK REALTY, INC., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: LASER-PACIFIC MEDIA CORPORATION, NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: EASTMAN KODAK INTERNATIONAL CAPITAL COMPANY, INC.,

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: QUALEX INC., NORTH CAROLINA

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK IMAGING NETWORK, INC., CALIFORNIA

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: EASTMAN KODAK COMPANY, NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

AS Assignment

Owner name: MONUMENT PEAK VENTURES, LLC, TEXAS

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:INTELLECTUAL VENTURES FUND 83 LLC;REEL/FRAME:064599/0304

Effective date: 20230728