The present invention generally relates to signal transforms, and more particularly, to randomized signal transforms and/or their applications.
As digital communication becomes more commonplace, the need for securing and/or authenticating the transferred digital data becomes increasingly more important. Digital signals carrying digital data is often (if not always) transformed into a specific format (e.g., by a transform) prior to being transferred. For example, a file containing digital data may be compressed prior to sending it over the Internet.
Since more powerful computers, high-speed Internet connections, and superior compression technologies are available to most users, the demand for digital media content is greater than ever. With instant and anytime access to literally millions of their favorite music and videos, consumers are applauding the convenience that digital distribution has afforded them. They enjoy being able to download or stream music to their hard drive or personal computer hard drive as fluidly as any television broadcast.
While the demand for digital content grows, however, so does the potential for its unauthorized use. Without a secure distribution system in place, digital media files can be easily copied or compressed into smaller files without the content owner's authorization. These files can then be transferred across the Internet for others to use or distribute freely. This violates the copyrights held by thousands of media companies, record labels, filmmakers, and recording artists. Such unauthorized use also strips these entities of valuable revenues as well.
One current approach is to encrypt the digital content to limit its unauthorized use. This approach, however, introduces additional overhead which can reduce the speed of systems utilizing signal transformation.
Accordingly, signal transformation solutions are desired which provide additional security while limiting performance degradation.
Techniques are disclosed to provide randomized signal transforms and/or their applications. More particularly, a signal (e.g., an audio or video signal) is transformed by applying randomly-selected basis functions to the signal. The applications of the randomized signal transforms include, but are not limited to, compression, denoising, hashing, identification, authentication, and data embedding (e.g., watermarking).
The detailed description is described with reference to the accompanying figures. In the figures, the left-most digit(s) of a reference number identifies the figure in which the reference number first appears. The use of the same reference numbers in different figures indicates similar or identical items.
The following disclosure generally describes techniques for improving signal transformation. More specifically, a family of signal transforms, referred to herein as randlet transforms (RTs), are applied to signals (such as audio and/or video signals) to provide security, while maintaining reasonable performance. Each family member transform uses a set of basis functions (also referred to herein as “randlets”) that are chosen randomly or pseudorandomly based on a secret key (K). In various described implementations, the application of RT can result in improved data embedding (e.g., watermarking), identification, authentication, hashing, denoising, and/or compression.
Overview of Randlet Transform
The RT module 102 transforms the input signal using a set of basis functions (106) that are selected randomly. The randomness is provided by a random number generated (or multiple random numbers generated) by a pseudorandom generator (108). In an implementation, the pseudorandom generator (108) is seeded by a secret key (K) (110). The secret key (K) may be provided as a bit stream. In one implementation, the generator 108 is a cryptologically-strong pseudorandom generator. The output of the RT module 102 (e.g., a vector) can be used for a number of applications (112), which will be further discussed, for example, with reference to
Moreover, the RT may be applied as a discrete transform. The provided randomness may give the RT two distinct advantages. First, it is useful for security purposes because an attacker cannot know which basis functions are used in the transform, making attacks relatively much more difficult. Second, because the basis is chosen at random from a relatively large set of basis functions, the worst-case performance of the transform occurs with relatively low probability. The measure for the RT is therefore the average-case performance rather than the worst-case performance.
Generating RT Basis
The basis functions (also referred to herein as “randlets”) are based on a set of two-dimensional functions called “mother randlets.” A variety of mother randlets are discussed below. It is envisioned that basis functions that are one-dimensional, two-dimensional, or three-dimensional (e.g., corresponding to audio signals, images, and video signals, respectively) may be utilized.
In an implementation, given a mother randlet in(x,y), a randlet with horizontal translation a, vertical translation b, horizontal scaling α, vertical scaling β, and rotation θ would be:
Accordingly, to choose the specific randlets used in an instance of the RT, the secret key (K) is used to seed a pseudorandom number generator (such as 108 of
Library of Basis Functions
In an implementation, the basis functions are constrained by allowing only a finite set of scaling and rotation operations, instead of choosing the scaling and rotation independently for each randlet. Instead of defining each randlet independently of all others, a random library of non-translated randlets is generated. These randlets are known as “step-mother randlets,” and are generated by randomly scaling and rotating the mother randlets (402 and 404, respectively). This set of all step-mother randlets may be referred to as the “library” (406).
Each mother randlet is scaled randomly in both directions. The distributions for the scaling depend on both the specific mother randlet and the application. Examples are given in later sections. For each scaled mother randlet, the number of rotations generated may be proportional to the perimeter.
The step-mother randlets are translated (408), discretized (410), and normalized (412). Because a step-mother randlet is a discretized version of a mother randlet that has been scaled and rotated by real numbers, the normalization constant is determined by setting the inner product of the randlet with itself equal to 1. Hence:
Note that K depends on α and β.
The following several important values are parameters for the creation of an RT basis:
n: The total number of basis functions.
<T,U>: The width and height of the block to be transformed, respectively.
F(·) An algorithm which determines the type of each randlet.
The full set of randlets is generated by randomly choosing and translating (408) step-mother randlets from the library. This is done by generating a list of n 3-tuples, with each one representing one randlet that will be used in the transform: <i,a,b>. In the 3-tuples, i is in index to the library, and so implicitly determines the scaling and rotation of the randlet. i is chosen at random by the function F(·). The exact function F used depends on the application. a and b are the real-valued horizontal and vertical translation of center point of the randlet, chosen uniformly at random from [0,T] and [0,U], respectively. In an implementation, once the list has been generated, it is sorted according to the size of the randlets, e.g., with the largest randlets first and the smallest randlets last.
Mother Randlets
As discussed above, mother randlets are the base randlets from which all others are created as discussed with reference to
Gaussian Randlet:
m(x,y)=C□eσ
High-frequency randlets have a Gaussian shape in the horizontal direction and various oscillatory shapes in the vertical direction. Since they will be rotated, we refer to the smooth direction as the direction of the Gaussian, and the rough direction as the direction of the oscillatory function. The variations in the vertical direction give these randlets edge-detection properties in the horizontal direction. When rotated by θ degrees, they will tend to detect edges at θ degrees. Other types of randlets include:
Half Randlet:
m(x,y)=C□yeσ
Mexican Hat Randlet:
m(x,y)=C□yeσ
Wavelet Randlet:
m(x,y)=C□w(y)eσ
The w(y) portion of the wavelet randlet is a one-dimensional wavelet function. In an implementation, when scaling a wavelet randlet, instead of choosing a wavelet of fixed size, a wavelet family can be chosen, and instead of scaling, a longer or shorter member of the wavelet family can be chosen.
Generally, high-frequency randlets are scaled so that the randlet is longer in the smooth direction than in the rough direction. This enhances the randlet's ability to detect edges.
In an implementation, the mother randlets may be obtained by combinations of the Gaussian, half, Mexican Hat, and/or wavelet randlets.
RT Transformation
A transform coefficient k is computed (508) for each randlet by finding the inner product of randlet k and the residue of randlet k−1. If the randlet k is denoted by rk, the residue of randlet m is denoted by Rm, and coefficient n is denoted by cn, then:
As each coefficient is generated, it is quantized (510), and it is the quantized value that is stored (512) as the coefficient in the transform. In accordance with one implementation, it is also this quantized value that is subtracted from the signal (504). In an implementation, a uniform quantizer is used, basing the number of levels on type and scaling of the randlet. Randomized rounding may also be used, e.g., to round the coefficient based on a random number. The effects of randomized rounding may be accommodated by the iterative convergence of the algorithm.
Once the quantization is complete, the next residue is computed (514). If Q(·) is the quantizer, then:
Rk[i,j]=Rk−1[i,j]−Q(ck)□rk[i,j]
In an implementation, the randlets are not projected upon the entire signal block. The effective footprint of the randlets is computed in a preprocessing phase (not shown) by considering only the area where the randlets have non-negligible value. The randlets are then only projected in that area.
In an alternative implementation, the basis functions are placed as normal and then their positions are perturbed to the nearby location of maximum power. This makes the transform converge with fewer coefficients, but extra information would have to be stored with each coefficient giving the horizontal and vertical perturbation.
Since the center of each randlet ranges uniformly across the whole signal block, the extremities of the randlets can reach outside of the block. This causes edge effects at the block boundaries. These edge effects may be eliminated by padding each block with a mirror signal of itself at each edge. In general, a padding of 5 to 10 pixels (e.g., for an image) is sufficient, even for very large images.
Extending RT Transform
Generally, a specific instance of the RT is generated to work on a specific size of signal block (e.g., an image). There are three ways to do this. First, the randlets can be chosen with centers in the range [0,1], and the transform can be expanded to the actual size of whatever signal block is chosen. One advantage of this method is that many coefficients of the transform will become scaling-invariant. However, to ensure that this transform will scale well for large data blocks, an enormous number of randlets may need to be chosen. These randlets will be redundant on small signals, but necessary to enable the transform to be taken to large scales.
Another method is to define the transform for a maximum signal block size. This method is similar to the previous method, except that the number of basis functions can be bounded, since the maximum block size is known. There is still the problem of redundant basis functions on smaller blocks, though.
The third method is to generate the transform for a relatively small block, e.g. images of 50×50 or 100×100. Any block that is larger than this size is decomposed into blocks of this size, transform is performed separately on all blocks. This method may be beneficial for transforms, because it avoids the redundant basis functions of the previous two methods. However, the first method is useful for applications of the RT such as hashing and watermarking, where a small number of basis functions can be used. These are further discussed below under the same titles.
Furthermore, since most signal blocks will not come in integer multiples of the block size, the blocks may be padded with zero values to achieve a size that is a multiple of the block size. This padding may be removed as part of the inverse transform or reconstruction discussed below.
In one implementation, the basis functions need not be completely and independently random. For example, the first basis function may be chosen completely randomly. For each subsequent basis function, a set of linear constraints may be generated which include constraints that ensure orthogonality to all previously-chosen basis functions and/or normalization. Such constraints may also ensure that the shape of the basis function is a randlet. The next basis function may then be randomly chosen from the functions which fulfill the constraints. As additional basis functions are chosen, it may however become harder for functions to fulfill all of the constraints. In this situation, the next basis function may be chosen randomly from among the functions which approximately fulfill the constraints (e.g., almost orthogonal), such as defined by some threshold which may vary with the size of the desired basis function. In one implementation, this process can be implemented by an optimization algorithm.
Compression
Moreover, lossy compression may be performed to an arbitrary level by throwing out coefficients corresponding to the smallest randlets (602). With respect to the sorted list of randlets discussed with reference to
Furthermore, the rate of lossy compression can be varied dynamically as well, so the amount of bandwidth spent on a signal block is made accordingly to the bandwidth available. Also, an image can be sent iteratively so that the basic representation appears first, and the details are filled in later. Moreover, when the list of basis functions is sorted by size (as discussed with reference to
Denoising
Hashing
The RT is an ideal tool for multimedia signal hashing such as image hashing Even though this section discusses image hashing specifically in portions, it is envisioned RT based hashing may be generally applied to signals as will be discussed with reference to
With respect to image hashing, the generated hash value is believed to be robust to perturbations in the image, and the randomized nature of the basis functions ensures that the hash is hard to predict. A modified version of the RT of
Additionally, when hashing, it may be valuable to have each coefficient taken from a same distribution as all of the other coefficients, when taken over all images, for example. Therefore, the use of residues is not done when the RT is used for hashing. This simplifies the hashing algorithm and ensures that the power of hash coefficients are not reduced by previous randlets. Also, when residues are taken, later coefficients depend on earlier coefficients, so a small perturbation in a signal can cause large changes in later coefficients. This is an undesirable property for an approximate hash.
In an implementation, the hashed vector can be quantized using a suitable lattice. For example, one can have a public key lattice for which a private key allows quantization easily, whereas quantization from the public key may introduce more errors. Accordingly, the public key basis would be the image of a private key basis for the lattice under a suitable unimodular matrix transformation. Moreover, the quantization also allows one to ignore small changes.
Furthermore, when choosing a transform for a hash, the randlets do not have to be sorted by size (such as discussed with reference to
Finally, error correction is applied to the quantized transform coefficients (810) and the coefficients are stored (812). In an implementation, an error-correcting code's decoder is used to shrink the hash value and make it even more resistant to perturbations.
Hasing for Identifaction/Authentication
Images (and signals generally) can be compared by performing an RT-based hashing (as discussed with reference to
In an implementation, the L2 norm is utilized. It is envisioned that the Ln norm may produce better results, where n is large (since it magnifies large differences between coefficients while downplaying smaller differences).
Coefficients can be compared directly, or as ratios. For example, comparing the ratios of statistics in one image to the ratios of the same statistics in other images can help to defeat equalization attacks. This is similar to normalizing the transform coefficients. Alternately, statistics can be formed which are functions of subsets of coefficients. Again, these can be compared directly, or as ratios.
RT Watermarking
The watermark is then applied to the transform coefficients (908), which are inserted back into the signal (910), e.g., via a minimum-norm matrix solution to inverting the transform. To ensure that the matrix is well-behaved, the randlets may be chosen so that they do not substantially overlap. This may make it easier to identify and defeat the watermark, however.
Inverse Transform or Reconstruction
For example, if I[i, j] is the image, then:
In one implementation, the reconstruction method 1000 can be applied to almost-orthogonal basis functions. Accordingly, the reconstruction method 1000 may be applied when residues are used, when the basis functions are orthogonal, or when the basis functions are almost orthogonal.
Hardware Implementation
Computer environment 1100 includes a general-purpose computing device in the form of a computer 1102. The components of computer 1102 can include, but are not limited to, one or more processors or processing units 1104 (optionally including a cryptographic processor or co-processor), a system memory 1106, and a system bus 1108 that couples various system components including the processor 1104 to the system memory 1106.
The system bus 1108 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures can include an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an Enhanced ISA (EISA) bus, a Video Electronics Standards Association (VESA) local bus, and a Peripheral Component Interconnects (PCI) bus also known as a Mezzanine bus.
Computer 1102 typically includes a variety of computer-readable media. Such media can be any available media that is accessible by computer 1102 and includes both volatile and non-volatile media, removable and non-removable media.
The system memory 1106 includes computer-readable media in the form of volatile memory, such as random access memory (RAM) 1110, and/or non-volatile memory, such as read only memory (ROM) 1112. A basic input/output system (BIOS) 1114, containing the basic routines that help to transfer information between elements within computer 1102, such as during start-up, is stored in ROM 1112. RAM 1110 typically contains data and/or program modules that are immediately accessible to and/or presently operated on by the processing unit 1104.
Computer 1102 may also include other removable/non-removable, volatile/non-volatile computer storage media. By way of example,
The disk drives and their associated computer-readable media provide non-volatile storage of computer-readable instructions, data structures, program modules, and other data for computer 1102. Although the example illustrates a hard disk 1116, a removable magnetic disk 1120, and a removable optical disk 1124, it is to be appreciated that other types of computer-readable media which can store data that is accessible by a computer, such as magnetic cassettes or other magnetic storage devices, flash memory cards, CD-ROM, digital versatile disks (DVD) or other optical storage, random access memories (RAM), read only memories (ROM), electrically erasable programmable read-only memory (EEPROM), and the like, can also be utilized to implement the exemplary computing system and environment.
Any number of program modules can be stored on the hard disk 1116, magnetic disk 1120, optical disk 1124, ROM 1112, and/or RAM 1110, including by way of example, an operating system 1126, one or more application programs 1128, other program modules 1130, and program data 1132. Each of such operating system 1126, one or more application programs 1128, other program modules 1130, and program data 1132 (or some combination thereof) may implement all or part of the resident components that support the distributed file system.
A user can enter commands and information into computer 1102 via input devices such as a keyboard 1134 and a pointing device 1136 (e.g., a “mouse”). Other input devices 1138 (not shown specifically) may include a microphone, joystick, game pad, satellite dish, serial port, scanner, and/or the like. These and other input devices are connected to the processing unit 1104 via input/output interfaces 1140 that are coupled to the system bus 1108, but may be connected by other interface and bus structures, such as a parallel port, game port, or a universal serial bus (USB).
A monitor 1142 or other type of display device can also be connected to the system bus 1108 via an interface, such as a video adapter 1144. In addition to the monitor 1142, other output peripheral devices can include components such as speakers (not shown) and a printer 1146 which can be connected to computer 1102 via the input/output interfaces 1140.
Computer 1102 can operate in a networked environment using logical connections to one or more remote computers, such as a remote computing device 1148. By way of example, the remote computing device 1148 can be a personal computer, portable computer, a server, a router, a network computer, a peer device or other common network node, game console, and the like. The remote computing device 1148 is illustrated as a portable computer that can include many or all of the elements and features described herein relative to computer 1102.
Logical connections between computer 1102 and the remote computer 1148 are depicted as a local area network (LAN) 1150 and a general wide area network (WAN) 1152. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, and the Internet.
When implemented in a LAN networking environment, the computer 1102 is connected to a local network 1150 via a network interface or adapter 1154. When implemented in a WAN networking environment, the computer 1102 typically includes a modem 1156 or other means for establishing communications over the wide network 1152. The modem 1156, which can be internal or external to computer 1102, can be connected to the system bus 1108 via the input/output interfaces 1140 or other appropriate mechanisms. It is to be appreciated that the illustrated network connections are exemplary and that other means of establishing communication link(s) between the computers 1102 and 1148 can be employed.
In a networked environment, such as that illustrated with computing environment 1100, program modules depicted relative to the computer 1102, or portions thereof, may be stored in a remote memory storage device. By way of example, remote application programs 1158 reside on a memory device of remote computer 1148. For purposes of illustration, application programs and other executable program components such as the operating system are illustrated herein as discrete blocks, although it is recognized that such programs and components reside at various times in different storage components of the computing device 1102, and are executed by the data processor(s) of the computer.
Various modules and techniques may be described herein in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Typically, the functionality of the program modules may be combined or distributed as desired in various implementations.
An implementation of these modules and techniques may be stored on or transmitted across some form of computer-readable media. Computer-readable media can be any available media that can be accessed by a computer. By way of example, and not limitation, computer-readable media may comprise “computer storage media” and “communications media.”
“Computer storage media” includes volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules, or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer.
“Communication media” typically includes computer-readable instructions, data structures, program modules, or other data in a modulated data signal, such as carrier wave or other transport mechanism. Communication media also includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared (IR), wireless fidelity (e.g., IEEE 802.11b wireless networking) (Wi-Fi), cellular, Bluetooth enabled, and other wireless media. Combinations of any of the above are also included within the scope of computer-readable media.
Although the invention has been described in language specific to structural features and/or methodological acts, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or acts described. For example, the techniques discussed herein may be applied to audio signals, images, and/or video signals (i.e., one, two, or three dimensional signals, respectively). Hence, the specific features and acts are disclosed as exemplary forms of implementing the claimed invention.
This application is a divisional of U.S. patent application Ser. No. 10/837,563, filed on Apr. 30, 2004 and entitled “Randomized Signal Transforms and Their Applications. Application Ser. No. 10/837,563 is hereby fully incorporated herein by this reference.
Number | Name | Date | Kind |
---|---|---|---|
4773039 | Zamora | Sep 1988 | A |
5093869 | Alves et al. | Mar 1992 | A |
5210820 | Kenyon | May 1993 | A |
5351310 | Califano et al. | Sep 1994 | A |
5425081 | Gordon et al. | Jun 1995 | A |
5465353 | Hull et al. | Nov 1995 | A |
5490516 | Hutson | Feb 1996 | A |
5535020 | Ulichney | Jul 1996 | A |
5613004 | Cooperman et al. | Mar 1997 | A |
5664016 | Preneel et al. | Sep 1997 | A |
5687236 | Moskowitz et al. | Nov 1997 | A |
5689639 | Schwarz | Nov 1997 | A |
5734432 | Netravali et al. | Mar 1998 | A |
5774588 | Li | Jun 1998 | A |
5802518 | Karaev et al. | Sep 1998 | A |
5809498 | Lopresti et al. | Sep 1998 | A |
5835099 | Marimont | Nov 1998 | A |
5862260 | Rhoads | Jan 1999 | A |
5875264 | Carlstrom | Feb 1999 | A |
5899999 | De Bonet | May 1999 | A |
5915038 | Abdel-Mottaleb et al. | Jun 1999 | A |
5918223 | Blum et al. | Jun 1999 | A |
5953451 | Syeda-Mahmood | Sep 1999 | A |
5983351 | Glogau | Nov 1999 | A |
6075875 | Gu | Jun 2000 | A |
6081893 | Grawrock et al. | Jun 2000 | A |
6101602 | Fridrich | Aug 2000 | A |
6104811 | Aiello et al. | Aug 2000 | A |
6131162 | Yoshiura et al. | Oct 2000 | A |
6134343 | Nichani | Oct 2000 | A |
6246777 | Agarwal et al. | Jun 2001 | B1 |
6249616 | Hashimoto | Jun 2001 | B1 |
6278385 | Kondo et al. | Aug 2001 | B1 |
6314192 | Chen et al. | Nov 2001 | B1 |
6321232 | Syeda-Mahmood | Nov 2001 | B1 |
6330672 | Shur | Dec 2001 | B1 |
6363381 | Lee et al. | Mar 2002 | B1 |
6363463 | Mattison | Mar 2002 | B1 |
6370272 | Shimizu | Apr 2002 | B1 |
6377965 | Hachamovitch et al. | Apr 2002 | B1 |
6385329 | Sharma et al. | May 2002 | B1 |
6401084 | Ortega et al. | Jun 2002 | B1 |
6418430 | DeFazio et al. | Jul 2002 | B1 |
6425082 | Matsui et al. | Jul 2002 | B1 |
6459957 | Bennett et al. | Oct 2002 | B1 |
6463341 | Cao et al. | Oct 2002 | B1 |
6477276 | Inoue et al. | Nov 2002 | B1 |
6513118 | Iwamura | Jan 2003 | B1 |
6522767 | Moskowitz et al. | Feb 2003 | B1 |
6532541 | Chang et al. | Mar 2003 | B1 |
6546114 | Venkatesan et al. | Apr 2003 | B1 |
6574348 | Venkatesan et al. | Jun 2003 | B1 |
6574378 | Lim | Jun 2003 | B1 |
6584465 | Zhu et al. | Jun 2003 | B1 |
6606744 | Mikurak | Aug 2003 | B1 |
6625295 | Wolfgang et al. | Sep 2003 | B1 |
6628801 | Powell et al. | Sep 2003 | B2 |
6647128 | Rhoads | Nov 2003 | B1 |
6654740 | Tokuda et al. | Nov 2003 | B2 |
6658423 | Pugh et al. | Dec 2003 | B1 |
6658626 | Aiken | Dec 2003 | B1 |
6671407 | Venkatesan et al. | Dec 2003 | B1 |
6674861 | Xu et al. | Jan 2004 | B1 |
6687416 | Wang | Feb 2004 | B2 |
6700989 | Itoh et al. | Mar 2004 | B1 |
6701014 | Syeda-Mahmood | Mar 2004 | B1 |
6725372 | Lewis et al. | Apr 2004 | B1 |
6751343 | Ferrell et al. | Jun 2004 | B1 |
6754675 | Abdel-Mottaleb et al. | Jun 2004 | B2 |
6768809 | Rhoads et al. | Jul 2004 | B2 |
6768980 | Meyer et al. | Jul 2004 | B1 |
6769061 | Ahern | Jul 2004 | B1 |
6771268 | Crinon | Aug 2004 | B1 |
6782361 | El-Maleh et al. | Aug 2004 | B1 |
6799158 | Fischer et al. | Sep 2004 | B2 |
6839673 | Choi et al. | Jan 2005 | B1 |
6864897 | Brand | Mar 2005 | B2 |
6879703 | Lin et al. | Apr 2005 | B2 |
6901514 | Iu et al. | May 2005 | B1 |
6907527 | Wu | Jun 2005 | B1 |
6965898 | Aono et al. | Nov 2005 | B2 |
6971013 | Mihcak et al. | Nov 2005 | B2 |
6973574 | Mihcak et al. | Dec 2005 | B2 |
6990444 | Hind et al. | Jan 2006 | B2 |
6990453 | Wang et al. | Jan 2006 | B2 |
6996273 | Mihcak et al. | Feb 2006 | B2 |
7007166 | Moskowitz et al. | Feb 2006 | B1 |
7062419 | Grzeszczuk et al. | Jun 2006 | B2 |
7095873 | Venkatesan et al. | Aug 2006 | B2 |
7142675 | Cheng et al. | Nov 2006 | B2 |
7152163 | Mihcak et al. | Dec 2006 | B2 |
7171339 | Repucci et al. | Jan 2007 | B2 |
7188065 | Mihcak et al. | Mar 2007 | B2 |
7234640 | Pentel | Jun 2007 | B2 |
7657752 | Mihcak et al. | Feb 2010 | B2 |
20010010333 | Han et al. | Aug 2001 | A1 |
20010016911 | Obana | Aug 2001 | A1 |
20020126872 | Brunk et al. | Sep 2002 | A1 |
20020154778 | Mihcak et al. | Oct 2002 | A1 |
20020172394 | Venkatesan et al. | Nov 2002 | A1 |
20020196976 | Mihcak et al. | Dec 2002 | A1 |
20030056101 | Epstein | Mar 2003 | A1 |
20030095685 | Tewfik et al. | May 2003 | A1 |
20030118208 | Epstein | Jun 2003 | A1 |
20030133591 | Watanabe et al. | Jul 2003 | A1 |
20030169269 | Sasaki et al. | Sep 2003 | A1 |
20030190054 | Troyansky et al. | Oct 2003 | A1 |
20030194133 | Wenzel et al. | Oct 2003 | A1 |
20030198389 | Wenzel et al. | Oct 2003 | A1 |
20030219144 | Rhoads et al. | Nov 2003 | A1 |
20040001605 | Venkatesan et al. | Jan 2004 | A1 |
20040005078 | Tillotson | Jan 2004 | A1 |
20040083373 | Perkins et al. | Apr 2004 | A1 |
20040100473 | Grzeszczuk et al. | May 2004 | A1 |
20040125983 | Reed et al. | Jul 2004 | A1 |
20040249615 | Grzeszczuk et al. | Dec 2004 | A1 |
20050015205 | Repucci et al. | Jan 2005 | A1 |
20050065974 | Mihcak et al. | Mar 2005 | A1 |
20050071377 | Mihcak et al. | Mar 2005 | A1 |
20050076229 | Mihcak et al. | Apr 2005 | A1 |
20050084103 | Mihcak et al. | Apr 2005 | A1 |
20050123053 | Cooper et al. | Jun 2005 | A1 |
20050163313 | Maitland et al. | Jul 2005 | A1 |
20050165690 | Liu et al. | Jul 2005 | A1 |
20050180500 | Chiang et al. | Aug 2005 | A1 |
20060095521 | Patinkin | May 2006 | A1 |
20060274114 | Silverbrook et al. | Dec 2006 | A1 |
20070053325 | Shin et al. | Mar 2007 | A1 |
20080031524 | Wenzel | Feb 2008 | A1 |
Number | Date | Country |
---|---|---|
1279849 | Jan 2001 | CN |
0581317 | Feb 1994 | EP |
1253784 | Oct 2002 | EP |
1553780 | Jul 2005 | EP |
2358565 | Jul 2001 | GB |
7239862 | Sep 1995 | JP |
8186817 | Jul 1996 | JP |
2008186817 | Jul 1996 | JP |
11041571 | Feb 1999 | JP |
11098341 | Apr 1999 | JP |
2000-004350 | Jan 2000 | JP |
200050057 | Feb 2000 | JP |
2000050057 | Feb 2000 | JP |
2000101439 | Apr 2000 | JP |
2000115728 | Apr 2000 | JP |
2000149004 | May 2000 | JP |
2000243067 | Sep 2000 | JP |
2000261655 | Sep 2000 | JP |
2000332988 | Nov 2000 | JP |
2000350007 | Dec 2000 | JP |
2001155169 | Jun 2001 | JP |
2002244685 | Aug 2002 | JP |
2003141160 | May 2003 | JP |
2003163880 | Jun 2003 | JP |
2003521152 | Jul 2003 | JP |
2193825 | Nov 2002 | RU |
WO9917537 | Apr 1999 | WO |
WO9918723 | Apr 1999 | WO |
WO9960514 | Nov 1999 | WO |
WO0111890 | Feb 2001 | WO |
WO0128230 | Apr 2001 | WO |
WO0237331 | May 2002 | WO |
WO03092197 | Nov 2003 | WO |
Entry |
---|
Translated Japanese Office Action mailed Feb. 18, 2011 for Japanese Patent Application No. 2005-118208, a counterpart foreign application for US Patent No. 7,770,014. |
Sloane, “Encrypting by Random Rotations”, Lecture Notes in Computer Science, vol. 1440, 1998, pp. 71-128. |
Bebis et al., “Using Algebraic Functions of Views for Indexing-Based Object Recognition”, Department of Computer Science, University of Nevada, Jan. 4, 2007, Reno, Nv, pp. 634-639. |
Brin, et al., “Copy Detection Mechanisms for Digital Documents”, Proceedings of the ACM SIGMOD Annual Conference, San Jose, May 1995, pp. 398-409. |
Chang et al., “A Spatial Match Representation Scheme for Indexing and Querying in Iconic Image Databases”, 1997, ACM, retrieved at http://portal.acm.org/citation.cfm?id=266890&coll=ACM&dl=ACM&CFID=68519948&CFTOKEN=85922645>>. |
Chang, et al., “RIME: A Replicated Image Detector for the World-Wide Web” Proceedings of the SPI,E vol. 3527, Nov. 2-4, 1998, pp. 58-67. |
B. Chen and G. W. Wornell, “Quantization Index Modulation: A class of Provably Good Methods for Digital Watermarking and Information Embedding,” IEEE Trans. Inform. Theory, 1999 and 2000, pp. 1-54. |
Chen et al., “Achievable Performance of Digital Watermarking Systems,” IEEE, 1999, pp. 13-18. |
Chen, et al., “Digital watermarking and information embedding using dither modulation,” Proc. IEEE Workshop on Multimedia Signal Processing, Redondo Beach, CA, pp. 273-278, Dec. 1998. |
B. Chen and G. W. Wornell, “Dither modulation: a new approach to digital watermarking and information embedding,” Proc. of SPIE: Security and Watermarking of Multimedia Contents, vol. 3657, pp. 342-353, 1999. |
Chen et al., “Quantization Index Modulation Methods for Digital Watermarking and Information Embedding of Multimedia” Journal of VLSI Signal Processing, 2001, pp. 7-33. |
Cheng et al. “Aircraft identification based on the algebraic method,” Hybrid Image and Signal Processing III, vol. 1702, Apr. 23, 1992, pp. 298-305. |
Cooper et al., “Summarizing Popular Music Via Structural Similarity Analysis”, 2003 IEEE Workshop on Applications of Signal Processing to Audio and Acoustics, Oct. 19-22, 2003, New Paltz, NY, 4 pgs. |
Cox, et al., “A secure robust watermark for multimedia,” Information Hiding Workshop, University of Cambridge, pp. 185-206, 1996. |
Dittman, et al., “Robust MPEG video watermarking technologies,” Proceedings of ACM Multimedia 1998, The 6th ACM International Multimedia Conference, Bristol, England, pp. 71-80. |
Dittmann, et al., “Content-based Digital Signature for Motion Pictures Authentication and Content-Fragile Watermarking”, IEEE 1999, retrieved on Jul. 27, 2008 at <<http://ieeexplore.ieee.org/iel5/6322/16898/00778274.pdf?tp=&arnumber=778274&isnumber=16898>, pp. 209-213. |
Echizen, et al., “General Quality Maintenance Module for Motion Picture Watermarking” IEEE Trans. on Consumer Electronics, vol. 45, No. 4, Nov. 1999, pp. 1150-1158. |
El-Kwae et al., “Efficient Content-Based Indexing of Large Image Databases”, Apr. 2000, ACM, retrieved at <<http://portal.acm.org/citation.cfm?id=348762&coll=ACM&dl=ACM&CFID=68519948&CFTOKEN=85922645>>. |
Fridrich, et al., “Robust Hash Functions for Digital Watermarking,” Proc. Int. Conf. on Information Technology: Coding and Computing, Mar. 2000, pp. 178-183. |
Irons et al, “The Need of Perceptual Hashing Techniques for Music Scores”, The Computer Society, Proceedings of the Third International Conference WEB Delivering of Music, 2003, IEEE, 4 pgs. |
Kalker, et. al., “A Video Watermarking System for Broadcast Monitoring,” IS&T/SPIE Conference on Security and Watermarking of Multimedia Contents, SPIE vol. 3657, San Jose, CA, Jan. 1999, pp. 103-112. |
Kalker, et al., “Efficient detection of a spatial spread-spectrum watermark in MPEG video streams,” Proc. IEEE ICIP, Vancouver, Canada, Sep. 2000. |
Kesal et al., “Iteratively Decodable Codes for Watermarking Applications,” Proceedings of the Second Symposium on Turbo Codes and Their Applications, France, Sep. 2000, 4 pages. |
Kozat S. S. et al., “Robust Preceptual Image Hashing Via Matrix Invariants,” Image Processing, Oct. 24, 2004. |
Lambrou et al, “Classification of Audio Signals Using Statistical Features on Time and Wavelet Transform Domains”, Accoustics, Speech and Signal Processing, 1998, Proceedings of the 1998 IEEE International Conference on Seattle, WA, USA May 12-15, 1998, New York, NY, USA, IEEE, US, vol. 6, pp. 3621-3624. |
Lee, et al., “Adaptive Video Watermarking Using Motion Information,” Proc SPIE, vol. 3971, Security and Watermarking of Multimedia Contents II, Jan. 2000, pp. 209-216. |
Lin et al., “A Robust Image Authentication Method Distinguishing JPEG Compression from Malicious Manipulation”, IEEE Transactions, Feb. 2001, vol. 11, No. 2, pp. 153-168. |
Lin, et al., “Generating Robust Digital Signature for Image/Video Authentication”, retrieved on Jul. 27, 2008 at <<http://www.ee.columbia.edu/in/dvmm/publications/98/acmmm98.pdf>>, Multimedia and Security Workshop at ACM Multimedia, '98, Bristol UK, Sep. 1998. |
Liu et al., “A SVD-Based Watermarking Scheme for Protecting Rightful Ownership”, IEEE Transaction on Multimedia, vol. 4, Issue 1, Mar. 2002, 25 pgs. |
Malvar, “A Modulated Complex Lapped Transform and its Applications to Audio Processing” IEEE ICASSP'99, Phoenix, AZ, Mar. 1999, pp. 1-4. |
Mihcak, et al., “A Perceptual Audio Hashing Algorithm: A Tool for Robust Audio Identification and Information Hiding,” Proceedings of the Information Hiding Workshop, 2001, 15 pages. |
Mihcak, et al., “A tool for robust audio information hiding: A perceptual audio hashing algorithm,” submitted to Workshop on Information Hiding, Pittsburgh, PA, 2001. |
Mihcak, et al., “Blind Image Watermarking Via Derivation and Quantization of Robust Semi-Global Statistics,” Proceedings of IEEE-ICASSP, Orlando, FL, 2002, 4 pages. |
Mihcak, et al., “Cryptanalysis of Discrete-Sequence Spread Spectrum Watermarks,” Proceedings of the Information Hiding Workshop, Holland, 2002, 21 pages. |
Mihcak, et al., “New Iterative Geometric Methods for Robust Perceptual Image Hashing,” Proceedings of the Security and Privacy Digital Rights Management Workshop, 2001, 9 pages. |
Mihcak, et al., “Watermarking via Optimization Algorithms for Quantizing Randomized Statistics of Image Regions,” Proceedings of the Annual Allerton Conference on Communication Control and Computing, Urbana, IL, 2002, 10 pages. |
Moreno et al., “Using the Fisher Kernal Method for Web Audio Classification”, Acoustics, Speech , and Signal Processing, 2000, ICASSP '00, Proceedings, 2000 IEEE International Conference on Jun. 5-9, 2000, Piscataway, NJ, USA, IEEE, vol. 6, pp. 2417-2420. |
Moulin, et al., “A Framework for Evaluating the Data-Hiding Capacity of Image Sources,” IEEE Transactions on Image Processing, vol. 11, No. 9, Sep. 2002, pp. 1-14. |
Moulin et al., “The Parallel-Gaussian Watermarking Game,” IEEE Transactions Information Theory, Feb. 2004, pp. 1-36. |
Muramatsu, et al., “A Sound Database System with Intuitive Retrieval Retrieved by Sound”, vol. 1999, No. 1, Mar. 25-28, 1999, The Institute of Electronics, Information and Communication Engineers, 1999, pp. 4. |
Petitcolas, et al., “Evaluation of copyright marking systems,” Proceedings of IEEE Multimedia Systems'99, vol. 1, pp. 574-579, Jun. 7-11, 1999, Florence, Italy. |
Politis et al., “An Audio Signatures Indexing Scheme for Dynamic Content Multimedia Databases”, Electrotechnical Conference, 2000. IEEE, vol. 2, May 29, 2000, pp. 725-728. |
Pye, D., “Content-Based Methods for the Management of Digital Music”, Acoustics, Speech, and Signal Processing, 2000, ICASSP '00. Proceedings, 2000 IEEE International Conference on Jun. 5-9, 2000, Piscataway, NJ, USA, IEEE, vol. 6, pp. 2437-2440. |
Schneider et al., “A Robust Content Based Digital Signature for Image Authentication”, Proceedings, International Conference, Sep. 1996, vol. 3, pp. 227-230. |
Swanson, et al., “Object based transparent video watermarking,” Proceedings of IEEE Signal Processing Society 1997 Workshop on Multimedia Signal Processing, Jun. 23-25, 1997, Princeton, New Jersey, USA. |
Takeuchi, Kazuki et al., “Image ID Extraction by Content Analysis and its Applications”, Nov. 24, 2000, 8 pages. |
“The Singular Value Decomposition”, retrieved at http://www2.imm.dtu.dk/˜pch/Projekter/tsvd.html, Aug. 20, 1999, 3 pgs. |
Tsuji, et al., “Local Patterns of a Melody and its Applications to Retrieval by Sensitivity Words”, IEICE Technical Report, Mar. 6, 1997, vol. 96, No. 565, pp. 17-24. |
“US ASCII Code Chart”, 1968, Wikipedia, 1 pg. |
Venkatesan, et al., “Image Hashing”, Microsoft Research, Mar. 24, 2000, pp. 1-8. |
Venkatesan et al., “Image Watermarking with Better Resilience” Proceedings of IEEE-ICIP, Vancouver, BC, Canada, 2000, 4 pages. |
Venkatesan et al., “Robust Image Hashing,” Proceedings of the IEEE-ICIP, Vancouver, BC, Canada, 2000, 3 pages. |
Wu, et al., “Video Access Control Via Multi-level Data Hiding,” Proc. IEEE Int. Conf. on Multimedia and Expo, vol. I, Jul./Aug. 2000, pp. 381-384. |
Yoshino et al., “An Automatic Metadata Creation Method for Music Data and its Application to Semantic Associative Search”, Technical Report of Information Processing Society of Japan, Jul. 9, 1998, vol. 98 No. 58, pp. 109-116. |
Inoue, “A Construction for Hash Function Using Error Correction Codes”, Journal of Information Processing Society of Japan, vol. 41, No. 9, Sep. 15, 2000, pp. 2475-2486. |
Translated Japanese Notice of Rejection mailed Mar. 11, 2011 for Japanese Patent Application No. 2008-031159, a counterpart foreign application of US Patent No. 6,973,574. |
Translated Japanese Final Rejection mailed Mar. 4, 2011 for Japanese Patent Application No. 2004-353231, a counterpart foreign application of US Patent No. 7,831,832. |
Translated Chinese Office Action mailed May 18, 2011 for Chinese Patent Application No. 200510056235.3, a counterpart foreign application of US Patent No. 7,770,014. |
The Korean Office Action mailed May 31, 2011 for Korean patent application No. 10-2005-26352, a counterpart foreign application of US patent No. 7,770,014. |
Vorwerk et al., “A Proposal for a Combination of Compression and Encryption”, Proceedings of the SPIE, vol. 4067, Jun. 2000, pp. 694-702. |
European Search Report for EP Application No. EP05102995, mailed on May 25, 2010, 4 pgs. |
The Canadian Office Action mailed Apr. 18, 2012 for Canadian Patent Application No. 2487151, a counterpart foreign application of US Patent No. 7,831,832, 3 pages. |
The Japanese Office Action mailed Jun. 20, 2012 for Japanese Patent Application No. 2010-239198, a counterpart foreign application of US Patent No. 7,020,775, 1 page. |
Translated Japanese Notice of Allowance mailed Aug. 19, 2011 for Japanese Patent Application No. 2004-353231, a counterpart foreign application of US Patent No. 7,831,832, 6 pages. |
Translated Japanese Notice of Rejection mailed Jul. 20, 2011 for Japanese Patent Application No. 2010-239198, a counterpart foreign application of US Patent No. 7,020,775, 3 pgs. |
Translated Japanese Notice of Rejection mailed Jul. 29, 2011 for Japanese Patent Application No. 2008-031159, a counterpart foreign application of US Patent No. 6,973,574, 5 pages. |
Translated Japanese Final Rejection mailed Aug. 5, 2011 for Japanese Patent Application No. 2005-118208, a counterpart foreign application of US Patent No. 7,770,014, 4 pages. |
Translated Korean Preliminary Rejection mailed Jul. 28, 2011 for Korean Patent Application No. 10-2004-94079, a counterpart foreign application of US Patent No. 7,831,832, 8 pages. |
Number | Date | Country | |
---|---|---|---|
20100228809 A1 | Sep 2010 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10837563 | Apr 2004 | US |
Child | 12782647 | US |