paper-with-me

Papers

Rethinking Clustering for Robustness

2020-06-13 · Motasem Alfarra, Juan C. Pérez, Adel Bibi, Ali Thabet, Pablo Arbeláez, Bernard Ghanem

This paper studies how encouraging semantically-aligned features during deep neural network training can increase network robustness. Recent works observed that Adversarial Training leads to robust models, whose learnt features appear to correlate with human perception. Inspired by this connection from robustness to semantics, we study the complementary connection: from semantics to robustness. To do so, we provide a robustness certificate for distance-based classification models (clustering-based classifiers). Moreover, we show that this certificate is tight, and we leverage it to propose ClusTR (Clustering Training for Robustness), a clustering-based and adversary-free training framework to learn robust models. Interestingly, \textit{ClusTR} outperforms adversarially-trained networks by up to $4\%$ under strong PGD attacks.

📄 PDF Abstract BibTeX arXiv:2006.07682

Code (1)

clustr-official-account/ClusTR-Clustering-Training-For-Robustness 공식 구현 pytorch

Tasks

Clustering

Similar Papers 제목 키워드 기반

Rethinking Graph Auto-Encoder Models for Attributed Graph Clustering

2021-07-19 · Nairouz Mrabah, Mohamed Bouguessa, Mohamed Fawzi Touati, Riadh Ksantini

Most recent graph clustering methods have resorted to Graph Auto-Encoders (GAEs) to perform joint clustering and embedding learning. However, two critical issues have been overlooked. First, the accumulative error, infli…

ClusteringGraph ClusteringNode Clustering

OmniFC: Rethinking Federated Clustering via Lossless and Secure Distance Reconstruction

2025-05-19 · Jie Yan, Xin Liu, Zhong-Yuan Zhang

Federated clustering (FC) aims to discover global cluster structures across decentralized clients without sharing raw data, making privacy preservation a fundamental requirement. There are two critical challenges: (1) pr…

Clustering

Rethinking Deep Clustering Paradigms: Self-Supervision Is All You Need

2025-03-05 · Amal Shaheena, Nairouz Mrabahb, Riadh Ksantinia, Abdulla Alqaddoumia

The recent advances in deep clustering have been made possible by significant progress in self-supervised and pseudo-supervised learning. However, the trade-off between self-supervision and pseudo-supervision can give ri…

AllClusteringDeep Clustering

Rethinking Symmetric Matrix Factorization: A More General and Better Clustering Perspective

2022-09-06 · Mengyuan Zhang, Kai Liu

Nonnegative matrix factorization (NMF) is widely used for clustering with strong interpretability. Among general NMF problems, symmetric NMF is a special one that plays an important role in graph clustering where each el…

ClusteringGraph Clustering

Rethinking Recommender Systems: Cluster-based Algorithm Selection

2024-05-28 · Andreas Lizenberger, Ferdinand Pfeifer, Bastian Polewka

Cluster-based algorithm selection deals with selecting recommendation algorithms on clusters of users to obtain performance gains. No studies have been attempted for many combinations of clustering approaches and recomme…

ClusteringRecommendation Systems