An Online Allocation Problem: Dark Pools Peter Bartlett Statistics - - PowerPoint PPT Presentation

an online allocation problem dark pools
SMART_READER_LITE
LIVE PREVIEW

An Online Allocation Problem: Dark Pools Peter Bartlett Statistics - - PowerPoint PPT Presentation

An Online Allocation Problem: Dark Pools Peter Bartlett Statistics and EECS UC Berkeley Joint work with Alekh Agarwal and Max Dama. slides at http://www.stat.berkeley.edu/ bartlett Prediction in Probabilistic Settings i.i.d. ( X , Y ) ,


slide-1
SLIDE 1

An Online Allocation Problem: Dark Pools

Peter Bartlett Statistics and EECS UC Berkeley

Joint work with Alekh Agarwal and Max Dama. slides at http://www.stat.berkeley.edu/∼bartlett

slide-2
SLIDE 2

Prediction in Probabilistic Settings

◮ i.i.d. (X, Y), (X1, Y1), . . . , (Xn, Yn) from X × Y

(e.g., Y is preference score vector).

◮ Use data (X1, Y1), . . . , (Xn, Yn) to choose fn : X → A with

small risk, R(fn) = Eℓ(Y, fn(X)).

slide-3
SLIDE 3

Online Learning

◮ Repeated game:

Player chooses at Adversary reveals ℓt

◮ Example: ℓt(at) = loss(yt, at(xt)). ◮ Aim: minimize

  • t

ℓt(at), compared to the best (in retrospect) from some class: regret =

  • t

ℓt(at) − min

a∈A

  • t

ℓt(a).

◮ Data can be adversarially chosen.

slide-4
SLIDE 4

Online Learning: Motivations

  • 1. Adversarial model is appropriate for

◮ Computer security. ◮ Computational finance.

  • 2. Understanding statistical prediction methods.
  • 3. Online algorithms are also effective in probabilistic settings.
slide-5
SLIDE 5

The Dark Pools Problem

◮ Computational finance: adversarial setting is appropriate. ◮ Online algorithm improves on best known algorithm for

probabilistic setting.

slide-6
SLIDE 6

Dark Pools

Instinet, Chi-X, Knight Match, ... International Securities Exchange, Investment Technology Group (POSIT),

◮ Crossing networks. ◮ Alternative to open exchanges. ◮ Avoid market impact by hiding transaction size and traders’

identities.

slide-7
SLIDE 7

Dark Pools

slide-8
SLIDE 8

Dark Pools

slide-9
SLIDE 9

Dark Pools

slide-10
SLIDE 10

Dark Pools

slide-11
SLIDE 11

Allocations for Dark Pools

The problem: Allocate orders to several dark pools so as to maximize the volume of transactions.

◮ Volume V t must be allocated across K venues: vt 1, . . . , vt K,

such that K

k=1 vt k = V t. ◮ Venue k can accommodate up to st k, transacts

r t

k = min(vt k, st k). ◮ The aim is to maximize T

  • t=1

K

  • k=1

r t

k.

slide-12
SLIDE 12

Allocations for Dark Pools

◮ Allocation vt 1, . . . , vt K ranks the K venues. ◮ Loss is not discrete: it is summed across venues, and

depends on the allocations in a piecewise-linear, convex, monotone way.

slide-13
SLIDE 13

Allocations for Dark Pools: Probabilistic Assumptions

Previous work:

(Ganchev, Kearns, Nevmyvaka and Wortman, 2008)

◮ Assume venue volumes are i.i.d.:

{st

k, k = 1, . . . , K, t = 1, . . . , T}. ◮ In deciding how to allocate the first unit,

choose the venue k where Pr(st

k > 0) is largest. ◮ Allocate the second and subsequent units in decreasing

  • rder of venue tail probabilities.

◮ Algorithm: estimate the tail probabilities (Kaplan-Meier

estimator—data is censored), and allocate as if the estimates are correct.

slide-14
SLIDE 14

Allocations for Dark Pools: Adversarial Assumptions

I.i.d. is questionable:

◮ one party’s gain is another’s loss ◮ volume available now affects volume remaining in future ◮ volume available at one venue affects volume available at

  • thers

In the adversarial setting, we allow an arbitrary sequence of venue capacities (st

k), and of total volume to be allocated (V t).

The aim is to compete with any fixed allocation order.

slide-15
SLIDE 15

Continuous Allocations

We wish to maximize a sum of (unknown) concave functions of the allocations: J(v) =

T

  • t=1

K

  • k=1

min(vt

k, st k),

subject to the constraint K

k=1 vt k ≤ V t.

The allocations are parameterized as distributions over the K venues: x1

t , x2 t , . . . ∈ ∆K−1 = (K − 1)-simplex.

Here, x1

t determines how the first unit is allocated, x2 t the

second, ... The algorithm allocates to the kth venue: vt

k = V t

  • v=1

xv

t,k.

slide-16
SLIDE 16

Continuous Allocations

We wish to maximize a sum of (unknown) concave functions of the distributions: J =

T

  • t=1

K

  • k=1

min(vt

k(xv t,k), st k).

Want small regret with respect to an arbitrary distribution xv, and hence w.r.t. an arbitrary allocation. regret =

T

  • t=1

K

  • k=1

min(vt

k(xv k ), st k) − J.

slide-17
SLIDE 17

Continuous Allocations

We use an exponentiated gradient algorithm: Initialize xv

1,i = 1 K for v = {1, . . . , V}.

for t = 1, . . . , T do Set vt

k = V T v=1 xv t,k.

Receive r t

k = min{vt k, st k}.

Set gv

t,k = ∇xv

t,kJ.

Update xv

t+1,k ∝ xv t,k exp(ηgv t,k).

end for

slide-18
SLIDE 18

Continuous Allocations

Theorem: For all choices of V t ≤ V and of st

k, ExpGrad has

regret no more than 3V √ T ln K.

slide-19
SLIDE 19

Continuous Allocations

Theorem: For all choices of V t ≤ V and of st

k, ExpGrad has

regret no more than 3V √ T ln K. Theorem: For every algorithm, there are sequences V t and st

k

such that regret is at least V √ T ln K/16.

slide-20
SLIDE 20

Experimental results

200 400 600 800 1000 1200 1400 1600 1800 2000 0.5 1 1.5 2 2.5 3 3.5 4 x 10

6

Round Cumulative Reward Cumulative Reward at Each Round

Exp3 ExpGrad OptKM ParML

slide-21
SLIDE 21

Continuous Allocations: i.i.d. data

◮ Simple online-to-batch conversions show ExpGrad obtains

per-trial utility within O(T −1/2) of optimal.

◮ Ganchev et al bounds:

per-trial utility within O(T −1/4) of optimal.

slide-22
SLIDE 22

Discrete allocations

◮ Trades occur in quantized parcels. ◮ Hence, we cannot allocate arbitrary values. ◮ This is analogous to a multi-arm bandit problem:

◮ We cannot directly obtain the gradient at the current x. ◮ But, we can estimate it using importance sampling ideas.

Theorem: There is an algorithm for discrete allocation with ex- pected regret ˜ O((VTK)2/3). Any algorithm has regret ˜ Ω((VTK)1/2).

slide-23
SLIDE 23

Dark Pools

◮ Allow adversarial choice of volumes and transactions. ◮ Per trial regret rate superior to previous best known

bounds for probabilistic setting.

◮ In simulations, performance comparable to (correct)

parametric model’s, and superior to nonparametric estimate.