paper-with-me

Papers

Robustness to Missing Features using Hierarchical Clustering with Split Neural Networks

2020-11-19 · Rishab Khincha, Utkarsh Sarawgi, Wazeer Zulfikar, Pattie Maes

The problem of missing data has been persistent for a long time and poses a major obstacle in machine learning and statistical data analysis. Past works in this field have tried using various data imputation techniques to fill in the missing data, or training neural networks (NNs) with the missing data. In this work, we propose a simple yet effective approach that clusters similar input features together using hierarchical clustering and then trains proportionately split neural networks with a joint loss. We evaluate this approach on a series of benchmark datasets and show promising improvements even with simple imputation techniques. We attribute this to learning through clusters of similar features in our model architecture. The source code is available at https://github.com/usarawgi911/Robustness-to-Missing-Features

📄 PDF Abstract BibTeX arXiv:2011.09596

Code (1)

usarawgi911/Robustness-to-Missing-Features 공식 구현 tf

Tasks

AttributeClusteringImputation

Similar Papers 제목 키워드 기반

Hierarchical Maximum-Margin Clustering

2015-02-06 · Guang-Tong Zhou, Sung Ju Hwang, Mark Schmidt, Leonid Sigal 외

We present a hierarchical maximum-margin clustering method for unsupervised data analysis. Our method extends beyond flat maximum-margin clustering, and performs clustering recursively in a top-down manner. We propose an…

Clustering

Clustering with Missing Features: A Penalized Dissimilarity Measure based approach

2016-04-22 · Shounak Datta, Supritam Bhattacharjee, Swagatam Das

Many real-world clustering problems are plagued by incomplete data characterized by missing or absent features for some or all of the data instances. Traditional clustering methods cannot be directly applied to such data…

ClusteringImputation

Deep Incomplete Multi-View Clustering via Hierarchical Imputation and Alignment

2026-01-14 · Yiming Du, Ziyu Wang, Jian Li, Rui Ning 외 arxiv

Incomplete multi-view clustering (IMVC) aims to discover shared cluster structures from multi-view data with partial observations. The core challenges lie in accurately imputing missing views without introducing bias, wh…

Incomplete multi-view clustering

A Minimalistic Approach to Sum-Product Network Learning for Real Applications

2016-02-12 · Viktoriya Krakovna, Moshe Looks

Sum-Product Networks (SPNs) are a class of expressive yet tractable hierarchical graphical models. LearnSPN is a structure learning algorithm for SPNs that uses hierarchical co-clustering to simultaneously identifying si…

Clustering

A parameter-free clustering algorithm for missing datasets

2024-04-08 · Qi Li, Xianjun Zeng, Shuliang Wang, Wenhao Zhu 외

Missing datasets, in which some objects have missing values in certain dimensions, are prevalent in the Real-world. Existing clustering algorithms for missing datasets first impute the missing values and then perform clu…

ClusteringImputationMissing Valuesvalid