4 matches found
Unlearnable-Clusters
Необучаемые кластеры: на пути к необучаемым примерам без меток Код, относящийся к статье "Необучаемые кластеры: на пути к необучаемым примерам без меток", CVPR2023. Предобработка Сначала запустите preprocess.py, чтобы переименовать каталог набора данных. root@kitploit: python preprocess.py --conf...
Clustering Malware at Scale: A First Full-Benchmark Study
Recent years have shown that malware attacks still happen with high frequency. Malware experts seek to categorize and classify incoming samples to confirm their trustworthiness or prove their maliciousness. One of the ways in which groups of malware samples can be identified is through malware...
KEENHash: Hashing Programs into Function-Aware Embeddings for Large-Scale Binary Code Similarity Analysis
Binary code similarity analysis BCSA is a crucial research area in many fields such as cybersecurity. Specifically, function-level diffing tools are the most widely used in BCSA: they perform function matching one by one for evaluating the similarity between binary programs. However, such methods...
Differentially Private Federated $K$-Means Clustering with Server-Side Data
Clustering is a cornerstone of data analysis that is particularly suited to identifying coherent subgroups or substructures in unlabeled data, as are generated continuously in large amounts these days. However, in many cases traditional clustering methods are not applicable, because data are...