paper-with-me

Papers

RelationNet2: Deep Comparison Columns for Few-Shot Learning

2018-11-17 · Xueting Zhang, Yu-ting Qiang, Flood Sung, Yongxin Yang, Timothy M. Hospedales

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.

📄 PDF Abstract BibTeX arXiv:1811.07100

Code (2)

zhangxueting/DCN 공식 구현 pytorch
2023-MindSpore-1/ms-code-216/tree/main/relationnet mindspore

Tasks

Few-Shot Image ClassificationFew-Shot LearningMetric Learning

Similar Papers 제목 키워드 기반

Anomaly Multi-classification in Industrial Scenarios: Transferring Few-shot Learning to a New Task

2024-06-09 · Jie Liu, Yao Wu, Xiaotong Luo, Zongze Wu

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 Learning

Column Type Annotation using ChatGPT

2023-06-01 · TaDA@VLDB 2023 8 · Keti Korini, Christian Bizer

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 annotation

RelationNet++: Bridging Visual Representations for Object Detection via Transformer Decoder

2020-10-29 · NeurIPS 2020 12 · Cheng Chi, Fangyun Wei, Han Hu

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 Detection

Explanation-Guided Training for Cross-Domain Few-Shot Classification

2020-07-17 · Jiamei Sun, Sebastian Lapuschkin, Wojciech Samek, Yunqing Zhao 외

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+1

SQL-to-Schema Enhances Schema Linking in Text-to-SQL

2024-05-15 · Sun Yang, Qiong Su, Zhishuai Li, Ziyue Li 외

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