paper-with-me

Papers

Exploiting Field Dependencies for Learning on Categorical Data

2023-07-18 · Zhibin Li, Piotr Koniusz, Lu Zhang, Daniel Edward Pagendam, Peyman Moghadam

Traditional approaches for learning on categorical data underexploit the dependencies between columns (\aka fields) in a dataset because they rely on the embedding of data points driven alone by the classification/regression loss. In contrast, we propose a novel method for learning on categorical data with the goal of exploiting dependencies between fields. Instead of modelling statistics of features globally (i.e., by the covariance matrix of features), we learn a global field dependency matrix that captures dependencies between fields and then we refine the global field dependency matrix at the instance-wise level with different weights (so-called local dependency modelling) w.r.t. each field to improve the modelling of the field dependencies. Our algorithm exploits the meta-learning paradigm, i.e., the dependency matrices are refined in the inner loop of the meta-learning algorithm without the use of labels, whereas the outer loop intertwines the updates of the embedding matrix (the matrix performing projection) and global dependency matrix in a supervised fashion (with the use of labels). Our method is simple yet it outperforms several state-of-the-art methods on six popular dataset benchmarks. Detailed ablation studies provide additional insights into our method.

📄 PDF Abstract BibTeX arXiv:2307.09321

Code (1)

csiro-robotics/mdl 공식 구현 pytorch

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Exploiting Emotional Dependencies with Graph Convolutional Networks for Facial Expression Recognition

2021-06-07 · Panagiotis Antoniadis, Panagiotis P. Filntisis, Petros Maragos

Over the past few years, deep learning methods have shown remarkable results in many face-related tasks including automatic facial expression recognition (FER) in-the-wild. Meanwhile, numerous models describing the human…

Facial Expression RecognitionFacial Expression Recognition (FER)MUlTI-LABEL-ClASSIFICATION

Part-of-Speech Tagging using Conditional Random Fields: Exploiting Sub-Label Dependencies for Improved Accuracy

2014-06-01 · ACL 2014 6 · Miikka Silfverberg, Teemu Ruokolainen, Krister Lind{\'e}n, Mikko Kurimo
Part-Of-Speech Tagging

Interpretable Neural Networks based classifiers for categorical inputs

2021-02-05 · Stefano Zamuner, Paolo De Los Rios

Because of the pervasive usage of Neural Networks in human sensitive applications, their interpretability is becoming an increasingly important topic in machine learning. In this work we introduce a simple way to interpr…

Generative Modeling of Discrete Data Using Geometric Latent Subspaces

2026-01-29 · Daniel Gonzalez-Alvarado, Jonas Cassel, Stefania Petra, Christoph Schnörr arxiv

We propose a geometric latent-subspace framework for generative modeling of discrete data. Specifically, we introduce latent subspaces in the exponential parameter space of product manifolds of categorical distributions …

Dimensionality Reduction

Multilingual Gradient Word-Order Typology from Universal Dependencies

2024-02-02 · Emi Baylor, Esther Ploeger, Johannes Bjerva

While information from the field of linguistic typology has the potential to improve performance on NLP tasks, reliable typological data is a prerequisite. Existing typological databases, including WALS and Grambank, suf…