paper-with-me

Papers

Self-optimizing Feature Generation via Categorical Hashing Representation and Hierarchical Reinforcement Crossing

2023-09-08 · Wangyang Ying, Dongjie Wang, Kunpeng Liu, Leilei Sun, Yanjie Fu

Feature generation aims to generate new and meaningful features to create a discriminative representation space.A generated feature is meaningful when the generated feature is from a feature pair with inherent feature interaction. In the real world, experienced data scientists can identify potentially useful feature-feature interactions, and generate meaningful dimensions from an exponentially large search space, in an optimal crossing form over an optimal generation path. But, machines have limited human-like abilities.We generalize such learning tasks as self-optimizing feature generation. Self-optimizing feature generation imposes several under-addressed challenges on existing systems: meaningful, robust, and efficient generation. To tackle these challenges, we propose a principled and generic representation-crossing framework to solve self-optimizing feature generation.To achieve hashing representation, we propose a three-step approach: feature discretization, feature hashing, and descriptive summarization. To achieve reinforcement crossing, we develop a hierarchical reinforcement feature crossing approach.We present extensive experimental results to demonstrate the effectiveness and efficiency of the proposed method. The code is available at https://github.com/yingwangyang/HRC_feature_cross.git.

📄 PDF Abstract BibTeX arXiv:2309.04612

Code (1)

yingwangyang/hrc_feature_cross 공식 구현 pytorch

Tasks

Descriptive

Similar Papers 제목 키워드 기반

Additive Feature Hashing

2021-02-07 · M. Andrecut

The hashing trick is a machine learning technique used to encode categorical features into a numerical vector representation of pre-defined fixed length. It works by using the categorical hash values as vector indices, a…

Spam detection

Learning to Embed Categorical Features without Embedding Tables for Recommendation

2020-10-21 · Wang-Cheng Kang, Derek Zhiyuan Cheng, Tiansheng Yao, Xinyang Yi 외

Embedding learning of categorical features (e.g. user/item IDs) is at the core of various recommendation models including matrix factorization and neural collaborative filtering. The standard approach creates an embeddin…

Collaborative FilteringNatural Language UnderstandingNetwork EmbeddingRecommendation Systems

GraphHash: Graph Clustering Enables Parameter Efficiency in Recommender Systems

2024-12-23 · Xinyi Wu, Donald Loveland, Runjin Chen, Yozen Liu 외

Deep recommender systems rely heavily on large embedding tables to handle high-cardinality categorical features such as user/item identifiers, and face significant memory constraints at scale. To tackle this challenge, h…

Click-Through Rate PredictionClusteringGraph ClusteringRecommendation Systems

SSAH: Semi-supervised Adversarial Deep Hashing with Self-paced Hard Sample Generation

2019-11-20 · Sheng Jin, Shangchen Zhou, Yao Liu, Chao Chen 외

Deep hashing methods have been proved to be effective and efficient for large-scale Web media search. The success of these data-driven methods largely depends on collecting sufficient labeled data, which is usually a cru…

Deep HashingGenerative Adversarial Network

Deep Cross-Modal Hashing with Hashing Functions and Unified Hash Codes Jointly Learning

2019-07-29 · Rong-Cheng Tu, Xian-Ling Mao, Bing Ma, Yong Hu 외

Due to their high retrieval efficiency and low storage cost, cross-modal hashing methods have attracted considerable attention. Generally, compared with shallow cross-modal hashing methods, deep cross-modal hashing metho…

Retrieval