php /** * @package Facile * * @copyright Copyright (C) Facile. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Uri\Uri; $app = Factory::getApplication(); $sitename = htmlspecialchars($app->get('sitename'), ENT_QUOTES, 'UTF-8'); if ($this->params->get('logoFile')) { $logo = ''; }else { $logo = ''; } $uri = Uri::getInstance(); $url = $uri->toString(); $active = JFactory::getApplication()->getMenu()->getActive(); $config = JFactory::getConfig(); $siteMetaDescription = $config->get('MetaDesc'); // Detecting Active Variables $option = $app->input->getCmd('option', ''); $view = $app->input->getCmd('view', ''); $layout = $app->input->getCmd('layout', ''); $task = $app->input->getCmd('task', ''); $itemid = $app->input->getCmd('Itemid', ''); $sitename = htmlspecialchars($app->get('sitename'), ENT_QUOTES, 'UTF-8'); $menu = $app->getMenu()->getActive(); $pageclass = $menu !== null ? $menu->getParams()->get('pageclass_sfx', '') : ''; // Color Theme $paramsColorName = $this->params->get('colorName', 'colors_standard'); $assetColorName = 'theme.' . $paramsColorName; // Use a font scheme if set in the template style options $paramsFontScheme = $this->params->get('useFontScheme', false); $fontStyles = ''; if ($paramsFontScheme) { if (stripos($paramsFontScheme, 'https://') === 0) { $this->getPreloadManager()->preconnect('https://fonts.googleapis.com/', ['crossorigin' => 'anonymous']); $this->getPreloadManager()->preconnect('https://fonts.gstatic.com/', ['crossorigin' => 'anonymous']); $this->getPreloadManager()->preload($paramsFontScheme, ['as' => 'style', 'crossorigin' => 'anonymous']); if (preg_match_all('/family=([^?:]*):/i', $paramsFontScheme, $matches) > 0) { $fontStyles = '--cassiopeia-font-family-body: "' . str_replace('+', ' ', $matches[1][0]) . '", sans-serif; --cassiopeia-font-family-headings: "' . str_replace('+', ' ', isset($matches[1][1]) ? $matches[1][1] : $matches[1][0]) . '", sans-serif; --cassiopeia-font-weight-normal: 400; --cassiopeia-font-weight-headings: 700;'; } } else { } } $hasClass = ''; if ($this->countModules('sidebar-left', true)) { $hasClass .= ' has-sidebar-left'; } if ($this->countModules('sidebar-right', true)) { $hasClass .= ' has-sidebar-right'; } // Container $wrapper = $this->params->get('fluidContainer') ? 'wrapper-fluid' : 'wrapper-static'; $this->setMetaData('viewport', 'width=device-width, initial-scale=1'); $stickyHeader = $this->params->get('stickyHeader') ? 'position-sticky sticky-top' : ''; // Defer fontawesome for increased performance. Once the page is loaded javascript changes it to a stylesheet. ?>
[Archimedes Talks Series] A Multi-Dimensional Online Contention Resolution Scheme for Revenue Maximization
[Archimedes Talks Series] A Multi-Dimensional Online Contention Resolution Scheme for Revenue Maximization
Dates
2024-07-1116:00 - 17:00
Venue
Artemidos 1 - Amphitheater
Title: A Multi-Dimensional Online Contention Resolution Scheme for Revenue Maximization
Speaker:
Dimitris Christou, PhD Student at UT Austin
Abstract:
We study multi-buyer multi-item sequential item pricing mechanisms for online revenue maximization with the goal of approximating a natural fractional relaxation – the ex ante optimal revenue. We assume that buyers’ values are subadditive but make no assumptions
on the value distributions. While the optimal revenue, and therefore also the ex ante benchmark, is inapproximable by any simple mechanism in this context, previous work has shown that a weaker benchmark that optimizes over so-called “buy-many” mechanisms
can be approximated. Approximations are known, in particular, for settings with either a single buyer or many unit-demand buyers. We extend these results to the much broader setting of many subadditive buyers. We show that the ex ante buy-many revenue can
be approximated via sequential item pricings to within an $O(log^2 m)$ factor, where m is the number of items. We also show that a logarithmic dependence on m is necessary. Our approximation is achieved through the construction of a new multi-dimensional Online
Contention Resolution Scheme (OCRS), that provides an online rounding of the optimal ex ante solution.
Bio: Dimitris Christou is a 3rd year Computer Science PhD student at UT Austin. He is fortunate to be advised by Prof. Shuchi Chawla. Prior to joining UT Austin, he received a Diploma in Electrical and Computer Engineering from the National Technical University
of Athens, supervised by Prof. Dimitris Fotakis. During that time, he completed two research internships offered by the LIP6 Research Institute at Sorbonne University, France. His research interests lie in the intersection of Online Algorithms, Economics and
Data-Driven algorithmic design. His previous work resolves open questions for online decision making, server problems, multistage optimisation and learning-augmented algorithms. His current work focuses on problems in the intersection of Online Decision Making
and Economics, such as the Pandora’s Box problem and Online Revenue Maximization.
The project “ARCHIMEDES Unit: Research in Artificial Intelligence, Data Science and Algorithms” with code OPS 5154714 is implemented by the National Recovery and Resilience Plan “Greece 2.0” and is funded by the European Union – NextGenerationEU.
Stay connected! Subscribe to our mailing list by emailing sympa@lists.athenarc.gr with the subject "subscribe archimedes-news Firstname LastName" (replace with your details)