3 research outputs found
NTIRE 2020 Challenge on Spectral Reconstruction from an RGB Image
This paper reviews the second challenge on spectral reconstruction from RGB images, i.e., the recovery of whole- scene hyperspectral (HS) information from a 3-channel RGB image. As in the previous challenge, two tracks were provided: (i) a "Clean" track where HS images are estimated from noise-free RGBs, the RGB images are themselves calculated numerically using the ground-truth HS images and supplied spectral sensitivity functions (ii) a "Real World" track, simulating capture by an uncalibrated and unknown camera, where the HS images are recovered from noisy JPEG-compressed RGB images. A new, larger-than-ever, natural hyperspectral image data set is presented, containing a total of 510 HS images. The Clean and Real World tracks had 103 and 78 registered participants respectively, with 14 teams competing in the final testing phase. A description of the proposed methods, alongside their challenge scores and an extensive evaluation of top performing methods is also provided. They gauge the state-of-the-art in spectral reconstruction from an RGB image
InceptionXML: A Lightweight Framework with Synchronized Negative Sampling for Short Text Extreme Classification
Automatic annotation of short-text data to a large number of target labels,
referred to as Short Text Extreme Classification, has found numerous
applications including prediction of related searches and product
recommendation tasks. In this paper, we propose a convolutional architecture
InceptionXML which is light-weight, yet powerful, and robust to the inherent
lack of word-order in short-text queries encountered in search and
recommendation tasks. We demonstrate the efficacy of applying convolutions by
recasting the operation along the embedding dimension instead of the word
dimension as applied in conventional CNNs for text classification. Towards
scaling our model to datasets with millions of labels, we also propose
InceptionXML+ framework which improves upon the shortcomings of the recently
proposed dynamic hard-negative mining technique for label shortlisting by
synchronizing the label-shortlister and extreme classifier. InceptionXML+ not
only reduces the inference time to half but is also an order of magnitude
smaller than previous state-of-the-art Astec in terms of model size. Through
our proposed models, we outperform all existing approaches on popular benchmark
datasets