ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2110.02341
16
8

How to Query An Oracle? Efficient Strategies to Label Data

5 October 2021
F. Lahouti
V. Kostina
B. Hassibi
    VLM
ArXivPDFHTML
Abstract

We consider the basic problem of querying an expert oracle for labeling a dataset in machine learning. This is typically an expensive and time consuming process and therefore, we seek ways to do so efficiently. The conventional approach involves comparing each sample with (the representative of) each class to find a match. In a setting with NNN equally likely classes, this involves N/2N/2N/2 pairwise comparisons (queries per sample) on average. We consider a kkk-ary query scheme with k≥2k\ge 2k≥2 samples in a query that identifies (dis)similar items in the set while effectively exploiting the associated transitive relations. We present a randomized batch algorithm that operates on a round-by-round basis to label the samples and achieves a query rate of O(Nk2)O(\frac{N}{k^2})O(k2N​). In addition, we present an adaptive greedy query scheme, which achieves an average rate of ≈0.2N\approx 0.2N≈0.2N queries per sample with triplet queries. For the proposed algorithms, we investigate the query rate performance analytically and with simulations. Empirical studies suggest that each triplet query takes an expert at most 50\% more time compared with a pairwise query, indicating the effectiveness of the proposed kkk-ary query schemes. We generalize the analyses to nonuniform class distributions when possible.

View on arXiv
Comments on this paper