Results 1811 - 1820 of 23856
Accessibility at the Simons Institute
The Simons Institute is committed to making our building and our programs accessible to people with disabilities. While we recognize that no list of accessible accommodations comprehensively addresses the needs of all people, we strive to remove barriers for participation when possible.
Please share your disability-related accommodation request so we can ensure your full participation in Simons Institute programming. We encourage visitors who might need accommodations to contact us at simonsevents@berkeley.edu with as much advance notice as possible and at least 7-10 days in advance of the event so we can provide you with any services you might need to participate in our programs.
Getting to the Institute
There are several transportation options to get to the Institute from downtown Berkeley. You will need to inquire with the agencies listed here if you need transportation that will accommodate a wheelchair. If you're arriving on BART, the nearest BART station is Downtown Berkeley.
- Walking. If you're walking to the Simons Institute, it's a scenic, 15-20 minute uphill walk through campus. This option is not recommended if you have mobility issues.
- AC Transit. The F and the 51B lines travel near the Institute. View schedules and line information on the AC Transit website.
- Taxi. Berkeley Yellow Cabs and Yellow Checker Cabs are two options.
- Car services. Our physical address is 121 Calvin Lab, Berkeley, CA 94720.
- Campus shuttles. BearTransit is UC Berkeley’s shuttle system, serving the campus, Downtown Berkeley BART, parking lots, Clark Kerr Campus and the Hill area. The shuttle is free for Berkeley affiliates with a Cal ID and costs $1 for visitors. The Perimeter "P" shuttle leaves every half hour at a designated stop near the Downtown Berkeley BART station. The closest stop to the Institute is the Haas School of Business stop on Piedmont Avenue.
- Personal car. Parking is extremely limited on the east side of campus. There is parking available in several garages in downtown Berkeley (this map also shows campus shuttle and AC Transit stop locations). Some UC Berkeley-owned lots are available to visitors; it's best to arrive early to ensure you get a spot. Parking tips for visitors. There is a single, non-reservable, parking spot for anyone with a disabled placard adjacent to the Institute. It is best to arrive early if you want to use this spot.
Participating at the Institute
The Simons Institute has Assistive Listening Devices (ALDs) on hand and available upon request for use in the auditorium. UC Berkeley also offers the following communications accommodations to anyone who requests them. Please provide as much advance notice as possible if you'd like to request one of these services. (NOTE: These services are only available for events that take place in the auditorium.)
- Communication Access Realtime Translation (CART) captioning services
- In-person American Sign Language (ASL) interpreting
- Real-time translation
Getting Around at the Institute
The ground floor of our building is fully wheelchair accessible, and includes a dedicated accessible bathroom, as well as accessible stalls in the women's and men's bathrooms on the ground floor, the women's bathroom on the second floor, and the men's bathroom on the third floor. In addition, there is an accessible lactation room in the women's bathroom on the second floor. All workshops and public talks take place in our ground-floor auditorium. There is an elevator for access to the second and third floors of the Institute.
Digital and Web Accessibility
UC Berkeley is committed to making its websites and other online content accessible to all individuals. All recorded talks from workshops that take place in our auditorium include accurate, synchronized captions before being made publicly available on our YouTube channel. All online content must comply with the technical standard, Web Content Accessibility Guidelines (“WCAG”) 2.0, Level AA, as prescribed by the World Wide Web Consortium.
UC Berkeley Accessibility
If you'd like to learn more about disability and accessibility services or the disability community at UC Berkeley, here is a partial list of resources.
- The Loop Golf Cart. The Loop is a golf cart that provides intra-campus rides for eligible faculty, staff, students, and visitors with disabilities on a first-come, first-served basis. Riders will need to request access on the page linked to above.
- Disability Access and Compliance. DAC is responsible for ensuring access across all campus and environments. They have compiled a list of FAQs for campus visitors.
- Disability Cultural Community Center. UC Berkeley’s Disability Cultural Community Center (DCC) seeks to create and provide a safe and social space for the Cal disability community to build authentic connections and support one another.
Title: An LCA for Greedy Set Cover
Abstract: We study the Set Cover problem in the setting of Local Computation (LCAs). In the classical setting, the Set Cover problem is known to have simple linear-time algorithms in two regimes of approximation: (i) a $1 + \ln n$-approximate algorithm and (ii) an $f$-approximate algorithm.
While efficient LCAs achieving $O(f)$-approximations with $\text{poly}(\Delta, f)$ queries follow from prior work – [Kapralov, Mitrovic, Norouzi-Fard, Tardos SODA ‘20] and [Ghaffari FOCS ‘22], the state-of-art algorithm achieving $O(\log \Delta)$ approximation – [Grunau, Mitrovic, Rubinfeld, Vakilian SODA ‘20] – requires exponential in $\log^2 \Delta + \log \Delta \log f$ queries. All of these algorithms are derived from distributed algorithms for these problems. They can be interpreted as sparsifying the input graph so that the corresponding distributed algorithm has a similar output. We show that a simple pruning procedure can sparsify the input instance so that its “average degree” is at most $O(\log \Delta \log f)$. With a slightly more involved procedure, it can also be reduced to a constant. Our procedure reduces the exponent of the state-of-the-art to $\tilde{O}(\log \Delta \log f)$ and $\log \Delta \log f$ respectively.
Sensitivity measures how much the output of an algorithm changes, in terms of Hamming distance, when part of the input is modified. While approximation algorithms with low sensitivity have been developed for many problems, no sensitivity lower bounds were previously known for approximation algorithms. In this work, we establish the first polynomial lower bound on the sensitivity of (randomized) approximation algorithms for constraint satisfaction problems (CSPs) by adapting the probabilistically checkable proof (PCP) framework to preserve sensitivity lower bounds. From this, we derive polynomial sensitivity lower bounds for approximation algorithms for a variety of problems, including maximum clique, minimum vertex cover, and maximum cut. Given the connection between sensitivity and distributed algorithms, our sensitivity lower bounds also allow us to recover various round complexity lower bounds for distributed algorithms in the LOCAL model. Additionally, we present new lower bounds for distributed CSPs.
I will present our recent work on designing an efficient Local Computation Algorithm (LCA) for the set cover problem. The state-of-the-art LCA for computing an O(log Delta)-approximate set cover, developed by Grunau, Mitrović, Rubinfeld, and Vakilian (SODA 2020), achieves query complexity Delta^{O(log Delta)} x f^{O(log Delta * (log log Delta + log log f))}, where Delta is the maximum set size and f is the maximum frequency of any element across the sets. I will outline a new LCA that solves this problem using only f^{O(log Delta)} queries. In particular, for instances where f is polylogarithmic in Delta, our algorithm improves the query complexity from Delta^{O(log Delta)} to Delta^{O(log log Delta)}. Our central technical contribution is a new approach for designing LCAs that aggressively sparsifies the input instance while allowing for retroactive updates. Specifically, the algorithm occasionally "corrects" decisions made during earlier recursive calls. This mechanism enables stronger concentration guarantees, leading to a more efficient and sparser LCA execution. We believe that this retroactive sparsification technique may be of independent interest beyond the set cover problem. Joint work with Srikkanth Ramachandran, Ronitt Rubinfeld, and Mihir Singhal.
No abstract available.
Differential privacy has become one of the frequently applied techniques in the development of randomized estimation algorithms that are resistant to adaptive updates and queries. This heavily relies on the fact that it is possible to take estimates from several copies of the randomized algorithm and obscure them by returning their private median. This approach does not easily translate to a setting in which the algorithm returns not just an estimate but a specific object from a given set. As opposed to estimates, there is no obvious method for outputting a private aggregate of several samples from the set of valid answers, which in this case is supposed to be an element of the set as well. We focus on the nearest neighbor search problem via Locality Sensitive Hashing. This problem has recently been showed to be vulnerable to the adaptive queries. We demonstrate various techniques that can be used to make its output adversarially robust.
Mahdi Haghifam is a Research Assistant Professor at Toyota Technological Institute at Chicago (TTIC) and a former postdoc at Northeastern University. He completed his PhD at the University of Toronto and Vector Institute. His research focuses on...
Aniket Murhekar is currently a postdoctoral researcher at Northwestern University. He graduated with a PhD from the University of Illinois at Urbana-Champaign. His research interests lie at the intersection of algorithms, game theory, and machine learning.
Kumar Kshitij Patel is a PhD candidate at the Toyota Technological Institute at Chicago (TTIC), where Professors Nathan Srebro and Lingxiao Wang advise him. He is an incoming postdoc at the Yale Institute for Foundations of Data Science. His research...