Skip to content (access key 's')
Logo of Technion
Logo of CS Department
Logo of CS4People
Events

Colloquia and Seminars

To join the email distribution list of the cs colloquia, please visit the list subscription page.

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

Upcoming Colloquia & Seminars

event head separator Self-Supervised Learning of Robust Local Surface Descriptors Using Polynomial Patches
event speaker icon
Gal Yona (M.Sc. Thesis Seminar)
event date icon
Monday, 06.01.2025, 13:00
event location icon
event speaker icon
Advisor:  Prof. R. Kimmel, Prof. E. Rivlin

Classical shape descriptors such as Heat Kernel Signature (HKS), Wave Kernel Signature (WKS), and Signature of Histograms of Orientations (SHOT), while widely used in shape analysis, exhibit sensitivity to mesh connectivity, sampling patterns, and topological noise.

While differential geometry offers a promising alternative through its theory of differential invariants, which are theoretically guaranteed to be robust shape descriptors, the computation of these invariants on discrete meshes often leads to unstable numerical approximations, limiting their practical utility. We present a self-supervised learning approach for extracting geometric features from 3D surfaces. Our method combines synthetic data generation with a neural architecture designed to learn sampling-invariant features.

By integrating our features into existing shape correspondence frameworks, we demonstrate improved performance on standard benchmarks including FAUST, SCAPE, TOPKIDS, and SHREC'16, showing particular robustness to topological noise and partial shapes.

event head separator Indexing Deduplicated Storage
event speaker icon
Asaf Levi (M.Sc. Thesis Seminar)
event date icon
Wednesday, 15.01.2025, 12:30
event location icon

Taub 8 & Zoom: 92977973231

event speaker icon
Advisor:  Dr. Gala Yadgar

Deduplication is widely utilized in many modern large scale storage systems and provide an effective solution for both secondary and primary storage. Therefore, there is a rising need for deduplication storage to support advanced features such as data indexing for information retrieval. To our knowledge, no indexing solution for deduplicated storage utilizes the deduplication and current indexing methods process duplicates.


In this work, we propose IDEA, Inverted Deduplication-Aware Index, which we use to explore the potential of utilizing deduplication in keyword-indexing. IDEA is shown to be superior to the deduplication-oblivious approach, in both index creation and index size, and index query retrieval time. IDEA is also shown to be extendible for advanced indexing features, and orthogonal to the underlying index-engine.