paper-with-me

Papers

Label-Free Model Evaluation with Semi-Structured Dataset Representations

2021-12-01 · Xiaoxiao Sun, Yunzhong Hou, Hongdong Li, Liang Zheng

Label-free model evaluation, or AutoEval, estimates model accuracy on unlabeled test sets, and is critical for understanding model behaviors in various unseen environments. In the absence of image labels, based on dataset representations, we estimate model performance for AutoEval with regression. On the one hand, image feature is a straightforward choice for such representations, but it hampers regression learning due to being unstructured (\ie no specific meanings for component at certain location) and of large-scale. On the other hand, previous methods adopt simple structured representations (like average confidence or average feature), but insufficient to capture the data characteristics given their limited dimensions. In this work, we take the best of both worlds and propose a new semi-structured dataset representation that is manageable for regression learning while containing rich information for AutoEval. Based on image features, we integrate distribution shapes, clusters, and representative samples for a semi-structured dataset representation. Besides the structured overall description with distribution shapes, the unstructured description with clusters and representative samples include additional fine-grained information facilitating the AutoEval task. On three existing datasets and 25 newly introduced ones, we experimentally show that the proposed representation achieves competitive results. Code and dataset are available at https://github.com/sxzrt/Semi-Structured-Dataset-Representations.

📄 PDF Abstract BibTeX arXiv:2112.00694

Code (1)

sxzrt/semi-structured-dataset-representations 공식 구현 pytorch

Tasks

regression

Similar Papers 제목 키워드 기반

OpenCeres: When Open Information Extraction Meets the Semi-Structured Web

2019-06-01 · NAACL 2019 6 · Colin Lockard, Prashant Shiralkar, Xin Luna Dong

Open Information Extraction (OpenIE), the problem of harvesting triples from natural language text whose predicate relations are not aligned to any pre-defined ontology, has been a popular subject of research for the las…

Open Information ExtractionRelation Extraction

COPA-SSE: Semi-structured Explanations for Commonsense Reasoning

2022-01-18 · LREC 2022 6 · Ana Brassard, Benjamin Heinzerling, Pride Kavumba, Kentaro Inui

We present Semi-Structured Explanations for COPA (COPA-SSE), a new crowdsourced dataset of 9,747 semi-structured, English common sense explanations for Choice of Plausible Alternatives (COPA) questions. The explanations …

Common Sense ReasoningKnowledge Graphs

ORIGAMI: A generative transformer architecture for predictions from semi-structured data

2024-12-23 · Thomas Rückstieß, Alana Huang, Robin Vujanic

Despite the popularity and widespread use of semi-structured data formats such as JSON, end-to-end supervised learning applied directly to such data remains underexplored. We present ORIGAMI (Object RepresentatIon via Ge…

Code ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONvalid

R2S100K: Road-Region Segmentation Dataset For Semi-Supervised Autonomous Driving in the Wild

2023-08-11 · Muhammad Atif Butt, Hassan Ali, Adnan Qayyum, Waqas Sultani 외

Semantic understanding of roadways is a key enabling factor for safe autonomous driving. However, existing autonomous driving datasets provide well-structured urban roads while ignoring unstructured roadways containing d…

Autonomous DrivingRoad SegmentationSegmentationSemantic Segmentation

Semi-supervised Learning with the EM Algorithm: A Comparative Study between Unstructured and Structured Prediction

2020-08-28 · Wenchong He, Zhe Jiang

Semi-supervised learning aims to learn prediction models from both labeled and unlabeled samples. There has been extensive research in this area. Among existing work, generative mixture models with Expectation-Maximizati…

PredictionStructured Prediction