quantile stein variational gradient descent for batch
play

Quantile Stein Variational Gradient Descent for Batch Bayesian - PowerPoint PPT Presentation

Quantile Stein Variational Gradient Descent for Batch Bayesian Optimization Chengyue Gong [1] Jian Peng [2] Qiang Liu [1] [1] The University of Texas at Austin [2] University of Illinois at Urbana-Champaign Chengyue Gong, Jian Peng, Qiang Liu


  1. Quantile Stein Variational Gradient Descent for Batch Bayesian Optimization Chengyue Gong [1] Jian Peng [2] Qiang Liu [1] [1] The University of Texas at Austin [2] University of Illinois at Urbana-Champaign Chengyue Gong, Jian Peng, Qiang Liu Quantile Stein Variational Gradient Descent 1 / 9

  2. Bayesian Optimization Goal: black-box optimization max f ( x ) , f ( · ): expensive, black-box function . x Bayesian Optimization: Iteratively acquire new points based on an acquisition function: New Input x new ← arg max x α ( x | D ) , Acquisition Function D new ← D ∪ { x new , f ( x new ) } , input Black-Box Function output Acquisition function: � α ( x | D ) := E f [ f ( x ) | D ] + η var f [ f ( x ) | D ] . ( UCB ) Chengyue Gong, Jian Peng, Qiang Liu Quantile Stein Variational Gradient Descent 2 / 9

  3. Batch Bayesian Optimization : Find multiple query points { x i } m i =1 in parallel at every iteration. Much more challenging; two desiderata: Acquisition Function Diversity : Everyone should be unique. New Inputs Qualification : Everyone should be good. input Black-Box Function output Next Query Points Diversity ✔ Diversity ✗ High-Quality ✗ High-Quality ✔ Chengyue Gong, Jian Peng, Qiang Liu Quantile Stein Variational Gradient Descent 3 / 9

  4. Optimizing the distribution ρ of query points { x i } by � � F [ ρ ] := E ω max ρ [ α ( x )] + η H [ ρ ] . ρ H [ ρ ] is the entropy. It encourages the diversity . E ω ρ [ · ] is a quantile distorted expectation. It enforces qualification , � 1 Q β E ω ρ [ α ( x )] = f ,ρ ω ( β ) d β, 0 Q β f ,ρ is the β -th quantile of α ( x ), when x ∼ ρ . ω : [0 , 1] → R + is a distortion function: Risk neutral : ω ( β ) = 1. Risk aversion : ω ( β ) is monotonic decreasing. Risk seeking : ω ( β ) is monotonic increasing. We want risk aversion: Take ω ( β ) = β − λ , where λ ≥ 0. Chengyue Gong, Jian Peng, Qiang Liu Quantile Stein Variational Gradient Descent 4 / 9

  5. Quantile Stein Variational Gradient Descent [Liu, Wang 16] Idea: Find particle distributions n � ρ := δ x i / n i =1 to approximately solve the optimization. The particles { x i } n i =1 are iteratively moved to maximize the objective by gradient-like updates � d � � φ ∗ = arg max x ′ i ← x i + ǫ φ ∗ ( x i ) , d ǫ F [ ρ ′ ] ǫ =0 s . t . || φ || H ≤ 1 , � φ ∈H ǫ : step-size; φ ∗ : chosen to maximize the objective function as fast as possible. H : a reproducing kernel Hilbert space (RKHS) with positive definite kernel k ( x , x ′ ). Chengyue Gong, Jian Peng, Qiang Liu Quantile Stein Variational Gradient Descent 5 / 9

  6. Quantile Stein Variational Gradient Descent [Liu, Wang 16] Optimization: � � F [ ρ ] := E ω max ρ [ α ( x )] + η H [ ρ ] . ρ Algorithm: n x i ← x i + ǫ � [ ξ ( x j ) ∇ x α ( x j ) k ( x j , x i ) + η ∇ x j k ( x j , x i ) ] , ∀ i = 1 , . . . , n . n ���� � �� � � �� � i =1 quantile gradient repulsive force Here, each particle is assigned a weight to account the distortion function: n � rank ( x j ) � � ξ ( x j ) = ω , rank ( x j ) = I [ α ( x ℓ ) ≤ α ( x j )] . n ℓ =1 Chengyue Gong, Jian Peng, Qiang Liu Quantile Stein Variational Gradient Descent 6 / 9

  7. Empirical Results Standard Benchmarks LP-UCB DPP MACE QSBO-UCB Ours ( Gonzalez et. al., 2016) (Kathuria et. al., 2016) (Lyu et. al., 2018) Branin 3.28e-4 9.63e-4 2.85e-5 5.14e-5 Eggholder 51.34 82.81 74.14 46.86 Dropwave 0.14 0.13 0.09 0.07 CrossInTray 6.83e-3 7.64e-3 3.78e-4 1.35e-4 gSobol5 1.85 2.34 1.14 0.32 gSobol10 1.04e2 1.07e3 48.92 31.19 gSobol15 2.34e3 5.28e3 6.39e2 3.61e2 Ackley5 3.71 3.74 2.36 2.23 Ackley10 3.87 4.23 3.01 2.41 Alpine2 75.92 73.39 63.29 73.01 Table: Negative Rewards Chengyue Gong, Jian Peng, Qiang Liu Quantile Stein Variational Gradient Descent 7 / 9

  8. Empirical Results Automatic Chemical Design (Gomez-Bombarelli et. al., 2018; Griffiths, 2017) LP-UCB DPP MACE QSBO-UCB QED 0.91 ± 0.05 0.91 ± 0.06 0.92 ± 0.03 0.93 ± 0.03 SAS 2.18 ± 0.06 2.29 ± 0.08 2.16 ± 0.04 2.08 ± 0.05 LogP 0.50 ± 0.11 0.47 ± 0.07 0.41 ± 0.06 0.33 ± 0.08 QED:0.459 QED:0.622 QED:0.872 QED:0.923 ... QED:0.355 QED:0.941 Figure: Illustration of the search process of our QSBO-UCB. Chengyue Gong, Jian Peng, Qiang Liu Quantile Stein Variational Gradient Descent 8 / 9

  9. Conclusions 1 A new algorithm (QSVGD) for risk-sensitive objective 2 Risk-aversion samples for batch Bayesian optimization 3 Good empirical results Thank You Poster #239, Today 06:30 PM –09:00 PM @ Pacific Ballroom Chengyue Gong, Jian Peng, Qiang Liu Quantile Stein Variational Gradient Descent 9 / 9

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend