RelationNet2: Deep Comparison Columns for Few-Shot Learning
Few-shot deep learning is a topical challenge area for scaling visual recognition to open ended growth of unseen new classes with limited labeled examples. A promising approach is based on metric learning, which trains a deep embedding to support image similarity matching. Our insight is that effective general purpose matching requires non-linear comparison of features at multiple abstraction levels. We thus propose a new deep comparison network comprised of embedding and relation modules that learn multiple non-linear distance metrics based on different levels of features simultaneously. Furthermore, to reduce over-fitting and enable the use of deeper embeddings, we represent images as distributions rather than vectors via learning parameterized Gaussian noise regularization. The resulting network achieves excellent performance on both miniImageNet and tieredImageNet.
Code (2)
Tasks
Few-Shot Image ClassificationFew-Shot LearningMetric LearningSimilar Papers 제목 키워드 기반
Anomaly Multi-classification in Industrial Scenarios: Transferring Few-shot Learning to a New Task
In industrial scenarios, it is crucial not only to identify anomalous items but also to classify the type of anomaly. However, research on anomaly multi-classification remains largely unexplored. This paper proposes a no…
Contrastive LearningFew-Shot LearningColumn Type Annotation using ChatGPT
Column type annotation is the task of annotating the columns of a relational table with the semantic type of the values contained in each column. Column type annotation is an important pre-processing step for data search…
Column Type AnnotationData IntegrationTable annotationRelationNet++: Bridging Visual Representations for Object Detection via Transformer Decoder
Existing object detection frameworks are usually built on a single format of object/part representation, i.e., anchor/proposal rectangle boxes in RetinaNet and Faster R-CNN, center points in FCOS and RepPoints, and corne…
DecoderObjectobject-detectionObject DetectionExplanation-Guided Training for Cross-Domain Few-Shot Classification
Cross-domain few-shot classification task (CD-FSC) combines few-shot classification with the requirement to generalize across domains represented by datasets. This setup faces challenges originating from the limited labe…
ClassificationCross-Domain Few-ShotFew-Shot LearningGeneral Classification+1SQL-to-Schema Enhances Schema Linking in Text-to-SQL
In sophisticated existing Text-to-SQL methods exhibit errors in various proportions, including schema-linking errors (incorrect columns, tables, or extra columns), join errors, nested errors, and group-by errors. Consequ…
Text to SQLText-To-SQL