Sangdoo Yun, Jang-Hyun Kim, Hyun Song
We lifted 3 functions out of this paper's own repositories and ran 3 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 |
|---|---|---|
| snu-mllab/neural-relation-graph | canonical | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| _init | Ran | snu-mllab/neural-relation-graph/relation.py code served (permissive licence) · get_code("68ba62fc1471c061") |
| get_relation | Ran | snu-mllab/neural-relation-graph/relation.py code served (permissive licence) · get_code("79c4e5b99188d49e") |
| kernel | Ran | snu-mllab/neural-relation-graph/relation.py code served (permissive licence) · get_code("882280247d87526d") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Diagnosing and cleaning data is a crucial step for building robust machine learning systems. However, identifying problems within large-scale datasets with real-world distributions is challenging due to the presence of complex issues such as label errors, under-representation, and outliers. In this paper, we propose a unified approach for identifying the problematic data by utilizing a largely ignored source of information: a relational structure of data in the feature-embedded space. To this end, we present scalable and effective algorithms for detecting label errors and outlier data based on the relational graph structure of data. We further introduce a visualization tool that provides contextual information of a data point in the featureembedded space, serving as an effective tool for interactively diagnosing data. We evaluate the label error and outlier/out-of-distribution (OOD) detection performances of our approach on the large-scale image, speech, and language domain tasks, including ImageNet, ESC-50, and SST2. Our approach achieves state-of-theart detection performance on all tasks considered and demonstrates its effectiveness in debugging large-scale real-world datasets across various domains. We release codes at https://github.com/snu-mllab/Neural-Relation-Graph.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2301.12321")
get_code_for_paper("2301.12321")
have("2301.12321")
Connect an agent — have() is free.