Xue Liu, Chen Ma, Liang Chen, Fuyuan Lyu, Xing Tang, Dugang Liu, Weihong Luo, Xiuqiang He
We lifted 6 functions out of this paper's own repositories and ran 5 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| fuyuanlyu/optfeature | canonical | 4 of 5 |
| neurips-autodsn/neurips-autodsn | canonical | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| InnerProduct | Ran | fuyuanlyu/optfeature/modules/optfeature.py code served (permissive licence) · get_code("71dc054442317732") |
| MultiLayerPerceptron | Ran | fuyuanlyu/optfeature/modules/optfeature.py code served (permissive licence) · get_code("29849d82e8703662") |
| NewFI | Ran | fuyuanlyu/optfeature/modules/optfeature.py code served (permissive licence) · get_code("0bef7b0cc3f8f937") |
| STE | Ran | fuyuanlyu/optfeature/modules/optfeature.py code served (permissive licence) · get_code("ea5b22774d357821") |
| select_genotype | Ran | neurips-autodsn/neurips-autodsn/select_path.py pointer only (licence: NONE) · get_code("c1bf4f4a9cbd441a") |
| OptFeature | Not yet run | fuyuanlyu/optfeature/modules/optfeature.py code served (permissive licence) · get_code("4e1e68db364c4898") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Deep sparse networks are widely investigated as a neural network architecture for prediction tasks with high-dimensional sparse features, with which feature interaction selection is a critical component. While previous methods primarily focus on how to search feature interaction in a coarse-grained space, less attention has been given to a finer granularity. In this work, we introduce a hybrid-grained feature interaction selection approach that targets both feature field and feature value for deep sparse networks. To explore such expansive space, we propose a decomposed space which is calculated on the fly. We then develop a selection algorithm called OptFeature, which efficiently selects the feature interaction from both the feature field and the feature value simultaneously. Results from experiments on three large real-world benchmark datasets demonstrate that OptFeature performs well in terms of accuracy and efficiency. Additional studies support the feasibility of our method. All source code are publicly available 1 .
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2310.15342")
get_code_for_paper("2310.15342")
have("2310.15342")
Connect an agent — have() is free.