menu
techminis

A naukri.com initiative

google-web-stories
Home

>

ML News

>

Faster App...
source image

Arxiv

2d

read

93

img
dot

Image Credit: Arxiv

Faster Approx. Top-K: Harnessing the Full Power of Two Stages

  • Researchers proposed a fast two-stage approximate Top-K algorithm to address the Top-K selection problem, where the goal is to identify the largest-K elements from an array.
  • The algorithm involves partitioning the input array, selecting the top-1 element from each partition, sorting the smaller subset, and returning the top K elements.
  • A generalized version of the algorithm was considered, allowing the selection of top-K' elements from each partition, where 1 ≤ K' ≤ K.
  • Implementing the algorithm on Cloud TPUv5e resulted in around an order of magnitude speedups over the original algorithm on real-world tasks while maintaining the same expected recall.

Read Full Article

like

5 Likes

For uninterrupted reading, download the app