中文
相关论文

相关论文: Rethinking Loss Design for Large-scale 3D Shape Re…

200 篇论文

How to obtain the desirable representation of a 3D shape, which is discriminative across categories and polymerized within classes, is a significant challenge in 3D shape retrieval. Most existing 3D shape retrieval methods focus on…

计算机视觉与模式识别 · 计算机科学 2019-01-23 Zhaoqun Li , Cheng Xu , Biao Leng

Reconstructing 3D objects from 2D images is both challenging for our brains and machine learning algorithms. To support this spatial reasoning task, contextual information about the overall shape of an object is critical. However, such…

计算机视觉与模式识别 · 计算机科学 2022-09-19 Dominik J. E. Waibel , Scott Atwell , Matthias Meier , Carsten Marr , Bastian Rieck

Deep metric learning has yielded impressive results in tasks such as clustering and image retrieval by leveraging neural networks to obtain highly discriminative feature embeddings, which can be used to group samples into different classes.…

计算机视觉与模式识别 · 计算机科学 2022-04-05 Ismail Elezi , Jenny Seidenschwarz , Laurin Wagner , Sebastiano Vascon , Alessandro Torcinovich , Marcello Pelillo , Laura Leal-Taixe

Deep metric learning has yielded impressive results in tasks such as clustering and image retrieval by leveraging neural networks to obtain highly discriminative feature embeddings, which can be used to group samples into different classes.…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Ismail Elezi , Sebastiano Vascon , Alessandro Torcinovich , Marcello Pelillo , Laura Leal-Taixe

Metric learning seeks perceptual embeddings where visually similar instances are close and dissimilar instances are apart, but learned representations can be sub-optimal when the distribution of intra-class samples is diverse and distinct…

机器学习 · 计算机科学 2021-08-30 Elad Levi , Tete Xiao , Xiaolong Wang , Trevor Darrell

Learning discriminative representations is a central goal of supervised deep learning. While cross-entropy (CE) remains the dominant objective for classification, it does not explicitly enforce desirable geometric properties in the…

机器学习 · 计算机科学 2026-04-13 Matheus Vinícius Todescato , Joel Luís Carbonera

Contrastive learning has emerged as a prominent branch of self-supervised learning for several years. Especially, CLIP, which applies contrastive learning to large sets of captioned images, has garnered significant attention. Recently,…

机器学习 · 计算机科学 2024-02-21 Chungpa Lee , Joonhwan Chang , Jy-yong Sohn

Lossy image coding standards such as JPEG and MPEG have successfully achieved high compression rates for human consumption of multimedia data. However, with the increasing prevalence of IoT devices, drones, and self-driving cars, machines…

计算机视觉与模式识别 · 计算机科学 2023-10-03 Chen-Hsiu Huang , Ja-Ling Wu

Deep metric learning (DML) aims to learn a discriminative high-dimensional embedding space for downstream tasks like classification, clustering, and retrieval. Prior literature predominantly focuses on pair-based and proxy-based methods to…

计算机视觉与模式识别 · 计算机科学 2024-07-04 Xiruo Jiang , Yazhou Yao , Xili Dai , Fumin Shen , Xian-Sheng Hua , Heng-Tao Shen

This paper describes one objective function for learning semantically coherent feature embeddings in multi-output classification problems, i.e., when the response variables have dimension higher than one. In particular, we consider the…

计算机视觉与模式识别 · 计算机科学 2020-03-23 Hugo Proença , Ehsan Yaghoubi , Pendar Alirezazadeh

Supervised-contrastive loss (SCL) is an alternative to cross-entropy (CE) for classification tasks that makes use of similarities in the embedding space to allow for richer representations. In this work, we propose methods to engineer the…

机器学习 · 计算机科学 2023-10-03 Jaidev Gill , Vala Vakilian , Christos Thrampoulidis

The abstraction of 3D objects with simple geometric primitives like cuboids allows to infer structural information from complex geometry. It is important for 3D shape understanding, structural analysis and geometric modeling. We introduce a…

计算机视觉与模式识别 · 计算机科学 2025-02-05 Gregor Kobsik , Morten Henkel , Yanjiang He , Victor Czech , Tim Elsner , Isaak Lim , Leif Kobbelt

Delineation of curvilinear structures is an important problem in Computer Vision with multiple practical applications. With the advent of Deep Learning, many current approaches on automatic delineation have focused on finding more powerful…

计算机视觉与模式识别 · 计算机科学 2017-12-07 Agata Mosinska , Pablo Marquez-Neila , Mateusz Kozinski , Pascal Fua

Recovering point clouds involves the sequential process of sampling and restoration, yet existing methods struggle to effectively leverage both topological and geometric attributes. To address this, we propose an end-to-end architecture…

计算机视觉与模式识别 · 计算机科学 2025-12-23 Kaiyue Zhou , Zelong Tan , Hongxiao Wang , Ya-Li Li , Shengjin Wang

This paper provides a pair similarity optimization viewpoint on deep feature learning, aiming to maximize the within-class similarity $s_p$ and minimize the between-class similarity $s_n$. We find a majority of loss functions, including the…

计算机视觉与模式识别 · 计算机科学 2020-06-16 Yifan Sun , Changmao Cheng , Yuhan Zhang , Chi Zhang , Liang Zheng , Zhongdao Wang , Yichen Wei

Cross-modal retrieval aims to learn discriminative and modal-invariant features for data from different modalities. Unlike the existing methods which usually learn from the features extracted by offline networks, in this paper, we propose…

计算机视觉与模式识别 · 计算机科学 2020-08-11 Longlong Jing , Elahe Vahdani , Jiaxing Tan , Yingli Tian

Image segmentation is critically important in almost all medical image analysis for automatic interpretations and processing. However, it is often challenging to perform image segmentation due to data imbalance between intra- and…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Zhhengyong Huang , Yao Sui

Unsupervised representation learning methods are widely used for gaining insight into high-dimensional, unstructured, or structured data. In some cases, users may have prior topological knowledge about the data, such as a known cluster…

机器学习 · 计算机科学 2023-11-08 Edith Heiter , Robin Vandaele , Tijl De Bie , Yvan Saeys , Jefrey Lijffijt

In the context of pose-invariant object recognition and retrieval, we demonstrate that it is possible to achieve significant improvements in performance if both the category-based and the object-identity-based embeddings are learned…

计算机视觉与模式识别 · 计算机科学 2024-03-04 Rohan Sarkar , Avinash Kak

Deep metric learning objectives (e.g., triplet loss) require storing and comparing high-dimensional embeddings, making the per-batch loss buffer scale as $O(S\cdot D)$, where $S$ is the number of samples in a batch and $D$ is the feature…

计算机视觉与模式识别 · 计算机科学 2026-01-21 Alif Elham Khan , Mohammad Junayed Hasan , Humayra Anjum , Nabeel Mohammed
‹ 上一页 1 2 3 10 下一页 ›