中文
相关论文

相关论文: Hound: Hunting Supervision Signals for Few and Zer…

200 篇论文

Automatic Traffic Sign Recognition is paramount in modern transportation systems, motivating several research endeavors to focus on performance improvement by utilizing large-scale datasets. As the appearance of traffic signs varies across…

计算机视觉与模式识别 · 计算机科学 2025-01-06 Md. Atiqur Rahman , Nahian Ibn Asad , Md. Mushfiqul Haque Omi , Md. Bakhtiar Hasan , Sabbir Ahmed , Md. Hasanul Kabir

Graph few-shot learning has garnered significant attention for its ability to rapidly adapt to downstream tasks with limited labeled data, sparking considerable interest among researchers. Recent advancements in graph few-shot learning…

机器学习 · 计算机科学 2025-01-13 Yonghao Liu , Fausto Giunchiglia , Ximing Li , Lan Huang , Xiaoyue Feng , Renchu Guan

Zero-shot graph embedding is a major challenge for supervised graph learning. Although a recent method RECT has shown promising performance, its working mechanisms are not clear and still needs lots of training data. In this paper, we give…

机器学习 · 计算机科学 2021-03-24 Zheng Wang , Ruihang Shao , Changping Wang , Changjun Hu , Chaokun Wang , Zhiguo Gong

Few-shot text classification is a fundamental NLP task in which a model aims to classify text into a large number of categories, given only a few training examples per category. This paper explores data augmentation -- a technique…

计算与语言 · 计算机科学 2021-06-16 Jason Wei , Chengyu Huang , Soroush Vosoughi , Yu Cheng , Shiqi Xu

This paper addresses unsupervised few-shot object recognition, where all training images are unlabeled, and test images are divided into queries and a few labeled support images per object class of interest. The training and test images do…

计算机视觉与模式识别 · 计算机科学 2020-10-21 Khoi Nguyen , Sinisa Todorovic

Graph Neural Networks (GNNs) have led to state-of-the-art performance on a variety of machine learning tasks such as recommendation, node classification and link prediction. Graph neural network models generate node embeddings by merging…

机器学习 · 计算机科学 2020-11-04 Yunpeng Weng , Xu Chen , Liang Chen , Wei Liu

Semi-Supervised image classification is one of the most fundamental problem in computer vision, which significantly reduces the need for human labor. In this paper, we introduce a new semi-supervised learning algorithm - SimMatchV2, which…

计算机视觉与模式识别 · 计算机科学 2023-08-15 Mingkai Zheng , Shan You , Lang Huang , Chen Luo , Fei Wang , Chen Qian , Chang Xu

Social media memes are a challenging domain for hate detection because they intertwine visual and textual cues into culturally nuanced messages. To tackle these challenges, we introduce TRACE, a hierarchical multimodal framework that…

计算机视觉与模式识别 · 计算机科学 2025-11-10 Girish A. Koushik , Helen Treharne , Aditya Joshi , Diptesh Kanojia

Human Action Anomaly Detection (HAAD) aims to identify anomalous actions given only normal action data during training. Existing methods typically follow a one-model-per-category paradigm, requiring separate training for each action…

计算机视觉与模式识别 · 计算机科学 2025-08-26 Koichiro Kamide , Shunsuke Sakai , Shun Maeda , Chunzhi Gu , Chao Zhang

The high cost of data labeling often results in node label shortage in real applications. To improve node classification accuracy, graph-based semi-supervised learning leverages the ample unlabeled nodes to train together with the scarce…

机器学习 · 计算机科学 2023-03-14 Jiaren Xiao , Quanyu Dai , Xiaochen Xie , James Lam , Ka-Wai Kwok

Graph representation learning, a critical step in graph-centric tasks, has seen significant advancements. Earlier techniques often operate in an end-to-end setting, which heavily rely on the availability of ample labeled data. This…

机器学习 · 计算机科学 2024-09-23 Xingtong Yu , Yuan Fang , Zemin Liu , Yuxia Wu , Zhihao Wen , Jianyuan Bo , Xinming Zhang , Steven C. H. Hoi

Graph Neural Networks have shown excellent performance on semi-supervised classification tasks. However, they assume access to a graph that may not be often available in practice. In the absence of any graph, constructing k-Nearest Neighbor…

机器学习 · 计算机科学 2021-02-23 Vijay Lingam , Arun Iyer , Rahul Ragesh

Existing camouflaged object detection (COD) methods rely heavily on large-scale datasets with pixel-wise annotations. However, due to the ambiguous boundary, annotating camouflage objects pixel-wisely is very time-consuming and…

计算机视觉与模式识别 · 计算机科学 2022-11-29 Ruozhen He , Qihua Dong , Jiaying Lin , Rynson W. H. Lau

Many vision and language models suffer from poor visual grounding - often falling back on easy-to-learn language priors rather than basing their decisions on visual concepts in the image. In this work, we propose a generic approach called…

计算机视觉与模式识别 · 计算机科学 2019-10-29 Ramprasaath R. Selvaraju , Stefan Lee , Yilin Shen , Hongxia Jin , Shalini Ghosh , Larry Heck , Dhruv Batra , Devi Parikh

Representation learning on text-attributed graphs (TAGs) integrates structural connectivity with rich textual semantics, enabling applications in diverse domains. Current methods largely rely on contrastive learning to maximize cross-modal…

图形学 · 计算机科学 2025-10-15 Heng Zhang , Tianyi Zhang , Yuling Shi , Xiaodong Gu , Yaomin Shen , Zijian Zhang , Yilei Yuan , Hao Zhang , Jin Huang

Scaling up visual category recognition to large numbers of classes remains challenging. A promising research direction is zero-shot learning, which does not require any training data to recognize new classes, but rather relies on some form…

计算机视觉与模式识别 · 计算机科学 2016-04-12 Zeynep Akata , Mateusz Malinowski , Mario Fritz , Bernt Schiele

We investigate the fundamental statistical features of tagged (or annotated) networks having a rich variety of attributes associated with their nodes. Tags (attributes, annotations, properties, features, etc.) provide essential information…

物理与社会 · 物理学 2008-12-23 Gergely Palla , Illes J. Farkas , Peter Pollner , Imre Derenyi , Tamas Vicsek

Text-Attributed Graphs (TAGs) augment graph structures with natural language descriptions, facilitating detailed depictions of data and their interconnections across various real-world settings. However, existing TAG datasets predominantly…

计算与语言 · 计算机科学 2024-11-26 Zhuofeng Li , Zixing Gou , Xiangnan Zhang , Zhongyuan Liu , Sirui Li , Yuntong Hu , Chen Ling , Zheng Zhang , Liang Zhao

Image classification has advanced significantly in recent years with the availability of large-scale image sets. However, fine-grained classification remains a major challenge due to the annotation cost of large numbers of fine-grained…

计算机视觉与模式识别 · 计算机科学 2016-04-21 Zeynep Akata , Scott Reed , Daniel Walter , Honglak Lee , Bernt Schiele

The recent advanced deep learning techniques have shown the promising results in various domains such as computer vision and natural language processing. The success of deep neural networks in supervised learning heavily relies on a large…

机器学习 · 计算机科学 2021-06-10 Enyan Dai , Kai Shu , Yiwei Sun , Suhang Wang