דלג לתוכן (מקש קיצור 's')
אירועים

קולוקוויום וסמינרים

כדי להצטרף לרשימת תפוצה של קולוקוויום מדעי המחשב, אנא בקר ב דף מנויים של הרשימה.

Computer Science events calendar in HTTP ICS format for of Google calendars, and for Outlook.
Academic Calendar at Technion site.

קולוקוויום וסמינרים בקרוב

event head separator אימות של רשתות נוירוניות רב-תגיות
event speaker icon
ג'וליאן מור (הרצאה סמינריונית למגיסטר)
event date icon
יום רביעי, 29.05.2024, 11:30
event location icon
הרצאת זום: 91074303117 & מאייר 861
event speaker icon
מנחה:  Dr. Dana Drachsler Cohen
Multi-label neural networks are important in various tasks, including safety-critical tasks. Several works show that these networks are susceptible to adversarial attacks, which can remove a target label from the predicted label list or add a target label to this list. However, no verifier can deterministically determine the list of labels for which a multi-label neural network is locally robust. The main challenge is that the complexity of the analysis increases by a factor exponential in the number of predicted classes and the total number of classes.

We propose MuLLoC, a sound and complete robustness verifier for multi-label image classifiers that determines the robust labels in a given neighborhood of inputs. To scale the analysis, MuLLoC relies on fast, optimistic queries to the network or to a constraint solver. Its queries include sampling and pair-wise relation analysis via numerical optimization and mixed-integer linear programming (MILP). For the remaining unclassified labels, MuLLoC performs an exact analysis by a novel MILP encoding for multi-label classifiers.

We evaluate MuLLoC on three multi-label image datasets and several convolutional networks. Our results show that MuLLoC classifies all labels as robust or not within 17 minutes on average and that sampling and pair-wise relation analysis classify 94.62% of the labels.
event head separator אלגוריתמים מקביליים יעילים, נכונים ושרידים
event speaker icon
גל סלע (הרצאה סמינריונית לדוקטורט)
event date icon
יום ראשון, 02.06.2024, 13:30
event location icon
הרצאת זום: 97432970957
event speaker icon
מנחה:  Prof. E. Petrank
In the last two decades, a main way to improve performance of computer processors has been producing processors with multiple cores, on which tasks may execute concurrently. Software is required to keep up with the hardware advances and supply concurrent algorithms for programs that run on multiple cores. This talk will focus on a fundamental building block of concurrent algorithms: concurrent data structures, designed with improved efficiency while also satisfying strong correctness and progress guarantees and robustness to failures.