EP1222589A2 - Systems and methods for pricing and selling digital goods - Google Patents

Systems and methods for pricing and selling digital goods

Info

Publication number
EP1222589A2
EP1222589A2 EP00963655A EP00963655A EP1222589A2 EP 1222589 A2 EP1222589 A2 EP 1222589A2 EP 00963655 A EP00963655 A EP 00963655A EP 00963655 A EP00963655 A EP 00963655A EP 1222589 A2 EP1222589 A2 EP 1222589A2
Authority
EP
European Patent Office
Prior art keywords
bid
bids
sample
bidder
threshold
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
EP00963655A
Other languages
German (de)
French (fr)
Inventor
Andrew V. Goldberg
Jason D. Hartline
Andrew K. Wright
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Intertrust Technologies Corp
Original Assignee
Intertrust Technologies Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Intertrust Technologies Corp filed Critical Intertrust Technologies Corp
Publication of EP1222589A2 publication Critical patent/EP1222589A2/en
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions

Definitions

  • the present invention relates to the sale and/or distribution of goods and services. More particularly, the present invention relates to systems and methods for pricing and/or selling goods or services using randomized sampling and other auction techniques.
  • one measure of a digital work's value is the aggregate utility that consumers derive from the work.
  • a vendor could recover this amount by charging each individual buyer the maximum amount that each is willing to pay. For example, if a first buyer valued a digitally-recorded movie at $5, a second buyer valued the movie at $8, and a third buyer valued the movie at $1, the vendor could maximize revenue by charging the first buyer $5, the second buyer $8, and the third buyer $1 for a copy of the movie.
  • this amount will typically be unattainable in practice, as consumers are generally unwilling to pay a higher price than others for the same item simply because the item is more valuable to them.
  • vendors typically estimate consumer utility via market analysis, and then use those estimates to set a fixed price designed to maximize revenue.
  • the vendor could maximize revenue by setting the fixed price at $5, thus obtaining a revenue of $10 (i.e., $5 from the first and second buyers).
  • Pay-per-view movies are an example of the use of fixed pricing for the sale of digital or electronic content.
  • Determining an optimal fixed price can be a difficult task, however, as it requires near-perfect knowledge of consumer utilities. If the price is set too high, an insufficient number of items may be sold; if the price is set too low, insufficient revenue may be collected per item. In the example presented above, if the vendor were to set the price at $6, he or she would only obtain $6 in revenue, as only the second buyer would be willing to purchase the movie. Similarly, if the price were set at $1, the vendor would obtain only $3.
  • auctions are sometimes used to determine the sale price.
  • An advantage of an auction is that if it is properly designed, it will set the price for an item at or near the optimum fixed price. For example, in a conventional English auction bidders compete against each other to "win" an item at the bid price. Bidders continue raising the bid price until it exceeds the utility value of enough of the other bidders that the number of active bidders is equal to the number of items to be sold. Thus, the winning bidders effectively pay some increment above the utility value of the last bidder to withdraw from the auction.
  • Fig. 1 illustrates a Vickrey auction in which ten bidders submit bids for k items. As shown in Fig.
  • each bidder has an incentive to bid his or her true utility value, since the price that each winning bid will pay is independent of the value of the winning bid itself.
  • unlimited supply refers generally to situations in which the seller has an amount of items that equals or exceeds demand, and/or situations in which the seller can reproduce items on demand at negligible marginal cost.
  • unlimited supply refers generally to situations in which the seller has an amount of items that equals or exceeds demand, and/or situations in which the seller can reproduce items on demand at negligible marginal cost.
  • the English auction described above were used to sell unlimited supply goods, bidders would have no incentive to raise the price in successive rounds, since all bids would be satisfied no matter what the bid value.
  • the Vickrey auction would be ineffective, as each bidder would pay an amount less than or equal to the lowest bid, which the bidders could set at an arbitrarily low level, knowing that it would nevertheless be satisfied.
  • One way to avoid these problems is to artificially limit the supply of goods. However, it is apparent that this simply reintroduces the need for market analysis, since the problem of determining how to optimally limit supply so as to maximize revenue is typically no easier to solve than that of
  • the present invention provides systems and methods for pricing and selling goods and services of effectively unlimited supply using novel auction techniques. It should be appreciated that the present invention can be implemented in numerous ways, including as a process, an apparatus, a system, a device, a method, or a computer readable medium. Several inventive embodiments of the present invention are described below.
  • a system for vending copies of an electronic work includes a computer for receiving bids from one or more bidders, and bid sampling logic for selecting (i) a bid from one of the bidders, and (ii) a sample of one or more of the other bids. Processing logic is used to derive a threshold from the sample of bids, and to determine, based on this threshold, whether to vend a copy of the electronic work to the bidder.
  • the system may also include a network interface for sending a copy of the electronic work to the bidder, and payment processing software for collecting payment for the electronic work from the bidder.
  • a method for distributing copies of an electronic work. There may be an effectively unlimited number of copies the electronic work, and the maximum number of copies that are to be distributed need not be specified in advance.
  • a group of bids is received from one or more bidders.
  • a bid is selected from the group, as is a sample of bids drawn from the group of remaining bids.
  • a threshold value is derived from the sample, and the selected bid is compared to the threshold. If the selected bid is greater than or equal to the threshold, a copy of the electronic work is sent to the bidder who submitted the selected bid. This process can be repeated for each bid in the group.
  • a method for distributing an electronic work is disclosed.
  • a group of bids are received, and a weighting factor is assigned to each bid.
  • a first bid is selected from the group of bids, and another bid is drawn from the group using the weighting factors.
  • the weighting factors can be used to make the probability of drawing a given bid from the group proportional to the relative value of the bid in comparison to the other bids in the group.
  • the value of the first bid is compared to the value of the bid that was drawn from the group, and a copy of the electronic work is distributed to the bidder who submitted the first bid if the first bid is greater than or equal to the other bid.
  • Fig. 1 illustrates the operation of a Vickrey auction.
  • FIGs. 2A, 2B, and 2C illustrate a system for practicing an embodiment of the present invention.
  • Figs. 3A, 3B, and 3C are flow charts illustrating sampling-based optimal threshold auction mechanisms in accordance with embodiments of the present invention.
  • Figs. 4A and 4B illustrate the application of a dual-price, optimal threshold auction mechanism to a set of bids.
  • Fig. 5 is a flow chart illustrating a method for conducting an auction in accordance with an embodiment of the present invention.
  • Figs. 6A and 6B illustrate the application of a weighted-pairing auction mechanism to a set of bids.
  • Fig. 7 illustrates the performance of exemplary auction mechanisms when bids are distributed uniformly.
  • Fig. 8 illustrates the performance of exemplary auction mechanisms when bids are distributed according to a normal distribution.
  • Fig. 9 illustrates the performance of exemplary auction mechanisms when bids are distributed according to a Zipf distribution.
  • Fig. 10 illustrates the performance of exemplary auction mechanisms when bids are distributed according to an equal-revenue distribution.
  • Fig. 1 1 illustrates the performance of exemplary auction mechanisms when bids are distributed in a bipolar fashion.
  • a randomized auction mechanism is used to determine both the number of goods that are sold and the selling price.
  • the auction mechanism automatically adapts to the bid distribution to yield revenue that is competitive with that which could be obtained if the vendor were able to determine the optimal fixed price for the goods.
  • a set of bids is randomly or quasi-randomly partitioned into two or more groups. An optimal threshold is determined for each group, and this threshold is then used to select winning bids from one or more of the other groups.
  • each bid is compared to a competing bid that is randomly or quasi-randomly selected from the set of bids. If the bid is less than the randomly- selected competing bid, the bid is rejected. Otherwise, the bid is accepted and the bidder buys the auctioned item at the price of the randomly-selected bid.
  • system 200 preferably includes:
  • bidders submit bids electronically via network 214 to server 211.
  • Server 211 is operable to send the bidders a list of the items being auctioned and to facilitate entry of bids from terminals 210.
  • Server 211 is also preferably operable to identify the winning bids, to accept and/or process payment for the auctioned item, and to make and/or dispense a copy of the auctioned item to each of the winning bidders.
  • server 211 might comprise a mainframe computer or minicomputer running Microsoft® Site Server 3.0, Commerce Edition software, available from Microsoft Corporation of
  • server 211 may include:
  • a network interface 230 for connecting server 211 to network 214 and for communicating with terminals 210; • a magnetic and/or optical disk drive 232 for reading and writing diskettes and/or CDs containing content and program files;
  • a non-volatile storage unit 234 such as a hard disk drive, for storing content and program files
  • RAM random access memory
  • ROM read only memory
  • CPU central processing unit
  • server 211 The operation of server 211 is controlled primarily by control programs that are executed by the server's CPU 244. These control programs may be stored in system memory 236. In a typical implementation, the programs stored in system memory may include:
  • a security module 253 for securely transmitting and receiving data to and from network 214, display 240, and/or disk drives 232 and 234; • an auction control module 254, discussed in more detail below, for managing an online auction, preferably including modules for transmitting information to bidders; receiving bids; evaluating bids to identify winners and losers; making copies of digital content and transmitting those copies to the winning bidders; obtaining and processing payments from the bidders; recording and analyzing bid distributions; allowing the auctioneer to select the auction mechanism to be used; and responding to auctioneer and/or bidder queries regarding the nature of the auction.
  • terminal 210 may comprise any suitable mechanism for communicating a bid to server 211.
  • terminal 210 may comprise a personal computer 210a, a personal digital assistant (PDA) 210b, a television with set-top box 210c, or the like.
  • terminal 210 might include: • a user interface 274, including a display 276 and one or more input devices 278;
  • a network interface 280 for connecting terminal 210 to network 214 and for communicating with server 211;
  • storage media 284 operable to store digital content downloaded from server 211;
  • system memory 286 for storing digital content and control and security programs that govern the operation of the system and its interaction with network 214 and input/output devices 278;
  • communication between server 211 and terminals 210 is performed using a secure protocol such as the Secure Sockets Layer (SSL) protocol, the Internet Engineering Task Force's (IETF) Transport Layer Security (TLS) protocol, and/or the secure HTTP (S-HTTP) protocol to create an effectively secure channel between the server and each terminal and/or to send individual messages securely.
  • SSL Secure Sockets Layer
  • IETF Internet Engineering Task Force's
  • TLS Transport Layer Security
  • S-HTTP secure HTTP
  • SSL can be used by server 211 to verify the identity of a terminal 210 (and/or vice-versa) before valuable content or sensitive financial information is transmitted, and can also be used to facilitate encryption of the information that is ultimately transmitted.
  • information is sent between terminals 210 and server 211 using the methods and systems described in the '900 patent, previously incorporated by reference herein.
  • a user's bid can be enclosed in a secure container and sent to server 211, where the secure container is opened and the bid removed.
  • server 211 may be operable to send the auctioned item to each winning bidder in a secure container, such as a DIGIBOX ® secure container produced by InterTrust Technologies Corporation of Santa Clara, California.
  • a preferred embodiment uses the systems and methods described, e.g., in the '900 patent, the Sibert application, and or Menezes et al., Handbook of Applied Cryptography, pp.
  • Fig. 2A illustrates a system 200 in which bids are entered remotely at computer terminals 210 and forwarded via network 214 to server 211 for processing and storage
  • bids can be submitted via a variety of additional and/or alternate means, including without limitation facsimile, telephone, email, the postal system, and/or hand delivery. These bids could then be entered manually into server 211 by the auctioneer and/or processed manually.
  • the system for processing bids shown in Figs. 2A, 2B, and 2C is intended to be illustrative and not limiting.
  • auction control module 254 includes a variety of bid processing procedures 258 for conducting an auction (or lottery) in accordance with the principles of the present invention. Several illustrative procedures will now be described with reference to Figs. 3A - 6.
  • an optimal threshold for a randomly-selected sample of the bids obtained by server 211 is used to determine the outcome of some or all of the remaining bids.
  • the optimal threshold of the sample is one that would maximize the revenue obtained from the sample.
  • Fig. 3A is a flow chart illustrating one such sampling-based threshold technique. With reference to Fig. 3A, after gathering a set of bids (310), a sample group of the bids is selected (312). In a preferred embodiment, a pseudo-random sampling of the bids is taken, with the size of the sample being chosen such that the properties of the sample can be expected to be statistically representative of the properties of the entire group of bids. For example, for a relatively large number of bids, n, sample sizes of approximately the square root of n or H/10 have been found to work well. However, it will be appreciated that other suitable sample sizes could be used in accordance with the principles of the present invention.
  • an optimal threshold for the sample is determined (314), the threshold being a value that, e.g., maximizes the revenue that could be obtained from the sample.
  • the bids in the sample are then discarded (315). That is, none of the bidders in the sample are allowed to purchase the item, regardless of the price that they bid. This has the beneficial effect of making the price that the winning bidders pay independent of the value that they bid, thus encouraging each bidder to bid his or her true utility value.
  • the threshold from the sample is then compared against the values of the bids outside the sample (316 - 326). If a bid value is greater than (or in some embodiments, greater than or equal to) the threshold (a "yes" exit from block 320), then server 211 sends a copy of the item to the bidder (322) and collects payment from the bidder in an amount equal to the threshold (324). If, on the other hand, the bid is less than or equal to (or in some embodiments, less than) the threshold (i.e., a "no" exit from block 320), the bid is rejected (318). In a preferred embodiment, when a bid is rejected a message is sent to the bidder indicating that the bid was unsuccessful. This process is repeated for each of the bids in the remainder.
  • a dual-priced technique is used to avoid the loss of revenue that results from discarding the bids used to set the threshold.
  • Figs. 3B and 3C illustrate this technique.
  • the bids in the sample are not discarded. Instead, a second threshold is determined by analyzing the bids in the remainder (348). This threshold is then used to determine whether the bids in the original sample are winners or losers (350 - 360).
  • the threshold used to select each winning bid is chosen independently of the value of the winning bid itself, and thus bidders are incentivized to bid their true utility values.
  • the sample is taken such that it is approximately equal in size to the group of unsampled bids (i.e., the sample and the remainder are of approximately equal size).
  • the order of the blocks shown in Figs. 3 A, 3B, and 3C can be varied without departing from the principles of the present invention.
  • blocks 318, 322, and 324 could simply comprise the act of recording the status of b,- (e.g., win or lose), with all of the bids being processed together at the end of the auction (e.g., rejection notifications sent, copies of the auctioned item made, and/or payments processed). It will also be appreciated that in some embodiments, some steps need not be performed.
  • payment may not need to be collected.
  • payment can be collected (or at least reserved) when the bids are initially received - payment of a deposit, or demonstration of the ability to pay, being a prerequisite to having a bid considered. In such embodiments, funds can simply be released to the vendor once a bid wins.
  • Figs. 3B and 3C can be generalized to the case where an arbitrary number of samples are taken from the original set of bids, thresholds for each of the samples are computed, and thresholds from one sample (or set of samples) used to evaluate which bids in another sample win or lose. Accordingly, it will be appreciated that there are numerous ways to apply the techniques disclosed herein, any suitable one or more of which could be used in accordance with the principles of the present invention.
  • the original set of bids could be divided into two groups in numerous different ways: at one extreme, a single bid could be selected at random, and its value used as a threshold against which the other bids are compared, while at another extreme, each bid could be compared to the optimal threshold of a "sample" consisting of the entire set of remaining bids.
  • Figs. 4A and 4B illustrate the application of a dual-priced, random-sample, optimal threshold technique to a group of twenty bids.
  • the bids are randomly (or arbitrarily) partitioned into two groups, shown as a shaded group and an unshaded group.
  • the optimal threshold for each group is calculated.
  • the optimal threshold for the shaded group of bids i.e., the threshold that would yield the greatest revenue if applied to the shaded group
  • This threshold is applied to the bids in the unshaded sample, yielding a revenue of $18 (i.e., all unshaded bids of $2 or greater pay $2).
  • the optimal threshold for the unshaded sample is determined - in this case it is also $2 - and applied to the bids in the shaded sample, yielding a revenue of $16.
  • the auction mechanism is able to achieve the same revenue as an optimal fixed pricing scheme, yet by using the auction mechanism the vendor is able to avoid the costs of performing the market research necessary to determine the optimal fixed price. It can be shown that if, for example, the highest bid is small in relation to the total amount of revenue obtainable through optimal fixed pricing, then the expected revenue of a random sample optimal threshold auction will be within a constant factor of the revenue of the optimal single-price auction, and will usually be very close to the revenue obtained using fixed pricing with perfect market information.
  • random is intended to encompass pseudo-random, quasi-random, effectively random, or arbitrary processes, in addition to “truly” random processes.
  • Any suitable random number generation technique can be used in accordance with the teachings of the present invention, including without limitation those set forth, in Knuth, The Art of Computer Programming: Volume 2, Seminumerical Algorithms, 3d ed., pp. 1-193 (Addison- Wesley 1998), which is hereby incorporated by reference.
  • Fig. 5 is a flow chart illustrating another illustrative method of conducting an auction for digital goods.
  • an auction mechanism is implemented where for each bid x, a different bid is selected using a predefined selection process that is effectively independent of x. liy is less than or equal to x, the bidder who bid x wins and pays y. Otherwise the bidder loses
  • a set of bids is gathered (510) and weighted using a suitable weighting scheme (512).
  • the bids are weighted proportionally to their bid value; however, one of ordinary skill in the art will appreciate that other weighting schemes can be used. For example, the weighting scheme need not be linearly proportional to bid value. In other embodiments, no weighting scheme is used.
  • each bid, b is compared to a randomly selected competing bid, bk (513 - 524).
  • Figs. 6A and 6B illustrate the application of the weighted-pairing auction mechanism desc ⁇ bed above to a set of ten bids.
  • m a preferred embodiment each bid is assigned a weight proportional to the value of the bid. In the embodiment shown in Fig. 6A, this is accomplished by assigning each bid, b congestion a number equal to the sum of all the bid values through b,.
  • bids can be randomly selected with a probability proportional to the individual bid values simply by randomly generating a number between 1 and ⁇ bid_values (in Fig. 6 A, a number between 1 and 30) and mapping that number back to its corresponding bid. For example, with the weighting scheme shown m Fig.
  • a weighted pool of bids could be created by duplicating each bid a number of times proportional to the value of the bid, then selecting each bk at random from the resulting pool.
  • the weighting is performed separately for each b, - that is, for each _>, the remaining bids are weighted - which is equivalent to relocating weighting block 512 in Fig. 5 such that it is located between blocks 513 and 514.
  • Fig. 6B illustrates the result of applying the process shown m Fig. 5 to the bids shown in Fig. 6A.
  • b k is randomly selected using the weighted selection scheme desc ⁇ bed above.
  • b k is selected from the set of all bids except for b congestion which can be accomplished by simply rejecting random numbers that map to b, rather than to a unique b k -
  • Each _>, is compared to its corresponding b k , and a determination is made as to whether b, wins or loses based on whether b, is greater than or equal to b k (or, in other embodiments, whether b, is greater than bk).
  • the vendor determines the identity of the winning bidders in this manner, collects payment equal to the approp ⁇ ate value of b k for each bid, and sends a copy of the auctioned item to each winning bidder.
  • the weighted pairing auction desc ⁇ bed above is multiple-p ⁇ ced and stable. Moreover, as shown Figs. 7, 8, 9, 10, and 11, theoretical and experimental results indicate that this auction performs relatively well in comparison to other stable auction mechanisms.
  • One way to improve the performance of the weighted pairing mechanism for some bid distributions is to pick a constant, g, and to modify the auction so that _>, ⁇ wins if it is greater than g*bk, and pays g*b k -
  • g is a constant between 0 and 1.
  • the modified auction revenue will be at least g times the original auction revenue, but has the potential to be much larger.
  • Figs. 7, 8, 9, 10, and 11 compare the performance of optimal fixed pricing (i.e., the performance that could be obtained with perfect market analysis) to the performance of several embodiments of the present invention. In these plots, the performance of various bid mechanisms - measured on the y-axis as a percentage of the revenue obtainable by optimal fixed pricing (F) - is plotted versus the total number of bids in the auction. Curves for the following auction mechanisms are illustrated in Figs. 7, 8, 9, 10, and 11:
  • DOT Deterministic Optimal Threshold
  • Fig. 7 illustrates the performance of the exemplary auction mechanisms when bids are distributed uniformly (e.g., randomly) between a maximum bid of 1 and a minimum bid of 0.
  • Fig. 8 illustrates performance when bids are distributed according to a normal distribution curve with mean of 1 and standard deviation of 1 (negative bids are not included).
  • the random sampling auction mechanisms perform particularly well on the uniform, normal, and Zipf distributions, as these distributions are characterized by the fact that a uniformly-chosen random subset of the bids will, on average, have the same distribution as the original distribution.
  • the auction mechanisms of the present invention perform better than imperfect fixed pricing.
  • Fig. 10 the distribution is such that the same revenue can be obtained by setting the selling price to any bid value (except for the highest) and satisfying all bids greater than or equal to that value. As seen in Fig. 10, this bid distribution represents a worst-case performance for several of the auction mechanisms.
  • Fig. 11 illustrates the performance of various auction mechanisms when bids are clustered in a bipolar fashion (i.e., bids are clustered at high and low values). In Fig. 11, the performance of the auction mechanisms are plotted for various bid-cluster configurations.
  • the information obtained by the auctioneer in a particular auction can be useful in determining the optimal method by which to sell additional copies of the goods in the future. For example, if the auction mechanism encourages bidders to bid their true utility values (i.e., is a stable auction mechanism), the auctioneer will collect valuable data on consumer utility values and the distributions thereof. Using these data, the auctioneer can adapt future sales mechanisms to best match the distributions of utility values observed in the market for the goods in question.
  • the auctioneer can conduct future auctions for this type of goods using a variant of the weighted-pairing auction mechanism or the single-sample, optimal threshold mechanism, both of which have been found to perform well on such a distribution.
  • the vendor could simply set a fixed price at the optimal level derived from the auction data.
  • the vendor could capitalize on consumer price discrimination by offering a modified form of the goods which would be less appealing to consumers who place a high utility value on the item, but which would still be appealing to consumers who place a low utility value on the item.
  • the vendor could create a version of the goods that did not include some of the features or functions valued by the high-end customers.
  • the vendor could then hold separate auctions for each class of goods, setting a reserve price on the high-end version of the goods, the reserve price being greater than the utility values exhibited by the consumers of the low-end version.
  • a stable auction mechanism enables the vendor to accurately observe market distributions and to adapt in an optimal fashion.
  • auction application software 254 includes data analysis modules 262, which are operable to record the bid distributions observed in actual auctions and to determine an optimal auction mechanism and or fixed price for the observed bid distribution. In one embodiment, this determination is performed by stepping through a library of auction mechanisms, and iteratively optimizing the auction variables to maximize the revenue derived from the auction. For example, the sample size of the single-price optimal threshold mechanism could be optimized; the choice of scaling factor g could be optimized; and so forth.
  • the dual-price optimal threshold mechanism can be adapted to an auction for k items by simply selecting the optimal threshold for each sample to yield approximately k/2 winning bids. If too many bids are selected, bids can be randomly rejected until only k bids remain.
  • auction mechanisms presented herein can be similarly adapted for use in the context of limited supply goods.
  • the systems and methods described herein are readily adaptable to situations where this is not the case. For example, if the marginal cost of producing an item is v, the vendor can simply subtract v from all bids, automatically reject all negative bids, and then conduct the auction using the remaining bids in the manner previously described (with v added back to each bid). This technique can thus be used to enforce a vendor's "reserve" price.

Abstract

Systems and methods are provided for pricing, selling, and/or otherwise distributing electronic content using auction mechanisms. A randomized auction mechanism is used to determine both the number of goods that are sold and the selling price. The auction mechanism automatically adapts to the bid distribution to yield revenue that is competitive with that which could be obtained if the vendor were able to determine the optimal fixed price for the goods. In one embodiment a set of bids is randomly or quasi-randomly partitioned into two or more groups. An optimal threshold is determined for each group, and this threshold is then used to select winning bids from one or more of the other groups. In another embodiment, each bid is compared to a competing bid that is randomly or quasi-randomly selected from the set of bids. If the bid is less than the randomly-selected competing bid, the bid is rejected. Otherwise, the bid is accepted and the bidder buys the auctioned item at the price of the randomly-selected bid.

Description

SYSTEMS AND METHODS FOR PRICING AND SELLING DIGITAL
GOODS
RELATED APPLICATIONS
This application claims priority from U.S. Provisional Application No. 60/155,458, entitled "Systems and Methods for Pricing and Selling Digital Goods," filed September 21, 1999, which is hereby incorporated by reference.
COPYRIGHT AUTHORIZATION
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
FIELD OF THE INVENTION
The present invention relates to the sale and/or distribution of goods and services. More particularly, the present invention relates to systems and methods for pricing and/or selling goods or services using randomized sampling and other auction techniques.
BACKGROUND OF THE INVENTION
Improvements in digital recording and storage technology, together with the proliferation of digital and analog communication networks, have created a rapidly growing market for digital goods and services. The nature of digital goods is such that they can be reproduced at little cost. Thus, while it can be expensive to produce an original work, the marginal cost of producing additional copies is typically a negligible fraction of this initial cost. For example, commercial sound recordings, business reports, computer programs, and movies each typically cost a substantial sum to create; however, near-perfect digital copies can be produced easily and inexpensively using readily-available equipment. In the case of musical recordings, for example, digital formats such as MPEG-1 Audio Layer 3, or MP3, enable high- quality copies of an original recording to be stored and transmitted with relatively little consumption of disk space or network bandwidth.
While increasing attention has been devoted to the protection of digital and other electronic content from unauthorized copying, distribution, and use, relatively little attention has been paid to another fundamental problem facing the vendor of digital goods - namely, the problem of maximizing the value derived from the sale of those goods. Since digital goods can be produced at negligible marginal cost, they can be supplied in virtually unlimited quantities. Thus, the primary criteria for determining the optimal sale price for a digital work will typically be the utility value that consumers place on the work, which for practical purposes can be approximated by the amount consumers are willing to pay.
Accordingly, one measure of a digital work's value is the aggregate utility that consumers derive from the work. A vendor could recover this amount by charging each individual buyer the maximum amount that each is willing to pay. For example, if a first buyer valued a digitally-recorded movie at $5, a second buyer valued the movie at $8, and a third buyer valued the movie at $1, the vendor could maximize revenue by charging the first buyer $5, the second buyer $8, and the third buyer $1 for a copy of the movie. Of course, this amount will typically be unattainable in practice, as consumers are generally unwilling to pay a higher price than others for the same item simply because the item is more valuable to them. As a result, vendors typically estimate consumer utility via market analysis, and then use those estimates to set a fixed price designed to maximize revenue. In the example described above, for instance, the vendor could maximize revenue by setting the fixed price at $5, thus obtaining a revenue of $10 (i.e., $5 from the first and second buyers). Pay-per-view movies are an example of the use of fixed pricing for the sale of digital or electronic content.
Determining an optimal fixed price can be a difficult task, however, as it requires near-perfect knowledge of consumer utilities. If the price is set too high, an insufficient number of items may be sold; if the price is set too low, insufficient revenue may be collected per item. In the example presented above, if the vendor were to set the price at $6, he or she would only obtain $6 in revenue, as only the second buyer would be willing to purchase the movie. Similarly, if the price were set at $1, the vendor would obtain only $3. Moreover, since the utility value of an item may vary with time - for example, a consumer may not be willing to pay as much for a movie that was released a year ago as for a movie that was released yesterday - the vendor will need to make periodic attempts to re-adjust the fixed price.
In the context of limited-supply goods, auctions are sometimes used to determine the sale price. An advantage of an auction is that if it is properly designed, it will set the price for an item at or near the optimum fixed price. For example, in a conventional English auction bidders compete against each other to "win" an item at the bid price. Bidders continue raising the bid price until it exceeds the utility value of enough of the other bidders that the number of active bidders is equal to the number of items to be sold. Thus, the winning bidders effectively pay some increment above the utility value of the last bidder to withdraw from the auction.
Another auction technique was presented by Vickrey in his classic paper, Counterspeculation, Auctions and Competitive Sealed Tenders, Journal of Finance, (16) 8-37 (1961). In a typical Vickrey auction, bidders submit sealed bids to the auctioneer. If £ items are being sold, the k highest bids win, but pay a price equal to the highest losing bid. That is, if the bids are ranked in ascending order from 1 to n, the k highest bids each pay the auctioneer an amount equal to the n-k highest bid. Fig. 1 illustrates a Vickrey auction in which ten bidders submit bids for k items. As shown in Fig. l, if/ = 1 the highest bidder - in this case bidder 5, with a bid of $9 - wins the auction and purchases the item for $8, which is the amount of the second highest bid (submitted by bidder 1). Similarly, if k = 3 the three highest bidders (i.e., bidders 1, 4, and 5) win the auction, and each obtain one of the auctioned items for $6, which is the value of the fourth highest bid. A characteristic of the Vickrey auction is that each bidder has an incentive to bid his or her true utility value, since the price that each winning bid will pay is independent of the value of the winning bid itself. Accordingly, there is no reason for bidders to try to guess what other bidders are bidding and to bid incrementally above that value, as such a strategy runs the risk of missing an opportunity to buy the item at a price that is at or below the bidder's utility value, and does nothing to lower the price that the bidder will ultimately pay for the item if he or she wins. Auctions which encourage bidders to bid their true utility values are sometimes referred to as "stable" or "truthful" auctions. Conventional auction techniques break down, however, if there is an unlimited supply of the goods being auctioned, as is the case with digital goods. (Note that "unlimited supply," as used herein, refers generally to situations in which the seller has an amount of items that equals or exceeds demand, and/or situations in which the seller can reproduce items on demand at negligible marginal cost). For example, if the English auction described above were used to sell unlimited supply goods, bidders would have no incentive to raise the price in successive rounds, since all bids would be satisfied no matter what the bid value. Similarly, the Vickrey auction would be ineffective, as each bidder would pay an amount less than or equal to the lowest bid, which the bidders could set at an arbitrarily low level, knowing that it would nevertheless be satisfied. One way to avoid these problems is to artificially limit the supply of goods. However, it is apparent that this simply reintroduces the need for market analysis, since the problem of determining how to optimally limit supply so as to maximize revenue is typically no easier to solve than that of determining an optimal fixed price.
Accordingly, there is a need for systems and methods which enable the vendor of digital or other goods of unlimited supply to sell those goods without resort to costly and error-prone market analysis, yet which also enable the vendor to obtain a revenue stream that is of approximately the same order of magnitude as the revenue stream the vendor could receive if he or she had perfect information about the market for the goods.
SUMMARY OF THE INVENTION
The present invention provides systems and methods for pricing and selling goods and services of effectively unlimited supply using novel auction techniques. It should be appreciated that the present invention can be implemented in numerous ways, including as a process, an apparatus, a system, a device, a method, or a computer readable medium. Several inventive embodiments of the present invention are described below.
In one embodiment, a system for vending copies of an electronic work is disclosed. The system includes a computer for receiving bids from one or more bidders, and bid sampling logic for selecting (i) a bid from one of the bidders, and (ii) a sample of one or more of the other bids. Processing logic is used to derive a threshold from the sample of bids, and to determine, based on this threshold, whether to vend a copy of the electronic work to the bidder. The system may also include a network interface for sending a copy of the electronic work to the bidder, and payment processing software for collecting payment for the electronic work from the bidder.
In another embodiment, a method is disclosed for distributing copies of an electronic work. There may be an effectively unlimited number of copies the electronic work, and the maximum number of copies that are to be distributed need not be specified in advance. In accordance with this distribution method, a group of bids is received from one or more bidders. A bid is selected from the group, as is a sample of bids drawn from the group of remaining bids. A threshold value is derived from the sample, and the selected bid is compared to the threshold. If the selected bid is greater than or equal to the threshold, a copy of the electronic work is sent to the bidder who submitted the selected bid. This process can be repeated for each bid in the group.
In yet another embodiment, a method for distributing an electronic work is disclosed. A group of bids are received, and a weighting factor is assigned to each bid. A first bid is selected from the group of bids, and another bid is drawn from the group using the weighting factors. For example, the weighting factors can be used to make the probability of drawing a given bid from the group proportional to the relative value of the bid in comparison to the other bids in the group. The value of the first bid is compared to the value of the bid that was drawn from the group, and a copy of the electronic work is distributed to the bidder who submitted the first bid if the first bid is greater than or equal to the other bid.
These and other features and advantages of the present invention will be presented in more detail in the following detailed description and the accompanying figures which illustrate by way of example the principles of the invention.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention will be readily understood by the following detailed description in conjunction with the accompanying drawings, wherein like reference numerals designate like structural elements, and in which: Fig. 1 illustrates the operation of a Vickrey auction.
Figs. 2A, 2B, and 2C illustrate a system for practicing an embodiment of the present invention.
Figs. 3A, 3B, and 3C are flow charts illustrating sampling-based optimal threshold auction mechanisms in accordance with embodiments of the present invention.
Figs. 4A and 4B illustrate the application of a dual-price, optimal threshold auction mechanism to a set of bids.
Fig. 5 is a flow chart illustrating a method for conducting an auction in accordance with an embodiment of the present invention.
Figs. 6A and 6B illustrate the application of a weighted-pairing auction mechanism to a set of bids.
Fig. 7 illustrates the performance of exemplary auction mechanisms when bids are distributed uniformly.
Fig. 8 illustrates the performance of exemplary auction mechanisms when bids are distributed according to a normal distribution.
Fig. 9 illustrates the performance of exemplary auction mechanisms when bids are distributed according to a Zipf distribution.
Fig. 10 illustrates the performance of exemplary auction mechanisms when bids are distributed according to an equal-revenue distribution.
Fig. 1 1 illustrates the performance of exemplary auction mechanisms when bids are distributed in a bipolar fashion.
DETAILED DESCRIPTION
A detailed description of the present invention is provided below. While the invention is described in conjunction with several embodiments, it should be understood that the invention is not limited to any one embodiment. On the contrary, the scope of the invention is limited only by the appended claims, and the invention encompasses numerous alternatives, modifications and equivalents. For example, while several embodiments are described in the context of a system and method for single-round, sealed-bid auctions for goods of effectively unlimited supply, those skilled in the art will recognize that the disclosed systems and methods are readily adaptable for broader application. For example, without limitation, the present invention could readily be applied in the context of multi-round auctions, unsealed bid auctions, and/or auctions for goods of limited supply. Moreover, while numerous specific details are set forth in the following description in order to provide a thorough understanding of the present invention, the present invention can be practiced according to the claims without some or all of these details. Finally, for the purpose of clarity, certain material that is known in the art related to the invention has not been described in detail in order to avoid obscuring the invention.
The following U.S. patents and applications, each of which is assigned to the assignee of the current application, are hereby incorporated in their entirety by reference: Ginter et al., "Systems and Methods for Secure Transaction Management and Electronic Rights Protection," U.S. Patent No. 5,892,900, issued April 6, 1999 ("the '900 patent"); Ginter et al., "Trusted Infrastructure Support Systems, Methods and Techniques for Secure Electronic Commerce, Electronic Transactions, Commerce Process Control Automation, Distributed Computing, and Rights Management," U.S. Patent Application No. 08/699,712, filed August 12, 1996; Shear, "Database Usage Metering and Protection System and Method," U.S. Patent No. 4,827,508, issued May 2, 1989; and Sibert, "Systems and Methods for Using Cryptography to Protect Secure and Insecure Computing Environments," U.S. Patent Application No. , filed
July 28, 2000 ("the Sibert application").
Systems and methods are described herein for enabling the efficient pricing and sale of digital goods and/or other goods or services with marginal production costs that are relatively small. These mechanisms can also be advantageously applied in the context of goods of limited supply and/or goods whose marginal cost of reproduction is not small. In a preferred embodiment, a randomized auction mechanism is used to determine both the number of goods that are sold and the selling price. The auction mechanism automatically adapts to the bid distribution to yield revenue that is competitive with that which could be obtained if the vendor were able to determine the optimal fixed price for the goods. In one embodiment, a set of bids is randomly or quasi-randomly partitioned into two or more groups. An optimal threshold is determined for each group, and this threshold is then used to select winning bids from one or more of the other groups. In another embodiment, each bid is compared to a competing bid that is randomly or quasi-randomly selected from the set of bids. If the bid is less than the randomly- selected competing bid, the bid is rejected. Otherwise, the bid is accepted and the bidder buys the auctioned item at the price of the randomly-selected bid.
An illustrative system 200 for practicing an embodiment of the present invention will now be described with reference to Figs. 2A, 2B, and 2C. As shown in Fig. 2 A, system 200 preferably includes:
• one or more input terminals 210 for receiving bids from users and for displaying information to users;
• at least one server 211 for storing the item(s) to be auctioned and for managing the auction; and • communication media 212, preferably including a computer network 214 such as the Internet, for communicating information between terminals 210 and server 211.
As described in more detail below, in one embodiment bidders submit bids electronically via network 214 to server 211. Server 211 is operable to send the bidders a list of the items being auctioned and to facilitate entry of bids from terminals 210. Server 211 is also preferably operable to identify the winning bids, to accept and/or process payment for the auctioned item, and to make and/or dispense a copy of the auctioned item to each of the winning bidders. For example, server 211 might comprise a mainframe computer or minicomputer running Microsoft® Site Server 3.0, Commerce Edition software, available from Microsoft Corporation of
Redmond, Washington, and using the Auction component of the Site Server software to facilitate implementation of the administrative aspects of running an online auction.
As shown in Fig. 2B, server 211 may include:
• a network interface 230 for connecting server 211 to network 214 and for communicating with terminals 210; • a magnetic and/or optical disk drive 232 for reading and writing diskettes and/or CDs containing content and program files;
• a non-volatile storage unit 234, such as a hard disk drive, for storing content and program files; • a system memory unit 236, preferably including both high-speed random access memory (RAM) and read only memory (ROM), for storing system control programs, data, and application programs loaded from disk drive 232, storage unit 234, and/or network interface 230;
• a user interface 238, including a display 240 and one or more input devices 242; • a system clock 243;
• a central processing unit (CPU) 244;
• an optional random number generation circuit 245; and
• one or more internal buses 246 for interconnecting the aforementioned elements.
The operation of server 211 is controlled primarily by control programs that are executed by the server's CPU 244. These control programs may be stored in system memory 236. In a typical implementation, the programs stored in system memory may include:
• an operating system 246;
• a file handling system 248; • a set of user interface procedures 250, for handling input from user interface 238 and for displaying output to the user on display 240;
• one or more application programs 252;
• a security module 253 for securely transmitting and receiving data to and from network 214, display 240, and/or disk drives 232 and 234; • an auction control module 254, discussed in more detail below, for managing an online auction, preferably including modules for transmitting information to bidders; receiving bids; evaluating bids to identify winners and losers; making copies of digital content and transmitting those copies to the winning bidders; obtaining and processing payments from the bidders; recording and analyzing bid distributions; allowing the auctioneer to select the auction mechanism to be used; and responding to auctioneer and/or bidder queries regarding the nature of the auction.
As shown in Fig. 2A, bidders may communicate with server 211 via terminals 210. It will be appreciated that terminal 210 may comprise any suitable mechanism for communicating a bid to server 211. For example without limitation, terminal 210 may comprise a personal computer 210a, a personal digital assistant (PDA) 210b, a television with set-top box 210c, or the like. As shown in Fig. 2C, terminal 210 might include: • a user interface 274, including a display 276 and one or more input devices 278;
• a network interface 280 for connecting terminal 210 to network 214 and for communicating with server 211;
• storage media 284 operable to store digital content downloaded from server 211;
• system memory 286 for storing digital content and control and security programs that govern the operation of the system and its interaction with network 214 and input/output devices 278;
• a central processing unit 288 for executing program instructions; and
• one or more internal buses 290 for interconnecting the aforementioned elements.
In a preferred embodiment, communication between server 211 and terminals 210 is performed using a secure protocol such as the Secure Sockets Layer (SSL) protocol, the Internet Engineering Task Force's (IETF) Transport Layer Security (TLS) protocol, and/or the secure HTTP (S-HTTP) protocol to create an effectively secure channel between the server and each terminal and/or to send individual messages securely. For example, SSL can be used by server 211 to verify the identity of a terminal 210 (and/or vice-versa) before valuable content or sensitive financial information is transmitted, and can also be used to facilitate encryption of the information that is ultimately transmitted.
In one embodiment, information is sent between terminals 210 and server 211 using the methods and systems described in the '900 patent, previously incorporated by reference herein. For example, a user's bid can be enclosed in a secure container and sent to server 211, where the secure container is opened and the bid removed. Similarly, in one embodiment server 211 may be operable to send the auctioned item to each winning bidder in a secure container, such as a DIGIBOX® secure container produced by InterTrust Technologies Corporation of Santa Clara, California. Moreover, a preferred embodiment uses the systems and methods described, e.g., in the '900 patent, the Sibert application, and or Menezes et al., Handbook of Applied Cryptography, pp. 543-590 (CRC Press 1996), which is hereby incorporated by reference, to attach credentials to the bids and/or the content, thus enabling bidders and/or auctioneers to verify that the bids and auctioned items that they receive have originated from trusted sources. It should be appreciated, however, that the present invention is not limited to a particular security system, and that any suitable container or security scheme can be used. In some embodiments no special security measures are used.
Similarly, it should be appreciated that while Fig. 2A illustrates a system 200 in which bids are entered remotely at computer terminals 210 and forwarded via network 214 to server 211 for processing and storage, in other embodiments other configurations are used. For example, one of ordinary skill in the art will appreciate that bids can be submitted via a variety of additional and/or alternate means, including without limitation facsimile, telephone, email, the postal system, and/or hand delivery. These bids could then be entered manually into server 211 by the auctioneer and/or processed manually. Thus, it should be understood that the system for processing bids shown in Figs. 2A, 2B, and 2C is intended to be illustrative and not limiting.
In a preferred embodiment, auction control module 254 includes a variety of bid processing procedures 258 for conducting an auction (or lottery) in accordance with the principles of the present invention. Several illustrative procedures will now be described with reference to Figs. 3A - 6.
In one embodiment, an optimal threshold for a randomly-selected sample of the bids obtained by server 211 is used to determine the outcome of some or all of the remaining bids. In a preferred embodiment, the optimal threshold of the sample is one that would maximize the revenue obtained from the sample. Fig. 3A is a flow chart illustrating one such sampling-based threshold technique. With reference to Fig. 3A, after gathering a set of bids (310), a sample group of the bids is selected (312). In a preferred embodiment, a pseudo-random sampling of the bids is taken, with the size of the sample being chosen such that the properties of the sample can be expected to be statistically representative of the properties of the entire group of bids. For example, for a relatively large number of bids, n, sample sizes of approximately the square root of n or H/10 have been found to work well. However, it will be appreciated that other suitable sample sizes could be used in accordance with the principles of the present invention.
Referring back to Fig. 3 A, an optimal threshold for the sample is determined (314), the threshold being a value that, e.g., maximizes the revenue that could be obtained from the sample. In one embodiment the bids in the sample are then discarded (315). That is, none of the bidders in the sample are allowed to purchase the item, regardless of the price that they bid. This has the beneficial effect of making the price that the winning bidders pay independent of the value that they bid, thus encouraging each bidder to bid his or her true utility value.
The threshold from the sample is then compared against the values of the bids outside the sample (316 - 326). If a bid value is greater than (or in some embodiments, greater than or equal to) the threshold (a "yes" exit from block 320), then server 211 sends a copy of the item to the bidder (322) and collects payment from the bidder in an amount equal to the threshold (324). If, on the other hand, the bid is less than or equal to (or in some embodiments, less than) the threshold (i.e., a "no" exit from block 320), the bid is rejected (318). In a preferred embodiment, when a bid is rejected a message is sent to the bidder indicating that the bid was unsuccessful. This process is repeated for each of the bids in the remainder.
In another embodiment, a dual-priced technique is used to avoid the loss of revenue that results from discarding the bids used to set the threshold. Figs. 3B and 3C illustrate this technique. In this embodiment, the bids in the sample are not discarded. Instead, a second threshold is determined by analyzing the bids in the remainder (348). This threshold is then used to determine whether the bids in the original sample are winners or losers (350 - 360). Thus, the threshold used to select each winning bid is chosen independently of the value of the winning bid itself, and thus bidders are incentivized to bid their true utility values. In a preferred implementation of this embodiment, the sample is taken such that it is approximately equal in size to the group of unsampled bids (i.e., the sample and the remainder are of approximately equal size). One of ordinary skill in the art will appreciate that the order of the blocks shown in Figs. 3 A, 3B, and 3C can be varied without departing from the principles of the present invention. For example, in Fig. 3 A blocks 318, 322, and 324 could simply comprise the act of recording the status of b,- (e.g., win or lose), with all of the bids being processed together at the end of the auction (e.g., rejection notifications sent, copies of the auctioned item made, and/or payments processed). It will also be appreciated that in some embodiments, some steps need not be performed. For example, in a lottery embodiment, payment may not need to be collected. Also note that in some embodiments payment can be collected (or at least reserved) when the bids are initially received - payment of a deposit, or demonstration of the ability to pay, being a prerequisite to having a bid considered. In such embodiments, funds can simply be released to the vendor once a bid wins.
The technique illustrated in Figs. 3B and 3C can be generalized to the case where an arbitrary number of samples are taken from the original set of bids, thresholds for each of the samples are computed, and thresholds from one sample (or set of samples) used to evaluate which bids in another sample win or lose. Accordingly, it will be appreciated that there are numerous ways to apply the techniques disclosed herein, any suitable one or more of which could be used in accordance with the principles of the present invention. For example, the original set of bids could be divided into two groups in numerous different ways: at one extreme, a single bid could be selected at random, and its value used as a threshold against which the other bids are compared, while at another extreme, each bid could be compared to the optimal threshold of a "sample" consisting of the entire set of remaining bids.
Figs. 4A and 4B illustrate the application of a dual-priced, random-sample, optimal threshold technique to a group of twenty bids. As shown in Fig. 4 A, the bids are randomly (or arbitrarily) partitioned into two groups, shown as a shaded group and an unshaded group. Next, the optimal threshold for each group is calculated. As shown in Fig. 4B, the optimal threshold for the shaded group of bids (i.e., the threshold that would yield the greatest revenue if applied to the shaded group) is $2. This threshold is applied to the bids in the unshaded sample, yielding a revenue of $18 (i.e., all unshaded bids of $2 or greater pay $2). Similarly, the optimal threshold for the unshaded sample is determined - in this case it is also $2 - and applied to the bids in the shaded sample, yielding a revenue of $16. Thus, in this example the auction mechanism is able to achieve the same revenue as an optimal fixed pricing scheme, yet by using the auction mechanism the vendor is able to avoid the costs of performing the market research necessary to determine the optimal fixed price. It can be shown that if, for example, the highest bid is small in relation to the total amount of revenue obtainable through optimal fixed pricing, then the expected revenue of a random sample optimal threshold auction will be within a constant factor of the revenue of the optimal single-price auction, and will usually be very close to the revenue obtained using fixed pricing with perfect market information.
Note that "random," as used herein, is intended to encompass pseudo-random, quasi-random, effectively random, or arbitrary processes, in addition to "truly" random processes. One of ordinary skill in the art will appreciate that any suitable random number generation technique can be used in accordance with the teachings of the present invention, including without limitation those set forth, in Knuth, The Art of Computer Programming: Volume 2, Seminumerical Algorithms, 3d ed., pp. 1-193 (Addison- Wesley 1998), which is hereby incorporated by reference.
Fig. 5 is a flow chart illustrating another illustrative method of conducting an auction for digital goods. In this embodiment, an auction mechanism is implemented where for each bid x, a different bid is selected using a predefined selection process that is effectively independent of x. liy is less than or equal to x, the bidder who bid x wins and pays y. Otherwise the bidder loses Referring to Fig. 5, a set of bids is gathered (510) and weighted using a suitable weighting scheme (512). In a preferred embodiment, the bids are weighted proportionally to their bid value; however, one of ordinary skill in the art will appreciate that other weighting schemes can be used. For example, the weighting scheme need not be linearly proportional to bid value. In other embodiments, no weighting scheme is used.
Referring once again to Fig. 5, each bid, b is compared to a randomly selected competing bid, bk (513 - 524). In a preferred embodiment, the random selection of a bk is performed such that bids with higher weighting factors are proportionally more likely to be selected than bids with lower weighting factors. If _?, >= bk (or, in some embodiments, if b,- > bk), then _>, wins (517). If a bid wins, the winning bidder is sent a copy of the auctioned item (520) and payment is collected (522). If a bid loses, a message to that effect is sent to the bidder (518). The process of selecting a competing bid, bk, comparing it to a given bid, bt, and determining whether b, wins or loses is repeated for each bid in the oπginal set of bids (524). One of ordinary skill in the art will appreciate that the order of the blocks shown in Fig. 5 can be vaπed without departing from the pπnciples of the present invention.
Figs. 6A and 6B illustrate the application of the weighted-pairing auction mechanism descπbed above to a set of ten bids. As shown in Fig. 6 A, m a preferred embodiment each bid is assigned a weight proportional to the value of the bid. In the embodiment shown in Fig. 6A, this is accomplished by assigning each bid, b„ a number equal to the sum of all the bid values through b,. Using this weighting scheme, bids can be randomly selected with a probability proportional to the individual bid values simply by randomly generating a number between 1 and ∑bid_values (in Fig. 6 A, a number between 1 and 30) and mapping that number back to its corresponding bid. For example, with the weighting scheme shown m Fig. 6A, a random number, r, maps to the bid, bk, for which wei hty < r <= weighty It is to be understood, however, that the weighting scheme shown in Fig. 6 A, and the implementation thereof, is provided for purposes of illustration, not limitation, and that any suitable weighting scheme can be used in accordance with the principles of the present invention. For example, a weighted pool of bids could be created by duplicating each bid a number of times proportional to the value of the bid, then selecting each bk at random from the resulting pool. As another example, in one embodiment the weighting is performed separately for each b, - that is, for each _>, the remaining bids are weighted - which is equivalent to relocating weighting block 512 in Fig. 5 such that it is located between blocks 513 and 514.
Fig. 6B illustrates the result of applying the process shown m Fig. 5 to the bids shown in Fig. 6A. For each bid, _>„ a competing bid, bk, is randomly selected using the weighted selection scheme descπbed above. In a preferred embodiment, bk is selected from the set of all bids except for b„ which can be accomplished by simply rejecting random numbers that map to b, rather than to a unique bk- Each _>, is compared to its corresponding bk, and a determination is made as to whether b, wins or loses based on whether b, is greater than or equal to bk (or, in other embodiments, whether b, is greater than bk). The vendor determines the identity of the winning bidders in this manner, collects payment equal to the appropπate value of bk for each bid, and sends a copy of the auctioned item to each winning bidder. The weighted pairing auction descπbed above is multiple-pπced and stable. Moreover, as shown Figs. 7, 8, 9, 10, and 11, theoretical and experimental results indicate that this auction performs relatively well in comparison to other stable auction mechanisms.
One way to improve the performance of the weighted pairing mechanism for some bid distributions is to pick a constant, g, and to modify the auction so that _>,■ wins if it is greater than g*bk, and pays g*bk- In one preferred embodiment, g is a constant between 0 and 1. In this embodiment, the modified auction revenue will be at least g times the original auction revenue, but has the potential to be much larger. In general, the effectiveness of this technique, and the optimal choice of g, will depend on the characteristics of the individual distribution - for example, it has been found that this technique works well for g = 0.99 on distributions in which the bids are tightly clustered around a single value.
The performance of the auction mechanisms presented herein will typically vary somewhat according to the shape of the bid distribution curve. Figs. 7, 8, 9, 10, and 11 compare the performance of optimal fixed pricing (i.e., the performance that could be obtained with perfect market analysis) to the performance of several embodiments of the present invention. In these plots, the performance of various bid mechanisms - measured on the y-axis as a percentage of the revenue obtainable by optimal fixed pricing (F) - is plotted versus the total number of bids in the auction. Curves for the following auction mechanisms are illustrated in Figs. 7, 8, 9, 10, and 11:
• Single-Price Optimal Threshold (SSO). This auction mechanism is discussed in conjunction with Fig. 3 A, and is one in which a random sample of sqrt(«) of the n bids are used to set the threshold for the remaining n - sqrt(w) bids, but are then discarded. • Dual-Price Sampling, Optimal Threshold (DSO). This auction mechanism is described above in connection with Figs. 3B, 3C, 4A, and 4B.
• Weighted Pairing (WP). This auction mechanism is described above in connection with Figs. 5, 6A, and 6B.
• Deterministic Optimal Threshold (DOT). This auction mechanism is related to the DSO mechanism discussed in connection with Figs. 3B and 3C, and is one in which the optimal threshold for a "sample" of n-\ bids is used to determine the outcome of the remaining bid, this process being repeated for each of the n bids. In addition, the performance of non-optimal fixed pricing is illustrated (i.e., FP- and FP+); the curves for FP- and FP+ show the revenue obtained when the optimal fixed price is underestimated by 25% and overestimated by 25%, respectively.
Fig. 7 illustrates the performance of the exemplary auction mechanisms when bids are distributed uniformly (e.g., randomly) between a maximum bid of 1 and a minimum bid of 0. Fig. 8 illustrates performance when bids are distributed according to a normal distribution curve with mean of 1 and standard deviation of 1 (negative bids are not included). Fig. 9 illustrates performance when bids are distributed according to a Zipf distribution with θ = 0.5. As seen in Figs. 8, 9, and 10, the random sampling auction mechanisms perform particularly well on the uniform, normal, and Zipf distributions, as these distributions are characterized by the fact that a uniformly-chosen random subset of the bids will, on average, have the same distribution as the original distribution. In particular, it can be seen that for large (or even moderately large) auctions, the auction mechanisms of the present invention perform better than imperfect fixed pricing.
In Fig. 10 the distribution is such that the same revenue can be obtained by setting the selling price to any bid value (except for the highest) and satisfying all bids greater than or equal to that value. As seen in Fig. 10, this bid distribution represents a worst-case performance for several of the auction mechanisms. Finally, Fig. 11 illustrates the performance of various auction mechanisms when bids are clustered in a bipolar fashion (i.e., bids are clustered at high and low values). In Fig. 11, the performance of the auction mechanisms are plotted for various bid-cluster configurations.
The information obtained by the auctioneer in a particular auction can be useful in determining the optimal method by which to sell additional copies of the goods in the future. For example, if the auction mechanism encourages bidders to bid their true utility values (i.e., is a stable auction mechanism), the auctioneer will collect valuable data on consumer utility values and the distributions thereof. Using these data, the auctioneer can adapt future sales mechanisms to best match the distributions of utility values observed in the market for the goods in question. Thus, for example, if an auctioneer observes that consumer bids for a particular type of digital goods are distributed according to an equal-revenue distribution, the auctioneer can conduct future auctions for this type of goods using a variant of the weighted-pairing auction mechanism or the single-sample, optimal threshold mechanism, both of which have been found to perform well on such a distribution. Alternatively, the vendor could simply set a fixed price at the optimal level derived from the auction data.
As yet another example, if a bipolar distribution were observed, the vendor could capitalize on consumer price discrimination by offering a modified form of the goods which would be less appealing to consumers who place a high utility value on the item, but which would still be appealing to consumers who place a low utility value on the item. For example, the vendor could create a version of the goods that did not include some of the features or functions valued by the high-end customers. The vendor could then hold separate auctions for each class of goods, setting a reserve price on the high-end version of the goods, the reserve price being greater than the utility values exhibited by the consumers of the low-end version. Thus, the use of a stable auction mechanism enables the vendor to accurately observe market distributions and to adapt in an optimal fashion.
Accordingly, in one embodiment auction application software 254 includes data analysis modules 262, which are operable to record the bid distributions observed in actual auctions and to determine an optimal auction mechanism and or fixed price for the observed bid distribution. In one embodiment, this determination is performed by stepping through a library of auction mechanisms, and iteratively optimizing the auction variables to maximize the revenue derived from the auction. For example, the sample size of the single-price optimal threshold mechanism could be optimized; the choice of scaling factor g could be optimized; and so forth.
Thus, several exemplary techniques have been presented for conducting an auction for unlimited (or effectively unlimited) supply goods. One of ordinary skill in the art will appreciate that numerous variations can be made to the exemplary techniques set forth herein without departing from the principles of the present invention. Moreover, it should be understood that while the techniques described herein can be advantageously applied in the context of an auction for unlimited supply goods, these techniques are readily adaptable to the context of limited supply goods as well. For example, without limitation, the dual-price optimal threshold mechanism can be adapted to an auction for k items by simply selecting the optimal threshold for each sample to yield approximately k/2 winning bids. If too many bids are selected, bids can be randomly rejected until only k bids remain. One of ordinary skill in the art will appreciate that other auction mechanisms presented herein can be similarly adapted for use in the context of limited supply goods.
Moreover, while the discussion has focused on the case in which the marginal cost of producing copies of the auctioned item is negligible, the systems and methods described herein are readily adaptable to situations where this is not the case. For example, if the marginal cost of producing an item is v, the vendor can simply subtract v from all bids, automatically reject all negative bids, and then conduct the auction using the remaining bids in the manner previously described (with v added back to each bid). This technique can thus be used to enforce a vendor's "reserve" price.
Although the foregoing invention has been described in some detail for purposes of clarity, it will be apparent that certain changes and modifications may be practiced within the scope of the appended claims. It should be noted that there are many alternative ways of implementing both the processes and apparatuses of the present invention. Accordingly, the present embodiments are to be considered illustrative and not restrictive, and the invention is not to be limited to the details given herein, but may be modified within the scope and equivalents of the appended claims.
WHAT IS CLAIMED IS:

Claims

1. A system for vending copies of an electronic work, the system including: (a) a computer system for receiving a plurality of bids from a plurality of bidders; (b) a memory unit for storing the bids; (c) bid sampling logic for selecting (i) a bid from a bidder, and (ii) a sample of one or more bids from the plurality of bids, wherein the sample does not include the bid from the bidder; (d) a processor for deriving a threshold from the sample of bids, and for using the threshold to determine whether to vend a copy of the electronic work to the bidder; and (e) a network interface unit for sending a copy of the electronic work to the bidder.
2. A system as in claim 1, further including: (f) payment processing software for collecting payment for the electronic work from the bidder.
3. A system as in claim 1, in which the number of copies of the electronic work that are available to be vended exceeds the number of bids in the plurality of bids.
4. A system as in claim 1, in which the sample of bids is selected from the plurality of bids in a random fashion.
5. A system as in claim 1, in which the network interface is operable to send a copy of the electronic work to the bidder in a relatively secure manner.
6. A method for distributing copies of an electronic work, the method including: (a) receiving a plurality of bids from a plurality of bidders; (b) selecting a first bid from the plurality of bids, the first bid being submitted by a first bidder; (c) selecting a first sample of bids from the plurality of bids, the first sample of bids not including the first bid; (d) deriving a first threshold from the first sample of bids; (e) comparing the first bid with the first threshold; (f) determining whether to distribute a copy of the electronic work to the first bidder based, at least in part, on the comparison; wherein copies of the electronic work are in effectively unlimited supply, and wherein a maximum number of copies of the electronic work to be distributed is not specified in advance of receiving the plurality of bids.
7. A method as in claim 6, further including: (g) selecting a second bid from the plurality of bids, the second bid being submitted by a second bidder; (h) selecting a second sample of bids from the plurality of bids, the second sample of bids not including the second bid; (i) deriving a second threshold from the second sample of bids; 0) comparing the second bid with the second threshold; (k) determining whether to distribute a copy of the electronic work to the second bidder based, at least in part, on the comparison.
8. A method as in claim 6, in which steps (b) through (f) are repeated for each bid in the plurality of bids.
9. A method as in claim 6, further including: (g) selecting a second bid from the plurality of bids, the second bid being submitted by a second bidder and the second bid not being contained in the first sample; (h) comparing the second bid with the first threshold; (i) determining whether to distribute a copy of the electronic work to the second bidder based, at least in part, on the comparison.
10. A method as in claim 6, further including: (g) obtaining payment from the first bidder in an amount equal the first threshold.
11. A method as in claim 6, in which the first sample comprises a single bid, and in which the threshold comprises the bid value of said single bid.
12. A method for vending a digital file, the method including: receiving a plurality of bids, each bid being submitted by a bidder, and each bid having a bid value; assigning a weighting factor to each bid, the weighting factor being based, at least in part, on the bid value; selecting a first bid from the plurality of bids, the first bid having been submitted by a first bidder; selecting a second bid from the plurality of bids, the second bid being selected in a manner that is dependent, at least in part, on the weighting factor assigned to the second bid; performing a comparison of the value of the first bid with the value of the second bid; using the results of the comparison to determine whether to vend a copy of the digital file to the first bidder; and sending a copy of the digital file to the first bidder.
13. A method as in claim 12, in which selecting the second bid from the plurality of bids comprises randomly selecting a bid from the plurality of bids, wherein the probability of selecting any given bid in the plurality of bids is proportional to the bid's weighting factor.
14. A method as in claim 12, in which the weighting factor for each bid is proportional to the bid's value in relation to the values of the other bids in the plurality of bids.
15. A method as in claim 14, in which the weighting factor for each bid is proportional to the bid value divided by the highest bid value in the plurality of bids.
16. A method as in claim 12, in which the number of copies of the digital file to be vended is not specified in advance of receiving the plurality of bids.
17. A method for distributing a digital file, the method including: receiving a plurality of bids, each bid being submitted by a bidder, and each bid having a bid value; selecting a first sample of bids from the plurality of bids; determining a threshold for the first sample of bids; selecting a second sample of bids from the plurality of bids; selecting a first bid from the second sample of bids; performing a comparison between the value of the first bid and the threshold; and sending a copy of the digital file to the bidder of the first bid if the first bid exceeds the threshold.
18. A method as in claim 17, in which the threshold is chosen to maximize a quantity obtained by multiplying (a) the number of bids in the first sample that exceed the threshold, by (b) the bid value of the highest bid in the first sample that is less than or equal to the threshold.
19. A method as in claim 17, in which the second sample of bids and the first sample of bids are mutually exclusive.
20. A method as in claim 19, in which the second sample of bids includes each of the plurality of bids except for the bids in the first sample.
EP00963655A 1999-09-21 2000-09-21 Systems and methods for pricing and selling digital goods Ceased EP1222589A2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US15545899P 1999-09-21 1999-09-21
US155458P 1999-09-21
PCT/US2000/025763 WO2001022320A2 (en) 1999-09-21 2000-09-21 Systems and methods for pricing and selling digital goods

Publications (1)

Publication Number Publication Date
EP1222589A2 true EP1222589A2 (en) 2002-07-17

Family

ID=22555514

Family Applications (1)

Application Number Title Priority Date Filing Date
EP00963655A Ceased EP1222589A2 (en) 1999-09-21 2000-09-21 Systems and methods for pricing and selling digital goods

Country Status (3)

Country Link
EP (1) EP1222589A2 (en)
AU (1) AU4020901A (en)
WO (1) WO2001022320A2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998009144A1 (en) * 1996-08-30 1998-03-05 Tekscan, Inc. Pressure responsive sensor having controlled scanning speed
US5835896A (en) * 1996-03-29 1998-11-10 Onsale, Inc. Method and system for processing and transmitting electronic auction information
WO1999027476A2 (en) * 1997-11-26 1999-06-03 The Taylor Trust As A system and method for implementing an auction on a computer network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5835896A (en) * 1996-03-29 1998-11-10 Onsale, Inc. Method and system for processing and transmitting electronic auction information
WO1998009144A1 (en) * 1996-08-30 1998-03-05 Tekscan, Inc. Pressure responsive sensor having controlled scanning speed
WO1999027476A2 (en) * 1997-11-26 1999-06-03 The Taylor Trust As A system and method for implementing an auction on a computer network

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
BLUM A.; KUMAR V.; RUDRA A.; WU F.: "Online learning in onlind auctions", CONFIGURABLE COMPUTING: TECHNOLOGY AND APPLICATION, 23 November 1998 (1998-11-23) - 23 November 1998 (1998-11-23), BOSTON, pages 202 - 204 *
DR. DOBB'S, 1 September 1998 (1998-09-01), pages 70 - 74 *
GOLDBERG A.; HARTLINE J.: "COMPETITIVENESS VIA CONSENSUS", CONFIGURABLE COMPUTING: TECHNOLOGY AND APPLICATION, 23 November 1998 (1998-11-23) - 23 November 1998 (1998-11-23), BOSTON, pages 215 - 222, XP009036857 *
PROCEEDINGS OF THE SECOND USENIX WORKSHOP ON ELECTRONIC COMMERCE, 21 November 1996 (1996-11-21) *

Also Published As

Publication number Publication date
WO2001022320A8 (en) 2001-12-06
AU4020901A (en) 2001-04-24
WO2001022320A2 (en) 2001-03-29

Similar Documents

Publication Publication Date Title
US7933829B2 (en) Systems and methods for pricing and selling digital goods
US6246996B1 (en) Computerized system for facilitating transactions between parties on the internet using e-mail
US8046292B2 (en) Computer system and method for speculating on a financial market
US7249055B1 (en) Method and system for managing and conducting a network auction
US7848999B2 (en) Buyer-driven purchasing loyalty system and method using an electronic network
US7409360B1 (en) Method and system for computer-based auctioning of basic generation services
US20020138400A1 (en) Buying and selling goods and services using automated method and apparatus
US20020052758A1 (en) Method and apparatus for providing rights for event tickets
US20100174592A1 (en) Inventory Control And Balancing System
US20050192899A1 (en) Financial transaction system with integrated electronic messaging, control of marketing data, and user defined charges for receiving messages
CN101069204A (en) Method of providing cash and cash equivalent for electronic transactions
WO2000026745A9 (en) Computer-implemented securities trading system with virtual currency and virtual specialist
US20140188725A1 (en) Financial transaction system with integrated electronic messaging, control of marketing data, and user defined charges for receiving messages
EP1139245A1 (en) A betting system and method.
WO2010033081A2 (en) Secure server system for online transactions
EP1222589A2 (en) Systems and methods for pricing and selling digital goods
KR20060009815A (en) Micropayment processing method and system
JP2001134641A (en) Method and device for deciding transaction priority, transaction system and recording medium
US20040030636A1 (en) Method of exchanging articles of commerce
JP4012951B2 (en) Information processing system
JP2003533778A (en) Web-based account management
AU696475C (en) Computerized payment system for purchasing information products by electronic transfer on the internet
CA2592534A1 (en) Computerized payment system for purchasing information products by electronic transfer on the internet
US20030154159A1 (en) Auction-subscription system for priority website access
AU9703898A (en) Computerized payment system for purchasing information products by electronic transfer on the internet

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20020416

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE

AX Request for extension of the european patent

Free format text: AL;LT;LV;MK;RO;SI

17Q First examination report despatched

Effective date: 20020830

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: INTERTRUST TECHNOLOGIES CORP.

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED

18R Application refused

Effective date: 20060527