中文
相关论文

相关论文: Selectively Hard Negative Mining for Alleviating G…

200 篇论文

Deep metric learning seeks to define an embedding where semantically similar images are embedded to nearby locations, and semantically dissimilar images are embedded to distant locations. Substantial work has focused on loss functions and…

计算机视觉与模式识别 · 计算机科学 2020-03-20 Hong Xuan , Abby Stylianou , Robert Pless

While Vision-Language Models (VLMs) excel in many areas, they struggle with complex spatial reasoning, which requires problem decomposition and strategic tool use. Fine-tuning smaller, more deployable models offers an efficient path to…

机器学习 · 计算机科学 2025-11-04 Gio Huh , Dhruv Sheth , Rayhan Zirvi , Frank Xiao

Text embedding models are essential for various natural language processing tasks, enabling the effective encoding of semantic information into dense vector representations. These models are typically optimized using triplets of (query,…

计算与语言 · 计算机科学 2025-09-03 Tengyu Pan , Zhichao Duan , Zhenyu Li , Bowen Dong , Ning Liu , Xiuxing Li , Jianyong Wang

Machine learning models are increasingly being utilized across various fields and tasks due to their outstanding performance and strong generalization capabilities. Nonetheless, their success hinges on the availability of large volumes of…

机器学习 · 计算机科学 2024-11-26 Shreen Gul , Mohamed Elmahallawy , Sanjay Madria , Ardhendu Tripathy

There are two widely known issues with properly training Recurrent Neural Networks, the vanishing and the exploding gradient problems detailed in Bengio et al. (1994). In this paper we attempt to improve the understanding of the underlying…

机器学习 · 计算机科学 2013-02-19 Razvan Pascanu , Tomas Mikolov , Yoshua Bengio

Using only global image-class labels, weakly-supervised learning methods, such as class activation mapping, allow training CNNs to jointly classify an image, and locate regions of interest associated with the predicted class. However,…

图像与视频处理 · 电气工程与系统科学 2022-05-06 Soufiane Belharbi , Marco Pedersoli , Ismail Ben Ayed , Luke McCaffrey , Eric Granger

Deep learning requires several design choices, such as the nodes' activation functions and the widths, types, and arrangements of the layers. One consideration when making these choices is the vanishing-gradient problem, which is the…

机器学习 · 计算机科学 2021-06-07 Leni Ven , Johannes Lederer

The Spiking Neural Network (SNN) is a biologically inspired neural network infrastructure that has recently garnered significant attention. It utilizes binary spike activations to transmit information, thereby replacing multiplications with…

计算机视觉与模式识别 · 计算机科学 2024-10-01 Yufei Guo , Yuanpei Chen , Zecheng Hao , Weihang Peng , Zhou Jie , Yuhan Zhang , Xiaode Liu , Zhe Ma

Most state-of-the-art semantic segmentation approaches only achieve high accuracy in good conditions. In practically-common but less-discussed adverse environmental conditions, their performance can decrease enormously. Existing studies…

计算机视觉与模式识别 · 计算机科学 2020-03-04 Weihao Xia , Zhanglin Cheng , Yujiu Yang , Jing-Hao Xue

We propose a semantic similarity metric for image registration. Existing metrics like Euclidean Distance or Normalized Cross-Correlation focus on aligning intensity values, giving difficulties with low intensity contrast or noise. Our…

机器学习 · 计算机科学 2021-04-21 Steffen Czolbe , Oswin Krause , Aasa Feragen

It is well known that the problem of vanishing/exploding gradients is a challenge when training deep networks. In this paper, we describe another phenomenon, called vanishing nodes, that also increases the difficulty of training deep neural…

机器学习 · 计算机科学 2019-10-23 Wen-Yu Chang , Tsung-Nan Lin

Subgradient algorithms for training support vector machines have been quite successful for solving large-scale and online learning problems. However, they have been restricted to linear kernels and strongly convex formulations. This paper…

机器学习 · 计算机科学 2011-11-04 Sangkyun Lee , Stephen J. Wright

Fine-tuning pretrained models has become a standard approach to adapting pretrained knowledge to improve the accuracy on new sparse, imbalance datasets. However, issues arise when optimization falls into a collapsed state, where the model…

机器学习 · 计算机科学 2026-05-01 Nghia Bui , Lijing Wang

Large-scale pre-trained Vision-Language Models (VLMs) have exhibited impressive zero-shot performance and transferability, allowing them to adapt to downstream tasks in a data-efficient manner. However, when only a few labeled samples are…

计算机视觉与模式识别 · 计算机科学 2024-11-11 Ce Zhang , Simon Stepputtis , Katia Sycara , Yaqi Xie

Gradient-based saliency methods such as Vanilla Gradient (VG) and Integrated Gradients (IG) are widely used to explain image classifiers, yet the resulting maps are often noisy and unstable, limiting their usefulness in high-stakes…

计算机视觉与模式识别 · 计算机科学 2026-03-10 Dipkamal Bhusal , Md Tanvirul Alam , Nidhi Rastogi

Incremental or continual learning has been extensively studied for image classification tasks to alleviate catastrophic forgetting, a phenomenon that earlier learned knowledge is forgotten when learning new concepts. For class incremental…

计算机视觉与模式识别 · 计算机科学 2023-01-10 Zekang Zhang , Guangyu Gao , Zhiyuan Fang , Jianbo Jiao , Yunchao Wei

Recently, vehicle similarity learning, also called re-identification (ReID), has attracted significant attention in computer vision. Several algorithms have been developed and obtained considerable success. However, most existing methods…

计算机视觉与模式识别 · 计算机科学 2022-09-20 Wei-Ting Chen , I-Hsiang Chen , Chih-Yuan Yeh , Hao-Hsiang Yang , Hua-En Chang , Jian-Jiun Ding , Sy-Yen Kuo

Deep networks are increasingly being applied to problems involving image synthesis, e.g., generating images from textual descriptions and reconstructing an input image from a compact representation. Supervised training of image-synthesis…

机器学习 · 计算机科学 2017-01-25 Jake Snell , Karl Ridgeway , Renjie Liao , Brett D. Roads , Michael C. Mozer , Richard S. Zemel

State-of-the-art image models predominantly follow a two-stage strategy: pre-training on large datasets and fine-tuning with cross-entropy loss. Many studies have shown that using cross-entropy can result in sub-optimal generalisation and…

计算机视觉与模式识别 · 计算机科学 2023-08-30 Zijun Long , George Killick , Richard McCreadie , Gerardo Aragon Camarasa , Zaiqiao Meng

Stochastic gradient methods for machine learning and optimization problems are usually analyzed assuming data points are sampled \emph{with} replacement. In practice, however, sampling \emph{without} replacement is very common, easier to…

机器学习 · 计算机科学 2016-10-18 Ohad Shamir