<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/oai-pmh.xsl"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-09-20T20:02:12Z</responseDate>
  <request identifier="oai:www.ideals.illinois.edu:2142/106342" metadataPrefix="etdms" verb="GetRecord">https://www.ideals.illinois.edu/oai-pmh</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:www.ideals.illinois.edu:2142/106342</identifier>
        <datestamp>2023-07-11</datestamp>
        <setSpec>col_2142_5131</setSpec>
        <setSpec>col_2142_8888</setSpec>
        <setSpec>com_2142_5130</setSpec>
        <setSpec>com_2142_8887</setSpec>
        <setSpec>com_2142_234</setSpec>
      </header>
      <metadata>
        <thesis xmlns="http://www.ndltd.org/standards/metadata/etdms/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.ndltd.org/standards/metadata/etdms/1.1/ http://www.ndltd.org/standards/metadata/etdms/1.1/etdms11.xsd http://purl.org/dc/elements/1.1/ http://www.ndltd.org/standards/metadata/etdms/1.1/etdmsdc.xsd">
          <dc:contributor>Zhao, Zhizhen</dc:contributor>
          <dc:creator>Wang, Lingda</dc:creator>
          <dc:date>2020-03-02T22:12:17Z</dc:date>
          <dc:date>2020-03-02T22:12:17Z</dc:date>
          <dc:date>2022-03-03T10:15:08Z</dc:date>
          <dc:date>2019-11-12</dc:date>
          <dc:date>2019-12</dc:date>
          <dc:description>In recent years, multi-armed bandit (MAB) problems have received much attention, as they model many real-world applications such as online recommendation, web search and crowdsourcing tasks. The core of MAB algorithms is addressing the exploration versus exploitation dilemma, and finding the right balance between them. Several simple yet effective algorithms (e.g., upper confidence bound (UCB) and Thompson sampling (TS)) have been proposed in the literature, which are order optimal compared with the lower bound. Original MAB problems are considered in a stationary environment, where the reward distributions do not evolve over time. Many real-world applications, however, have a non-stationary nature that cannot be fully characterized by the stationary settings. In this thesis, we mainly study the UCB-based algorithms for MAB problems and the  variants under the scenario where the reward distributions can change in a piecewise-stationary manner. The variants considered in this thesis are combinatorial MAB (CMAB) and cascading bandit (CB) problems.
In the first part of this thesis (Chapters 2, 3 and 4), we propose algorithms, \texttt{GLR-UCB}, \texttt{GLR-CUCB} and \texttt{GLR-CascadeUCB1}, for piecewise-stationary MAB, CMAB and CB problems, respectively. The key idea behind the proposed algorithms is incorporating an almost parameter-free change-point detector, the generalized likelihood ratio (GLR) change-point detector, within the classical \texttt{UCB1} algorithm and its variants (e.g., \texttt{CUCB} and \texttt{CascadeUCB1}). Gap-dependent regret upper bounds of the proposed algorithms are derived and all on the order of $\mathcal{O}(\sqrt{NLT\log{T}})$, where $N$ is the number of piecewise-stationary segments, $L$ is the number of arms in MAB, base arms in CMAB, or items in CB. We also present numerical experiments on both synthetic and real-world datasets to show that our proposed algorithms outperform other state-of-the-art algorithms in the literature. Next, in the second part (Chapter 5), we also derive a nearly matching regret lower bound on the order of $\Omega(\sqrt{NLT})$ for MAB problems, which improves the current best lower bound $\Omega(\sqrt{T})$ by adding the dependence on $L$ and $N$. Since CMAB and CB are variants of MAB, this lower bound also holds for CMAB and CB.</dc:description>
          <dc:description>Submission published under a 24 month embargo labeled 'U of I Access', the embargo will last until 2021-12-01</dc:description>
          <dc:description>The student, Lingda Wang, accepted the attached license on 2019-11-12 at 10:07.</dc:description>
          <dc:description>The student, Lingda Wang, submitted this Thesis for approval on 2019-11-12 at 10:09.</dc:description>
          <dc:description>This Thesis was approved for publication on 2019-11-12 at 13:20.</dc:description>
          <dc:description>DSpace SAF Submission Ingestion Package generated from Vireo submission #14543 on 2020-02-28 at 17:22:04</dc:description>
          <dc:description>Made available in DSpace on 2020-03-02T22:12:17Z (GMT). No. of bitstreams: 2
WANG-THESIS-2019.pdf: 1031544 bytes, checksum: b82c6cfa2dd2819ffabba3fde87ee4e7 (MD5)
LICENSE.txt: 4208 bytes, checksum: f18d275b9bc777e4ede0bb5e78110e0f (MD5)
  Previous issue date: 2019-11-12</dc:description>
          <dc:description>Embargo set by: Seth Robbins for item 113883
Lift date: 2022-03-02T22:12:26Z
Reason: Author requested U of Illinois access only (OA after 2yrs) in Vireo ETD system</dc:description>
          <dc:description>Embargo set by: Seth Robbins for item 113883
Lift date: 2022-03-02T22:15:21Z
Reason: Author requested U of Illinois access only (OA after 2yrs) in Vireo ETD system</dc:description>
          <dc:description>Embargo set by: Seth Robbins for item 113883
Lift date: 2022-03-02T22:18:25Z
Reason: Author requested U of Illinois access only (OA after 2yrs) in Vireo ETD system</dc:description>
          <dc:description>U of I Only Restriction Lifted for Item 113883 on 2022-03-03T10:15:08Z.</dc:description>
          <dc:format>application/pdf</dc:format>
          <dc:identifier>http://hdl.handle.net/2142/106342</dc:identifier>
          <dc:language>en</dc:language>
          <dc:rights>Copyright 2019 Lingda Wang</dc:rights>
          <dc:subject>Multi-Armed Bandits</dc:subject>
          <dc:subject>Non-stationary Environments</dc:subject>
          <dc:subject>Change-Point Detection</dc:subject>
          <dc:title>On upper confidence bound algorithms for piecewise-stationary stochastic multi-armed bandits and the variants</dc:title>
          <dc:type>text</dc:type>
          <dc:type>text</dc:type>
          <degree>
            <department>Electrical &amp; Computer Eng</department>
            <discipline>Electrical &amp; Computer Engr</discipline>
            <grantor>University of Illinois at Urbana-Champaign</grantor>
            <level>Thesis</level>
            <name>M.S.</name>
          </degree>
        </thesis>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
