WO2014163893A1 - Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression - Google Patents

Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression Download PDF

Info

Publication number
WO2014163893A1
WO2014163893A1 PCT/US2014/018642 US2014018642W WO2014163893A1 WO 2014163893 A1 WO2014163893 A1 WO 2014163893A1 US 2014018642 W US2014018642 W US 2014018642W WO 2014163893 A1 WO2014163893 A1 WO 2014163893A1
Authority
WO
WIPO (PCT)
Prior art keywords
video
filtered
scale
illumination
separated
Prior art date
Application number
PCT/US2014/018642
Other languages
French (fr)
Inventor
Casey Arthur Smith
Iain Richardson
Abharana Ramdas BHAT
Original Assignee
Tandent Vision Science, Inc.
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
Priority claimed from US13/796,556 external-priority patent/US20140269943A1/en
Priority claimed from US13/796,372 external-priority patent/US20140267916A1/en
Priority claimed from US14/167,521 external-priority patent/US8897378B2/en
Application filed by Tandent Vision Science, Inc. filed Critical Tandent Vision Science, Inc.
Priority to EP14778085.2A priority Critical patent/EP2973225A4/en
Publication of WO2014163893A1 publication Critical patent/WO2014163893A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/155Segmentation; Edge detection involving morphological operators
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/90Determination of colour characteristics
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10024Color image
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20016Hierarchical, coarse-to-fine, multiscale or multiresolution image processing; Pyramid transform
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20024Filtering details
    • G06T2207/20028Bilateral filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20172Image enhancement details
    • G06T2207/20182Noise reduction or smoothing in the temporal domain; Spatio-temporal filtering

Definitions

  • an automated, computerized method for processing a video includes providing a video file depicting a video, in a computer memory; providing a video file depicting a video, in a computer memory; scale separating the video file by applying an edge preserving blurring filter to generate a detail scale separated video and a level scale separated video corresponding to the video; temporally blurring the detail scale separated video and spatially blurring the level scale separated video; combining the filtered detailed scale separated video and the filtered level scale separated video to provide an output video; and outputting the output video for use in a data compression operation.
  • computer systems which include one or more computers configured (e.g., programmed) to perform the methods described above.
  • non-transitory computer readable media are provided which have stored thereon computer executable process steps operable to control a computer(s) to implement the embodiments described above.
  • the present invention contemplates a computer readable media as any product that embodies information usable in a computer to execute the methods of the present invention, including instructions implemented as a hardware circuit, for example, as in an integrated circuit chip.
  • the automated, computerized methods can be performed by a digital computer, analog computer, optical sensor, state machine, sequencer, integrated chip or any device or apparatus that can be designed or programed to carry out the steps of the methods of the present invention.
  • Figure 1 is a block diagram of a computer system arranged and configured to perform operations related to videos.
  • Figure 2 shows an n X m pixel array image file for a frame of a video stored in the computer system of figure 1.
  • Figure 3a is a flow chart for identifying Type C token regions in the image file of figure 2, according to a feature of the present invention.
  • Figure 3b is an original image used as an example in the identification of Type C tokens.
  • Figure 3c shows Type C token regions in the image of figure 3b.
  • Figure 3d shows Type B tokens, generated from the Type C tokens of figure 3c, according to a feature of the present invention.
  • Figure 4 is a flow chart for a routine to test Type C tokens identified by the routine of the flow chart of figure 3a, according to a feature of the present invention.
  • Figure 5 is a graphic representation of a log color space chromaticity plane according to a feature of the present invention.
  • Figure 6 is a flow chart for determining a list of colors depicted in an input image.
  • Figure 7 is a flow chart for determining an orientation for a log chromaticity space, according to a feature of the present invention.
  • Figure 8 is a flow chart for determining log chromaticity coordinates for the colors of an input image, as determined through execution of the routine of figure 6, according to a feature of the present invention.
  • Figure 9 is a flow chart for augmenting the log chromaticity coordinates, as determined through execution of the routine of figure 8, according to a feature of the present invention.
  • Figure 10 is a flow chart for clustering the log chromaticity coordinates, according to a feature of the present invention.
  • Figure 11 is a flow chart for assigning the log chromaticity coordinates to clusters determined through execution of the routine of figure 10, according to a feature of the present invention.
  • Figure 12 is a flow chart for detecting regions of uniform reflectance based on the log chromaticity clustering according to a feature of the present invention.
  • Figure 14 illustrates intrinsic images including an illumination image and a material image corresponding to the original image of figure 3b.
  • Figure 15 shows a flow chart of a linear video stored in a video file being compressed in accordance with a conventional video compression method.
  • Figure 16 shows a flow chart for processing a linear video, according to an embodiment of the present invention.
  • Figure 17 shows an example of spatially subsampling an illumination video by spatially reducing each of the illumination video frames.
  • Figure 18 shows an example of temporally subsampling a material video by reducing the number of material video frames.
  • Figure 19 is a flow chart for decompressing and recombining the compressed recombined filtered intrinsic video stored or transmitted in figure 18, according to an embodiment of the present invention.
  • Figure 20 shows a flow chart for processing a linear video, according to another embodiment of the present invention.
  • Figure 21 is a flow chart for decompressing and recombining the compressed filtered illumination video and the compressed filtered material video from figure 20, according to an embodiment of the present invention.
  • Figure 22 shows a flow chart for processing a linear video, according to another embodiment of the present invention.
  • Figure 23 is a flow chart for decompressing and recombining the compressed filtered illumination video and the compressed filtered material video described with respect to figure 22, according to an embodiment of the present invention.
  • Figure 24 shows a flow chart for processing a linear video, according to another embodiment of the present invention.
  • Figure 25 is a flow chart for decompressing the compressed recombined filtered intrinsic video from figure 24, according to an embodiment of the present invention.
  • Figures 26 to 29 shows flow charts for scale separating and processing videos, according to different embodiments of the present invention.
  • Figure 30 shows a flow chart for processing a gamma corrected video, according to another embodiment of the present invention.
  • a CPU 12 is coupled to a device such as, for example, a digital camera 14 via, for example, a USB port.
  • the digital camera can comprise a video digital camera.
  • the digital camera 14 operates to download videos stored locally on the camera 14, to the CPU 12.
  • the CPU 12 stores the downloaded videos in a memory 16 as video files 18.
  • the video files 18 can be accessed by the CPU 12 for display on a monitor 20.
  • the memory 16 can comprise any temporary or permanent data storage device.
  • the computer system 10 includes an object database 24 storing information on various objects that can appear in the video files 18 stored in the memory 16.
  • the information includes information on the material make-up and material reflectance colors for each object stored in the database 24.
  • the object database is coupled to the CPU 12, as shown in figure 1.
  • the CPU 12 is also coupled to the Internet 26, for access to websites 28.
  • the websites 28 include websites that contain information relevant to objects that can appear in the video files 18, such as, for example, the material make-up and material reflectance colors for the objects, and provide another source for an object database.
  • the websites 28 also include websites that are arranged to receive video file 18, transmitted over the Internet 26, from the CPU 12.
  • the CPU 12 can be implemented as a microprocessor embedded in a device such as, for example, the digital camera 14 or a robot.
  • the CPU 12 can also be equipped with a real time operating system for real time operations related to videos, in connection with, for example, a robotic operation or an interactive operation with a user.
  • each video file 18 comprises a plurality of successive images, called frames, each comprising an n X m pixel array.
  • Each pixel, p is a picture element corresponding to a discrete portion of the overall image. All of the pixels together define each frame represented by the video file 18.
  • Each pixel comprises a digital value corresponding to a set of color bands, for example, red, green and blue color components (RGB) of the picture element.
  • RGB red, green and blue color components
  • the present invention is applicable to any multi-band image, where each band corresponds to a piece of the electro-magnetic spectrum.
  • the pixel array includes n rows of m columns each, starting with the pixel p (1,1) and ending with the pixel p(n, m).
  • the CPU 12 When displaying a video, the CPU 12 retrieves the corresponding video file 18 from the memory 16, and operates the monitor 20 as a function of the digital values of the pixels in the frames of the video file 18, as is generally known.
  • the CPU 12 operates to analyze the RGB values of the pixels of images of stored video file 18 to achieve various objectives, such as, for example, to identify regions of an image that correspond to a single material depicted in a scene recorded in the video file 18.
  • a fundamental observation underlying a basic discovery of the present invention is that an image comprises two components, material and illumination. All changes in an image are caused by one or the other of these components.
  • a method for detecting of one of these components, for example, material provides a mechanism for distinguishing material or object geometry, such as object edges, from illumination and shadow boundaries.
  • Such a mechanism enables techniques that can be used to generate intrinsic images.
  • Each of the intrinsic images corresponds to an original image, i.e., video frame, for example, an image depicted in an input video file 18.
  • the intrinsic images include, for example, an illumination image, to capture the intensity and color of light incident upon each point on the surfaces depicted in the image, and a material reflectance image, to capture reflectance properties of surfaces depicted in the image (the percentage of each wavelength of light a surface reflects).
  • the separation of illumination from material in the intrinsic images provides the CPU 12 with images optimized for more effective and accurate and efficient further processing.
  • the intrinsic images are applied in a digital image signal compression algorithm, for improved results in data transmission and/or storage.
  • Computer files that depict an image, particularly a color image require a significant amount of information arranged as, for example, pixels represented by bytes.
  • each video file requires a significant amount of storage space in a memory, and can consume a large amount of time in a data transmission of the image to a remote site or device.
  • the amount of time that can be required to transmit a sequence of images for example, as in a video stream, can render an operation, such as a streaming operation for realtime display of a video on a smartphone, Internet website or tablet, unfeasible.
  • digital signal compression and decompression processing is improved by performing the compression and decompression processes on intrinsic images.
  • a token is a connected region of an image wherein the pixels of the region are related to one another in a manner relevant to identification of image features and characteristics such as an identification of materials and illumination.
  • the pixels of a token can be related in terms of either homogeneous factors, such as, for example, close correlation of color among the pixels, or inhomogeneous factors, such as, for example, differing color values related geometrically in a color space such as RGB space, commonly referred to as a texture.
  • the present invention utilizes spatio-spectral information relevant to contiguous pixels of images depicted in a video file 18 to identify token regions.
  • the spatio-spectral information includes spectral
  • tokens are each classified as either a Type A token, a Type B token or a Type C token.
  • a Type A token is a connected image region comprising contiguous pixels that represent the largest possible region of the image encompassing a single material in the scene (uniform reflectance).
  • a Type B token is a connected image region comprising contiguous pixels that represent a region of the image encompassing a single material in the scene, though not necessarily the maximal region of uniform reflectance corresponding to that material.
  • a Type B token can also be defined as a collection of one or more image regions or pixels, all of which have the same reflectance (material color) though not necessarily all pixels which correspond to that material color.
  • a Type C token comprises a connected image region of similar image properties among the contiguous pixels of the token, where similarity is defined with respect to a noise model for the imaging system used to record the image.
  • FIG 3a there is shown a flow chart for identifying Type C token regions in the scene depicted in an image of video file 18 of figure 2, according to a feature of the present invention.
  • Type C tokens can be readily identified in an image, utilizing the steps of figure 3a, and then analyzed and processed to construct Type B tokens, according to a feature of the present invention.
  • a 1 st order uniform, homogeneous Type C token comprises a single robust color measurement among contiguous pixels of the image.
  • the CPU 12 sets up a region map in memory.
  • the CPU 12 clears the region map and assigns a region ID, which is initially set at 1.
  • Nstart can be any integer > 0, for example it can be set at set at 11 or 15 pixels.
  • a seed test is begun.
  • the pixel is then tested in decision block 104 to determine if the selected pixel is part of a good seed.
  • the test can comprise a comparison of the color value of the selected pixel to the color values of a preselected number of its neighboring pixels as the seed, for example, the N x N array.
  • the color values comparison can be with respect to multiple color band values (RGB in our example) of the pixel.
  • imax can be set at a number of pixels in an image ending at pixel (n, m), as shown in figure 2.
  • the routine of figure 3a parses the entire image at a first value of N before repeating the routine for a reduced value of N.
  • the routine After reduction of the seed size, the routine returns to step 102, and continues to test for token seeds.
  • step 112 the CPU 12 pushes the pixels from the seed onto a queue. All of the pixels in the queue are marked with the current region ID in the region map. The CPU 12 then inquires as to whether the queue is empty (decision block 114). If the queue is not empty, the routine proceeds to step 116.
  • step 116 the CPU 12 pops the front pixel off the queue and proceeds to step 118.
  • step 118 the CPU 12 marks "good' neighbors around the subject pixel, that is neighbors approximately equal in color value to the subject pixel, with the current region ID. All of the marked good neighbors are placed in the region map and also pushed onto the queue. The CPU 12 then returns to the decision block 114. The routine of steps 114, 116, 118 is repeated until the queue is empty. At that time, all of the pixels forming a token in the current region will have been identified and marked in the region map as a Type C token.
  • step 120 the CPU 12 increments the region ID for use with identification of a next token.
  • the CPU 12 then returns to step 106 to repeat the routine in respect of the new current token region.
  • FIG. 3b is an original image used as an example in the identification of tokens.
  • the image shows areas of the color blue and the blue in shadow, and of the color teal and the teal in shadow.
  • Figure 3c shows token regions corresponding to the region map, for example, as identified through execution of the routine of figure 3a (Type C tokens), in respect to the image of figure 3b.
  • the token regions are color coded to illustrate the token makeup of the image of figure 3b, including penumbra regions between the full color blue and teal areas of the image and the shadow of the colored areas.
  • each Type C token comprises a region of the image having a single robust color measurement among contiguous pixels of the image
  • the token may grow across material boundaries.
  • different materials connect together in one Type C token via a neck region often located on shadow boundaries or in areas with varying illumination crossing different materials with similar hue but different intensities.
  • a neck pixel can be identified by examining characteristics of adjacent pixels. When a pixel has two contiguous pixels on opposite sides that are not within the corresponding token, and two contiguous pixels on opposite sides that are within the corresponding token, the pixel is defined as a neck pixel.
  • Figure 4 shows a flow chart for a neck test for Type C tokens.
  • step 122 the CPU 12 examines each pixel of an identified token to determine whether any of the pixels under examination forms a neck.
  • the routine of figure 4 can be executed as a subroutine directly after a particular token is identified during execution of the routine of figure 3a. All pixels identified as a neck are marked as "ungrowable.”
  • decision block 124 the CPU 12 determines if any of the pixels were marked.
  • step 128 the CPU 12 proceeds to step 128 and operates to regrow the token from a seed location selected from among the unmarked pixels of the current token, as per the routine of figure 3a, without changing the counts for seed size and region ID.
  • the CPU 12 does not include any pixel previously marked as ungrowable. After the token is regrown, the previously marked pixels are unmarked so that other tokens may grow into them.
  • the CPU 12 returns to step 122 to test the newly regrown token.
  • Neck testing identifies Type C tokens that cross material boundaries, and regrows the identified tokens to provide single material Type C tokens suitable for use in creating Type B tokens.
  • Figure 3d shows Type B tokens generated from the Type C tokens of figure 3c, according to a feature of the present invention.
  • the present invention provides a novel exemplary technique using log chromaticity clustering, for constructing Type B tokens for images of video file 18.
  • Log chromaticity is a technique for developing an illumination invariant chromaticity space.
  • a method and system for separating illumination and reflectance using a log chromaticity representation is disclosed in U. S. Patent No. 7,596,266, which is hereby expressly incorporated by reference.
  • the techniques taught in U. S. Patent No. 7,596,266 can be used to provide illumination invariant log chromaticity representation values for each color of an image, for example, as represented by Type C tokens.
  • Logarithmic values of the color band values of the image pixels are plotted on a log-color space graph.
  • the logarithmic values are then projected to a log-chromaticity projection plane oriented as a function of a bi- illuminant dichromatic reflection model (BIDR model), to provide a log chromaticity value for each pixel, as taught in U.
  • BIDR model bi- illuminant dichromatic reflection model
  • the BIDR Model predicts that differing color measurement values fall within a cylinder in RGB space, from a dark end (in shadow) to a bright end (lit end), along a positive slope, when the color change is due to an illumination change forming a shadow over a single material of a scene depicted in the image.
  • Figure 5 is a graphic representation of a log color space, bi-illuminant chromaticity plane according to a feature of the invention disclosed in U. S. Patent No. 7,596,266.
  • the co-ordinates of the plane, u, v can be defined by a projection of the green axis onto the chromaticity plane as the u axis, and the cross product of u and N being defined as the v axis.
  • each log value for the materials A, B, C is projected onto the chromaticity plane, and will therefore have a corresponding u, v co-ordinate value in the plane that is a chromaticity value, as shown in figure 5.
  • the RGB values of each pixel in each image of video file 18 can be mapped by the CPU 12 from the image file value p(n, m, R, G, B) to a log value, then, through a projection to the chromaticity plane, to the corresponding u, v value, as shown in figure 5.
  • Each pixel p(n, m, R, G, B) in the corresponding image of video file 18 is then replaced by the CPU 12 by a two dimensional chromaticity value: p(n, m, u, v), to provide a chromaticity representation of the original RGB image.
  • the N color values are replaced by N - 1 chromaticity values.
  • the chromaticity representation is a truly accurate illumination invariant representation because the BIDR model upon which the representation is based, accurately and correctly represents the illumination flux that caused the original image.
  • log chromaticity values are calculated for each color depicted in an image of video file 18 input to the CPU 12 for identification of regions of the uniform reflectance (Type B tokens).
  • each pixel of a Type C token will be of approximately the same color value, for example, in terms of RGB values, as all the other constituent pixels of the same Type C token, within the noise level of the equipment used to record the image.
  • an average of the color values for the constituent pixels of each particular Type C token can be used to represent the color value for the respective Type C token in the log chromaticity analysis.
  • FIG. 6 is a flow chart for determining a list of colors depicted in an input image, for example, an image of video file 18.
  • an input video file 18 is input to the CPU 12 for processing.
  • the CPU 12 determines the colors depicted in the input image of video file 18.
  • the CPU 12 calculates an average color for each Type C token determined by the CPU 12 through execution of the routine of figure 3a, as described above, for a list of colors.
  • the CPU 12 can be operated to optionally require a minimum token size, in terms of the number of constituent pixels of the token, or a minimum seed size (the N x N array) used to determine Type C tokens according to the routine of figure 3a, for the analysis.
  • the minimum size requirements are implemented to assure that color measurements in the list of colors for the image are an accurate depiction of color in a scene depicted in the input image, and not an artifact of blend pixels.
  • Blend pixels are pixels between two differently colored regions of an image. If the colors between the two regions are plotted in RGB space, there is a linear transition between the colors, with each blend pixel, moving from one region to the next, being a weighted average of the colors of the two regions. Thus, each blend pixel does not represent a true color of the image. If blend pixels are present, relatively small Type C tokens, consisting of blend pixels, can be identified for areas of an image between two differently colored regions. By requiring a size minimum, the CPU 12 can eliminate tokens consisting of blend pixel from the analysis.
  • the CPU 12 can alternatively collect colors at the pixel level, that is, the RGB values of the pixels of the input image of video file 18, as shown in figure 2.
  • the CPU 12 can be operated to optionally require each pixel of the image of video file 18 used in the analysis to have a minimum stability or local standard deviation via a filter output, for a more accurate list of colors.
  • second derivative energy can be used to indicate the stability of pixels of an image.
  • the CPU 12 calculates a second derivative at each pixel, or a subset of pixels disbursed across the image to cover all illumination conditions of the image depicted in an input video file 18, using a Difference of Gaussians, Laplacian of Gaussian, or similar filter.
  • the second derivative energy for each pixel examined can then be calculated by the CPU 12 as the average of the absolute value of the second derivative in each color band (or the absolute value of the single value in a grayscale image), the sum of squares of the values of the second derivatives in each color band (or the square of the single value in a grayscale image), the maximum squared second derivative value across the color bands (or the square of the single value in a grayscale image), or any similar method.
  • the CPU 12 analyzes the energy values of the pixels. There is an inverse relationship between second derivative energy and pixel stability, the higher the energy, the less stable the corresponding pixel.
  • step 206 the CPU 12 outputs a list or lists of color (after executing one or both of steps 202 and/or 204). According to a feature of the present invention, all of the further processing can be executed using the list from either step 202 or 204, or vary the list used (one or the other of the lists from steps 202 or 204) at each subsequent step.
  • Figure 7 is a flow chart for determining an orientation for a log chromaticity representation, according to a feature of the present invention.
  • the CPU 12 determines an orientation for the normal N, for a log chromaticity plane, as shown in figure 5.
  • the CPU 12 receives a list of colors for an input file 18, such as a list output in step 206 of the routine of figure 6.
  • the CPU 12 determines an orientation for a log chromaticity space.
  • N being a vector normal to the chromaticity representation, for example, the chromaticity plane of figure 5.
  • the orientation is estimated by the CPU 12 thorough execution of any one of several techniques. For example, the CPU 12 can determine estimates based upon entropy minimization, manual selection by a user or the use of a characteristic spectral ratio for an image of an input video file 18, as fully disclosed in U. S. Patent No. 7,596,266.
  • the log chromaticity normal, N defines a sub-space with one less dimension than the input space.
  • the normal N defines a three dimensional log chromaticity space.
  • step 214 the CPU 12 outputs an orientation for the normal N.
  • the normal N defines an orientation for a u, v plane in a three dimensional RGB space.
  • Figure 8 is a flow chart for determining log chromaticity coordinates for the colors of an input image, as identified in steps 202 or 204 of the routine of figure 6, according to a feature of the present invention.
  • a list of colors is input to the CPU 12.
  • the list of colors can comprise either the list generated through execution of step 202 of the routine of figure 6, or the list generated through execution of step 204.
  • the log chromaticity orientation for the normal, N, determined through execution of the routine of figure 7, is also input to the CPU 12.
  • step 224 the CPU 12 operates to calculate a log value for each color in the list of colors and plots the log values in a three dimensional log space at respective (log R, log G, log B) coordinates, as illustrated in figure 5.
  • Materials A, B and C denote log values for specific colors from the list of colors input to the CPU 12 in step 220.
  • a log chromaticity plane is also calculated by the CPU 12, in the three dimensional log space, with u, v coordinates and an orientation set by N, input to the CPU 12 in step 222.
  • Each u, v coordinate in the log chromaticity plane can also be designated by a corresponding (log R, log G, log B) coordinate in the three dimensional log space.
  • the CPU 12 then projects the log values for the colors A, B and C onto the log chromaticity plane to determine a u, v log chromaticity coordinate for each color.
  • Each u, v log chromaticity coordinate can be expressed by the corresponding (log R, log G, log B) coordinate in the three dimensional log space.
  • the CPU 12 outputs a list of the log chromaticity coordinates in step 226. The list cross-references each color to a u, v log chromaticity coordinate and to the pixels (or a Type C tokens) having the respective color (depending upon the list of colors used in the analysis (either step
  • Figure 9 is a flow chart for optionally augmenting the log chromaticity coordinates for pixels or Type C tokens with extra dimensions, according to a feature of the present invention.
  • step 230 the list of log chromaticity coordinates, determined for the colors of the input image through execution of the routine of figure 8, is input to the CPU 12.
  • step 232 the CPU 12 accesses the input video file 18, for use in the augmentation.
  • step 234 the CPU 12 optionally operates to augment each log chromaticity coordinate with a tone mapping intensity for each corresponding pixel (or Type C token).
  • the tone mapping intensity is determined using any known tone mapping technique.
  • An augmentation with tone mapping intensity information provides a basis for clustering pixels or tokens that are grouped according to both similar log chromaticity coordinates and similar tone mapping intensities. This improves the accuracy of a clustering step.
  • step 236 the CPU 12 optionally operates to augment each log chromaticity coordinate with x, y coordinates for the corresponding pixel (or an average of the x, y coordinates for the constituent pixels of a Type C token) (see figure 2 showing a P (l,l) to P (N, M) pixel arrangement ).
  • a clustering step with x, y coordinate information will provide groups in a spatially limited arrangement, when that characteristic is desired.
  • the augmented information can, in each case, be weighted by a factor w l and w 2 , w 3 respectively, to specify the relative importance and scale of the different dimensions in the augmented coordinates.
  • the weight factors w l and w 2 , w 3 are user-specified. Accordingly, the (log R, log G, log B) coordinates for a pixel or Type C token is augmented to (log R, log G, log B, T*W [ x*w 2 y*w 3 ) where T, x and y are the tone mapped intensity, the x coordinate and the y coordinate, respectively.
  • step 2308 the CPU 12 outputs a list of the augmented coordinates.
  • the augmented log chromaticity coordinates provide accurate illumination invariant representations of the pixels, or for a specified regional arrangement of an input image, such as, for example, Type C tokens.
  • FIG 10 is a flow chart for clustering the log chromaticity coordinates, according to a feature of the present invention.
  • the list of augmented log chromaticity coordinates is input the CPU 12.
  • the CPU 12 operates to cluster the log chromaticity coordinates.
  • the clustering step can be implemented via, for example, a known k-means clustering. Any known clustering technique can be used to cluster the log chromaticity coordinates to determine groups of similar log chromaticity coordinate values.
  • the CPU 12 correlates each log chromaticity coordinate to the group to which the respective coordinate belongs.
  • the CPU 12 also operates to calculate a center for each group identified in the clustering step. For example, the CPU 12 can determine a center for each group relative to a (log R, log G, log B, log T) space.
  • step 244 the CPU 12 outputs a list of the cluster group memberships for the log chromaticity coordinates (cross referenced to either the corresponding pixels or Type C tokens) and/or a list of cluster group centers.
  • the CPU 12 can use the list of colors from either the list generated through execution of step 202 of the routine of figure 6, or the list generated through execution of step 204.
  • the CPU 12 can be operated to use the same set of colors as used in the clustering method (one of the list of colors corresponding to step 202 or to the list of colors corresponding to step 204), or apply a different set of colors (the other of the list of colors corresponding to step 202 or the list of colors corresponding to step 204). If a different set of colors is used, the CPU 12 proceeds to execute the routine of figure 11.
  • Figure 11 is a flow chart for assigning the log chromaticity coordinates to clusters determined through execution of the routine of figure 10, when a different list of colors is used after the identification of the cluster groups, according to a feature of the present invention.
  • the CPU 12 once again executes the routine of figure 8, this time in respect to the new list of colors.
  • step 250 of the routine of figure 11 is executed to determine the log chromaticity coordinates for the colors of the pixels in the corresponding image of the input video file 18.
  • step 252 the list of cluster centers is input to the CPU 12.
  • step 254 the CPU 12 operates to classify each of the log chromaticity coordinates identified in step 250, according to the nearest cluster group center.
  • step 256 the CPU 12 outputs a list of the cluster group memberships for the log chromaticity coordinates based upon the new list of colors, with a cross reference to either corresponding pixels or Type C tokens, depending upon the list of colors used in step 250 (the list of colors generated in step 202 or the list of colors generated in step 204).
  • Figure 12 is a flow chart for detecting regions of uniform reflectance based on the log chromaticity clustering according to a feature of the present invention.
  • step 260 the corresponding image of input video file 18 is once again provided to the CPU 12.
  • step 262 one of the pixels or Type C tokens, depending upon the list of colors used in step 250, is input to the CPU 12.
  • step 264 the cluster membership information, form either steps 244 or 256, is input to the CPU 12.
  • the CPU 12 operates to merge each of the pixels, or specified regions of an input image, such as, for example, Type C tokens, having a same cluster group membership into a single region of the image to represent a region of uniform reflectance (Type B token).
  • the CPU 12 performs such a merge operation for all of the pixels or tokens, as the case may be, for the corresponding image of input video file 18.
  • the CPU 12 outputs a list of all regions of uniform reflectance (and also of similar tone mapping intensities and x, y coordinates, if the log chromaticity coordinates were augmented in steps 234 and/or 236). It should be noted that each region of uniform reflectance (Type B token) determined according to the features of the present invention, potentially has significant illumination variation across the region.
  • U. S. Patent Publication No. US 2010/0142825 teaches a constraint/solver model for segregating illumination and material in an image, including an optimized solution based upon a same material constraint.
  • a same material constraint as taught in U. S. Patent Publication No. US 2010/0142825, utilizes Type C tokens and Type B tokens, as can be determined according to the teachings of the present invention.
  • the constraining relationship is that all Type C tokens that are part of the same Type B token are constrained to be of the same material.
  • This constraint enforces the definition of a Type B token, that is, a connected image region comprising contiguous pixels that represent a region of the image encompassing a single material (same reflectance) in the scene, though not necessarily the maximal region
  • Type C tokens that lie within the same Type B token are by the definition imposed upon Type B tokens, of the same material, though not necessarily of the same illumination.
  • the Type C tokens are therefore constrained to correspond to observed differences in appearance that are caused by varying illumination.
  • the I value for each Type C token is the average color value for the recorded color values of the constituent pixels of the token.
  • the a, b and c, Type C tokens of the example can correspond to the blue Type B token illustrated in figure 3d.
  • the various values for the log (I) (i a 4 , 4)' i n the [b] matrix are known from the average recorded pixel color values for the constituent pixels of the adjacent Type C tokens a, b and c.
  • the [A] matrix of 0's, l's and -l's is defined by the set of equations expressing the same material constraint, as described above.
  • the number of rows in the [A] matrix, from top to bottom, corresponds to the number of actual constraints imposed on the tokens, in this case three, the same material constraint between the three adjacent Type C tokens a, b and c.
  • each value is either a vector of three values corresponding to the color bands (such as red, green, and blue) of our example or can be a single value, such as in a grayscale image.
  • Intrinsic illumination and material images can be now be generated for the region defined by tokens a, b and c, by replacing each pixel in the original image by the calculated illumination values and material values, respectively.
  • the CPU 12 is coupled to an object database 24.
  • the object database 24 stores a list of objects that can appear in the video files 18, and information on the material make-up and material reflectance colors for each object stored in the database 24.
  • the CPU 12 is operated to perform a known object recognition task, such as, for example, a SIFT technique, to identify objects in an image being processed.
  • the CPU 12 accesses the object database 24 for the material reflectance color information relevant to the identified object.
  • the CPU 12 is then operated to correlate, for example, any Type C tokens in the image being processed that constitute the identified object.
  • the material reflectance color information for the identified object can then be used to specify, for example, a fixed material color anchor value added to the matrix equation shown in figure 13, to constrain the Type C tokens constituting the identified object, to thereby segregate the tokens constituting the identified object in an image being processed, into the corresponding intrinsic material reflectance and illumination aspects of the object.
  • the CPU 12 is coupled to the Internet 26.
  • the CPU 12 can access websites 28 on the Internet 26.
  • the websites 28 provide another source for an object database.
  • the CPU 12 can search the Internet 26 via, for example, a text-based search, to obtain information at an accessed website 28, relevant to the material characteristics of an object identified in an image being processed. The material characteristics are used to determine the fixed anchor value described above.
  • advantage is made of a correspondence between inherent characteristics of each of the intrinsic material reflectance and illumination images with observations of human visual perception.
  • human perception of details of objects depicted in a scene recorded in an video file 18 is aligned with the details depicted in the intrinsic images for the material reflectance aspects of the scene.
  • human perception of motion depicted in a sequence of images for the scene is aligned with motion displayed in a sequence of intrinsic images for the illumination aspects of the scene.
  • FIG. 15 shows a flow chart of a linear video stored in a video file 18 being compressed in accordance with a conventional video compression method for filtering, compression or other processing.
  • a linear video is formed by a stream of video frames that are in an ordered sequence. For example, a first frame Fl is followed by a second frame F2, which is followed by a third frame F3, etc...
  • a video file is received at a computer.
  • gamma correction and/or tone adjustment are performed on the linear video.
  • the linear video is compressed or encoded for transmission or storage.
  • An encoder proceeds to compress or encode the linear video according to a known compression format such as H.264/AVC, HEVC or another format.
  • the compressed video is stored by the computer and/or transmitted, for example, via the Internet, to a remote device.
  • the compressed video at step 406 has the same number of frames as the linear video at step 400.
  • Embodiments of the present invention allow the material component and the illumination component of a video to be separated from each other in a precompression technique into an independent material video and an independent illumination video for filtering.
  • Such separation of the material and illumination videos allows adjustments to be made to the material and illumination video frames making up the video independently of each other for further reduction in video file size, yet maintaining aspects of the original video frames that are most important for human perception of videos. Because videos are formed of sequential images, it is possible to alter or remove individual video frames of the video without affecting the quality of the video from a human perception standpoint.
  • Figure 16 shows a flow chart for processing a linear video, according to an
  • the video processing method shown in figure 16 reduces the material reflectance component of the linear video temporally and reduces the illumination component of the linear video spatially to further reduce the size of the linear video for transmission and/or storage, as compared with the conventional method described with respect to figure 15, but essentially maintaining the quality of the video from a human perception standpoint. Such further reduction in file size allows for more efficient storage and faster data transmission.
  • the material reflectance component of the linear video may be reduced temporally, without reducing the illumination component of the linear video spatially.
  • the illumination component of the linear video may be reduced spatially, with reducing the material reflectance component of the linear video temporally.
  • step 500 the CPU 12 receives an original video file, for example, a video file 18 from the memory 16.
  • the CPU 12 operates to generate intrinsic images from the each of the video frames of the original video file, for example, according to the techniques described in detail above, to output illumination maps (illumination video frames forming an illumination video) (step 504) and reflectance maps (material video frames forming a material video) (step 506).
  • the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, an illumination component filtering on the illumination video frames in step 510 and a material component filtering on the material video frames in step 512.
  • the illumination component filtering in step 510 includes spatially subsampling the illumination video and the material component filtering in step 512 includes temporally subsampling the material video.
  • the spatial subsampling of the illumination video may include reducing the spatial resolution of each of the illumination video frames of the illumination video. For example, the spatial resolution of illumination video frames may reduced both horizontally and vertically by a factor of two, such that a spatial resolution WxH of the illumination video frames is reduced to W/2xH/2 while not affecting the frame rate F.
  • the spatial resolution of the illumination video frames of the illumination video may also be decreased during the spatial subsampling by other amounts in other examples.
  • two out of every three material video frames may be removed from the material video during the temporal subsampling in a first repeating pattern where the first and second material video frames of each group of three material video frames are removed and the third material video frame of the group of three material video frames is not removed, a second repeating pattern where the first and third material video frames of each group of three material video frames are removed and the second material video frame of the group of three material video frames is not removed, or a third repeating pattern where the second and third material video frames of each group of three material video frames are removed and the first material video frame of the group of three material video frames is not removed.
  • the foregoing examples are merely illustrative and the number of material video frames of the material video removed and/or the pattern of removal may also be varied during the temporal subsampling by other amounts in other examples.
  • the CPU 12 may perform one or more alternative or additional filtering processes on each of the illumination video frames and in step 512, the CPU 12 may perform one or more alternative or additional filtering processes on each of the material video frames.
  • Figure 17 shows an example of spatially subsampling an illumination video by reducing each of the illumination video frames by a factor of two horizontally and vertically from a spatial resolution WxH to W/2xH/2.
  • Five exemplary illumination video frames, frames IF 12 to IF 16, of a illumination video are shown.
  • the spatial resolution of each of the illumination video frames IF12 to IF16 is reduced by a factor of two horizontally and vertically from a spatial resolution WxH to W/2xH/2, without altering the frame rate F of the illumination video.
  • Figure 18 shows an example of temporally subsampling a material video by reducing the number of material video frames by a factor of two from a frame rate F to a frame rate F/2.
  • Five sequential exemplary material video frames, frames MF12 to MF16, of a material video are shown.
  • the frame rate F of the material video is reduced by a factor of two from a frame rate F to a frame rate F/2 by removing material video frame MF13 and material video frame MF 15, without altering the spatial resolution WxH of frames MF12, MF14, MF16.
  • a step 514 the CPU 12 operates to separately interpolate the filtered illumination video and the filtered material video and then re-mix the interpolated illumination video and the interpolated material video according to a pixel-by-pixel or sample-by- sample operation to form a recombined intrinsic video.
  • CPU 12 or the remote device operates to perform, either in a parallel operation, or in a sequence, separate interpolation processes on the filtered illumination video and the filtered reflectance video.
  • the file size of the interpolated illumination video and the interpolated material video are reduced compared the corresponding illumination video and material video created in step 508.
  • the interpolating may include creating interpolated illumination frames from the filtered illumination frames created in the illumination component subsampling in step 508.
  • the interpolated illumination frames may be formed by interpolating spatially between pairs of horizontally and vertically adjacent pixels of each of the filtered illumination frames created in step 510 to output an interpolated illumination video (step 532).
  • illumination frames IF12 to IF16 formed by spatial subsampling may each be up-sampled by interpolating pixels spatially between pair of horizontally and vertically adjacent pixels.
  • the filtered illumination frames IF 12 to IF 16 have the spatial dimensions W/2xH/2 and the frame rate F.
  • the interpolating results in a video including a sequence of interpolated illumination frames at the original spatial resolution wxh and frame rate F.
  • the interpolating may also include creating interpolated material frames to replace the material frames removed in the material component subsampling in step 512.
  • the interpolated material frames may be formed by interpolating each pixel position of a material frame directly preceding the corresponding removed material frame and a material frame directly following the corresponding removed material frame to output an interpolated material video.
  • material frame MF13 removed during the temporal subsampling may be replaced by an interpolated material frame created by interpolating each pixel position of material frames MF12 and MF14; and material frame MF15 removed during the temporal subsampling may be replaced by an interpolated material frame created by interpolating each pixel position of material frames MF14 and MF16.
  • the filtered material video has the spatial dimensions WxH and the frame rate F/2.
  • the interpolating results in a video including a sequence of material frames at the original resolution WxH and frame rate F.
  • step 514 in alternative embodiments, other known methods of interpolation, for example linear interpolation, bilinear interpolation, cubic interpolation or bicubic interpolation can be used in step 514.
  • a step 516 gamma correction and/or tone adjustment may be performed on the recombined intrinsic video.
  • the recombined intrinsic video is compressed or encoded for transmission or storage.
  • An encoder or CPU carrying out the process) proceeds to compress or encode the recombined intrinsic video according to a known compression format such as H.264/AVC, HEVC or another format.
  • the compressed recombined intrinsic video (video formed of filtered and interpolated intrinsic images) is stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1).
  • the remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
  • Figure 19 is a flow chart for decompressing and recombining the compressed recombined intrinsic video stored or transmitted in step 520 of figure 18, according to an embodiment of the present invention.
  • step 522 depending on whether the compressed recombined intrinsic video is stored or transmitted in step 520, the compressed recombined intrinsic video is retrieved by CPU 12 or received by the remote device as a website 28 via the Internet 26.
  • a decoder of the CPU 12 or the remote device operates to decompress or decode the compressed recombined intrinsic video.
  • steps 522 and 524 are implemented using known techniques for compression or decompression of digital video material, such as techniques compatible with one of ISO/MPEG-2 Visual, ITU-T H.264/AVC, HEVC or other known formats for compressed video material.
  • step 526 the CPU 12 or the remote device operates to output a video appearing to the human visual system to be of essentially the same video quality as the original video, for example, the video depicted in the video file 18 initially processed by the CPU 12 according to the routine of figure 16.
  • Figure 20 shows a flow chart for processing a linear video, from video file 18, according to another embodiment of the present invention.
  • the video processing method shown in figure 20 reduces the material reflectance component of the linear video temporally and reduces the illumination component of the linear video spatially to further reduce the size of the linear video, as compared with the conventional method described with respect to figure 15, but maintaining the quality of the video from a human perception standpoint. Such further reduction in the size of the video file allows for more efficient storage and faster data transmission.
  • Steps 600, 602, 604, 606 of figure 20 are the same as steps 500, 502, 504, 506 of figure 16.
  • the CPU 12 receives an original video file, for example, a video file 18 from the memory 16.
  • the CPU 12 operates to generate intrinsic images from the each of the video frames of the original video file, for example, according to the techniques described in detail above, to output illumination maps (illumination video frames forming an illumination video) (step 604) and reflectance maps (material video frames forming a material video) (step 606).
  • Steps 608, 610, 612 of figure 20 are the same as steps 508, 510, 512 of figure 16.
  • the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, an illumination component filtering on the illumination video frames in step 610 and a material component filtering on the material video frames in step 612.
  • the illumination component filtering includes spatially
  • the subsampling of the illumination video and the material component filtering includes temporally subsampling the material video.
  • the spatial subsampling of the illumination video may include reducing the spatial resolution of each of the illumination video frames of the illumination video.
  • the temporal subsampling of the material video may include reducing the frame rate of the material video by removing j material video frame(s) out of every k material video frames of the material video in a repeating pattern.
  • Steps 610 and 612 may also include additional or alternative filtering operations.
  • the method of figure 20 begins to vary from the method of figure 16.
  • the CPU 12 may operate to separately perform either in a parallel operation, or in a sequence, gamma correction and/or tone adjustment on the filtered illumination video (step 616) and the filtered material video (step 618).
  • a step 620 the CPU 12 operates to separately compress or encode, either in a parallel operation, or in a sequence, filtered illumination video and the filtered material video, which are performed by separate encoders 620a, 620b, respectively, of CPU 12.
  • the CPU 12 operates to convert the illumination maps to a known sampling format such as RGB, YCrCb or YUV.
  • the CPU 12 then proceeds to compress the converted illumination maps and reflectance maps according to a known compression format such as H.264/AVC, HEVC or another format.
  • the individual encoders 620a, 620b may optionally communicate with each other while compressing the filtered illumination video and the filtered material video, respectively.
  • steps 610, 612 and/or steps 616, 618 may also be performed by encoders 620a, 620b.
  • the compressed filtered illumination video (video formed of filtered and compressed illumination images) and the compressed filtered material video (video formed of filtered and compressed material images), either in a parallel operation, or in a sequence are stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1) in the form of two video streams, a stream of the compressed filtered illumination video and a stream of the compressed filtered material video, separately or together.
  • the remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
  • Figure 21 is a flow chart for decompressing and recombining the compressed filtered illumination video and the compressed filtered material video from figure 20, according to an embodiment of the present invention.
  • step 624 depending on whether the compressed recombined filtered intrinsic video is stored or transmitted in step 622, the compressed recombined filtered intrinsic video is retrieved by CPU 12 or received by the remote device as a website 28 via the Internet 26 in the form of two video streams, a stream of the compressed filtered illumination video and a stream of the compressed filtered material video, separately or together.
  • steps 626 and 628 in contrast to step 524 of figure 19, in which the filtered material video and illumination are decompressed together, separate decoders 620a, 620b of the CPU 12 or the remote device operate to perform, either in a parallel operation, or in a sequence, a
  • decoder 620a performs a decompression process on the compressed version of the illumination video to output the decompressed filtered illumination video.
  • decoder 620b performs a decompression process on the compressed version of the material video to output the decompressed filtered reflectance video.
  • steps 624, 626 and 628 are implemented using known techniques for compression or decompression of digital video material, such as techniques compatible with one of ISO/MPEG- 2 Visual, ITU-T H.264/AVC, HEVC or other known formats for compressed video material.
  • CPU 12 or the remote device operates to perform, either in a parallel operation, or in a sequence, a spatial interpolation process on the filtered illumination video and temporal interpolation process on the filtered reflectance video.
  • Step 630 may include creating interpolated illumination frames from the filtered illumination frames created in the illumination component subsampling in step 610.
  • the interpolated illumination frames by interpolating spatially between pairs of horizontally and vertically adjacent pixels of each of the filtered illumination frames created in step 610 to output an interpolated illumination video (step 634).
  • Step 630 results in an illumination video including a sequence of illumination frames at the original resolution, frame rate F and spatial dimensions WxH.
  • Step 632 may include creating interpolated material frames to replace the material frames removed in the material component subsampling in step 612.
  • the interpolated material frames may be formed by interpolating each pixel position of a material frame directly preceding the corresponding removed material frame and a material frame directly following the corresponding removed material frame to output an interpolated material video (step 636).
  • Step 632 results in a material video including a sequence of material frames at the original resolution WxH and frame rate F.
  • step 638 the CPU 12 or the remote device operates to recombine the illumination video output at step 634 and the material video output at step 636 to output a video appearing to the human visual system to be of essentially the same video quality as the original video (step 640), for example, the video depicted in the video file 18 initially processed by the CPU 12 according to the routine of figure 20.
  • Figure 22 shows a flow chart for processing a linear video, according to another embodiment of the present invention.
  • the video processing method shown in figure 22 reduces the material reflectance component of the linear video temporally and reduces the illumination component of the linear video spatially to further reduce the size of the linear video, as compared with the conventional method described with respect to figure 15, but essentially maintaining the quality of the video from a human perception standpoint. Such further reduction in the size of the video file allows for more efficient storage and faster data transmission.
  • Steps 700, 702, 704, 706 of figure 22 are the same as steps 500, 502, 504, 506 of figure 16.
  • the CPU 12 receives an original video file, for example, a video file 18 from the memory 16.
  • the CPU 12 operates to generate intrinsic images from the each of the video frames of the original video file, for example, according to the techniques described in detail above, to output illumination maps (illumination video frames forming an illumination video) (step 704) and reflectance maps (material video frames forming a material video) (step 706).
  • the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, an illumination component filtering on the illumination video frames in a step 710 and a material component filtering on the material video frames in a step 712.
  • the illumination component filtering includes spatially or other type of filtering the illumination video frames, to reduce the information content, without actually reducing the spatial resolution Wxh of the illumination video frames.
  • the material component filtering includes temporally or other type of filtering the material video frames, to reduce the information content, without actually reducing the frame rate F.
  • the filtering reduce the sizes of the illumination video and the material video. Filters may be properly chosen such that the size reduction and quality performance is adjusted to be essentially identical to the method described with respect to figures 16 and 19 and the method described with respect to figures 20 and 21.
  • the filtering may be performed by any appropriate filtering technique or techniques, including for example motion compensating filters, spatio- temporal filters, wavelet filters, subband filters.
  • Steps 714, 716, 718, 720, 722 of figure 22 are the same as steps 614, 616, 618, 620, 622 of figure 20.
  • the CPU 12 may operate to separately perform, either in a parallel operation, or in a sequence, gamma correction and/or tone adjustment on the filtered illumination video (step 716) and the filtered material video (step 718).
  • a step 720 the CPU 12 operates to separately compress or encode, either in a parallel operation, or in a sequence, filtered illumination video and the filtered material video, which are performed by separate encoders 720a, 720b, respectively, or CPU 12.
  • the CPU 12 operates to convert the illumination maps to a known sampling format such as RGB, YCrCb or YUV.
  • the CPU 12 then proceeds to compress the converted illumination maps and reflectance maps according to a known compression format such as H.264/AVC, HEVC or another format.
  • the individual encoders 720a, 720b may optionally communicate with each other while compressing the filtered illumination video and the filtered material video, respectively.
  • the compressed filtered illumination video (video formed of filtered and compressed illumination images) and the compressed filtered material video (video formed of filtered and compressed material images), either in a parallel operation, or in a sequence, are stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1).
  • the remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
  • Figure 23 is a flow chart for decompressing and recombining the compressed filtered illumination video and the compressed filtered material video described with respect to figure 22, according to an embodiment of the present invention.
  • the steps of figure 23 are the same as the steps of figure 21, except that the filtered illumination video and the filtered material video are not interpolated.
  • step 724 depending on whether the compressed recombined filtered intrinsic video is stored or transmitted in step 722, the compressed recombined filtered intrinsic video is retrieved by CPU 12 or received by the remote device as a website 28 via the Internet 26.
  • decoders 720a, 720b of the CPU 12 or the remote device operate to perform, either in a parallel operation, or in a sequence, decompression (decoding) processes.
  • decoder 720a performs a decompression process on the compressed version of the illumination video to output the decompressed filtered illumination video (step 730).
  • decoder 720b performs a decompression process on the compressed version of the material video to output the decompressed filtered reflectance video (732).
  • steps 724, 726 and 728 are implemented using known techniques for compression or decompression of digital video material, such as techniques compatible with one of ISO/MPEG- 2 Visual, ITU-T H.264/AVC, HEVC or other known formats for compressed video material..
  • step 734 the CPU 12 or the remote device operates to recombine the illumination video output at step 730 and the material video output at step 732 to output a video appearing to the human visual system to be of essentially the same video quality as the original video (step 736), for example, the video depicted in the video file 18 initially processed by the CPU 12 according to the routine of figure 23.
  • Figure 24 shows a flow chart for processing a linear video, according to another embodiment of the present invention.
  • the video processing method shown in figure 24 reduces the material reflectance component of the linear video temporally and reduces the illumination component of the linear video spatially to further reduce the size of the linear video, as compared with the conventional method described with respect to figure 15, but essentially maintaining the quality of the video from a human perception standpoint. Such further reduction in the size of the video file allows for more efficient storage and faster data transmission.
  • the steps of figure 24 are the same as the steps of figure 16, except that in the method of figure 24, like the method of figure 22, the illumination component filtering includes spatially filtering the illumination video frames, to reduce the information content, without actually reducing the spatial resolution WxH of the illumination video frames. Also, like the method of figure 22, the material component filtering includes temporally filtering the material video frames, to reduce the information content, without actually reducing the frame rate F.
  • Steps 800, 802, 804, 806 of figure 24 are the same as steps 500, 502, 504, 506 of figure 16.
  • the CPU 12 receives an original video file, for example, a video file 18 from the memory 16.
  • the CPU 12 operates to generate intrinsic images from the each of the video frames of the original video file, for example, according to the techniques described in detail above, to output illumination maps (illumination video frames forming an illumination video) (step 804) and reflectance maps (material video frames forming a material video) (step 806).
  • Steps 808, 810, 812 are the same as the steps 708, 710, 712 of figure 22.
  • the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, an illumination component filtering on the illumination video frames in a step 810 and a material component filtering on the material video frames in a step 812.
  • the illumination component filtering includes spatially filtering the illumination video frames, to reduce the information content, without actually reducing the spatial resolution Wxh of the illumination video frames.
  • the material component filtering includes temporally filtering the material video frames, to reduce the information content, without actually reducing the frame rate F.
  • Spatial and temporal filters may be properly chosen such that the reduction in size and quality performance is adjusted to be essentially identical to the method described with respect to figures 16 and 19 and the method described with respect to figures 20 and 21.
  • the spatial filtering and the temporal filtering may be performed by any appropriate filtering technique or techniques, including for example motion compensating filters, spatio-temporal filters, wavelet filters, subband filters.
  • a step 814 the CPU 12 operates to re-mix the filtered illumination video and the filtered material video according to a pixel-by-pixel or sample-by- sample operation to form a recombined filtered intrinsic video including both the filtered illumination video frames and the filtered material video frames.
  • the CPU 12 may operate to separately perform gamma correction and/or tone adjustment on the recombined intrinsic video.
  • an encoder of CPU 12 compresses or encodes the recombined filtered intrinsic video for transmission or storage. The encoder proceeds to compress or encode the recombined filtered intrinsic video according to a known compression format such as H.264/AVC, HEVC or another format.
  • the compressed recombined filtered intrinsic video (video formed of filtered intrinsic images) is stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1).
  • the remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
  • Figure 25 is a flow chart for decompressing the compressed recombined filtered intrinsic video from figure 24, according to an embodiment of the present invention.
  • the steps of figure 25 are similar to the steps of figure 23, in that the illumination video and the material video are not subject to interpolating steps, but different because the illumination video and the material video were previously recombined and are decompressed together by the same decoder.
  • step 822 depending on whether the compressed recombined filtered intrinsic video is stored or transmitted in step 820, the compressed recombined filtered intrinsic video is retrieved by CPU 12 or received by the remote device as a website 28 via the Internet 26.
  • a decoder the CPU 12 or the remote device operates to perform a decompression or decoding process on the compressed recombined filtered intrinsic video to output the recombined video (step 826).
  • the decompression or decoding is implemented using known techniques for compression or decompression of digital video material, such as techniques compatible with one of ISO/MPEG-2 Visual, ITU-T H.264/AVC, HEVC or other known formats for compressed video material.
  • the output video appears to the human visual system to be of essentially the same video quality as the original video (step 736), for example, the video depicted in the video file 18 initially processed by the CPU 12 according to the routine of figure 24.
  • Scale separation is a technique for separating local variation within an image from global variation. An image is separated into large-scale features and small-scale features.
  • a known method for performing scale separation on an image is described in "Fast Bilateral Filtering for the Display of High-Dynamic-Range Images," Fredo Durand and Julie Dorsey, ACM Transactions of Graphics (Proceedings of the ACM SIGGRAPH '02 Conference).
  • Durand and Dorsey describe as scale separation technique that uses a bilateral filter to separate an image into a "level” channel and a "detail” channel.
  • the level channel includes the low frequency components of the image and depicts large scale variations of the image, without details, which are depicted in the detail channel as high frequency components of the image. As such, the level channel is a reasonable approximation of log illumination intensity of the image, and the detail channel is a reasonable approximation of the log material intensity.
  • Embodiments of the present invention allow the high frequency component and the low frequency component of a video to be separated from each other in a precompression technique into separate components for filtering. Such separation of the the high and low frequency components allows adjustments to be made to the high and low frequency components making up the video independently of each other for further reduction in video file size, yet maintaining aspects of the original video frames that are most important for human perception of videos. It is possible to alter or remove individual video frames of the video without affecting the quality of the video from a human perception standpoint.
  • FIG. 26 shows a flow chart for processing a video, according to another embodiment of the present invention.
  • the video processing method shown in figure 26, in contrast with the methods described with respect to figures 16 to 23 involves scale separating a video file, instead of segregating the video file into illumination and material maps. Because the high frequency component resulting from scale separation is an approximation of the material reflectance of an image and the low frequency component resulting from scale separation is an approximation of the illumination component of an image, this embodiment can achieve similar results as the methods described with respect to figures 16 to 23, without the complex processing required to segregate a video file into illumination and material maps.
  • the video processing method shown in figure 26 reduces the high frequency component of the video temporally and reduces the low frequency component of the video spatially to further reduce the size of the video for transmission and/or storage, as compared with the conventional method described with respect to figure 15, but essentially maintaining the quality of the video from a human perception standpoint.
  • Such further reduction in file size allows for more efficient storage and faster data transmission.
  • the high frequency component of the video can be reduced temporally, without reducing the low frequency component of the video spatially.
  • the low frequency component of the video can be reduced spatially, without reducing the high frequency component of the linear video temporally.
  • step 900 the CPU 12 receives an original video file, for example, a linear video file 18 from the memory 16.
  • the CPU 12 operates to scale separate the video file to output low frequency components - the larger structures - in a level video (step 904) and high frequency components - the details - in a detail video (step 906).
  • the scale separation in step 902 includes applying a bilateral filter implementation to the video file to generate the level channel (the low frequency components representing the large scale features), then the level channel is subtracted from the original image to generate the detail channel (the high frequency components representing the fine details).
  • the bilateral filter can be the temporal bilateral filter disclosed in "Seperable bilateral filtering for fast video preprocessing," Tuan Q. Pham and Lucas J. van Vliet, International Conference on
  • the temporal bilateral filter can be applied to generate the level video, then the level video is subtracted from the original video to generate the detail video.
  • the temporal bilateral filter can be applied with a larger range sigma and spatial sigma (as described by Durand and Dorsey) than it would be in a noise reduction technique.
  • the level video and the detail video can be calculated as the bilateral blur of the intensity image or as the bilateral blur of each of the R, G and B independently. If the level video and detail video are calculated from the intensity image, the color from the original image is recombined with the level video and the detail video after they are filtered and recombined. If the level video and detail video are calculated from each of the R, G and B independently, the level video and detail video include the color components and it is not necessary to recombine the color from the original image with the level video and the detail video after they are filtered and recombined.
  • step 902 includes putting the video file through a log transform before the temporal bilateral filter is applied.
  • the log transform may be replaced by a gamma correction operation, which behaves very similarly to a log transform operation.
  • the exemplary embodiment of scale separation involves bilateral filtering in the log domain; however, in other embodiments of the present invention, the scale separation can be performed by using any blurring filter, for example a Gaussian filter.
  • the blurring can be performed in any domain, for example linear, log or gamma corrected. Performance will be better with any filter of the class of "edge preserving blurring filters," such as bilateral filters, median filters, anisotropic diffusion, or guided filters, as described in "Guided Image Filtering," K. He, J. Sun and X. Tang, Proceeding of European Conference Computer Vision (ECCV) (2010).
  • step 908 the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video output in step 910 and a detail component filtering on the detail video output in step 912.
  • the level component filtering in step 910 includes spatially subsampling the level video and the detail component filtering in step 912 includes temporally subsampling the detail video.
  • the level component filtering includes spatially subsampling the level video and the detail component filtering includes temporally subsampling the detail video.
  • the spatial subsampling of the level video can include reducing the spatial resolution of each of the level video frames of the level video.
  • the temporal subsampling of the detail video can include reducing the frame rate of the detail video by removing j detail video frame(s) out of every k detail video frames of the detail video in a repeating pattern.
  • Steps 910 and 912 can also include additional or alternative filtering operations.
  • the spatial subsampling and the temporal subsampling reduce the sizes of the level video and the detail video, reducing the size of the video file storing the level and detail videos.
  • the CPU 12 can perform one or more alterative or additional filtering processes on each of the level video frames, and in step 912, the CPU 12 can perform one or more alterative or additional filtering processes on each of the detail video frames.
  • the CPU 12 operates to separately interpolate the filtered level video and the filtered detail video and then re-mix the interpolated level video and the interpolated detail video according to a pixel-by-pixel or sample-by- sample operation to form a recombined scale- separated video.
  • the interpolating in step 914 can include creating interpolated level frames from the filtered level frames created in the level component
  • the interpolating in step 914 can also include creating interpolated detail frames to replace the detail frames removed in the detail component subsampling in step 912 by interpolating each pixel position of a detail frame directly preceding the corresponding removed detail frame and a detail frame directly following the corresponding removed detail frame to output an interpolated detail video for re-mixing.
  • a step 916 gamma correction and/or tone adjustment can be performed on the recombined scale- separated video.
  • the recombined scale- separated video is compressed or encoded for transmission or storage.
  • An encoder or CPU carrying out the process) proceeds to compress or encode the recombined scale-separated video according to a known compression format such as H.264/AVC, HEVC or another format.
  • the compressed recombined scale- separated video (video formed of filtered, interpolated and scale- separated images) is stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1).
  • the remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
  • Figure 27 shows a flow chart for processing a video, according to another embodiment of the present invention. Similar to the embodiment described in figure 26, the video processing method shown in figure 27 involves scale separating a video file.
  • video file 18 received by CPU 12 can be a nonlinear video file including non-linear, tone-adjusted data. Some video cameras can provide linear video, but most only provide non-linear, tone adjusted video.
  • the camera records the linear video file and performs a gamma correction/tone adjustment on the linear video file in a step 1002 before outputting a non-linear video to CPU 12.
  • the CPU 12 operates to scale separate the video file to output low frequency components - the larger structures - in a level video (step 1006) and high frequency components - the details - in a detail video (step 1008) .
  • the scale separation in step 1004 includes applying a temporal bilateral filter implementation to the video file in the same manner as described above in step 902 to separate the video file into the detail video and the level video.
  • the CPU 12 does not have to put the video through a log transform before the temporal bilateral filter is applied.
  • a gamma corrected image or video is very similar to an image or video in the log domain. Accordingly, the scale separation technique works approximately as well on gamma corrected videos as it does on linear videos with a log transform.
  • step 1010 the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video output in step 1012, which includes spatially subsampling the level video, and a detail component filtering on the detail video output in step 1014, which includes temporally subsampling the detail video.
  • Steps 1012 and 1014 can also include additional or alternative filtering operations.
  • a step 1016 the CPU 12 operates to separately interpolate the filtered level video and the filtered detail video and then re-mix the interpolated level video and the interpolated detail video according to a pixel-by-pixel or sample-by- sample operation to form a recombined scale- separated video.
  • CPU 12 operates to perform, either in a parallel operation, or in a sequence, separate interpolation processes on the filtered level video and the filtered detail video.
  • the interpolating in step 1016 can include creating interpolated level frames from the filtered level frames created in the level component
  • the interpolating in step 1016 can also include creating interpolated detail frames to replace the detail frames removed in the detail component subsampling in step 1014 by interpolating each pixel position of a detail frame directly preceding the corresponding removed detail frame and a detail frame directly following the corresponding removed detail frame to output an interpolated detail video for re-mixing.
  • step 1018 the recombined scale-separated video is compressed or encoded for transmission or storage. Because gamma correction/tone adjustment was applied to the video file in step 1002, gamma correction/tone adjustment does not need to be applied to the video before compression as with step 916 in figure 26.
  • step 1020 the compressed recombined scale- separated video (video formed of filtered, scale-separated and interpolated images) is stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1).
  • FIG. 28 shows a flow chart for processing a linear video, from video file 18, according to another embodiment of the present invention.
  • Steps 1100, 1102, 1104, 1106 of figure 28 are the same as steps 900, 902, 904, 906 of figure 26.
  • the CPU 12 receives an original video file, for example, a video file 18 from the memory 16.
  • the CPU 12 operates to generate scale-separated images from the each of the video frames of the original video file to output a level video (step 1104) and a detail video (step 1106).
  • the level video is in the same range of values as the original video, while the detail video is originally centered around zero and is shifted to be centered around 128 before saving, and then shifted back when adding the level and detail videos back together.
  • Steps 1108, 1110, 1112 of figure 28 are the same as steps 908, 910, 912 of figure 26.
  • the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video output in step 1110, which includes spatially subsampling the level video, and a detail component filtering on the detail video output in step 1112, which includes temporally subsampling the detail video.
  • Steps 1110 and 1112 can also include additional or alternative filtering operations.
  • the method of figure 28 begins to vary from the method of figure 26.
  • the CPU 12 can operate to separately perform either in a parallel operation, or in a sequence, gamma correction and/or tone adjustment on the filtered level video (step 1116) and the filtered detail video (step 1118).
  • the CPU 12 operates to separately compress or encode, either in a parallel operation, or in a sequence, filtered level video and the filtered detail video, which are performed by separate encoders 1120a, 1120b, respectively, of CPU 12.
  • the CPU 12 operates to convert the level maps and detail maps to a known sampling format such as RGB, YCrCb or YUV.
  • the CPU 12 then proceeds to compress the converted level maps and detail maps according to a known compression format such as H.264/AVC, HEVC or another format.
  • the individual encoders 1120a, 1120b can optionally communicate with each other while compressing the filtered level video and the filtered detail video, respectively.
  • steps 1110, 1112 and/or steps 1116, 1118 can also be performed by encoders 1120a, 1120b.
  • the compressed filtered level video (video formed of filtered and compressed level images) and the compressed filtered detail video (video formed of filtered and compressed detail images), either in a parallel operation, or in a sequence, are stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1) in the form of two video streams, a stream of the compressed filtered level video and a stream of the compressed filtered detail video, separately or together.
  • the compressed filtered level video and the compressed filtered detail video can then be decompressed, interpolated recombined in the same manner as the compressed filtered illumination video and the compressed filtered material video are with respect to figure 21.
  • FIG. 29 shows a flow chart for processing a linear video, from video file 18, according to another embodiment of the present invention.
  • Steps 1200, 1202, 1204, 1206, 1208 of figure 29 are the same as steps 1000, 1002, 1004, 1006, 1008 of figure 27.
  • the camera records the linear video file and performs a gamma correction/tone adjustment on the linear video file in a step 1202 before outputting a non-linear video to CPU 12.
  • the CPU 12 operates to generate scale-separated images from the each of the video frames of the original video file to output a level video (step 1206) and a detail video (step 1208).
  • the level video is in the same range of values as the original video, while the detail video is originally centered around zero and is shifted to be centered around 128 before saving, and then shifted back when adding the level and detail videos back together.
  • the scale separation in step 1204 includes applying a temporal bilateral filter implementation to the video file in the same manner as described above in step 902 to separate the video file into the detail video and the level video, without first putting the video through a log transform.
  • Steps 1210, 1212, 1214 of figure 28 are the same as steps 1010, 1012, 1014 of figure 27.
  • the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video output in step 1212, which includes spatially subsampling the level video, and a detail component filtering on the detail video output in step 1214, which includes temporally subsampling the detail video.
  • Steps 1212 and 1214 can also include additional or alternative filtering operations.
  • the method of figure 29 begins to vary from the method of figure 27.
  • the CPU 12 operates to separately compress or encode, either in a parallel operation, or in a sequence, the filtered level video and the filtered detail video, which are performed by separate encoders 1216a, 1216b, respectively, of CPU 12.
  • step 1218 the compressed filtered level video (video formed of filtered and compressed level images) and the compressed filtered detail video (video formed of filtered and compressed detail images), either in a parallel operation, or in a sequence, are stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1) in the form of two video streams, a stream of the compressed filtered level video and a stream of the compressed filtered detail video, separately or together.
  • the compressed filtered level video and the compressed filtered detail video can then be decompressed, interpolated recombined in the same manner as the compressed filtered illumination video and the compressed filtered material video are with respect to figure 21.
  • the level component filtering includes applying spatially or other type of filtering the level video frames, without subsampling and interpolating.
  • the filtering may be performed by any appropriate filtering technique or techniques, including for example motion compensating filters, spatio- temporal filters, wavelet filters, subband filters.
  • Figure 30 shows a flow chart for processing a video, according to another embodiment of the present invention. Similar to the embodiments described in figures 26 to 29, the video processing method shown in figure 30 involves scale separating a video file.
  • a processor for example CPU 12, receives a gamma corrected video file.
  • the processor converts the gamma corrected video file into a linear video file in an approximately linear color space, by applying an inverse of gamma correction to the gamma corrected video file.
  • the inverse may be in CIE Rec. 603, in CIE Rec. 709, in sRGB, or simple gamma depending on the coding standard of the gamma corrected video file. If the coding standard of the gamma corrected video file is not known, any of CIE Rec. 603, CIE Rec. 709, sRGB, or simple gamma may be selected. In one preferred embodiment, if the coding standard of the gamma corrected video file is not known, CIE Rec. 709 is selected for inversion.
  • a step 1304 the processor puts the linear video through a log transform to convert the linear video file into a log video file in a log color space.
  • the processor operates to scale separate the video file to output low frequency components - the larger structures - in a level video (step 1308) and high frequency components - the details - in a detail video (step 1310).
  • An edge preserving blur filter is applied to the log video file in a step 1308.
  • the edge preserving blur filter is a guided filter, such as the one described in "Guided Image Filtering," K. He, J. Sun and X. Tang, Proceeding of European Conference Computer Vision (ECCV) (2010), mentioned above.
  • the guided filter In step 1308, the guided filter generates a level video.
  • the guided filter has a spatial sigma of 15 and a range sigma of 1.2, applied to the log video file.
  • the level video is then used in a step 1310 to generate the detail video by subtracting the level video from the input log video file.
  • the detail video and the level video are exponentiated to convert the detail video and the level video back into linear space for further filtering.
  • step 1312 after the level video and the detail video are exponentiated, the processor operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video and a detail component filtering on the detail video.
  • the level component filtering in step 1314 includes spatially blurring the level video
  • the detail component filtering in step 1316 includes temporally blurring the detail video.
  • the temporal blurring is performed by a temporal Gaussian filter.
  • the temporal Gaussian filter is a standard Gaussian filtering performing a simple weighted average of four frames, centered around frame N: (l*(frame N-2) + 2*(frame N -1) + 8*(frame N) + 2*(frame N+l))/13.0.
  • the temporal blurring may be performed by a temporal Gaussian filter with motion compensation.
  • Motion compensation uses estimation of the motion of real-world surfaces between frames in the video sequence. Motion estimation can be obtained by any one of several methods well-known in the art.
  • One class of motion estimation techniques is optical flow. For a survey of optical flow techniques, see, for example, "A Database and “B Database”.
  • a second class of motion estimation techniques uses feature correspondence to track specific scene elements between frames, such as is described in "Feature Based Methods for Structure and Motion Estimation," Philip H.S. Torr and Andrew Zisserman, ICCV Workshop on Vision
  • a third class of motion estimation techniques uses frequency- domain correspondence, such as is described in "An FFT-based technique for translation, rotation, and scale-invariant image registration", B. S Reddy and B. N. Chatterji, IEEE Transactions on Image Processing 5, no. 8 (1996): 1266-1271.
  • a fourth class of motion estimation techniques is block-based motion estimation.
  • motion estimation may be in the form of integer pixel offsets between frames or may include subpixel alignment with fractional offsets between frames. Additionally, motion estimation may be calculated as a single translation, scale, and/or rotation of the entire frame as a whole, or it may be calculated densely, allowing spatially varying motion estimation within each frame.
  • motion estimation between frames is first computed, for example, by any method described in the previous paragraph, such as block-based motion estimation.
  • the motion from frame n to frame m be represented as (MX(x,y,n,m), MY(x,y,n,m)) where MX(x,y,n,m) is the motion in the x direction at location (x,y) between frames n and m, and MY(x,y,n,m) is likewise the motion in the y direction at location (x,y) between frames n and m.
  • a weighted average of the motion-compensated locations in nearby frames is computed.
  • the motion-compensated location in frame m of the original location (x,y) in frame n is (x + MX(x,y,n,m), y + MY(x,y,n,m)).
  • motion estimation includes non-integer alignment (i.e. subpixel alignment)
  • any standard interpolation method such as bilinear or bicubic interpolation, can be used to find the proper interpolated value between pixel locations.
  • the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, X+ MX(x,y,n,n- 2), y + MY(x,y,n,n-2)) + 2 * frame(n-l, x + MX(x,y,n,n-l), y + MY(x,y,n,n-l)) + 8 * frame(n, x, y) + 2*frame(n+l, MX(x,y,n,n+l), MY(x,y,n,n+l))) / 13.0.
  • frame(n, x, y) represents the pixel value in frame n at location (x,y). If the location (x,y) includes non-integer values (for sub- pixel alignment), then a standard interpolation technique, such as bilinear or bicubic interpolation, is used to determine subpixel values.
  • a standard interpolation technique such as bilinear or bicubic interpolation
  • the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, x+
  • the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, x+
  • the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, x+
  • the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, x+
  • the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (5 * frame(n-2, x+
  • the spatial blurring is performed by an edge-preserving blurring filter.
  • the edge-preserving blurring filter is a guided filter, such as the one described in "Guided Image Filtering," K. He, J. Sun and X. Tang, Proceeding of European Conference Computer Vision (ECCV) (2010), mentioned above.
  • a first example of spatial blurring involves applying a gamma correction from the definition of sRGB space to the linear-space level channel, then applying a guided filter with a spatial sigma of 3 and a range sigma of 0.025. After the guided filter is applied, an inverse sRGB gamma correction is applied to get back to linear space.
  • a second example of spatial blurring involves first converting the linear- space level video back to log space (or not exponentiating the level video from log space to linear space after step 1308), then applying a guided filter with a spatial sigma of 3 and a range sigma of 0.175. After the guided filter is applied, the level video is converted back to linear space by exponentiating.
  • a third example of spatial blurring involves first converting the linear- space level video back to log space (or not exponentiating the level video from log space to linear space after step 1308), then applying a guided filter with a spatial sigma of 3 and a range sigma of 0.125. After the guided filter is applied, the level video is converted back to linear space by exponentiating.
  • the processor operates to re-mix the spatially blurred level video and the temporally blurred detail video.
  • the re-mixing involves multiplying the spatially blurred level video, which is in linear space, times temporally blurred detail video, which is also in linear space.
  • the processor converts the recombined scale-separated video, which is in linear space, back into the input gamma corrected space to form an output video.
  • the scale- separated recombined video is in the same color space as in step 1300 and the gamma correction applied in step 1320 involves the same coding standard as the inverse gamma correction applied in step 1302.
  • the output video is essentially visually indistinguishable from the video file input at step 1300. Tone adjustment can also be performed on the output video.
  • the recombined scale- separated video is output for compression. Due to the scale separation and filtering, the output video file is capable of being compressed by a greater amount with equivalent setting than the video file input at step 1300.
  • compression is applied by any standard compression technique such as H.264 or HEVC to both the original video input at step 1300 and the output video in step 1322, with similar compression settings, the compressed output video is smaller than the compressed original video (i.e., video that has not been scale separated, filtered and recombined).

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

An automated, computerized method for processing a video is provided. The method includes providing a video file depicting a video, in a computer memory; providing a video file depicting a video, in a computer memory; scale separating the video file by applying an edge-preserving blurring filter to generate a detail scale- separated video and a level scale-separated video corresponding to the video; temporally blurring the detail scale- separated video and spatially blurring the level scale-separated video; combining the filtered detailed scale- separated video and the filtered level scale- separated video to provide an output video; and outputting the output video for use in a data compression operation.

Description

SELECTIVE PERCEPTUAL MASKING VIA SCALE SEPARATION IN THE
SPATIAL AND TEMPORAL DOMAINS USING INTRINSIC IMAGES FOR USE IN DATA COMPRESSION
Background of the Invention
[0001] Many significant and commercially important uses of modern computer technology relate to images and videos. These include image and video processing, image and video analysis and computer vision applications. In computer vision applications, such as, for example, object recognition and optical character recognition, it has been found that a separation of illumination and material aspects of an image can significantly improve the accuracy and speed of computer performance. Significant pioneer inventions related to the illumination and material aspects of an image are disclosed in U. S. Patent No. 7,873,219 to Richard Mark Friedhoff, entitled Differentiation Of Illumination And Reflection Boundaries and U. S. Patent No. 7,672,530 to Richard Mark Friedhoff et al., entitled Method And System For Identifying Illumination Flux In An Image (hereinafter the Friedhoff Patents).
Summary of the Invention
[0002] In an exemplary embodiment of the present invention, an automated, computerized method for processing a video is provided. The method includes providing a video file depicting a video, in a computer memory; providing a video file depicting a video, in a computer memory; scale separating the video file by applying an edge preserving blurring filter to generate a detail scale separated video and a level scale separated video corresponding to the video; temporally blurring the detail scale separated video and spatially blurring the level scale separated video; combining the filtered detailed scale separated video and the filtered level scale separated video to provide an output video; and outputting the output video for use in a data compression operation. [0003] In accordance with yet further embodiments of the present invention, computer systems are provided, which include one or more computers configured (e.g., programmed) to perform the methods described above. In accordance with other embodiments of the present invention, non-transitory computer readable media are provided which have stored thereon computer executable process steps operable to control a computer(s) to implement the embodiments described above. The present invention contemplates a computer readable media as any product that embodies information usable in a computer to execute the methods of the present invention, including instructions implemented as a hardware circuit, for example, as in an integrated circuit chip. The automated, computerized methods can be performed by a digital computer, analog computer, optical sensor, state machine, sequencer, integrated chip or any device or apparatus that can be designed or programed to carry out the steps of the methods of the present invention.
Brief Description of the Drawings
[0004] Figure 1 is a block diagram of a computer system arranged and configured to perform operations related to videos.
[0005] Figure 2 shows an n X m pixel array image file for a frame of a video stored in the computer system of figure 1.
[0006] Figure 3a is a flow chart for identifying Type C token regions in the image file of figure 2, according to a feature of the present invention.
[0007] Figure 3b is an original image used as an example in the identification of Type C tokens.
[0008] Figure 3c shows Type C token regions in the image of figure 3b.
[0009] Figure 3d shows Type B tokens, generated from the Type C tokens of figure 3c, according to a feature of the present invention. [0010] Figure 4 is a flow chart for a routine to test Type C tokens identified by the routine of the flow chart of figure 3a, according to a feature of the present invention.
[0011] Figure 5 is a graphic representation of a log color space chromaticity plane according to a feature of the present invention.
[0012] Figure 6 is a flow chart for determining a list of colors depicted in an input image.
[0013] Figure 7 is a flow chart for determining an orientation for a log chromaticity space, according to a feature of the present invention.
[0014] Figure 8 is a flow chart for determining log chromaticity coordinates for the colors of an input image, as determined through execution of the routine of figure 6, according to a feature of the present invention.
[0015] Figure 9 is a flow chart for augmenting the log chromaticity coordinates, as determined through execution of the routine of figure 8, according to a feature of the present invention.
[0016] Figure 10 is a flow chart for clustering the log chromaticity coordinates, according to a feature of the present invention.
[0017] Figure 11 is a flow chart for assigning the log chromaticity coordinates to clusters determined through execution of the routine of figure 10, according to a feature of the present invention.
[0018] Figure 12 is a flow chart for detecting regions of uniform reflectance based on the log chromaticity clustering according to a feature of the present invention. [0019] Figure 13 is a representation of an [A] [x] = [b] matrix relationship used to identify and separate illumination and material aspects of an image, according to a same-material constraint, for generation of intrinsic images.
[0020] Figure 14 illustrates intrinsic images including an illumination image and a material image corresponding to the original image of figure 3b.
[0021] Figure 15 shows a flow chart of a linear video stored in a video file being compressed in accordance with a conventional video compression method.
[0022] Figure 16 shows a flow chart for processing a linear video, according to an embodiment of the present invention.
[0023] Figure 17 shows an example of spatially subsampling an illumination video by spatially reducing each of the illumination video frames.
[0024] Figure 18 shows an example of temporally subsampling a material video by reducing the number of material video frames.
[0025] Figure 19 is a flow chart for decompressing and recombining the compressed recombined filtered intrinsic video stored or transmitted in figure 18, according to an embodiment of the present invention.
[0026] Figure 20 shows a flow chart for processing a linear video, according to another embodiment of the present invention.
[0027] Figure 21 is a flow chart for decompressing and recombining the compressed filtered illumination video and the compressed filtered material video from figure 20, according to an embodiment of the present invention. [0028] Figure 22 shows a flow chart for processing a linear video, according to another embodiment of the present invention.
[0029] Figure 23 is a flow chart for decompressing and recombining the compressed filtered illumination video and the compressed filtered material video described with respect to figure 22, according to an embodiment of the present invention.
[0030] Figure 24 shows a flow chart for processing a linear video, according to another embodiment of the present invention.
[0031] Figure 25 is a flow chart for decompressing the compressed recombined filtered intrinsic video from figure 24, according to an embodiment of the present invention.
[0032] Figures 26 to 29 shows flow charts for scale separating and processing videos, according to different embodiments of the present invention.
[0033] Figure 30 shows a flow chart for processing a gamma corrected video, according to another embodiment of the present invention.
Detailed Description of the Preferred Embodiments
[0034] Referring now to the drawings, and initially to figure 1, there is shown a block diagram of a computer system 10 arranged and configured to perform operations related to videos. A CPU 12 is coupled to a device such as, for example, a digital camera 14 via, for example, a USB port. The digital camera can comprise a video digital camera. The digital camera 14 operates to download videos stored locally on the camera 14, to the CPU 12. The CPU 12 stores the downloaded videos in a memory 16 as video files 18. The video files 18 can be accessed by the CPU 12 for display on a monitor 20. The memory 16 can comprise any temporary or permanent data storage device.
[0035] Moreover, the computer system 10 includes an object database 24 storing information on various objects that can appear in the video files 18 stored in the memory 16. The information includes information on the material make-up and material reflectance colors for each object stored in the database 24. The object database is coupled to the CPU 12, as shown in figure 1. The CPU 12 is also coupled to the Internet 26, for access to websites 28. The websites 28 include websites that contain information relevant to objects that can appear in the video files 18, such as, for example, the material make-up and material reflectance colors for the objects, and provide another source for an object database. The websites 28 also include websites that are arranged to receive video file 18, transmitted over the Internet 26, from the CPU 12.
[0036] Alternatively, the CPU 12 can be implemented as a microprocessor embedded in a device such as, for example, the digital camera 14 or a robot. The CPU 12 can also be equipped with a real time operating system for real time operations related to videos, in connection with, for example, a robotic operation or an interactive operation with a user.
[0037] As shown in figure 2, each video file 18 comprises a plurality of successive images, called frames, each comprising an n X m pixel array. Each pixel, p, is a picture element corresponding to a discrete portion of the overall image. All of the pixels together define each frame represented by the video file 18. Each pixel comprises a digital value corresponding to a set of color bands, for example, red, green and blue color components (RGB) of the picture element. The present invention is applicable to any multi-band image, where each band corresponds to a piece of the electro-magnetic spectrum. The pixel array includes n rows of m columns each, starting with the pixel p (1,1) and ending with the pixel p(n, m). When displaying a video, the CPU 12 retrieves the corresponding video file 18 from the memory 16, and operates the monitor 20 as a function of the digital values of the pixels in the frames of the video file 18, as is generally known. [0038] In an image operation, the CPU 12 operates to analyze the RGB values of the pixels of images of stored video file 18 to achieve various objectives, such as, for example, to identify regions of an image that correspond to a single material depicted in a scene recorded in the video file 18. A fundamental observation underlying a basic discovery of the present invention, is that an image comprises two components, material and illumination. All changes in an image are caused by one or the other of these components. A method for detecting of one of these components, for example, material, provides a mechanism for distinguishing material or object geometry, such as object edges, from illumination and shadow boundaries.
[0039] Such a mechanism enables techniques that can be used to generate intrinsic images. Each of the intrinsic images corresponds to an original image, i.e., video frame, for example, an image depicted in an input video file 18. The intrinsic images include, for example, an illumination image, to capture the intensity and color of light incident upon each point on the surfaces depicted in the image, and a material reflectance image, to capture reflectance properties of surfaces depicted in the image (the percentage of each wavelength of light a surface reflects). The separation of illumination from material in the intrinsic images provides the CPU 12 with images optimized for more effective and accurate and efficient further processing.
[0040] For example, according to a feature of the present invention, the intrinsic images are applied in a digital image signal compression algorithm, for improved results in data transmission and/or storage. Computer files that depict an image, particularly a color image, require a significant amount of information arranged as, for example, pixels represented by bytes. Thus, each video file requires a significant amount of storage space in a memory, and can consume a large amount of time in a data transmission of the image to a remote site or device. The amount of time that can be required to transmit a sequence of images, for example, as in a video stream, can render an operation, such as a streaming operation for realtime display of a video on a smartphone, Internet website or tablet, unfeasible. [0041] Accordingly, mathematical techniques have been developed to compress the number of bytes representing the pixels of an image to a significantly smaller number of bytes. For example, standards for lossy video compression developed by organizations such as ISO MPEG, the Moving Picture Experts Group, enable compression of digital video files. A compressed video can be stored in a manner that requires much less storage capacity than the original video file, and transmitted to a remote site or device in a far more efficient and speedy transmission operation. The compressed video file is decompressed for further use, such as, for example, display on a screen. However, due to the rapidly increasing number of users of devices for reception and realtime display of digital videos, known compression techniques are being pressed to the limits of effective functionality.
[0042] According to a feature of the present invention, digital signal compression and decompression processing is improved by performing the compression and decompression processes on intrinsic images.
[0043] Pursuant to a feature of the present invention, processing is performed at a token level. A token is a connected region of an image wherein the pixels of the region are related to one another in a manner relevant to identification of image features and characteristics such as an identification of materials and illumination. The pixels of a token can be related in terms of either homogeneous factors, such as, for example, close correlation of color among the pixels, or inhomogeneous factors, such as, for example, differing color values related geometrically in a color space such as RGB space, commonly referred to as a texture. The present invention utilizes spatio-spectral information relevant to contiguous pixels of images depicted in a video file 18 to identify token regions. The spatio-spectral information includes spectral
relationships among contiguous pixels, in terms of color bands, for example the RGB values of the pixels, and the spatial extent of the pixel spectral characteristics relevant to a single material.
[0044] According to one exemplary embodiment of the present invention, tokens are each classified as either a Type A token, a Type B token or a Type C token. A Type A token is a connected image region comprising contiguous pixels that represent the largest possible region of the image encompassing a single material in the scene (uniform reflectance). A Type B token is a connected image region comprising contiguous pixels that represent a region of the image encompassing a single material in the scene, though not necessarily the maximal region of uniform reflectance corresponding to that material. A Type B token can also be defined as a collection of one or more image regions or pixels, all of which have the same reflectance (material color) though not necessarily all pixels which correspond to that material color. A Type C token comprises a connected image region of similar image properties among the contiguous pixels of the token, where similarity is defined with respect to a noise model for the imaging system used to record the image.
[0045] Referring now to figure 3a, there is shown a flow chart for identifying Type C token regions in the scene depicted in an image of video file 18 of figure 2, according to a feature of the present invention. Type C tokens can be readily identified in an image, utilizing the steps of figure 3a, and then analyzed and processed to construct Type B tokens, according to a feature of the present invention.
[0046] A 1st order uniform, homogeneous Type C token comprises a single robust color measurement among contiguous pixels of the image. At the start of the identification routine, the CPU 12 sets up a region map in memory. In step 100, the CPU 12 clears the region map and assigns a region ID, which is initially set at 1. An iteration for the routine, corresponding to a pixel number, is set at i = 0, and a number for an N x N pixel array, for use as a seed to determine the token, is set an initial value, N = Nstart. Nstart can be any integer > 0, for example it can be set at set at 11 or 15 pixels.
[0047] At step 102, a seed test is begun. The CPU 12 selects a first pixel, i = 1, pixel (1, 1) for example (see figure 2), the pixel at the upper left corner of a first N x N sample of an image of video file 18. The pixel is then tested in decision block 104 to determine if the selected pixel is part of a good seed. The test can comprise a comparison of the color value of the selected pixel to the color values of a preselected number of its neighboring pixels as the seed, for example, the N x N array. The color values comparison can be with respect to multiple color band values (RGB in our example) of the pixel. If the comparison does not result in approximately equal values (within the noise levels of the recording device) for the pixels in the seed, the CPU 12 increments the value of i (step 106), for example, i = 2, pixel (1, 2), for a next N x N seed sample, and then tests to determine if i = imax (decision block 108).
[0048] If the pixel value is at imax, a value selected as a threshold for deciding to reduce the seed size for improved results, the seed size, N, is reduced (step 110), for example, from N = 15 to N = 12. In an exemplary embodiment of the present invention, imax can be set at a number of pixels in an image ending at pixel (n, m), as shown in figure 2. In this manner, the routine of figure 3a parses the entire image at a first value of N before repeating the routine for a reduced value of N.
[0049] After reduction of the seed size, the routine returns to step 102, and continues to test for token seeds. An Nstop value (for example, N = 2) is also checked in step 110 to determine if the analysis is complete. If the value of N is at Nstop , the CPU 12 has completed a survey of the image pixel arrays and exits the routine.
[0050] If the value of i is less than imax , and N is greater than Nstop, the routine returns to step 102, and continues to test for token seeds.
[0051] When a good seed (an N x N array with approximately equal pixel values) is found (block 104), the token is grown from the seed. In step 112, the CPU 12 pushes the pixels from the seed onto a queue. All of the pixels in the queue are marked with the current region ID in the region map. The CPU 12 then inquires as to whether the queue is empty (decision block 114). If the queue is not empty, the routine proceeds to step 116.
[0052] In step 116, the CPU 12 pops the front pixel off the queue and proceeds to step 118. In step 118, the CPU 12 marks "good' neighbors around the subject pixel, that is neighbors approximately equal in color value to the subject pixel, with the current region ID. All of the marked good neighbors are placed in the region map and also pushed onto the queue. The CPU 12 then returns to the decision block 114. The routine of steps 114, 116, 118 is repeated until the queue is empty. At that time, all of the pixels forming a token in the current region will have been identified and marked in the region map as a Type C token.
[0053] When the queue is empty, the CPU 12 proceeds to step 120. At step 120, the CPU 12 increments the region ID for use with identification of a next token. The CPU 12 then returns to step 106 to repeat the routine in respect of the new current token region.
[0054] Upon arrival at N = Nstop, step 110 of the flow chart of figure 3a, or completion of a region map that coincides with the image, the routine will have completed the token building task. Figure 3b is an original image used as an example in the identification of tokens. The image shows areas of the color blue and the blue in shadow, and of the color teal and the teal in shadow. Figure 3c shows token regions corresponding to the region map, for example, as identified through execution of the routine of figure 3a (Type C tokens), in respect to the image of figure 3b. The token regions are color coded to illustrate the token makeup of the image of figure 3b, including penumbra regions between the full color blue and teal areas of the image and the shadow of the colored areas.
[0055] While each Type C token comprises a region of the image having a single robust color measurement among contiguous pixels of the image, the token may grow across material boundaries. Typically, different materials connect together in one Type C token via a neck region often located on shadow boundaries or in areas with varying illumination crossing different materials with similar hue but different intensities. A neck pixel can be identified by examining characteristics of adjacent pixels. When a pixel has two contiguous pixels on opposite sides that are not within the corresponding token, and two contiguous pixels on opposite sides that are within the corresponding token, the pixel is defined as a neck pixel. [0056] Figure 4 shows a flow chart for a neck test for Type C tokens. In step 122, the CPU 12 examines each pixel of an identified token to determine whether any of the pixels under examination forms a neck. The routine of figure 4 can be executed as a subroutine directly after a particular token is identified during execution of the routine of figure 3a. All pixels identified as a neck are marked as "ungrowable." In decision block 124, the CPU 12 determines if any of the pixels were marked.
[0057] If no, the CPU 12 exits the routine of figure 4 and returns to the routine of figure 3a (step 126).
[0058] If yes, the CPU 12 proceeds to step 128 and operates to regrow the token from a seed location selected from among the unmarked pixels of the current token, as per the routine of figure 3a, without changing the counts for seed size and region ID. During the regrowth process, the CPU 12 does not include any pixel previously marked as ungrowable. After the token is regrown, the previously marked pixels are unmarked so that other tokens may grow into them.
[0059] Subsequent to the regrowth of the token without the previously marked pixels, the CPU 12 returns to step 122 to test the newly regrown token. Neck testing identifies Type C tokens that cross material boundaries, and regrows the identified tokens to provide single material Type C tokens suitable for use in creating Type B tokens.
[0060] Figure 3d shows Type B tokens generated from the Type C tokens of figure 3c, according to a feature of the present invention. The present invention provides a novel exemplary technique using log chromaticity clustering, for constructing Type B tokens for images of video file 18. Log chromaticity is a technique for developing an illumination invariant chromaticity space.
[0061] A method and system for separating illumination and reflectance using a log chromaticity representation is disclosed in U. S. Patent No. 7,596,266, which is hereby expressly incorporated by reference. The techniques taught in U. S. Patent No. 7,596,266 can be used to provide illumination invariant log chromaticity representation values for each color of an image, for example, as represented by Type C tokens. Logarithmic values of the color band values of the image pixels are plotted on a log-color space graph. The logarithmic values are then projected to a log-chromaticity projection plane oriented as a function of a bi- illuminant dichromatic reflection model (BIDR model), to provide a log chromaticity value for each pixel, as taught in U. S. Patent No. 7,596,266. The BIDR Model predicts that differing color measurement values fall within a cylinder in RGB space, from a dark end (in shadow) to a bright end (lit end), along a positive slope, when the color change is due to an illumination change forming a shadow over a single material of a scene depicted in the image.
[0062] Figure 5 is a graphic representation of a log color space, bi-illuminant chromaticity plane according to a feature of the invention disclosed in U. S. Patent No. 7,596,266. The alignment of the chromaticity plane is determined by a vector N, normal to the chromaticity plane, and defined as N = log(Brightvector) - log(Darkvector) = log(l + 1/S vector). The co-ordinates of the plane, u, v can be defined by a projection of the green axis onto the chromaticity plane as the u axis, and the cross product of u and N being defined as the v axis. In our example, each log value for the materials A, B, C is projected onto the chromaticity plane, and will therefore have a corresponding u, v co-ordinate value in the plane that is a chromaticity value, as shown in figure 5.
[0063] Thus, according to the technique disclosed in U. S. Patent No. 7,596,266, the RGB values of each pixel in each image of video file 18 can be mapped by the CPU 12 from the image file value p(n, m, R, G, B) to a log value, then, through a projection to the chromaticity plane, to the corresponding u, v value, as shown in figure 5. Each pixel p(n, m, R, G, B) in the corresponding image of video file 18 is then replaced by the CPU 12 by a two dimensional chromaticity value: p(n, m, u, v), to provide a chromaticity representation of the original RGB image. In general, for an N band image, the N color values are replaced by N - 1 chromaticity values. The chromaticity representation is a truly accurate illumination invariant representation because the BIDR model upon which the representation is based, accurately and correctly represents the illumination flux that caused the original image.
[0064] According to a feature of the present invention, log chromaticity values are calculated for each color depicted in an image of video file 18 input to the CPU 12 for identification of regions of the uniform reflectance (Type B tokens). For example, each pixel of a Type C token will be of approximately the same color value, for example, in terms of RGB values, as all the other constituent pixels of the same Type C token, within the noise level of the equipment used to record the image. Thus, an average of the color values for the constituent pixels of each particular Type C token can be used to represent the color value for the respective Type C token in the log chromaticity analysis.
[0065] Figure 6 is a flow chart for determining a list of colors depicted in an input image, for example, an image of video file 18. In step 200, an input video file 18 is input to the CPU 12 for processing. In steps 202 and 204, the CPU 12 determines the colors depicted in the input image of video file 18. In step 202, the CPU 12 calculates an average color for each Type C token determined by the CPU 12 through execution of the routine of figure 3a, as described above, for a list of colors. The CPU 12 can be operated to optionally require a minimum token size, in terms of the number of constituent pixels of the token, or a minimum seed size (the N x N array) used to determine Type C tokens according to the routine of figure 3a, for the analysis. The minimum size requirements are implemented to assure that color measurements in the list of colors for the image are an accurate depiction of color in a scene depicted in the input image, and not an artifact of blend pixels.
[0066] Blend pixels are pixels between two differently colored regions of an image. If the colors between the two regions are plotted in RGB space, there is a linear transition between the colors, with each blend pixel, moving from one region to the next, being a weighted average of the colors of the two regions. Thus, each blend pixel does not represent a true color of the image. If blend pixels are present, relatively small Type C tokens, consisting of blend pixels, can be identified for areas of an image between two differently colored regions. By requiring a size minimum, the CPU 12 can eliminate tokens consisting of blend pixel from the analysis.
[0067] In step 204, the CPU 12 can alternatively collect colors at the pixel level, that is, the RGB values of the pixels of the input image of video file 18, as shown in figure 2. The CPU 12 can be operated to optionally require each pixel of the image of video file 18 used in the analysis to have a minimum stability or local standard deviation via a filter output, for a more accurate list of colors. For example, second derivative energy can be used to indicate the stability of pixels of an image.
[0068] In this approach, the CPU 12 calculates a second derivative at each pixel, or a subset of pixels disbursed across the image to cover all illumination conditions of the image depicted in an input video file 18, using a Difference of Gaussians, Laplacian of Gaussian, or similar filter. The second derivative energy for each pixel examined can then be calculated by the CPU 12 as the average of the absolute value of the second derivative in each color band (or the absolute value of the single value in a grayscale image), the sum of squares of the values of the second derivatives in each color band (or the square of the single value in a grayscale image), the maximum squared second derivative value across the color bands (or the square of the single value in a grayscale image), or any similar method. Upon the calculation of the second derivative energy for each of the pixels, the CPU 12 analyzes the energy values of the pixels. There is an inverse relationship between second derivative energy and pixel stability, the higher the energy, the less stable the corresponding pixel.
[0069] In step 206, the CPU 12 outputs a list or lists of color (after executing one or both of steps 202 and/or 204). According to a feature of the present invention, all of the further processing can be executed using the list from either step 202 or 204, or vary the list used (one or the other of the lists from steps 202 or 204) at each subsequent step.
[0070] Figure 7 is a flow chart for determining an orientation for a log chromaticity representation, according to a feature of the present invention. For example, the CPU 12 determines an orientation for the normal N, for a log chromaticity plane, as shown in figure 5. In step 210, the CPU 12 receives a list of colors for an input file 18, such as a list output in step 206 of the routine of figure 6. In step 212, the CPU 12 determines an orientation for a log chromaticity space.
[0071] As taught in U. S. Patent No. 7,596,266, and as noted above, alignment of the chromaticity plane is represented by N, N being a vector normal to the chromaticity representation, for example, the chromaticity plane of figure 5. The orientation is estimated by the CPU 12 thorough execution of any one of several techniques. For example, the CPU 12 can determine estimates based upon entropy minimization, manual selection by a user or the use of a characteristic spectral ratio for an image of an input video file 18, as fully disclosed in U. S. Patent No. 7,596,266.
[0072] For a higher dimensional set of colors, for example, an RYGB space (red, yellow, green, blue), the log chromaticity normal, N, defines a sub-space with one less dimension than the input space. Thus, in the four dimensional RYGB space, the normal N defines a three dimensional log chromaticity space. When the four dimensional RYGB values are projected into the three dimensional log chromaticity space, the projected values within the log chromaticity space are unaffected by illumination variation.
[0073] In step 214, the CPU 12 outputs an orientation for the normal N. As illustrated in the example of figure 5, the normal N defines an orientation for a u, v plane in a three dimensional RGB space.
[0074] Figure 8 is a flow chart for determining log chromaticity coordinates for the colors of an input image, as identified in steps 202 or 204 of the routine of figure 6, according to a feature of the present invention. In step 220, a list of colors is input to the CPU 12. The list of colors can comprise either the list generated through execution of step 202 of the routine of figure 6, or the list generated through execution of step 204. In step 222, the log chromaticity orientation for the normal, N, determined through execution of the routine of figure 7, is also input to the CPU 12.
[0075] In step 224, the CPU 12 operates to calculate a log value for each color in the list of colors and plots the log values in a three dimensional log space at respective (log R, log G, log B) coordinates, as illustrated in figure 5. Materials A, B and C denote log values for specific colors from the list of colors input to the CPU 12 in step 220. A log chromaticity plane is also calculated by the CPU 12, in the three dimensional log space, with u, v coordinates and an orientation set by N, input to the CPU 12 in step 222. Each u, v coordinate in the log chromaticity plane can also be designated by a corresponding (log R, log G, log B) coordinate in the three dimensional log space.
[0076] According to a feature of the present invention, the CPU 12 then projects the log values for the colors A, B and C onto the log chromaticity plane to determine a u, v log chromaticity coordinate for each color. Each u, v log chromaticity coordinate can be expressed by the corresponding (log R, log G, log B) coordinate in the three dimensional log space. The CPU 12 outputs a list of the log chromaticity coordinates in step 226. The list cross-references each color to a u, v log chromaticity coordinate and to the pixels (or a Type C tokens) having the respective color (depending upon the list of colors used in the analysis (either step
202(tokens) or 204 (pixels))).
[0077] Figure 9 is a flow chart for optionally augmenting the log chromaticity coordinates for pixels or Type C tokens with extra dimensions, according to a feature of the present invention. In step 230, the list of log chromaticity coordinates, determined for the colors of the input image through execution of the routine of figure 8, is input to the CPU 12. In step 232, the CPU 12 accesses the input video file 18, for use in the augmentation.
[0078] In step 234, the CPU 12 optionally operates to augment each log chromaticity coordinate with a tone mapping intensity for each corresponding pixel (or Type C token). The tone mapping intensity is determined using any known tone mapping technique. An augmentation with tone mapping intensity information provides a basis for clustering pixels or tokens that are grouped according to both similar log chromaticity coordinates and similar tone mapping intensities. This improves the accuracy of a clustering step.
[0079] In step 236, the CPU 12 optionally operates to augment each log chromaticity coordinate with x, y coordinates for the corresponding pixel (or an average of the x, y coordinates for the constituent pixels of a Type C token) (see figure 2 showing a P (l,l) to P (N, M) pixel arrangement ). Thus, a clustering step with x, y coordinate information will provide groups in a spatially limited arrangement, when that characteristic is desired.
[0080] In each of steps 234 and 236, the augmented information can, in each case, be weighted by a factor wl and w2, w3 respectively, to specify the relative importance and scale of the different dimensions in the augmented coordinates. The weight factors wl and w2, w3 are user-specified. Accordingly, the (log R, log G, log B) coordinates for a pixel or Type C token is augmented to (log R, log G, log B, T*W[ x*w2 y*w3) where T, x and y are the tone mapped intensity, the x coordinate and the y coordinate, respectively.
[0081] In step 238, the CPU 12 outputs a list of the augmented coordinates. The augmented log chromaticity coordinates provide accurate illumination invariant representations of the pixels, or for a specified regional arrangement of an input image, such as, for example, Type C tokens. According to a feature of the present invention, the illumination invariant
characteristic of the log chromaticity coordinates is relied upon as a basis to identify regions of an image of a single material or reflectance, such as, for example, Type B tokens.
[0082] Figure 10 is a flow chart for clustering the log chromaticity coordinates, according to a feature of the present invention. In step 240, the list of augmented log chromaticity coordinates is input the CPU 12. In step 242, the CPU 12 operates to cluster the log chromaticity coordinates. The clustering step can be implemented via, for example, a known k-means clustering. Any known clustering technique can be used to cluster the log chromaticity coordinates to determine groups of similar log chromaticity coordinate values. The CPU 12 correlates each log chromaticity coordinate to the group to which the respective coordinate belongs. The CPU 12 also operates to calculate a center for each group identified in the clustering step. For example, the CPU 12 can determine a center for each group relative to a (log R, log G, log B, log T) space.
[0083] In step 244, the CPU 12 outputs a list of the cluster group memberships for the log chromaticity coordinates (cross referenced to either the corresponding pixels or Type C tokens) and/or a list of cluster group centers.
[0084] As noted above, in the execution of the clustering method, the CPU 12 can use the list of colors from either the list generated through execution of step 202 of the routine of figure 6, or the list generated through execution of step 204. In applying the identified cluster groups to an input image, the CPU 12 can be operated to use the same set of colors as used in the clustering method (one of the list of colors corresponding to step 202 or to the list of colors corresponding to step 204), or apply a different set of colors (the other of the list of colors corresponding to step 202 or the list of colors corresponding to step 204). If a different set of colors is used, the CPU 12 proceeds to execute the routine of figure 11.
[0085] Figure 11 is a flow chart for assigning the log chromaticity coordinates to clusters determined through execution of the routine of figure 10, when a different list of colors is used after the identification of the cluster groups, according to a feature of the present invention. In step 250, the CPU 12 once again executes the routine of figure 8, this time in respect to the new list of colors. For example, if the list of colors generated in step 202 (colors based upon Type C tokens) was used to identify the cluster groups, and the CPU 12 then operates to classify log chromaticity coordinates relative to cluster groups based upon the list of colors generated in step 204 (colors based upon pixels), step 250 of the routine of figure 11 is executed to determine the log chromaticity coordinates for the colors of the pixels in the corresponding image of the input video file 18. [0086] In step 252, the list of cluster centers is input to the CPU 12. In step 254, the CPU 12 operates to classify each of the log chromaticity coordinates identified in step 250, according to the nearest cluster group center. In step 256, the CPU 12 outputs a list of the cluster group memberships for the log chromaticity coordinates based upon the new list of colors, with a cross reference to either corresponding pixels or Type C tokens, depending upon the list of colors used in step 250 (the list of colors generated in step 202 or the list of colors generated in step 204).
[0087] Figure 12 is a flow chart for detecting regions of uniform reflectance based on the log chromaticity clustering according to a feature of the present invention. In step 260, the corresponding image of input video file 18 is once again provided to the CPU 12. In step 262, one of the pixels or Type C tokens, depending upon the list of colors used in step 250, is input to the CPU 12. In step 264, the cluster membership information, form either steps 244 or 256, is input to the CPU 12.
[0088] In step 266, the CPU 12 operates to merge each of the pixels, or specified regions of an input image, such as, for example, Type C tokens, having a same cluster group membership into a single region of the image to represent a region of uniform reflectance (Type B token). The CPU 12 performs such a merge operation for all of the pixels or tokens, as the case may be, for the corresponding image of input video file 18. In step 268, the CPU 12 outputs a list of all regions of uniform reflectance (and also of similar tone mapping intensities and x, y coordinates, if the log chromaticity coordinates were augmented in steps 234 and/or 236). It should be noted that each region of uniform reflectance (Type B token) determined according to the features of the present invention, potentially has significant illumination variation across the region.
[0089] U. S. Patent Publication No. US 2010/0142825 teaches a constraint/solver model for segregating illumination and material in an image, including an optimized solution based upon a same material constraint. A same material constraint, as taught in U. S. Patent Publication No. US 2010/0142825, utilizes Type C tokens and Type B tokens, as can be determined according to the teachings of the present invention. The constraining relationship is that all Type C tokens that are part of the same Type B token are constrained to be of the same material. This constraint enforces the definition of a Type B token, that is, a connected image region comprising contiguous pixels that represent a region of the image encompassing a single material (same reflectance) in the scene, though not necessarily the maximal region
corresponding to that material. Thus, all Type C tokens that lie within the same Type B token are by the definition imposed upon Type B tokens, of the same material, though not necessarily of the same illumination. The Type C tokens are therefore constrained to correspond to observed differences in appearance that are caused by varying illumination.
[0090] Figure 13 is a representation of an [A] [x] = [b] matrix relationship used to identify and separate illumination and material aspects of an image, according to a same-material constraint, as taught in U. S. Patent Publication No. US 2010/0142825. Based upon the basic equation I = ML (I = the recorded image value, as stored in a video file 18, M = material reflectance, and L = illumination), log(I) = log (ML) = log (M) + log(L). This can be restated as = m + /, wherein represents log(I), m represents log(M) and / represents log(L). In the constraining relationship of a same material, in an example where three Type C tokens, a, b and c, (as shown in figure 13) are within a region of single reflectance, as defined by a corresponding Type B token defined by a, b and c, then ma = mb = mc. For the purpose of this example, the I value for each Type C token is the average color value for the recorded color values of the constituent pixels of the token. The a, b and c, Type C tokens of the example can correspond to the blue Type B token illustrated in figure 3d.
[0091] Since: ma = ia - la, mb = ib - lb, and mc = ic - lc these mathematical relationships can be expressed , in a same material constraint, as (1)4 + (-1)4 + (0)4 = (4 " 4)' (1)4 + (0)4 + ("1)4 =
(4 - 4) and (0)4 + (i)4 + (-i)4 = (4 - 4).
[0092] Thus, in the matrix equation of figure 13, the various values for the log (I) (ia 4, 4)' in the [b] matrix, are known from the average recorded pixel color values for the constituent pixels of the adjacent Type C tokens a, b and c. The [A] matrix of 0's, l's and -l's, is defined by the set of equations expressing the same material constraint, as described above. The number of rows in the [A] matrix, from top to bottom, corresponds to the number of actual constraints imposed on the tokens, in this case three, the same material constraint between the three adjacent Type C tokens a, b and c. The number of columns in the [A] matrix, from left to right, corresponds to the number of unknowns to be solved for, again, in this case, the three illumination values for the three tokens. Therefore, the values for the illumination components of each Type C token a, b and c, in the [x] matrix, can be solved for in the matrix equation, by the CPU 12. It should be noted that each value is either a vector of three values corresponding to the color bands (such as red, green, and blue) of our example or can be a single value, such as in a grayscale image.
[0093] Once the illumination values are known, the material color can be calculated by the CPU 12 using the I = ML equation. Intrinsic illumination and material images can be now be generated for the region defined by tokens a, b and c, by replacing each pixel in the original image by the calculated illumination values and material values, respectively. An example of an illumination image and material image, corresponding to the original image shown in figure 3b, is illustrated in figure 14.
[0094] According to a feature of a further exemplary embodiment of the present invention, the CPU 12 is coupled to an object database 24. As noted above, the object database 24 stores a list of objects that can appear in the video files 18, and information on the material make-up and material reflectance colors for each object stored in the database 24. In connection with the above-described techniques for segregating an image into corresponding material reflectance and illumination intrinsic images, the CPU 12 is operated to perform a known object recognition task, such as, for example, a SIFT technique, to identify objects in an image being processed.
[0095] Upon the identification of an object in a scene depicted in an image being processed, the CPU 12 accesses the object database 24 for the material reflectance color information relevant to the identified object. The CPU 12 is then operated to correlate, for example, any Type C tokens in the image being processed that constitute the identified object. The material reflectance color information for the identified object can then be used to specify, for example, a fixed material color anchor value added to the matrix equation shown in figure 13, to constrain the Type C tokens constituting the identified object, to thereby segregate the tokens constituting the identified object in an image being processed, into the corresponding intrinsic material reflectance and illumination aspects of the object.
[0096] According to yet another feature of the exemplary embodiment, the CPU 12 is coupled to the Internet 26. In this manner, the CPU 12 can access websites 28 on the Internet 26. The websites 28 provide another source for an object database. For example, the CPU 12 can search the Internet 26 via, for example, a text-based search, to obtain information at an accessed website 28, relevant to the material characteristics of an object identified in an image being processed. The material characteristics are used to determine the fixed anchor value described above.
[0097] Implementation of the constraint/solver model according to the techniques and teachings of U. S. Patent Publication No. US 2010/0142825, utilizing, for example, the Type C tokens and Type B tokens obtained, for example, via a log chromaticity clustering technique according to the present invention, and information from an object database 26, provides a highly effective and efficient method for generating intrinsic images corresponding to an original input image. The intrinsic images can be used to enhance the accuracy, speed and efficiency of image processing, image analysis and computer vision applications.
[0098] According to yet another feature of the present invention, advantage is made of a correspondence between inherent characteristics of each of the intrinsic material reflectance and illumination images with observations of human visual perception. As observed, human perception of details of objects depicted in a scene recorded in an video file 18 is aligned with the details depicted in the intrinsic images for the material reflectance aspects of the scene. Moreover, human perception of motion depicted in a sequence of images for the scene is aligned with motion displayed in a sequence of intrinsic images for the illumination aspects of the scene.
[0099] Humans tend to perceive fine spatial detail with more clarity in static or slow-moving regions of a video and tend to perceive fast motion more clearly in larger spatial objects or regions of a video. In order to allow perception of both the fine details and the fast motion, conventional video compression techniques maintain high frame rates to allow for perception of smooth motion and high spatial resolution for perception of fine detail.
[0100] Figure 15 shows a flow chart of a linear video stored in a video file 18 being compressed in accordance with a conventional video compression method for filtering, compression or other processing. A linear video is formed by a stream of video frames that are in an ordered sequence. For example, a first frame Fl is followed by a second frame F2, which is followed by a third frame F3, etc... In step 400, a video file is received at a computer. In a step 402, gamma correction and/or tone adjustment are performed on the linear video. In a step 404, the linear video is compressed or encoded for transmission or storage. An encoder proceeds to compress or encode the linear video according to a known compression format such as H.264/AVC, HEVC or another format. Then, in a step 406, the compressed video is stored by the computer and/or transmitted, for example, via the Internet, to a remote device. In this conventional method, the compressed video at step 406 has the same number of frames as the linear video at step 400.
[0101] Embodiments of the present invention allow the material component and the illumination component of a video to be separated from each other in a precompression technique into an independent material video and an independent illumination video for filtering. Such separation of the material and illumination videos allows adjustments to be made to the material and illumination video frames making up the video independently of each other for further reduction in video file size, yet maintaining aspects of the original video frames that are most important for human perception of videos. Because videos are formed of sequential images, it is possible to alter or remove individual video frames of the video without affecting the quality of the video from a human perception standpoint. Due to the importance of material reflectance of an image for fine details and object boundaries in a video, but not necessarily the shape and movement, it is possible to reduce the frame rate of the material images for storage or transmission without affecting the quality of the video from a human perception standpoint. Also, due to the importance of illumination of an image for the shape and movement in a video, but not necessarily the fine details and object boundaries, it is possible to reduce the detail of the illumination images storage or transmission without affecting the quality of the video from a human perception standpoint.
[0102] Figure 16 shows a flow chart for processing a linear video, according to an
embodiment of the present invention. The video processing method shown in figure 16 reduces the material reflectance component of the linear video temporally and reduces the illumination component of the linear video spatially to further reduce the size of the linear video for transmission and/or storage, as compared with the conventional method described with respect to figure 15, but essentially maintaining the quality of the video from a human perception standpoint. Such further reduction in file size allows for more efficient storage and faster data transmission. In one alternative embodiment, the material reflectance component of the linear video may be reduced temporally, without reducing the illumination component of the linear video spatially. In another alternative embodiment, the illumination component of the linear video may be reduced spatially, with reducing the material reflectance component of the linear video temporally. These alternative embodiments still beneficially reduce the size of the video file.
[0103] In step 500, the CPU 12 receives an original video file, for example, a video file 18 from the memory 16. In step 502, the CPU 12 operates to generate intrinsic images from the each of the video frames of the original video file, for example, according to the techniques described in detail above, to output illumination maps (illumination video frames forming an illumination video) (step 504) and reflectance maps (material video frames forming a material video) (step 506). [0104] In step 508, the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, an illumination component filtering on the illumination video frames in step 510 and a material component filtering on the material video frames in step 512. In this embodiment, the illumination component filtering in step 510 includes spatially subsampling the illumination video and the material component filtering in step 512 includes temporally subsampling the material video. The spatial subsampling of the illumination video may include reducing the spatial resolution of each of the illumination video frames of the illumination video. For example, the spatial resolution of illumination video frames may reduced both horizontally and vertically by a factor of two, such that a spatial resolution WxH of the illumination video frames is reduced to W/2xH/2 while not affecting the frame rate F. The spatial resolution of the illumination video frames of the illumination video may also be decreased during the spatial subsampling by other amounts in other examples. The temporal subsampling of the material video may include removing j material video frame(s) out of every k material video frames of the material video in a repeating pattern. For example, where j = 1 and k = 2, every other material video frame is removed from the material video, in a repeating pattern of removing the first video frame of each group of two video frames and leaving the second video frame of the group of two video frames or in a repeating pattern of removing the second video frame of each group of two video frames and leaving the first video frame of the group of two video frames.
[0105] Also, for example, where j = 2 and k = 3, two out of every three material video frames may be removed from the material video during the temporal subsampling in a first repeating pattern where the first and second material video frames of each group of three material video frames are removed and the third material video frame of the group of three material video frames is not removed, a second repeating pattern where the first and third material video frames of each group of three material video frames are removed and the second material video frame of the group of three material video frames is not removed, or a third repeating pattern where the second and third material video frames of each group of three material video frames are removed and the first material video frame of the group of three material video frames is not removed. [0106] The foregoing examples are merely illustrative and the number of material video frames of the material video removed and/or the pattern of removal may also be varied during the temporal subsampling by other amounts in other examples.
[0107] The spatial subsampling and the temporal subsampling reduce the sizes of the
illumination video and the material video, reducing the size of the video file storing the illumination and material videos. In step 510, the CPU 12 may perform one or more alternative or additional filtering processes on each of the illumination video frames and in step 512, the CPU 12 may perform one or more alternative or additional filtering processes on each of the material video frames.
[0108] Figure 17 shows an example of spatially subsampling an illumination video by reducing each of the illumination video frames by a factor of two horizontally and vertically from a spatial resolution WxH to W/2xH/2. Five exemplary illumination video frames, frames IF 12 to IF 16, of a illumination video are shown. The spatial resolution of each of the illumination video frames IF12 to IF16 is reduced by a factor of two horizontally and vertically from a spatial resolution WxH to W/2xH/2, without altering the frame rate F of the illumination video.
[0109] Figure 18 shows an example of temporally subsampling a material video by reducing the number of material video frames by a factor of two from a frame rate F to a frame rate F/2. Five sequential exemplary material video frames, frames MF12 to MF16, of a material video are shown. The frame rate F of the material video is reduced by a factor of two from a frame rate F to a frame rate F/2 by removing material video frame MF13 and material video frame MF 15, without altering the spatial resolution WxH of frames MF12, MF14, MF16.
[0110] In a step 514, the CPU 12 operates to separately interpolate the filtered illumination video and the filtered material video and then re-mix the interpolated illumination video and the interpolated material video according to a pixel-by-pixel or sample-by- sample operation to form a recombined intrinsic video. CPU 12 or the remote device operates to perform, either in a parallel operation, or in a sequence, separate interpolation processes on the filtered illumination video and the filtered reflectance video. In this embodiment, the file size of the interpolated illumination video and the interpolated material video are reduced compared the corresponding illumination video and material video created in step 508.
[0111] The interpolating may include creating interpolated illumination frames from the filtered illumination frames created in the illumination component subsampling in step 508. The interpolated illumination frames may be formed by interpolating spatially between pairs of horizontally and vertically adjacent pixels of each of the filtered illumination frames created in step 510 to output an interpolated illumination video (step 532). For example, referring to figure 17, illumination frames IF12 to IF16 formed by spatial subsampling may each be up-sampled by interpolating pixels spatially between pair of horizontally and vertically adjacent pixels. As mentioned in the example of figure 17, the filtered illumination frames IF 12 to IF 16 have the spatial dimensions W/2xH/2 and the frame rate F. For this example, the interpolating results in a video including a sequence of interpolated illumination frames at the original spatial resolution wxh and frame rate F.
[0112] The interpolating may also include creating interpolated material frames to replace the material frames removed in the material component subsampling in step 512. The interpolated material frames may be formed by interpolating each pixel position of a material frame directly preceding the corresponding removed material frame and a material frame directly following the corresponding removed material frame to output an interpolated material video. For example, referring to figure 18, material frame MF13 removed during the temporal subsampling may be replaced by an interpolated material frame created by interpolating each pixel position of material frames MF12 and MF14; and material frame MF15 removed during the temporal subsampling may be replaced by an interpolated material frame created by interpolating each pixel position of material frames MF14 and MF16. As mentioned in the example of figure 18, the filtered material video has the spatial dimensions WxH and the frame rate F/2. For this example, the interpolating results in a video including a sequence of material frames at the original resolution WxH and frame rate F.
[0113] In alternative embodiments, other known methods of interpolation, for example linear interpolation, bilinear interpolation, cubic interpolation or bicubic interpolation can be used in step 514.
[0114] In a step 516, gamma correction and/or tone adjustment may be performed on the recombined intrinsic video. In a step 518, the recombined intrinsic video is compressed or encoded for transmission or storage. An encoder (or CPU carrying out the process) proceeds to compress or encode the recombined intrinsic video according to a known compression format such as H.264/AVC, HEVC or another format.
[0115] According to a feature of the present invention, in step 520, the compressed recombined intrinsic video (video formed of filtered and interpolated intrinsic images) is stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1). The remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
[0116] Figure 19 is a flow chart for decompressing and recombining the compressed recombined intrinsic video stored or transmitted in step 520 of figure 18, according to an embodiment of the present invention. In step 522, depending on whether the compressed recombined intrinsic video is stored or transmitted in step 520, the compressed recombined intrinsic video is retrieved by CPU 12 or received by the remote device as a website 28 via the Internet 26.
[0117] In a step 524, a decoder of the CPU 12 or the remote device operates to decompress or decode the compressed recombined intrinsic video. [0118] Each of steps 522 and 524 are implemented using known techniques for compression or decompression of digital video material, such as techniques compatible with one of ISO/MPEG-2 Visual, ITU-T H.264/AVC, HEVC or other known formats for compressed video material.
[0119] In step 526, the CPU 12 or the remote device operates to output a video appearing to the human visual system to be of essentially the same video quality as the original video, for example, the video depicted in the video file 18 initially processed by the CPU 12 according to the routine of figure 16.
[0120] Figure 20 shows a flow chart for processing a linear video, from video file 18, according to another embodiment of the present invention. The video processing method shown in figure 20 reduces the material reflectance component of the linear video temporally and reduces the illumination component of the linear video spatially to further reduce the size of the linear video, as compared with the conventional method described with respect to figure 15, but maintaining the quality of the video from a human perception standpoint. Such further reduction in the size of the video file allows for more efficient storage and faster data transmission.
[0121] Steps 600, 602, 604, 606 of figure 20 are the same as steps 500, 502, 504, 506 of figure 16. In step 600, the CPU 12 receives an original video file, for example, a video file 18 from the memory 16. In step 602, the CPU 12 operates to generate intrinsic images from the each of the video frames of the original video file, for example, according to the techniques described in detail above, to output illumination maps (illumination video frames forming an illumination video) (step 604) and reflectance maps (material video frames forming a material video) (step 606).
[0122] Steps 608, 610, 612 of figure 20 are the same as steps 508, 510, 512 of figure 16. In step 608, the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, an illumination component filtering on the illumination video frames in step 610 and a material component filtering on the material video frames in step 612. In this embodiment, as described above with respect to figure 16, the illumination component filtering includes spatially
subsampling the illumination video and the material component filtering includes temporally subsampling the material video. The spatial subsampling of the illumination video may include reducing the spatial resolution of each of the illumination video frames of the illumination video. The temporal subsampling of the material video may include reducing the frame rate of the material video by removing j material video frame(s) out of every k material video frames of the material video in a repeating pattern. Steps 610 and 612 may also include additional or alternative filtering operations.
[0123] Starting at step 614, the method of figure 20 begins to vary from the method of figure 16. In a step 614, in contrast to the method of figure 16, in which the filtered material and illumination videos are first recombined, the CPU 12 may operate to separately perform either in a parallel operation, or in a sequence, gamma correction and/or tone adjustment on the filtered illumination video (step 616) and the filtered material video (step 618).
[0124] In a step 620, the CPU 12 operates to separately compress or encode, either in a parallel operation, or in a sequence, filtered illumination video and the filtered material video, which are performed by separate encoders 620a, 620b, respectively, of CPU 12. For example, the CPU 12 operates to convert the illumination maps to a known sampling format such as RGB, YCrCb or YUV. The CPU 12 then proceeds to compress the converted illumination maps and reflectance maps according to a known compression format such as H.264/AVC, HEVC or another format. The individual encoders 620a, 620b may optionally communicate with each other while compressing the filtered illumination video and the filtered material video, respectively. In one embodiment, steps 610, 612 and/or steps 616, 618 may also be performed by encoders 620a, 620b. [0125] According to a feature of the present invention, in step 622, the compressed filtered illumination video (video formed of filtered and compressed illumination images) and the compressed filtered material video (video formed of filtered and compressed material images), either in a parallel operation, or in a sequence, are stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1) in the form of two video streams, a stream of the compressed filtered illumination video and a stream of the compressed filtered material video, separately or together. The remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
[0126] Figure 21 is a flow chart for decompressing and recombining the compressed filtered illumination video and the compressed filtered material video from figure 20, according to an embodiment of the present invention. In step 624, depending on whether the compressed recombined filtered intrinsic video is stored or transmitted in step 622, the compressed recombined filtered intrinsic video is retrieved by CPU 12 or received by the remote device as a website 28 via the Internet 26 in the form of two video streams, a stream of the compressed filtered illumination video and a stream of the compressed filtered material video, separately or together.
[0127] In steps 626 and 628, in contrast to step 524 of figure 19, in which the filtered material video and illumination are decompressed together, separate decoders 620a, 620b of the CPU 12 or the remote device operate to perform, either in a parallel operation, or in a sequence, a
decompression or decoding processes.
[0128] In decompression process of step 626, decoder 620a performs a decompression process on the compressed version of the illumination video to output the decompressed filtered illumination video. [0129] In decompression process of step 628, decoder 620b performs a decompression process on the compressed version of the material video to output the decompressed filtered reflectance video.
[0130] Each of steps 624, 626 and 628 are implemented using known techniques for compression or decompression of digital video material, such as techniques compatible with one of ISO/MPEG- 2 Visual, ITU-T H.264/AVC, HEVC or other known formats for compressed video material.
[0131] In steps 630, 632, in a similar same manner as in step 514 of figure, CPU 12 or the remote device operates to perform, either in a parallel operation, or in a sequence, a spatial interpolation process on the filtered illumination video and temporal interpolation process on the filtered reflectance video.
[0132] Step 630 may include creating interpolated illumination frames from the filtered illumination frames created in the illumination component subsampling in step 610. The interpolated illumination frames by interpolating spatially between pairs of horizontally and vertically adjacent pixels of each of the filtered illumination frames created in step 610 to output an interpolated illumination video (step 634). Step 630 results in an illumination video including a sequence of illumination frames at the original resolution, frame rate F and spatial dimensions WxH.
[0133] Step 632 may include creating interpolated material frames to replace the material frames removed in the material component subsampling in step 612. The interpolated material frames may be formed by interpolating each pixel position of a material frame directly preceding the corresponding removed material frame and a material frame directly following the corresponding removed material frame to output an interpolated material video (step 636). Step 632 results in a material video including a sequence of material frames at the original resolution WxH and frame rate F. [0134] In step 638, the CPU 12 or the remote device operates to recombine the illumination video output at step 634 and the material video output at step 636 to output a video appearing to the human visual system to be of essentially the same video quality as the original video (step 640), for example, the video depicted in the video file 18 initially processed by the CPU 12 according to the routine of figure 20. The recombined video can be created by the CPU 12 or the remote device using by calculating each of the video frames using the I = ML equation, as fully described above.
[0135] Figure 22 shows a flow chart for processing a linear video, according to another embodiment of the present invention. The video processing method shown in figure 22 reduces the material reflectance component of the linear video temporally and reduces the illumination component of the linear video spatially to further reduce the size of the linear video, as compared with the conventional method described with respect to figure 15, but essentially maintaining the quality of the video from a human perception standpoint. Such further reduction in the size of the video file allows for more efficient storage and faster data transmission.
[0136] Steps 700, 702, 704, 706 of figure 22 are the same as steps 500, 502, 504, 506 of figure 16. In step 700, the CPU 12 receives an original video file, for example, a video file 18 from the memory 16. In step 702, the CPU 12 operates to generate intrinsic images from the each of the video frames of the original video file, for example, according to the techniques described in detail above, to output illumination maps (illumination video frames forming an illumination video) (step 704) and reflectance maps (material video frames forming a material video) (step 706).
[0137] In step 708, the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, an illumination component filtering on the illumination video frames in a step 710 and a material component filtering on the material video frames in a step 712. In this embodiment, in contrast with the methods of figures 16 and 20, the illumination component filtering includes spatially or other type of filtering the illumination video frames, to reduce the information content, without actually reducing the spatial resolution Wxh of the illumination video frames. The material component filtering includes temporally or other type of filtering the material video frames, to reduce the information content, without actually reducing the frame rate F.
[0138] The filtering reduce the sizes of the illumination video and the material video. Filters may be properly chosen such that the size reduction and quality performance is adjusted to be essentially identical to the method described with respect to figures 16 and 19 and the method described with respect to figures 20 and 21. The filtering may be performed by any appropriate filtering technique or techniques, including for example motion compensating filters, spatio- temporal filters, wavelet filters, subband filters.
[0139] Steps 714, 716, 718, 720, 722 of figure 22 are the same as steps 614, 616, 618, 620, 622 of figure 20. In a step 714, the CPU 12 may operate to separately perform, either in a parallel operation, or in a sequence, gamma correction and/or tone adjustment on the filtered illumination video (step 716) and the filtered material video (step 718).
[0140] In a step 720, the CPU 12 operates to separately compress or encode, either in a parallel operation, or in a sequence, filtered illumination video and the filtered material video, which are performed by separate encoders 720a, 720b, respectively, or CPU 12. For example, the CPU 12 operates to convert the illumination maps to a known sampling format such as RGB, YCrCb or YUV. The CPU 12 then proceeds to compress the converted illumination maps and reflectance maps according to a known compression format such as H.264/AVC, HEVC or another format. The individual encoders 720a, 720b may optionally communicate with each other while compressing the filtered illumination video and the filtered material video, respectively.
[0141] According to a feature of the present invention, in step 722, the compressed filtered illumination video (video formed of filtered and compressed illumination images) and the compressed filtered material video (video formed of filtered and compressed material images), either in a parallel operation, or in a sequence, are stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1). The remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
[0142] Figure 23 is a flow chart for decompressing and recombining the compressed filtered illumination video and the compressed filtered material video described with respect to figure 22, according to an embodiment of the present invention. The steps of figure 23 are the same as the steps of figure 21, except that the filtered illumination video and the filtered material video are not interpolated.
[0143] In step 724, depending on whether the compressed recombined filtered intrinsic video is stored or transmitted in step 722, the compressed recombined filtered intrinsic video is retrieved by CPU 12 or received by the remote device as a website 28 via the Internet 26.
[0144] In steps 726 and 728, decoders 720a, 720b of the CPU 12 or the remote device operate to perform, either in a parallel operation, or in a sequence, decompression (decoding) processes.
[0145] In decompression process of step 726, decoder 720a performs a decompression process on the compressed version of the illumination video to output the decompressed filtered illumination video (step 730).
[0146] In decompression process of step 728, decoder 720b performs a decompression process on the compressed version of the material video to output the decompressed filtered reflectance video (732). [0147] Each of steps 724, 726 and 728 are implemented using known techniques for compression or decompression of digital video material, such as techniques compatible with one of ISO/MPEG- 2 Visual, ITU-T H.264/AVC, HEVC or other known formats for compressed video material..
[0148] In step 734, the CPU 12 or the remote device operates to recombine the illumination video output at step 730 and the material video output at step 732 to output a video appearing to the human visual system to be of essentially the same video quality as the original video (step 736), for example, the video depicted in the video file 18 initially processed by the CPU 12 according to the routine of figure 23. The recombined video can be created by the CPU 12 or the remote device using by calculating each of the video frames using the I = ML equation, as fully described above.
[0149] Figure 24 shows a flow chart for processing a linear video, according to another embodiment of the present invention. The video processing method shown in figure 24 reduces the material reflectance component of the linear video temporally and reduces the illumination component of the linear video spatially to further reduce the size of the linear video, as compared with the conventional method described with respect to figure 15, but essentially maintaining the quality of the video from a human perception standpoint. Such further reduction in the size of the video file allows for more efficient storage and faster data transmission. The steps of figure 24 are the same as the steps of figure 16, except that in the method of figure 24, like the method of figure 22, the illumination component filtering includes spatially filtering the illumination video frames, to reduce the information content, without actually reducing the spatial resolution WxH of the illumination video frames. Also, like the method of figure 22, the material component filtering includes temporally filtering the material video frames, to reduce the information content, without actually reducing the frame rate F.
[0150] Steps 800, 802, 804, 806 of figure 24 are the same as steps 500, 502, 504, 506 of figure 16. In step 800, the CPU 12 receives an original video file, for example, a video file 18 from the memory 16. In step 802, the CPU 12 operates to generate intrinsic images from the each of the video frames of the original video file, for example, according to the techniques described in detail above, to output illumination maps (illumination video frames forming an illumination video) (step 804) and reflectance maps (material video frames forming a material video) (step 806).
[0151] Steps 808, 810, 812 are the same as the steps 708, 710, 712 of figure 22. In step 808, the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, an illumination component filtering on the illumination video frames in a step 810 and a material component filtering on the material video frames in a step 812. In this embodiment, in contrast with the methods of figures 16 and 20, the illumination component filtering includes spatially filtering the illumination video frames, to reduce the information content, without actually reducing the spatial resolution Wxh of the illumination video frames. The material component filtering includes temporally filtering the material video frames, to reduce the information content, without actually reducing the frame rate F.
[0152] Spatial and temporal filters may be properly chosen such that the reduction in size and quality performance is adjusted to be essentially identical to the method described with respect to figures 16 and 19 and the method described with respect to figures 20 and 21. The spatial filtering and the temporal filtering may be performed by any appropriate filtering technique or techniques, including for example motion compensating filters, spatio-temporal filters, wavelet filters, subband filters.
[0153] In a step 814, the CPU 12 operates to re-mix the filtered illumination video and the filtered material video according to a pixel-by-pixel or sample-by- sample operation to form a recombined filtered intrinsic video including both the filtered illumination video frames and the filtered material video frames.
[0154] In a step 816, the CPU 12 may operate to separately perform gamma correction and/or tone adjustment on the recombined intrinsic video. [0155] In a step 818, an encoder of CPU 12 compresses or encodes the recombined filtered intrinsic video for transmission or storage. The encoder proceeds to compress or encode the recombined filtered intrinsic video according to a known compression format such as H.264/AVC, HEVC or another format.
[0156] According to a feature of the present invention, in step 820, the compressed recombined filtered intrinsic video (video formed of filtered intrinsic images) is stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1). The remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
[0157] Figure 25 is a flow chart for decompressing the compressed recombined filtered intrinsic video from figure 24, according to an embodiment of the present invention. The steps of figure 25 are similar to the steps of figure 23, in that the illumination video and the material video are not subject to interpolating steps, but different because the illumination video and the material video were previously recombined and are decompressed together by the same decoder. In step 822, depending on whether the compressed recombined filtered intrinsic video is stored or transmitted in step 820, the compressed recombined filtered intrinsic video is retrieved by CPU 12 or received by the remote device as a website 28 via the Internet 26.
[0158] In a step 824, a decoder the CPU 12 or the remote device operates to perform a decompression or decoding process on the compressed recombined filtered intrinsic video to output the recombined video (step 826). The decompression or decoding is implemented using known techniques for compression or decompression of digital video material, such as techniques compatible with one of ISO/MPEG-2 Visual, ITU-T H.264/AVC, HEVC or other known formats for compressed video material. The output video appears to the human visual system to be of essentially the same video quality as the original video (step 736), for example, the video depicted in the video file 18 initially processed by the CPU 12 according to the routine of figure 24. The recombined video can be created by the CPU 12 or the remote device using by calculating each of the video frames using the I = ML equation, as fully described above.
[0159] According to yet another feature of the present invention, instead of segregating a video file into illumination and material videos, the video file is subject to a scale separation operation. Scale separation is a technique for separating local variation within an image from global variation. An image is separated into large-scale features and small-scale features. A known method for performing scale separation on an image is described in "Fast Bilateral Filtering for the Display of High-Dynamic-Range Images," Fredo Durand and Julie Dorsey, ACM Transactions of Graphics (Proceedings of the ACM SIGGRAPH '02 Conference). Durand and Dorsey describe as scale separation technique that uses a bilateral filter to separate an image into a "level" channel and a "detail" channel. The level channel includes the low frequency components of the image and depicts large scale variations of the image, without details, which are depicted in the detail channel as high frequency components of the image. As such, the level channel is a reasonable approximation of log illumination intensity of the image, and the detail channel is a reasonable approximation of the log material intensity.
[0160] It is also known that bilateral filtering can be applied to videos, as is discussed in
"Seperable bilateral filtering for fast video preprocessing," Tuan Q. Pham and Lucas J. van Vliet, International Conference on Multimedia and Expo, IEEE, 2005. Pham uses a bilateral filter to reduce the noise in a video before compression, which can improve video compression. The bilateral filter operates temporally as well as in the spatial and intensity dimensions. By blurring away fine details (much of which is noise) but leaving the important large structures of the video, the resulting video stream is a smaller file at the same quality or a file of the same size with higher quality. [0161] Another method of scale separation is described in "Two methods for display of high contrast images," Jack Tumblin and Jessica K. Hodgins, ACM Trans, on Graphics 18, 1, pages 56-94, which describes using a Guassian blur filtering operation that can be used to separate out large-scale features and small-scale features.
[0162] With this feature of the present invention, advantage is made of a correspondence between low frequency and high frequency scale separation channels with observations of human visual perception. As observed, human perception of details of objects depicted in a scene recorded in a video file 18 is aligned with the details depicted in high frequency data provided by scale separation operations. Moreover, human perception of motion depicted in a sequence of images for the scene is aligned with motion displayed in a sequence of images formed from low frequency data provided by scale separation operations.
[0163] Embodiments of the present invention allow the high frequency component and the low frequency component of a video to be separated from each other in a precompression technique into separate components for filtering. Such separation of the the high and low frequency components allows adjustments to be made to the high and low frequency components making up the video independently of each other for further reduction in video file size, yet maintaining aspects of the original video frames that are most important for human perception of videos. It is possible to alter or remove individual video frames of the video without affecting the quality of the video from a human perception standpoint. Due to the importance of high frequency components of an image for fine details and object boundaries in a video, but not necessarily the shape and movement, it may be possible to reduce the frame rate of the high frequency components for storage or transmission without affecting the quality of the video from a human perception standpoint. Also, due to the importance of low frequency components of an image for the shape and movement in a video, but not necessarily the fine details and object boundaries, it is possible to reduce the detail of the low frequency components for storage or transmission without affecting the quality of the video from a human perception standpoint. [0164] Figure 26 shows a flow chart for processing a video, according to another embodiment of the present invention. The video processing method shown in figure 26, in contrast with the methods described with respect to figures 16 to 23 involves scale separating a video file, instead of segregating the video file into illumination and material maps. Because the high frequency component resulting from scale separation is an approximation of the material reflectance of an image and the low frequency component resulting from scale separation is an approximation of the illumination component of an image, this embodiment can achieve similar results as the methods described with respect to figures 16 to 23, without the complex processing required to segregate a video file into illumination and material maps.
[0165] The video processing method shown in figure 26 reduces the high frequency component of the video temporally and reduces the low frequency component of the video spatially to further reduce the size of the video for transmission and/or storage, as compared with the conventional method described with respect to figure 15, but essentially maintaining the quality of the video from a human perception standpoint. Such further reduction in file size allows for more efficient storage and faster data transmission. In one alternative embodiment, the high frequency component of the video can be reduced temporally, without reducing the low frequency component of the video spatially. In another alternative embodiment, the low frequency component of the video can be reduced spatially, without reducing the high frequency component of the linear video temporally. These alternative embodiments still beneficially reduce the size of the video file.
[0166] In step 900, the CPU 12 receives an original video file, for example, a linear video file 18 from the memory 16. In step 902, the CPU 12 operates to scale separate the video file to output low frequency components - the larger structures - in a level video (step 904) and high frequency components - the details - in a detail video (step 906). In one preferred embodiment, which is based on the method disclosed in "Fast Bilateral Filtering for the Display of High-Dynamic-Range Images," Fredo Durand and Julie Dorsey, ACM Transactions of Graphics (Proceedings of the ACM SIGGRAPH '02 Conference), the scale separation in step 902 includes applying a bilateral filter implementation to the video file to generate the level channel (the low frequency components representing the large scale features), then the level channel is subtracted from the original image to generate the detail channel (the high frequency components representing the fine details). The bilateral filter can be the temporal bilateral filter disclosed in "Seperable bilateral filtering for fast video preprocessing," Tuan Q. Pham and Lucas J. van Vliet, International Conference on
Multimedia and Expo, IEEE, 2005, but can be applied to the video in the manner described by Durand and Dorsey to separate the video into the large scale features (approximation of illumination) and the fine details (approximation of reflectance). Accordingly, the temporal bilateral filter can be applied to generate the level video, then the level video is subtracted from the original video to generate the detail video. The temporal bilateral filter can be applied with a larger range sigma and spatial sigma (as described by Durand and Dorsey) than it would be in a noise reduction technique.
[0167] The level video and the detail video can be calculated as the bilateral blur of the intensity image or as the bilateral blur of each of the R, G and B independently. If the level video and detail video are calculated from the intensity image, the color from the original image is recombined with the level video and the detail video after they are filtered and recombined. If the level video and detail video are calculated from each of the R, G and B independently, the level video and detail video include the color components and it is not necessary to recombine the color from the original image with the level video and the detail video after they are filtered and recombined.
[0168] Because the video file is a linear video file, step 902 includes putting the video file through a log transform before the temporal bilateral filter is applied. In an alternative
embodiment, the log transform may be replaced by a gamma correction operation, which behaves very similarly to a log transform operation. [0169] The exemplary embodiment of scale separation involves bilateral filtering in the log domain; however, in other embodiments of the present invention, the scale separation can be performed by using any blurring filter, for example a Gaussian filter. The blurring can be performed in any domain, for example linear, log or gamma corrected. Performance will be better with any filter of the class of "edge preserving blurring filters," such as bilateral filters, median filters, anisotropic diffusion, or guided filters, as described in "Guided Image Filtering," K. He, J. Sun and X. Tang, Proceeding of European Conference Computer Vision (ECCV) (2010).
[0170] In step 908, the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video output in step 910 and a detail component filtering on the detail video output in step 912. In this embodiment, the level component filtering in step 910 includes spatially subsampling the level video and the detail component filtering in step 912 includes temporally subsampling the detail video. In this embodiment, similar to the subsampling described above with respect to figure 16, the level component filtering includes spatially subsampling the level video and the detail component filtering includes temporally subsampling the detail video. The spatial subsampling of the level video can include reducing the spatial resolution of each of the level video frames of the level video. The temporal subsampling of the detail video can include reducing the frame rate of the detail video by removing j detail video frame(s) out of every k detail video frames of the detail video in a repeating pattern. Steps 910 and 912 can also include additional or alternative filtering operations.
[0171] The spatial subsampling and the temporal subsampling reduce the sizes of the level video and the detail video, reducing the size of the video file storing the level and detail videos. In step 910, the CPU 12 can perform one or more alterative or additional filtering processes on each of the level video frames, and in step 912, the CPU 12 can perform one or more alterative or additional filtering processes on each of the detail video frames. [0172] In a step 914, the CPU 12 operates to separately interpolate the filtered level video and the filtered detail video and then re-mix the interpolated level video and the interpolated detail video according to a pixel-by-pixel or sample-by- sample operation to form a recombined scale- separated video. In this embodiment, CPU 12 operates to perform, either in a parallel operation, or in a sequence, separate interpolation processes on the filtered level video and the filtered detail video. If the level video and detail video are in the log domain, the re-mixing involves element- wise adding all of the channels of the pixels of the level video and the detail video (log(video) = log(level) + log(detail)), then exponentiating the log space output to get back to the linear-space version of the video. In this embodiment, the recombined scale- separated video file has a reduced file size compared to the video file input at step 900.
[0173] Similar to step 514 of figure 16, the interpolating in step 914 can include creating interpolated level frames from the filtered level frames created in the level component
subsampling in step 908 by interpolating spatially between pairs of horizontally and vertically adjacent pixels of each of the filtered level frames created in step 910 to output an interpolated level video for re-mixing. Also, similar to step 514, the interpolating in step 914 can also include creating interpolated detail frames to replace the detail frames removed in the detail component subsampling in step 912 by interpolating each pixel position of a detail frame directly preceding the corresponding removed detail frame and a detail frame directly following the corresponding removed detail frame to output an interpolated detail video for re-mixing.
[0174] In a step 916, gamma correction and/or tone adjustment can be performed on the recombined scale- separated video. In a step 918, the recombined scale- separated video is compressed or encoded for transmission or storage. An encoder (or CPU carrying out the process) proceeds to compress or encode the recombined scale-separated video according to a known compression format such as H.264/AVC, HEVC or another format. [0175] According to a feature of the present invention, in step 920, the compressed recombined scale- separated video (video formed of filtered, interpolated and scale- separated images) is stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1). The remote device comprises, for example, a PC, a smartphone, a tablet computer, or a device in a TV broadcast operation.
[0176] Figure 27 shows a flow chart for processing a video, according to another embodiment of the present invention. Similar to the embodiment described in figure 26, the video processing method shown in figure 27 involves scale separating a video file.
[0177] In contrast to the method of figure 26, video file 18 received by CPU 12 can be a nonlinear video file including non-linear, tone-adjusted data. Some video cameras can provide linear video, but most only provide non-linear, tone adjusted video. In step 1000, the camera records the linear video file and performs a gamma correction/tone adjustment on the linear video file in a step 1002 before outputting a non-linear video to CPU 12. In step 1004, similar to step 902, the CPU 12 operates to scale separate the video file to output low frequency components - the larger structures - in a level video (step 1006) and high frequency components - the details - in a detail video (step 1008) . In one preferred embodiment, the scale separation in step 1004 includes applying a temporal bilateral filter implementation to the video file in the same manner as described above in step 902 to separate the video file into the detail video and the level video. In contrast to step 902, because the camera performed the gamma correction/tone adjustment in step 1002, the CPU 12 does not have to put the video through a log transform before the temporal bilateral filter is applied. A gamma corrected image or video is very similar to an image or video in the log domain. Accordingly, the scale separation technique works approximately as well on gamma corrected videos as it does on linear videos with a log transform.
[0178] In step 1010, as with step 908, the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video output in step 1012, which includes spatially subsampling the level video, and a detail component filtering on the detail video output in step 1014, which includes temporally subsampling the detail video. Steps 1012 and 1014 can also include additional or alternative filtering operations.
[0179] In a step 1016, as with step 914, the CPU 12 operates to separately interpolate the filtered level video and the filtered detail video and then re-mix the interpolated level video and the interpolated detail video according to a pixel-by-pixel or sample-by- sample operation to form a recombined scale- separated video. In this embodiment, CPU 12 operates to perform, either in a parallel operation, or in a sequence, separate interpolation processes on the filtered level video and the filtered detail video. The re-mixing involves element- wise adding all of the channels of the pixels of the level video and the detail video (recombined video = interpolated level video + interpolated detail video).
[0180] Similar to step 914 of figure 26, the interpolating in step 1016 can include creating interpolated level frames from the filtered level frames created in the level component
subsampling in step 1010 by interpolating spatially between pairs of horizontally and vertically adjacent pixels of each of the filtered level frames created in step 1012 to output an interpolated level video for re-mixing. Also, similar to step 914, the interpolating in step 1016 can also include creating interpolated detail frames to replace the detail frames removed in the detail component subsampling in step 1014 by interpolating each pixel position of a detail frame directly preceding the corresponding removed detail frame and a detail frame directly following the corresponding removed detail frame to output an interpolated detail video for re-mixing.
[0181] In a step 1018, as with step 918, the recombined scale-separated video is compressed or encoded for transmission or storage. Because gamma correction/tone adjustment was applied to the video file in step 1002, gamma correction/tone adjustment does not need to be applied to the video before compression as with step 916 in figure 26. [0182] According to a feature of the present invention, in step 1020, as with step 920, the compressed recombined scale- separated video (video formed of filtered, scale-separated and interpolated images) is stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1).
[0183] Figure 28 shows a flow chart for processing a linear video, from video file 18, according to another embodiment of the present invention. Steps 1100, 1102, 1104, 1106 of figure 28 are the same as steps 900, 902, 904, 906 of figure 26. In step 1100, the CPU 12 receives an original video file, for example, a video file 18 from the memory 16. In step 1102, the CPU 12 operates to generate scale-separated images from the each of the video frames of the original video file to output a level video (step 1104) and a detail video (step 1106). In this embodiment, the level video is in the same range of values as the original video, while the detail video is originally centered around zero and is shifted to be centered around 128 before saving, and then shifted back when adding the level and detail videos back together.
[0184] Steps 1108, 1110, 1112 of figure 28 are the same as steps 908, 910, 912 of figure 26. In step 1108, the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video output in step 1110, which includes spatially subsampling the level video, and a detail component filtering on the detail video output in step 1112, which includes temporally subsampling the detail video. Steps 1110 and 1112 can also include additional or alternative filtering operations.
[0185] Starting at step 1114, the method of figure 28 begins to vary from the method of figure 26. In a step 1114, in contrast to the method of figure 26, in which the filtered level and details videos are first interpolated and recombined, the CPU 12 can operate to separately perform either in a parallel operation, or in a sequence, gamma correction and/or tone adjustment on the filtered level video (step 1116) and the filtered detail video (step 1118). [0186] In a step 1120, the CPU 12 operates to separately compress or encode, either in a parallel operation, or in a sequence, filtered level video and the filtered detail video, which are performed by separate encoders 1120a, 1120b, respectively, of CPU 12. For example, the CPU 12 operates to convert the level maps and detail maps to a known sampling format such as RGB, YCrCb or YUV. The CPU 12 then proceeds to compress the converted level maps and detail maps according to a known compression format such as H.264/AVC, HEVC or another format. The individual encoders 1120a, 1120b can optionally communicate with each other while compressing the filtered level video and the filtered detail video, respectively. In one embodiment, steps 1110, 1112 and/or steps 1116, 1118 can also be performed by encoders 1120a, 1120b.
[0187] According to a feature of the present invention, in step 1122, the compressed filtered level video (video formed of filtered and compressed level images) and the compressed filtered detail video (video formed of filtered and compressed detail images), either in a parallel operation, or in a sequence, are stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1) in the form of two video streams, a stream of the compressed filtered level video and a stream of the compressed filtered detail video, separately or together. The compressed filtered level video and the compressed filtered detail video can then be decompressed, interpolated recombined in the same manner as the compressed filtered illumination video and the compressed filtered material video are with respect to figure 21.
[0188] Figure 29 shows a flow chart for processing a linear video, from video file 18, according to another embodiment of the present invention. Steps 1200, 1202, 1204, 1206, 1208 of figure 29 are the same as steps 1000, 1002, 1004, 1006, 1008 of figure 27. In step 1200, the camera records the linear video file and performs a gamma correction/tone adjustment on the linear video file in a step 1202 before outputting a non-linear video to CPU 12. In step 1204, the CPU 12 operates to generate scale-separated images from the each of the video frames of the original video file to output a level video (step 1206) and a detail video (step 1208). In this embodiment, the level video is in the same range of values as the original video, while the detail video is originally centered around zero and is shifted to be centered around 128 before saving, and then shifted back when adding the level and detail videos back together. As with step 1004, the scale separation in step 1204 includes applying a temporal bilateral filter implementation to the video file in the same manner as described above in step 902 to separate the video file into the detail video and the level video, without first putting the video through a log transform.
[0189] Steps 1210, 1212, 1214 of figure 28 are the same as steps 1010, 1012, 1014 of figure 27. In step 1210, the CPU 12 operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video output in step 1212, which includes spatially subsampling the level video, and a detail component filtering on the detail video output in step 1214, which includes temporally subsampling the detail video. Steps 1212 and 1214 can also include additional or alternative filtering operations.
[0190] Starting at step 1216, the method of figure 29 begins to vary from the method of figure 27. In a step 1216, as with step 1120 of figure 28, the CPU 12 operates to separately compress or encode, either in a parallel operation, or in a sequence, the filtered level video and the filtered detail video, which are performed by separate encoders 1216a, 1216b, respectively, of CPU 12.
[0191] Then in step 1218, as with step 1122 of figure 28, the compressed filtered level video (video formed of filtered and compressed level images) and the compressed filtered detail video (video formed of filtered and compressed detail images), either in a parallel operation, or in a sequence, are stored by the CPU 12 in the memory 16 and/or transmitted, for example, via the Internet 26, to a remote device configured, for example, as a website 28 (see figure 1) in the form of two video streams, a stream of the compressed filtered level video and a stream of the compressed filtered detail video, separately or together. The compressed filtered level video and the compressed filtered detail video can then be decompressed, interpolated recombined in the same manner as the compressed filtered illumination video and the compressed filtered material video are with respect to figure 21.
[0192] In alternative embodiments of the methods described with respect to figures 26 to 29, the level component filtering includes applying spatially or other type of filtering the level video frames, without subsampling and interpolating. The filtering may be performed by any appropriate filtering technique or techniques, including for example motion compensating filters, spatio- temporal filters, wavelet filters, subband filters.
[0193] Figure 30 shows a flow chart for processing a video, according to another embodiment of the present invention. Similar to the embodiments described in figures 26 to 29, the video processing method shown in figure 30 involves scale separating a video file.
[0194] In step 1300, a processor, for example CPU 12, receives a gamma corrected video file. The gamma corrected video file may be, for example, in CIE Rec. 603 color space for standard definition transmission, in CIE Rec. 709 color space for HD transmission, in sRGB color space, or simple gamma correction wherein linear values from the camera sensor have undergone a simple gamma correction as such as output = input Λ (1/2.2).
[0195] In a step 1302, the processor converts the gamma corrected video file into a linear video file in an approximately linear color space, by applying an inverse of gamma correction to the gamma corrected video file. The inverse may be in CIE Rec. 603, in CIE Rec. 709, in sRGB, or simple gamma depending on the coding standard of the gamma corrected video file. If the coding standard of the gamma corrected video file is not known, any of CIE Rec. 603, CIE Rec. 709, sRGB, or simple gamma may be selected. In one preferred embodiment, if the coding standard of the gamma corrected video file is not known, CIE Rec. 709 is selected for inversion. In a step 1304, the processor puts the linear video through a log transform to convert the linear video file into a log video file in a log color space. [0196] Next, in a scale separation step 1306, the processor operates to scale separate the video file to output low frequency components - the larger structures - in a level video (step 1308) and high frequency components - the details - in a detail video (step 1310). An edge preserving blur filter is applied to the log video file in a step 1308. In this preferred embodiment, the edge preserving blur filter is a guided filter, such as the one described in "Guided Image Filtering," K. He, J. Sun and X. Tang, Proceeding of European Conference Computer Vision (ECCV) (2010), mentioned above. In step 1308, the guided filter generates a level video. In the preferred embodiment, the guided filter has a spatial sigma of 15 and a range sigma of 1.2, applied to the log video file. The level video is then used in a step 1310 to generate the detail video by subtracting the level video from the input log video file. Following steps 1308, 1310, the detail video and the level video are exponentiated to convert the detail video and the level video back into linear space for further filtering.
[0197] In step 1312, after the level video and the detail video are exponentiated, the processor operates to separately perform, either in a parallel operation, or in a sequence, a level component filtering on the level video and a detail component filtering on the detail video. In this
embodiment, the level component filtering in step 1314 includes spatially blurring the level video, and the detail component filtering in step 1316 includes temporally blurring the detail video.
[0198] The temporal blurring is performed by a temporal Gaussian filter. In one preferred embodiment, the temporal Gaussian filter is a standard Gaussian filtering performing a simple weighted average of four frames, centered around frame N: (l*(frame N-2) + 2*(frame N -1) + 8*(frame N) + 2*(frame N+l))/13.0.
[0199] In another preferred embodiment, the temporal blurring may be performed by a temporal Gaussian filter with motion compensation. Motion compensation uses estimation of the motion of real-world surfaces between frames in the video sequence. Motion estimation can be obtained by any one of several methods well-known in the art. One class of motion estimation techniques is optical flow. For a survey of optical flow techniques, see, for example, "A Database and
Evaluation Methodology for Optical Flow," S. Baker, D. Scharstein, J.P. Lewis, S. Roth, M.
Black, and R. Szeliski, International Journal of Computer Vision, 92(1): 1-31, March 2011. A second class of motion estimation techniques uses feature correspondence to track specific scene elements between frames, such as is described in "Feature Based Methods for Structure and Motion Estimation," Philip H.S. Torr and Andrew Zisserman, ICCV Workshop on Vision
Algorithms, pages 278-294, 1999. A third class of motion estimation techniques uses frequency- domain correspondence, such as is described in "An FFT-based technique for translation, rotation, and scale-invariant image registration", B. S Reddy and B. N. Chatterji, IEEE Transactions on Image Processing 5, no. 8 (1996): 1266-1271. Finally, a fourth class of motion estimation techniques is block-based motion estimation. For a survey of block-based motion estimation techniques, see "Survey on Block Matching Motion Estimation Algorithms and Architectures with New Results," Yu-Wen Huang, Ching-Yeh Chen, Chen-Han Tsai, Chun-Fu Shen, Liang-Gee Chen, Journal of VLSI signal processing systems for signal, image and video technology, March 2006, Volume 42, Issue 3, pp 297-320. Any of these techniques can be used to find
correspondences between frames as an estimation of the scene content motion between frames. Such motion estimation may be in the form of integer pixel offsets between frames or may include subpixel alignment with fractional offsets between frames. Additionally, motion estimation may be calculated as a single translation, scale, and/or rotation of the entire frame as a whole, or it may be calculated densely, allowing spatially varying motion estimation within each frame.
[0200] To perform a temporal Gaussian filter with motion compensation, motion estimation between frames is first computed, for example, by any method described in the previous paragraph, such as block-based motion estimation. Let the motion from frame n to frame m be represented as (MX(x,y,n,m), MY(x,y,n,m)) where MX(x,y,n,m) is the motion in the x direction at location (x,y) between frames n and m, and MY(x,y,n,m) is likewise the motion in the y direction at location (x,y) between frames n and m. To find the temporally blurred version of frame n at pixel location (x,y), a weighted average of the motion-compensated locations in nearby frames is computed. The motion-compensated location in frame m of the original location (x,y) in frame n is (x + MX(x,y,n,m), y + MY(x,y,n,m)). If motion estimation includes non-integer alignment (i.e. subpixel alignment), then any standard interpolation method, such as bilinear or bicubic interpolation, can be used to find the proper interpolated value between pixel locations.
[0201] In a preferred embodiment, the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, X+ MX(x,y,n,n- 2), y + MY(x,y,n,n-2)) + 2 * frame(n-l, x + MX(x,y,n,n-l), y + MY(x,y,n,n-l)) + 8 * frame(n, x, y) + 2*frame(n+l, MX(x,y,n,n+l), MY(x,y,n,n+l))) / 13.0. Here, frame(n, x, y) represents the pixel value in frame n at location (x,y). If the location (x,y) includes non-integer values (for sub- pixel alignment), then a standard interpolation technique, such as bilinear or bicubic interpolation, is used to determine subpixel values.
[0202] In another preferred embodiment, the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, x+
MX(x,y,n,n-2), y + MY(x,y,n,n-2)) + 2 * frame(n-l, x + MX(x,y,n,n-l), y + MY(x,y,n,n-l)) + 8 * frame(n, x, y) + 2*frame(n+l, X+ MX(x,y,n,n+l), y+ MY(x,y,n,n+l)) + l*frame(n+2, x +
MX(x,y,n,n+2), y + MY(x,y,n,n+2))) / 14.0.
[0203] In another preferred embodiment, the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, x+
MX(x,y,n,n-2), y + MY(x,y,n,n-2)) + 2 * frame(n-l, x + MX(x,y,n,n-l), y + MY(x,y,n,n-l)) + 8 * frame(n, x, y)) / 11.0.
[0204] In another preferred embodiment, the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, x+
MX(x,y,n,n-2), y + MY(x,y,n,n-2)) + 5 * frame(n-l, x + MX(x,y,n,n-l), y + MY(x,y,n,n-l)) + 8 * frame(n, x, y) + 5*frame(n+l, X+ MX(x,y,n,n+l), y+ MY(x,y,n,n+l)) + l*frame(n+2, x +
MX(x,y,n,n+2), y + MY(x,y,n,n+2))) / 20.0.
[0205] In another preferred embodiment, the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (1 * frame(n-2, x+
MX(x,y,n,n-2), y + MY(x,y,n,n-2)) + 5 * frame(n-l, x + MX(x,y,n,n-l), y + MY(x,y,n,n-l)) + 8 * frame(n, x, y)) / 14.0.
[0206] In another preferred embodiment, the temporal Gaussian filter with motion compensation is computed such that the blurred value at location (x,y) in frame n is (5 * frame(n-2, x+
MX(x,y,n,n-2), y + MY(x,y,n,n-2)) + 7 * frame(n-l, x + MX(x,y,n,n-l), y + MY(x,y,n,n-l)) + 8 * frame(n, x, y) + 7*frame(n+l, X+ MX(x,y,n,n+l), y+ MY(x,y,n,n+l)) + 5*frame(n+2, x +
MX(x,y,n,n+2), y + MY(x,y,n,n+2))) / 32.0.
[0207] The spatial blurring is performed by an edge-preserving blurring filter. In this preferred embodiment, the edge-preserving blurring filter is a guided filter, such as the one described in "Guided Image Filtering," K. He, J. Sun and X. Tang, Proceeding of European Conference Computer Vision (ECCV) (2010), mentioned above.
[0208] A first example of spatial blurring involves applying a gamma correction from the definition of sRGB space to the linear-space level channel, then applying a guided filter with a spatial sigma of 3 and a range sigma of 0.025. After the guided filter is applied, an inverse sRGB gamma correction is applied to get back to linear space.
[0209] A second example of spatial blurring involves first converting the linear- space level video back to log space (or not exponentiating the level video from log space to linear space after step 1308), then applying a guided filter with a spatial sigma of 3 and a range sigma of 0.175. After the guided filter is applied, the level video is converted back to linear space by exponentiating. [0210] A third example of spatial blurring involves first converting the linear- space level video back to log space (or not exponentiating the level video from log space to linear space after step 1308), then applying a guided filter with a spatial sigma of 3 and a range sigma of 0.125. After the guided filter is applied, the level video is converted back to linear space by exponentiating.
[0211] In a step 1318, the processor operates to re-mix the spatially blurred level video and the temporally blurred detail video. The re-mixing involves multiplying the spatially blurred level video, which is in linear space, times temporally blurred detail video, which is also in linear space. In a step 1320, the processor converts the recombined scale-separated video, which is in linear space, back into the input gamma corrected space to form an output video. In a preferred embodiment, after step 1320, the scale- separated recombined video is in the same color space as in step 1300 and the gamma correction applied in step 1320 involves the same coding standard as the inverse gamma correction applied in step 1302. In this embodiment, the output video is essentially visually indistinguishable from the video file input at step 1300. Tone adjustment can also be performed on the output video. In a step 1322, the recombined scale- separated video is output for compression. Due to the scale separation and filtering, the output video file is capable of being compressed by a greater amount with equivalent setting than the video file input at step 1300. When compression is applied by any standard compression technique such as H.264 or HEVC to both the original video input at step 1300 and the output video in step 1322, with similar compression settings, the compressed output video is smaller than the compressed original video (i.e., video that has not been scale separated, filtered and recombined).
[0212] In the preceding specification, the invention has been described with reference to specific exemplary embodiments and examples thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention as set forth in the claims that follow. The specification and drawings are accordingly to be regarded in an illustrative manner rather than a restrictive sense.

Claims

What is claimed is:
1. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory;
scale separating the video file by applying an edge -preserving blurring filter to generate a detail scale- separated video and a level scale-separated video corresponding to the video;
temporally blurring the detail scale-separated video and spatially blurring the level scale-separated video;
combining the filtered detailed scale-separated video and the filtered level scale-separated video to provide an output video; and
outputting the output video for use in a data compression operation.
2. The method of claim 1 wherein the providing the video file in the computer memory comprises receiving the video file in the computer memory as a gamma corrected video file, converting gamma corrected video into a linear video file, and then converting the linear video file into a log video file before the scale separation.
3. The method of claim 1 wherein the spatial blurring includes applying an edge-preserving blurring filter to the level scale- separated video.
4. The method of claim 3 wherein the edge-preserving blurring filter is a guided filter.
5. The method of claim 1 wherein the temporal blurring includes applying a temporal Gaussian blurring filter with motion compensation to the detail scale- separated video.
6. The method of claim 1 wherein the edge-preserving blurring filter is a guided filter.
7. A computer system which comprises:
a processor; and
a memory storing a video file containing a video;
the processor arranged and configured to execute a routine to scale separate the video file by applying an edge-preserving blurring filter to generate a detail scale- separated video and a level scale- separated video corresponding to the video; temporally blur the detail scale-separated video and spatially blur the level scale- separated video; combine the filtered detailed scale- separated video and the filtered level scale-separated video to provide an output video; and output the output video for use in a data compression operation.
8. The computer system of claim 7 wherein the providing the video file in the computer memory comprises receiving the video file in the computer memory as a gamma corrected video file, converting gamma corrected video into a linear video file, and then converting the linear video file into a log video file before the scale separation.
9. The computer system of claim 7 wherein the spatial blurring includes applying an edge- preserving blurring filter to the level scale-separated video.
10. The computer system of claim 9 wherein the edge-preserving blurring filter is a guided filter.
11. The computer system of claim 7 wherein the temporal blurring includes applying a temporal Gaussian blurring filter with motion compensation to the detail scale-separated video.
12. The computer system of claim 7 wherein the edge-preserving blurring filter is a guided filter.
13. A computer program product, disposed on a computer readable media, the product including computer executable process steps operable to control a computer to: provide a video file depicting a video, in a computer memory, scale separate the video file by applying an edge-preserving blurring filter to generate a detail scale-separated video and a level scale- separated video corresponding to the video, temporally blur the detail scale- separated video and spatially blur the level scale-separated video, combine the filtered detailed scale- separated video and the filtered level scale-separated video to provide an output video, and output the output video for use in a data compression operation.
14. The computer program product of claim 13 wherein the providing the video file in the computer memory comprises receiving the video file in the computer memory as a gamma corrected video file, converting gamma corrected video into a linear video file, and then converting the linear video file into a log video file before the scale separation.
15. The computer program product of claim 13 wherein the spatial blurring includes applying an edge-preserving blurring filter to the level scale- separated video.
16. The computer program product of claim 15 wherein the edge-preserving blurring filter is a guided filter.
17. The computer program product of claim 13 wherein the temporal blurring includes applying a temporal Gaussian blurring filter with motion compensation to the detail scale-separated video.
18. The computer program product of claim 13 wherein the edge-preserving blurring filter is a guided filter.
19. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory;
scale separating the video file to generate a first scale-separated video and a second scale-separated video corresponding to the video;
filtering at least one of the first scale-separated video and the second scale-separated video independent of the other of the first scale-separated video and the second scale-separated video to provide at least one independently filtered video; and
compressing the at least one independently filtered video to provide at least one compressed video.
20. The method of claim 19 including the additional step of transmitting the at least one compressed video to a remote device.
21. The method of claim 19 including the additional step of storing the at least one compressed video in a memory.
22. The method of claim 19 wherein the first scale-separated video is a detail component of the video file.
23. The method of claim 22 wherein the second scale-separated video is a level component of the video file.
24. The method of claim 23 wherein the filtering of at least one of the first scale separated video and the second scale separated video comprises separately filtering the detail component and the level component.
25. The method of claim 24 wherein the detail component and the level component are filtered using different filtering techniques.
26. The method of claim 25 wherein the separate filtering of the detail component and the level component includes temporally filtering the detail component.
27. The method of claim 26 wherein the temporal filtering of the detail component includes temporally subsampling the detail component.
28. The method of claim 27 wherein the temporal subsampling of the detail component includes reducing the frame rate of the detail component.
29. The method of claim 26 wherein the temporal filtering of the detail component includes reducing the information content of the detail component without reducing the frame rate of the detail component.
30. The method of claim 25 wherein the separate filtering of the detail component and the level component includes spatially filtering the level component.
31. The method of claim 30 wherein the spatial filtering of the level component includes spatially subsampling the level component.
32. The method of claim 31 wherein the spatial subsampling of the level component includes reducing the spatial resolution of frames of the level component.
33. The method of claim 30 wherein the spatial filtering of the level component includes reducing the information content of the level component without reducing the spatial resolution of the level component.
34. The method of claim 22 wherein the compressing of the at least one independently filtered video includes separately compressing the detail component and the level component.
35. The method of claim 22 further comprising recombining the detail component and level component after the filtering step to generate a recombined filtered video.
36. The method of claim 35 wherein the compressing of the at least one independently filtered video includes compressing the recombined filtered video.
37. A computer system which comprises:
a CPU; and
a memory storing a video file containing a video;
the CPU arranged and configured to execute a routine to scale separate the video file to generate a first scale- separated video and a second scale- separated video corresponding to the video, filter at least one of the first scale- separated video and the second scale- separated video independent of the other of the first scale-separated video and the second scale-separated video to provide at least one independently filtered video and compress the at least one independently filtered video to provide at least one compressed video.
38. The computer system of claim 37 wherein the CPU is further arranged and configured to transmit the at least one compressed video to a remote device.
39. The computer system of claim 37 wherein the CPU is further arranged and configured to store the at least one compressed video in a memory.
40. A computer program product, disposed on a computer readable media, the product including computer executable process steps operable to control a computer to: provide a video file depicting a video, in a computer memory, generate a first scale-separated video and a second scale-separated video corresponding to the video, filter at least one of the first scale- separated video and the second scale- separated video independent of the other of the first scale-separated video and the second scale- separated video to provide at least one independently filtered video and compress the filtered scale-separated video to provide at least one compressed video.
41. The computer program product of claim 40 including the further process step of transmitting the at least one compressed video to a remote device.
42. The computer program product of claim 40 including the further process step of storing the at least one compressed video in a memory.
43. The computer program product of claim 40 wherein the first scale- separated video is a detail component of the video file.
44. The computer program product of claim 43 wherein the second scale- separated video is a level component of the video file.
45. The computer program product of claim 44 wherein the filtering of at least one of the first scale separated video and the second scale separated video comprises separately filtering the detail component and the level component.
46. The computer program product of claim 45 wherein the separate filtering of the detail component and the level component includes temporally filtering the detail component.
47. The computer program product of claim 46 wherein the temporal filtering of the detail component includes temporally subsampling the detail component.
48. The computer program product of claim 48 wherein the temporal subsampling of the detail component includes reducing the frame rate of the detail component.
49. The computer program product of claim 46 wherein the temporal filtering of the detail component includes reducing the information content of the detail component without reducing the frame rate of the detail component.
50. The computer program product of claim 45 wherein the separate filtering of the detail component and the level component includes spatially filtering the level component.
51. The computer program product of claim 50 wherein the spatial filtering of the level component includes spatially subsampling the level component.
52. The computer program product of claim 51 wherein the spatial subsampling of the level component includes reducing the spatial resolution of frames of the level component.
53. The computer program product of claim 50 wherein the spatial filtering of the level component includes reducing the information content of the level component without reducing the spatial resolution of the level component.
54. The computer program product of claim 45 wherein the compressing of the at least one independently filtered video includes separately compressing the detail component and the level component.
55. The computer program product of claim 45 further comprising recombining the detail component and level component after the filtering step to generate a recombined filtered video.
56. The computer program product of claim 55 wherein the compressing of the at least one independently filtered video includes compressing the recombined filtered video.
57. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory;
scale separating the video file to generate a detail component corresponding to the video;
filtering the detail component to provide a filtered detail component; and
compressing the filtered detail component to provide a compressed filtered detail component.
58. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory; scale separating the video file to generate a level component corresponding to the video;
filtering the level component to provide a filtered level component; and
compressing the filtered level component to provide a compressed filtered level component.
59. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory;
scale separating the video file to generate a level component corresponding to the video and a detail component corresponding to the video;
filtering the level component to provide a filtered level component;
filtering the detail component to provide a filtered detail component;
recombining the filtered level component and the filtered detail component to provide a recombined filtered video; and
compressing the recombined filtered video to provide a compressed recombined filtered video.
60. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory;
scale separating the video file to generate a detail scale separated video and a level scale separated video corresponding to the video;
separately filtering each of the detail scale separated video and the level scale separated video in a manner to optimize the video for data compression;
combining the filtered detailed scale separated video and the filtered level scale separated video to provide an output video; and
outputting the output video for use in a data compression operation.
61. The method of claim 60 wherein the step of separately filtering each of the detail scale separated video and the level scale separated video in a manner to optimize the video for data compression is carried out by temporally filtering the detail scaled separated video and spatially filtering the level scale separated video.
62. The method of claim 60 including the further step of compressing the output video.
63. A computer system which comprises:
a processor; and
a memory storing a video file containing a video;
the processor arranged and configured to execute a routine to scale separate the video file to generate a detail scale separated video and a level scale separated video corresponding to the video; separately filter each of the detail scale separated video and the level scale separated video in a manner to optimize the video for data compression; combine the filtered detailed scale separated video and the filtered level scale separated video to provide an output video; and output the output video for use in a data compression operation.
64. The computer system of claim 63 wherein the separate filtering of each of the detail scale separated video and the level scale separated video in a manner to optimize the video for data compression is carried out by temporally filtering the detail scaled separated video and spatially filtering the level scale separated video.
65. The computer system of claim 63 wherein the processor is further arranged and configured to compress the output video.
66. A computer program product, disposed on a computer readable media, the product including computer executable process steps operable to control a computer to: provide a video file depicting a video, in a computer memory, scale separate the video file to generate a detail scale separated video and a level scale separated video corresponding to the video, separately filter each of the detail scale separated video and the level scale separated video in a manner to optimize the video for data compression, combine the filtered detailed scale separated video and the filtered level scale separated video to provide an output video, and
output the output video for use in a data compression operation.
67. The computer program product of claim 66 wherein the separate filtering of each of the detail scale separated video and the level scale separated video in a manner to optimize the video for data compression is carried out by temporally filtering the detail scaled separated video and spatially filtering the level scale separated video.
68. The computer program product of claim 66 including the further process step of compressing the output video.
69. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory;
generating an intrinsic video corresponding to the video;
filtering the intrinsic video to provide a filtered intrinsic video; and
compressing the filtered intrinsic video to provide a compressed filtered intrinsic video.
70. The method of claim 69 including the additional step of transmitting the compressed filtered intrinsic video to a remote device.
71. The method of claim 69 including the additional step of storing the compressed filtered intrinsic video in a memory.
72. The method of claim 69 wherein the intrinsic video comprises a set of intrinsic videos.
73. The method of claim 72 wherein the set of intrinsic videos includes a material video and an illumination video.
74. The method of claim 72 wherein the filtering the intrinsic video comprises separately filtering the material video and the illumination video.
75. The method of claim 74 wherein the material video and the illumination video are filtered using different filtering techniques.
76. The method of claim 75 wherein the separately filtering of the material video and the illumination video includes temporally filtering the material video.
77. The method of claim 76 wherein the temporally filtering of the material video includes temporally subsampling the material video.
78. The method of claim 77 wherein the temporally subsampling of the material video includes reducing the frame rate of the material video.
79. The method of claim 76 wherein the temporally filtering of the material video includes reducing the information content of the material video without reducing the frame rate of the material video.
80. The method of claim 75 wherein the separately filtering of the material video and the illumination video includes spatially filtering the illumination video.
81. The method of claim 80 wherein the spatially filtering of the illumination video includes spatially subsampling illumination video.
82. The method of claim 81 wherein the spatially subsampling of the illumination video includes reducing the spatial resolution of frames of the illumination video.
83. The method of claim 80 wherein the spatially filtering of the illumination video includes reducing the information content of the illumination video without reducing the spatial resolution of the illumination video.
84. An automated, computerized method for handling a video, comprising the step of receiving a compressed filtered intrinsic video.
85. The method of claim 84 wherein the compressed filtered intrinsic video comprises both a compressed filtered illumination video and a compressed filtered material video.
86. The method of claim 84 further comprising the step of decompressing the compressed filtered intrinsic video.
87. The method of claim 86 wherein the decompressed filtered intrinsic video comprises a decompressed filtered illumination video and a decompressed filtered material video.
88. The method of claim 87 further comprising the step of interpolating the decompressed filtered illumination video and interpolating the decompressed filtered material video.
89. The method of claim 88 wherein the interpolating of the decompressed filtered illumination video includes spatially interpolating the decompressed filtered illumination video.
90. The method of claim 89 wherein the spatially interpolating of the decompressed filtered illumination video includes spatially up- sampling frames of the illumination video.
91. The method of claim 88 wherein the interpolating of the decompressed filtered material video includes temporally interpolating the decompressed filtered material video.
92. The method of claim 91 wherein the temporally interpolating of the decompressed filtered material video includes creating new interpolated material frames.
93. The method of claim 87 further comprising the step of recombining the decompressed filtered illumination video and the decompressed filtered material video.
94. The method of claim 87 wherein the decompressed filtered illumination video and a decompressed filtered material video are mixed together.
95. The method of claim 87 wherein the decompressed filtered illumination video and a decompressed filtered material video are separate.
96. The method of claim 84 wherein the compressed filtered intrinsic video comprises a compressed filtered illumination video and a compressed filtered material video that are separate from each other.
97. The method of claim 96 further comprising the step of separately decompressing the compressed filtered illumination video and the compressed filtered material video.
98. A computer system which comprises:
a CPU; and
a memory storing a video file containing a video;
the CPU arranged and configured to execute a routine to generate a intrinsic video corresponding to the video, filter the intrinsic video and compress the filtered intrinsic video to provide a compressed filtered intrinsic video.
99. The computer system of claim 98 wherein the CPU is further arranged and configured to transmit the compressed filtered intrinsic video to a remote device.
100. The computer system of claim 98 wherein the CPU is further arranged and configured to store the compressed filtered intrinsic video in a memory.
101. A computer program product, disposed on a computer readable media, the product including computer executable process steps operable to control a computer to: provide a video file depicting a video, in a computer memory, generate an intrinsic video corresponding to the video, filter the intrinsic video to provide a filtered intrinsic video and compress the filtered intrinsic video to provide a compressed filtered intrinsic video.
102. The computer program product of claim 101 including the further process step of transmitting the compressed filtered intrinsic video to a remote device.
103. The computer program product of claim 101 including the further process step of storing the compressed filtered intrinsic video in a memory.
104. The computer program product of claim 101 wherein the intrinsic video comprises a set of intrinsic videos.
105. The computer program product of claim 101 wherein the set of intrinsic videos includes a material video and an illumination video.
106. The computer program product of claim 105 wherein the filtering of the intrinsic video comprises separately filtering the material video and the illumination video.
107. The computer program product of claim 106 wherein the material video and the illumination video are filtered using different filtering techniques.
108. The computer program product of claim 107 wherein the separately filtering of the material video and the illumination video includes temporally filtering the material video.
109. The computer program product of claim 108 wherein the temporally filtering of the material video includes temporally subsampling the material video.
110. The computer program product of claim 109 wherein the temporally subsampling of the material video includes reducing the frame rate of the material video.
111. The computer program product of claim 108 wherein the temporally filtering of the material video includes reducing the information content of the material video without reducing the frame rate of the material video.
112. The computer program product of claim 107 wherein the separately filtering of the material video and the illumination video includes spatially filtering the illumination video.
113. The computer program product of claim 112 wherein the spatially filtering of the illumination video includes spatially subsampling illumination video.
114. The computer program product of claim 113 wherein the spatially subsampling of the illumination video includes reducing the spatial resolution of frames of the illumination video.
115. The computer program product of claim 113 wherein the spatially filtering of the illumination video includes reducing the information content of the illumination video without reducing the spatial resolution of the illumination video.
116. A device arranged and configured to receive a compressed filtered intrinsic video.
117. The device of claim 116 arranged and configured to perform the further step of
decompressing the compressed filtered intrinsic video.
118. The device of claim 117 wherein the compressed intrinsic video comprises a mixture of a compressed filtered illumination video and a compressed filtered material video.
119. A computer program product, disposed on a computer readable media, the computer program product includes computer executable process steps operable to control a computer to receive a compressed filtered intrinsic video.
120. The computer program product of claim 119 wherein the compressed filtered intrinsic video comprises a mixture of a compressed filtered illumination video and a compressed filtered material video.
121. The computer program product of claim 119 including the further process step of
decompressing the compressed filtered intrinsic video.
122. The computer program product of claim 121 wherein the decompressed filtered intrinsic video comprises a decompressed filtered illumination video and a decompressed filtered material video.
123. The computer program product of claim 122 including the further process step of
interpolating the decompressed filtered illumination video and interpolating the decompressed filtered material video.
124. The computer program product of claim 123 wherein the interpolating of the decompressed filtered illumination video includes spatially interpolating the decompressed filtered illumination video.
125. The computer program product of claim 124 wherein the spatially interpolating of the decompressed filtered illumination video includes spatially up-sampling frames of the illumination video.
126. The computer program product of claim 123 wherein the interpolating of the decompressed filtered material video includes temporally interpolating the decompressed filtered material video.
127. The computer program product of claim 126 wherein the temporally interpolating of the decompressed filtered material video includes creating new interpolated material frames.
128. The computer program product of claim 122 including the further process step of recombining the decompressed filtered illumination video and the decompressed filtered material video.
129. The computer program product of claim 122 wherein the decompressed filtered illumination video and a decompressed filtered material video are mixed together.
130. The computer program product of claim 122 wherein the decompressed filtered illumination video and a decompressed filtered material video are separate.
131. The computer program product of claim 119 wherein the compressed filtered intrinsic video comprises a compressed filtered illumination video and a compressed filtered material video that are separate from each other.
132. The computer program product of claim 131 including the further process step of separately decompressing the compressed filtered illumination video and the compressed filtered material video.
133. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory;
generating an illumination video corresponding to the video;
filtering the illumination video to provide a filtered illumination video; and compressing the filtered illumination video to provide a compressed filtered illumination video.
134. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory;
generating a material video corresponding to the video;
filtering the material video to provide a filtered material video; and
compressing the filtered material video to provide a compressed filtered material video.
135. An automated, computerized method for processing a video, comprising the steps of:
providing a video file depicting a video, in a computer memory;
generating an intrinsic video corresponding to the video; and
reducing the size of the intrinsic video in a precompression technique in a manner such that aspects of the video that are important for human perception of videos are maintained and aspects of the video that are not important for human perception of videos are removed.
PCT/US2014/018642 2013-03-12 2014-02-26 Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression WO2014163893A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP14778085.2A EP2973225A4 (en) 2013-03-12 2014-02-26 Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US13/796,556 US20140269943A1 (en) 2013-03-12 2013-03-12 Selective perceptual masking via downsampling in the spatial and temporal domains using intrinsic images for use in data compression
US13/796,372 US20140267916A1 (en) 2013-03-12 2013-03-12 Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression
US13/796,372 2013-03-12
US13/796,556 2013-03-12
US14/167,521 2014-01-29
US14/167,521 US8897378B2 (en) 2013-03-12 2014-01-29 Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression

Publications (1)

Publication Number Publication Date
WO2014163893A1 true WO2014163893A1 (en) 2014-10-09

Family

ID=51658793

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2014/018642 WO2014163893A1 (en) 2013-03-12 2014-02-26 Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression

Country Status (2)

Country Link
EP (1) EP2973225A4 (en)
WO (1) WO2014163893A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116669104A (en) * 2023-07-24 2023-08-29 南京创芯慧联技术有限公司 Data transmission compression method, device, computer equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110229029A1 (en) * 2010-01-19 2011-09-22 Pixar Selective diffusion of filtered edges in images
US20110235720A1 (en) * 2008-07-10 2011-09-29 Francesco Banterle Video Data Compression
US20120033040A1 (en) * 2009-04-20 2012-02-09 Dolby Laboratories Licensing Corporation Filter Selection for Video Pre-Processing in Video Applications

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110235720A1 (en) * 2008-07-10 2011-09-29 Francesco Banterle Video Data Compression
US20120033040A1 (en) * 2009-04-20 2012-02-09 Dolby Laboratories Licensing Corporation Filter Selection for Video Pre-Processing in Video Applications
US20110229029A1 (en) * 2010-01-19 2011-09-22 Pixar Selective diffusion of filtered edges in images

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2973225A4 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116669104A (en) * 2023-07-24 2023-08-29 南京创芯慧联技术有限公司 Data transmission compression method, device, computer equipment and storage medium
CN116669104B (en) * 2023-07-24 2023-09-29 南京创芯慧联技术有限公司 Data transmission compression method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
EP2973225A1 (en) 2016-01-20
EP2973225A4 (en) 2016-11-16

Similar Documents

Publication Publication Date Title
Winkler Perceptual video quality metrics—A review
Maggioni et al. Video denoising, deblocking, and enhancement through separable 4-D nonlocal spatiotemporal transforms
US7822286B2 (en) Filtering artifacts in images with 3D spatio-temporal fuzzy filters
Rao et al. A Survey of Video Enhancement Techniques.
EP2230640B1 (en) Method for filtering depth images
US20150326878A1 (en) Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression
US20160241884A1 (en) Selective perceptual masking via scale separation in the spatial and temporal domains for use in data compression with motion compensation
US9478017B2 (en) Guided image filtering for image content
EP2230855A2 (en) Synthesizing virtual images from texture and depth images
US8879849B2 (en) System and method for digital image signal compression using intrinsic images
WO2014070489A1 (en) Recursive conditional means image denoising
Singh et al. Weighted least squares based detail enhanced exposure fusion
US7106908B2 (en) Method and apparatus for selecting a format in which to re-encode a quantized image
JP2014519727A (en) Efficient expression and processing method of color pixel data in digital pathological image
US8897378B2 (en) Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression
US8437545B1 (en) System and method for digital image signal compression using intrinsic images
US20150350647A1 (en) Selective perceptual masking via downsampling in the spatial and temporal domains using intrinsic images for use in data compression
Ebenezer et al. HDR-ChipQA: No-reference quality assessment on high dynamic range videos
Georgiadis et al. Texture representations for image and video synthesis
EP2973225A1 (en) Selective perceptual masking via scale separation in the spatial and temporal domains using intrinsic images for use in data compression
CN114463379A (en) Dynamic capturing method and device for video key points
Paul et al. On visual masking estimation for adaptive quantization using steerable filters
Balinsky et al. Non-linear filter response distributions of natural images and applications in image processing
Sekar et al. Image enhancement in cell phone cameras using wavelet transform
Perry et al. Natural scene statistics for image denoising

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14778085

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2014778085

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2014778085

Country of ref document: EP