中文
相关论文

相关论文: Annotation-Free Human Sketch Quality Assessment

200 篇论文

Graph Neural Networks (GNNs) are powerful learning methods for recommender systems owing to their robustness in handling complicated user-item interactions. Recently, the integration of contrastive learning with GNNs has demonstrated…

机器学习 · 计算机科学 2024-08-12 Junfeng Long , Hao Wu

Nowadays, real-world data, including graph-structure data, often arrives in a streaming manner, which means that learning systems need to continuously acquire new knowledge without forgetting previously learned information. Although…

机器学习 · 计算机科学 2025-09-29 Ziyang Cheng , Zhixun Li , Yuhan Li , Yixin Song , Kangyi Zhao , Dawei Cheng , Jia Li , Hong Cheng , Jeffrey Xu Yu

Identifying high-quality webpages is fundamental for real-world search engines, which can fulfil users' information need with the less cognitive burden. Early studies of \emph{webpage quality assessment} usually design hand-crafted features…

信息检索 · 计算机科学 2023-02-07 Anfeng Cheng , Yiding Liu , Weibin Li , Qian Dong , Shuaiqiang Wang , Zhengjie Huang , Shikun Feng , Zhicong Cheng , Dawei Yin

Sketching is a powerful tool for creating abstract images that are sparse but meaningful. Sketch understanding poses fundamental challenges for general-purpose vision algorithms because it requires robustness to the sparsity of sketches…

计算机视觉与模式识别 · 计算机科学 2023-12-07 Kushin Mukherjee , Holly Huey , Xuanchen Lu , Yael Vinker , Rio Aguina-Kang , Ariel Shamir , Judith E. Fan

Generative Adversarial Networks (GANs) have become a very popular tool for implicitly learning high-dimensional probability distributions. Several improvements have been made to the original GAN formulation to address some of its…

计算机视觉与模式识别 · 计算机科学 2019-11-11 Parimala Kancharla , Sumohana S. Channappayya

Search and retrieval remains a major research topic in several domains, including computer graphics, computer vision, engineering design, etc. A search engine requires primarily an input search query and a database of items to search from.…

计算机视觉与模式识别 · 计算机科学 2022-07-05 Bharadwaj Manda , Prasad Kendre , Subhrajit Dey , Ramanathan Muthuganapathy

Sketch-based 3D reconstruction remains a challenging task due to the abstract and sparse nature of sketch inputs, which often lack sufficient semantic and geometric information. To address this, we propose Sketch2Symm, a two-stage…

计算机视觉与模式识别 · 计算机科学 2026-05-14 Yan Zhou , Mingji Li , Xiantao Zeng , Jie Lin , Yuexia Zhou

In representation learning on the graph-structured data, under heterophily (or low homophily), many popular GNNs may fail to capture long-range dependencies, which leads to their performance degradation. To solve the above-mentioned issue,…

机器学习 · 计算机科学 2021-06-29 Mengying Jiang , Guizhong Liu , Yuanchao Su , Xinliang Wu

Active Learning (AL) promises to reduce annotation cost by prioritizing informative samples, yet its reliability is undermined when labels are noisy or when the data distribution shifts. In practice, annotators make mistakes, rare…

机器学习 · 计算机科学 2025-10-14 Atharv Goel , Sharat Agarwal , Saket Anand , Chetan Arora

This paper explores the problem of Generalist Anomaly Detection (GAD), aiming to train one single detection model that can generalize to detect anomalies in diverse datasets from different application domains without any further training on…

计算机视觉与模式识别 · 计算机科学 2024-03-19 Jiawen Zhu , Guansong Pang

Three-dimensional (3D) point cloud, as an emerging visual media format, is increasingly favored by consumers as it can provide more realistic visual information than two-dimensional (2D) data. Similar to 2D plane images and videos, point…

计算机视觉与模式识别 · 计算机科学 2024-11-13 Wu Chen , Qiuping Jiang , Wei Zhou , Feng Shao , Guangtao Zhai , Weisi Lin

In this paper, we propose a novel deep framework for part-level semantic parsing of freehand sketches, which makes three main contributions that are experimentally shown to have substantial practical merit. First, we propose a homogeneous…

计算机视觉与模式识别 · 计算机科学 2020-12-04 Ying Zheng , Hongxun Yao , Xiaoshuai Sun

The recent focus on Fine-Grained Sketch-Based Image Retrieval (FG-SBIR) has shifted towards generalising a model to new categories without any training data from them. In real-world applications, however, a trained FG-SBIR model is often…

计算机视觉与模式识别 · 计算机科学 2022-08-22 Ayan Kumar Bhunia , Aneeshan Sain , Parth Shah , Animesh Gupta , Pinaki Nath Chowdhury , Tao Xiang , Yi-Zhe Song

Given a symmetric matrix $A$, we show from the simple sketch $GAG^T$, where $G$ is a Gaussian matrix with $k = O(1/\epsilon^2)$ rows, that there is a procedure for approximating all eigenvalues of $A$ simultaneously to within $\epsilon…

数据结构与算法 · 计算机科学 2023-04-20 William Swartworth , David P. Woodruff

The compressive learning framework reduces the computational cost of training on large-scale datasets. In a sketching phase, the data is first compressed to a lightweight sketch vector, obtained by mapping the data samples through a…

机器学习 · 统计学 2022-04-20 Vincent Schellekens , Laurent Jacques

We introduce GENIUS: a conditional text generation model using sketches as input, which can fill in the missing contexts for a given sketch (key information consisting of textual spans, phrases, or words, concatenated by mask tokens).…

计算与语言 · 计算机科学 2022-11-21 Biyang Guo , Yeyun Gong , Yelong Shen , Songqiao Han , Hailiang Huang , Nan Duan , Weizhu Chen

Graph-level representations are critical in various real-world applications, such as predicting the properties of molecules. But in practice, precise graph annotations are generally very expensive and time-consuming. To address this issue,…

机器学习 · 计算机科学 2022-07-26 Shuai Lin , Pan Zhou , Zi-Yuan Hu , Shuojia Wang , Ruihui Zhao , Yefeng Zheng , Liang Lin , Eric Xing , Xiaodan Liang

Assessing artistic creativity is foundational to creativity research and arts education, yet manual scoring (e.g., Torrance Tests of Creative Thinking) is labor-intensive at scale. Prior machine-learning approaches show promise for visual…

计算机视觉与模式识别 · 计算机科学 2026-02-17 Zhehan Zhang , Meihua Qian , Li Luo , Siyu Huang , Chaoyi Zhou , Ripon Saha , Xinxin Song

Inspired by the success of contrastive learning (CL) in computer vision and natural language processing, graph contrastive learning (GCL) has been developed to learn discriminative node representations on graph datasets. However, the…

机器学习 · 计算机科学 2023-01-03 Zehong Wang , Qi Li , Donghua Yu , Xiaolong Han , Xiao-Zhi Gao , Shigen Shen

Sketches are a medium to convey a visual scene from an individual's creative perspective. The addition of color substantially enhances the overall expressivity of a sketch. This paper proposes two methods to mimic human-drawn colored…

计算机视觉与模式识别 · 计算机科学 2022-01-10 V Manushree , Sameer Saxena , Parna Chowdhury , Manisimha Varma , Harsh Rathod , Ankita Ghosh , Sahil Khose
‹ 上一页 1 8 9 10 下一页 ›